-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.3.0: Compatibility with Netbox v3 #557
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The migrations are only started if there are some that have not been applied. Additionally the maintenace task needed after an update are now run after the migrations
Optimise migrations on startup
Update postgres Docker tag to v13
Secrets are removed in Netbox 2.12
Remove 'ttf-ubuntu-font-family' from image
Update dependency napalm to v3.3.0
Update dependency ruamel.yaml to v0.17.7
Initialize tenants before sites
Update dependency ruamel.yaml to v0.17.9
Update dependency napalm to v3.3.1
Update dependency ruamel.yaml to v0.17.10
…tion Disable server side cursors option
Alpine update to 3.14
…ap-3.x Update dependency django-auth-ldap to v3
Update dependency ruamel.yaml to v0.17.11
Update dependency ruamel.yaml to v0.17.14
Update dependency ruamel.yaml to v0.17.16
Prepare for Netbox v3.0.0
tobiasge
changed the title
Compatibility with Netbox v3
Version 1.3.0: Compatibility with Netbox v3
Aug 30, 2021
cimnine
approved these changes
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue: -
New Behavior
Contrast to Current Behavior
Discussion: Benefits and Drawbacks
Changes to the Wiki
Proposed Release Note Entry
This release adds support for for NetBox 3.0 and drops support for older releases.
Noteworthy Changes
Optimise migrations on startup #507
Migrations are only started when they are needed. Additionally some update tasks from Netbox are run when migrations where done.
Update postgres Docker tag to v13 #508
Our docker-compose file was updated to use PostgreSQL 13.
Note that you will need to take manual action after you upgrade a live PostgreSQL database.
If your database is not too big, a full backup (with PostgreSQL 12, i.e. before the upgrade) and restore (with a clean PostgreSQL 13, i.e. after the upgrade) is probably the easiest to achieve. Our troubleshooting wiki page has instructions on how to backup and restore a Netbox database. Please test the procedure on a test system first!
Note that there is no requirement to update to PostgreSQL 13, you can stick to version 12 just fine. You could do this with a
docker-compose.override.yml
like so:Alpine update to 3.14 #534
Image is now based on Alpine 3.14
Compatibility
This version of NetBox Docker is only compatible with NetBox v3.0.x. For older versions, use a previous release of NetBox Docker.
Known Issues
There are no confirmed critical issues at the time of writing this. See the issues labelled bug in our issues section.
Sponsoring
Consider buying the maintainers of this project a beer or drink:
Double Check
develop
branch.