From b4327f00ce1465c9deef513166a96a99f9c34388 Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Mon, 17 Nov 2025 10:44:35 +0100 Subject: [PATCH 1/2] :bookmark: Create the version 4.4.5.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6ca80e..49bd7d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.4.3 +ARG NETBOX_VERSION=v4.4.5 FROM netboxcommunity/netbox:${NETBOX_VERSION} @@ -9,6 +9,6 @@ COPY configuration/plugins.py /etc/netbox/config/plugins.py COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY entrypoint.sh /opt/netbox/entrypoint.sh -LABEL internal_version="4.4.3.0" +LABEL internal_version="4.4.5.0" CMD ["/opt/netbox/entrypoint.sh"] From 734d6b3a7d9f5257413eecc3c60d01eb6c95a293 Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Tue, 18 Nov 2025 11:41:41 +0100 Subject: [PATCH 2/2] Upgrade Netbox Docker Plugin version to 4.9.* --- Dockerfile | 2 +- plugin_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49bd7d0..f0b0786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ COPY configuration/plugins.py /etc/netbox/config/plugins.py COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY entrypoint.sh /opt/netbox/entrypoint.sh -LABEL internal_version="4.4.5.0" +LABEL internal_version="4.4.5.1" CMD ["/opt/netbox/entrypoint.sh"] diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 2cd75fa..81f0091 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,4 +1,4 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 4.8.* +netbox-docker-plugin == 4.9.* netbox-passhup-plugin == 0.* supervisor == 4.*