From 2bbdfad6a93a43744736855e8d84a660c79a5b96 Mon Sep 17 00:00:00 2001 From: Vincent Simonin Date: Wed, 3 Jun 2026 07:55:05 +0200 Subject: [PATCH] :arrow_up: Upgrade Netbox to v4.6.2 and Netbox Docker Plugin --- Dockerfile | 4 ++-- plugin_requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ee0c4b..fa00393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NETBOX_VERSION=v4.6.1 +ARG NETBOX_VERSION=v4.6.2 FROM netboxcommunity/netbox:${NETBOX_VERSION} @@ -11,7 +11,7 @@ COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY docker/entrypoint.sh /opt/netbox/entrypoint.sh COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh -LABEL internal_version="4.6.1.2" +LABEL internal_version="4.6.2.0" LABEL prometheus_scrape="true" LABEL prometheus_address="netbox:8080" diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 468c975..9a85802 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,5 +1,5 @@ netbox-cloudflare-plugin == 0.* -netbox-docker-plugin == 5.1.1 +netbox-docker-plugin == 5.2.0 netbox-passhup-plugin == 0.* netbox-plugin-prometheus-sd == 1.3.0 supervisor == 4.*