updated test instance netbox to v4.2 and plugin to 1.2.0

This commit is contained in:
W Anders
2025-01-08 15:31:03 -07:00
parent d144fa1ed2
commit 5517b51acd
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ PLUGINS = [
PLUGINS_CONFIG = { PLUGINS_CONFIG = {
'netbox_dns': { 'netbox_dns': {
'feature_ipam_coupling': True, 'tolerate_underscores_in_labels': True,
'tolerate_underscores_in_hostnames': True,
}, },
} }
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/netboxcommunity/netbox:v4.0 FROM docker.io/netboxcommunity/netbox:v4.2
COPY ./requirements-plugin.txt /opt/netbox/ COPY ./requirements-plugin.txt /opt/netbox/
RUN /opt/netbox/venv/bin/pip install \ RUN /opt/netbox/venv/bin/pip install \
+1 -1
View File
@@ -1 +1 @@
netbox-plugin-dns >= 1.0.0 netbox-plugin-dns == 1.2.0