diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2023-06-02 16:05:05 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2023-06-02 16:19:24 +0000 |
commit | f73139cabe2b9c51fa666aa351e461762538fa41 (patch) | |
tree | d7aea4a569f10fe15db502eaa05710255dfa167c /UPDATING | |
parent | 1b61c37aaf164b05b053036d250eec0f4bacfe25 (diff) |
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.5 release
series.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230602: + AFFECTS: users of net-mgmt/netbox + AUTHOR: kai@FreeBSD.org + + 1. If the plugin security/py-netbox-secretstore is used, which is no + longer maintained by upstream, the following steps must be done before + upgrading to NetBox 3.5: + + * Migrate from security/py-netbox-secretstore (= 1.4.2_2) to + security/py-netbox-secrets (= 1.7.6) with a NetBox 3.4.x instance. + + It is very important that the versions of py-netbox-secretstore and + py-netbox-secrets match as specified otherwise the migration will not + be successful. + + The reason for this is that py-netbox-secrets 1.8.x is not backwards + compatible with Netbox 3.4. For further details please see the + updating instructions of py-netbox-secretstore or the UPDATING entry + of 2023-05-11. + + 2. Please also check the pkg-message and the changelogs for further info. + 20230531: AFFECTS: users of net-mgmt/netdisco AUTHOR: dgeo@centrale-marseille.fr |