Skip to content

Commit 0c99ff8

Browse files
authored
Merge pull request #1225 from netbox-community/develop
Version 2.9.1
2 parents 6d25a54 + 1265d22 commit 0c99ff8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.9.1

docker-compose.yml

Lines changed: 2 additions & 2 deletions
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.0-2.9.0}
3+
image: docker.io/netboxcommunity/netbox:${VERSION-v4.0-2.9.1}
44
depends_on:
55
- postgres
66
- redis
@@ -11,7 +11,7 @@ services:
1111
start_period: 60s
1212
timeout: 3s
1313
interval: 15s
14-
test: "curl -f http://localhost:8080/api/ || exit 1"
14+
test: "curl -f http://localhost:8080/login/ || exit 1"
1515
volumes:
1616
- ./configuration:/etc/netbox/config:z,ro
1717
- netbox-media-files:/opt/netbox/netbox/media:rw

requirements-container.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ django-auth-ldap==4.8.0
22
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.3
33
dulwich==0.22.1
44
python3-saml==1.16.0 --no-binary lxml
5-
sentry-sdk==2.1.1
5+
sentry-sdk[django]==2.1.1

0 commit comments

Comments
 (0)