-
-
Notifications
You must be signed in to change notification settings - Fork 904
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 3.1.0 #1369
Merged
Version 3.1.0 #1369
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
Update dependency sentry-sdk to v2.16.0
…dap-5.x Update dependency django-auth-ldap to v5
Update dependency dulwich to v0.22.3
…dap-5.x Update dependency django-auth-ldap to v5.1.0
Update dependency sentry-sdk to v2.17.0
Update dependency dulwich to v0.22.4
Update dependency sentry-sdk to v2.18.0
Simplifies the listener configuration by using a wildcard for the IP and adds a forwarded section that trusts all proxies on RFC1918 networks.
Fixes #1331: Added 'forwarded' section Unit config
Update dependency dulwich to v0.22.5
Update dependency dulwich to v0.22.6
Update dependency sentry-sdk to v2.19.0
Update dependency sentry-sdk to v2.19.1
Update dependency sentry-sdk to v2.19.2
…tgres-17.x Update docker.io/postgres Docker tag to v17
Update dependency dulwich to v0.22.7
Prepare for Netbox 4.2
cimnine
approved these changes
Jan 7, 2025
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.
Noteworthy Changes
Fixes #1331: Added 'forwarded' section Unit config #1347
Trust proxies on RFC1918 networks to set X-Forwarded-* headers
Update dependency django-auth-ldap to v5.1.0 #1338
Updated to latest version
Update dependency sentry-sdk to v2.19.2 #1359
Updated to latest version
Update docker.io/postgres Docker tag to v17 #1326
Our docker-compose file was updated to use PostgreSQL 17.
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 16, i.e. before the upgrade) and restore (with a clean PostgreSQL 17, 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 17, you can stick to version 16 just fine. You could do this with a
docker-compose.override.yml
like so:Update dependency dulwich to v0.22.7 #1363
Updated to latest version
Upgrade Nginx Unit to version 1.34
Update Nginx Unit to the latest version
Compatibility
This version of NetBox Docker is only compatible with NetBox v4.2.x and above.
For older versions, use a previous release of NetBox Docker.