aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netbox/files/pkg-message.in')
-rw-r--r--net-mgmt/netbox/files/pkg-message.in66
1 files changed, 11 insertions, 55 deletions
diff --git a/net-mgmt/netbox/files/pkg-message.in b/net-mgmt/netbox/files/pkg-message.in
index 941578ac6e2f..91259bc023b8 100644
--- a/net-mgmt/netbox/files/pkg-message.in
+++ b/net-mgmt/netbox/files/pkg-message.in
@@ -31,61 +31,6 @@ The following steps are required to finish the upgrade:
EOD
}
{ type: upgrade
- maximum_version: "2.6.5"
- message: <<EOD
-1. New dependency: Redis
-
-Since the 2.6 release a running Redis server instance is required for caching
-objects to run. Also the following settings like below need to be added (or
-modified) in the existing configuration.py:
-
-REDIS = {
- 'HOST': 'localhost',
- 'PORT': 6397,
- 'PASSWORD': ''
- 'DATABASE': 0,
- 'CACHE_DATABASE': 1,
- 'DEFAULT_TIMEOUT': 300,
- 'SSL': False,
-}
-
-Note that if you were using these settings in a prior release with webhooks,
-the DATABASE setting remains the same but an additional CACHE_DATABASE settings
-has been added with a default value of 1 to support the caching backend.
-
-The DATABASE setting will be renamed in a future release of NetBox to better
-relay the meaning of the setting. It is highly recommended to keep the webhook
-and cache databases separate. Using the same database number for both may
-result in webhook processing data being lost during cache flushing events.
-
-
-2. View Permissions
-
-NetBox now enforces view-only permissions by default. You can grant view
-permission to a user or group by assigning the "can view" permission for the
-desired objects.
-
-To exclude _all_ objects, effectively disabling view permissions and restoring
-the pre-v2.6 behavior, set:
-
-EXEMPT_VIEW_PERMISSIONS = ['*']
-
-
-3. CORS_ORIGIN_WHITELIST requires URI Scheme
-
-If you have the CORS_ORIGIN_WHITELIST configuration parameter defined, note
-that each origin must now include a URI scheme.
-EOD
-}
-{ type: upgrade
- maximum_version: 2.6.6
- message: <<EOD
-The 2.6.6 release includes a migration which automatically updates all existing
-cables to enable filtering by site/rack. This migration may take several
-minutes to complete on installations with tens of thousands of cables defined.
-EOD
-}
-{ type: upgrade
maximum_version: 2.7.7
message: <<EOD
1. Removal of the Topology Maps feature
@@ -259,4 +204,15 @@ following directory:
%%EXAMPLESDIR%%/netbox_rq.sample
EOD
}
+{ type: upgrade
+ maximum_version: 2.10.3
+ message: <<EOD
+The Django templating language (DTL) is no longer supported for export
+templates. Please ensure that all export templates use Jinja2 before
+upgrading.
+
+Also the support for embedded graphs was completely removed and several changes
+to the REST API were made. Please check the changelogs for further details.
+EOD
+}
]