Compare commits

..

4 commits

Author SHA1 Message Date
Matt Gaynor ef976648f0
Merge 1815408e73 into f4f6189c9f 2026-02-25 07:51:05 +01:00
Tobias Genannt f4f6189c9f
Merge pull request #1630 from netbox-community/renovate/granian-2.x
Some checks failed
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Checks syntax of our code (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
chore(deps): update dependency granian to v2.7.2
2026-02-25 06:37:02 +01:00
renovate[bot] 9c992c9879
chore(deps): update dependency granian to v2.7.2 2026-02-25 00:36:06 +00:00
Tobias Genannt 7ab38e63e5 Preparation for 4.0.1
Some checks are pending
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
2026-02-24 19:42:41 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
4.0.0 4.0.1

View file

@ -1,6 +1,6 @@
services: services:
netbox: &netbox netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0} image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.1}
depends_on: depends_on:
- postgres - postgres
- redis - redis

View file

@ -1,6 +1,6 @@
django-auth-ldap==5.3.0 django-auth-ldap==5.3.0
dulwich==1.1.0 dulwich==1.1.0
granian[uvloop]==2.7.1 granian[uvloop]==2.7.2
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec