From 52b1e23c80c3c878ea5f238e9f41b0212b7d1d24 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 2 Feb 2026 12:46:02 +0100 Subject: [PATCH 1/2] Fixed serving of the local documentation --- docker/launch-netbox.sh | 1 + requirements-container.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/launch-netbox.sh b/docker/launch-netbox.sh index a61e076..d68f9bc 100755 --- a/docker/launch-netbox.sh +++ b/docker/launch-netbox.sh @@ -15,6 +15,7 @@ exec granian \ --working-dir "/opt/netbox/netbox/" \ --static-path-route "/static" \ --static-path-mount "/opt/netbox/netbox/static/" \ + --static-path-dir-to-file index.html \ --pid-file "/tmp/granian.pid" \ "${GRANIAN_EXTRA_ARGS[@]}" \ "netbox.granian:application" diff --git a/requirements-container.txt b/requirements-container.txt index 2535bbd..ebe01cb 100644 --- a/requirements-container.txt +++ b/requirements-container.txt @@ -1,6 +1,6 @@ django-auth-ldap==5.3.0 dulwich==1.0.0 -granian[uvloop]==2.6.1 +granian[uvloop]==2.7.0 python3-saml==1.16.0 --no-binary lxml --no-binary xmlsec From 01a36c69c4998dd191f406fbf78129497f75c421 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 2 Feb 2026 12:46:51 +0100 Subject: [PATCH 2/2] Preparation for 4.0.0 --- VERSION | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a423d42..0c89fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 \ No newline at end of file +4.0.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1734760..64c67ba 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.2} + image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0} depends_on: - postgres - redis