From fc2a69fc2cc1fd1bec46a3f5268dcbbd33f812aa Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 15 Apr 2022 06:37:09 +0200 Subject: [PATCH] rx300: update netbox to 3.2.1 --- bundles/netbox/files/configuration.py | 2 ++ nodes/rx300.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bundles/netbox/files/configuration.py b/bundles/netbox/files/configuration.py index ccca457..f0b0ec6 100644 --- a/bundles/netbox/files/configuration.py +++ b/bundles/netbox/files/configuration.py @@ -37,6 +37,8 @@ ADMINS = [ % endfor ] +AUTH_PASSWORD_VALIDATORS = [] + BASE_PATH = '' CORS_ORIGIN_ALLOW_ALL = False diff --git a/nodes/rx300.py b/nodes/rx300.py index ca0bebe..69a0116 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -276,7 +276,7 @@ nodes['rx300'] = { }, 'netbox': { 'domain': 'netbox.franzi.business', - 'version': 'v3.1.10', + 'version': 'v3.2.1', 'changelog_retention_days': 360, 'admins': { 'kunsi': 'hostmaster@kunbox.net',