-
-
Notifications
You must be signed in to change notification settings - Fork 865
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.0.0 #1298
Merged
Version 3.0.0 #1298
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
SAML backend is still not working. I have the issue "lxml & xmlsec libxml2 library version mismatch".
Increase start period of netbox container healthcheck (fixes #1231)
Update dependency sentry-sdk to v2.2.0
Change LOGIN_REQUIRED default to 'True'
Update dependency sentry-sdk to v2.2.1
Update dependency sentry-sdk to v2.3.0
Update dependency sentry-sdk to v2.3.1
add missing REMOTE_AUTH config options
Add xmlsec with no-binary option
Switch from Redis to Valkey and add Healthchecks
Update dependency sentry-sdk to v2.4.0
Add HTTP_PROXIES related parameters
Update dependency sentry-sdk to v2.7.1
Update dependency sentry-sdk to v2.8.0
…es-1.x Update dependency django-storages to v1.14.4
Update dependency sentry-sdk to v2.9.0
Update dependency sentry-sdk to v2.10.0
Update dependency sentry-sdk to v2.11.0
Update dependency sentry-sdk to v2.12.0
…key-valkey-8.x Update docker.io/valkey/valkey Docker tag to v8
Prepare for Ubuntu 24.04
…linter-7.x Update github/super-linter action to v7
Merge and tag new release after netbox-community/netbox#17349 |
cimnine
approved these changes
Sep 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is this version ready for netbook 4.1? |
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
Prepare for Ubuntu 24.04 #1287
Image is now based on Ubuntu 24.04 and uses Python 3.12
Switch from Redis to Valkey and add Healthchecks #1203
Use Valkey because of the licence changes from Redis
Add HTTP_PROXIES related parameters #1255
Add xmlsec with no-binary option #1230
add missing REMOTE_AUTH config options #1144
Change LOGIN_REQUIRED default to 'True' #1240
Default was changed in NetBox (netbox-community/netbox#16107 and netbox-community/netbox#16122)
Increase start period of netbox container healthcheck (fixes #1231) #1233
Default value is now 30s higher to give the migrations more time
Compatibility
This version of NetBox Docker is only compatible with NetBox v4.1.x and above.
For older versions, use a previous release of NetBox Docker.