Skip to content

Commit ae5f7d2

Browse files
authored
Merge pull request #1524 from netbox-community/develop
Version 3.4.1
2 parents b1394ff + a945236 commit ae5f7d2

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.4.1

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ fi
223223
###
224224
# Variables for labelling the docker image
225225
###
226-
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
226+
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%S+00:00')"
227227

228228
if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then
229229
GIT_REF="$(git rev-parse HEAD)"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
netbox: &netbox
3-
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0}
3+
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
44
depends_on:
55
- postgres
66
- redis

docker/nginx-unit.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
}
7474
}
7575
},
76-
"access_log": "/dev/stdout"
76+
"access_log": "/dev/stdout",
77+
"settings": {
78+
"http": {
79+
"max_body_size": 104857600
80+
}
81+
}
7782
}

requirements-container.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dulwich==0.24.1
33
python3-saml==1.16.0
44
--no-binary lxml
55
--no-binary xmlsec
6-
sentry-sdk[django]==2.35.2
6+
sentry-sdk[django]==2.39.0

0 commit comments

Comments
 (0)