diff --git a/VERSION b/VERSION index fbcbf7380..47b322c97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.0 \ No newline at end of file +3.4.1 diff --git a/build.sh b/build.sh index c12fbe4e1..ef4dc9607 100755 --- a/build.sh +++ b/build.sh @@ -223,7 +223,7 @@ fi ### # Variables for labelling the docker image ### -BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')" +BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%S+00:00')" if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then GIT_REF="$(git rev-parse HEAD)" diff --git a/docker-compose.yml b/docker-compose.yml index a5e78d4aa..0af361cc2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: netbox: &netbox - image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0} + image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1} depends_on: - postgres - redis diff --git a/docker/nginx-unit.json b/docker/nginx-unit.json index c095611fc..95fa1efa1 100644 --- a/docker/nginx-unit.json +++ b/docker/nginx-unit.json @@ -73,5 +73,10 @@ } } }, - "access_log": "/dev/stdout" + "access_log": "/dev/stdout", + "settings": { + "http": { + "max_body_size": 104857600 + } + } } diff --git a/requirements-container.txt b/requirements-container.txt index 086708302..e285b5504 100644 --- a/requirements-container.txt +++ b/requirements-container.txt @@ -3,4 +3,4 @@ dulwich==0.24.1 python3-saml==1.16.0 --no-binary lxml --no-binary xmlsec -sentry-sdk[django]==2.35.2 +sentry-sdk[django]==2.39.0