Skip to content

Commit 2efacf3

Browse files
authored
Merge pull request #1447 from tobiasge/sentry-hot-fix
Hot fix for Sentry and feature build (Release 3.2.1)
2 parents 0b70f72 + a4ce13b commit 2efacf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

docker-compose.yml

+1-1
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.2-3.2.0}
3+
image: docker.io/netboxcommunity/netbox:${VERSION-v4.2-3.2.1}
44
depends_on:
55
- postgres
66
- redis

requirements-container.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-auth-ldap==5.1.0
2-
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.4
2+
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.6
33
dulwich==0.22.7
44
python3-saml==1.16.0
55
--no-binary lxml
66
--no-binary xmlsec
7-
sentry-sdk[django]==2.20.0
7+
sentry-sdk[django]==2.27.0

0 commit comments

Comments
 (0)