updated test instance netbox to v4.2 and plugin to 1.2.0
This commit is contained in:
@@ -5,7 +5,6 @@ PLUGINS = [
|
||||
|
||||
PLUGINS_CONFIG = {
|
||||
'netbox_dns': {
|
||||
'feature_ipam_coupling': True,
|
||||
'tolerate_underscores_in_hostnames': True,
|
||||
'tolerate_underscores_in_labels': True,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/netboxcommunity/netbox:v4.0
|
||||
FROM docker.io/netboxcommunity/netbox:v4.2
|
||||
|
||||
COPY ./requirements-plugin.txt /opt/netbox/
|
||||
RUN /opt/netbox/venv/bin/pip install \
|
||||
|
||||
@@ -1 +1 @@
|
||||
netbox-plugin-dns >= 1.0.0
|
||||
netbox-plugin-dns == 1.2.0
|
||||
|
||||
Reference in New Issue
Block a user