-
-
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 2.5.0 #959
Version 2.5.0 #959
Conversation
…s-1.x Update dependency django-storages to v1.13.2
Docker compose's syntax changed as of Compose v2 (source: https://docs.docker.com/compose/reference/). Replaced references of "docker-compose" with "docker compose" to align with this change.
Update dependency python3-saml to v1.15.0
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
Ensure that '*' or 'localhost' is always in ALLOWED_HOSTS
Added start_period to docker-compose example
Fix syntax of docker compose commands
This is to make podman happy, since newer versions of podman have set short-name-mode to enforcing https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md
Add redis username parameter
Using GITHUB_TOKEN for API
Fix Github action warnings
Prepend docker.io to image URLs
implement extra LDAP user and group filters as requested in #471
This rebuilds the search index when models where updated.
Updated to new unit version
Fixes #947: Rebuild search index when needed
Replaced curl with Skopeo for in image functions
Fixed Github action badge
Added check for commands to all scripts
Don't create superuser with default credentials
There seems to be a word too much in that title
There's an |
Fixed |
in docker-compose.yml Line 65/66: redis-cache: image: redis:7-alpine / Docker.io is missing |
Will be fixed in an upcoming release. |
Noteworthy Changes
Don't create superuser with default credentials #955
To improve security in production environment we don't create a default admin anymore
Replaced curl with Skopeo in image functions #956
Improved stability for our build process
Updated to new unit version #951
We are now using Nginx Unit 1.29.1
docker-entrypoint.sh needs to be updated to run manage.py reindex --lazy after migrations #947
Update indexes on start when needed
implement extra LDAP user and group filters as requested in #471 #931
Improved the filter settings for LDAP
Prepend docker.io to image URLs #910
Using the full image name to fixed errors with podman
Fix Github action warnings #933
Using the modern syntax for Github Actions ENV variables and output
Using GITHUB_TOKEN for API #932
Updated the build process to use the GITHUB_TOKEN
Add redis username parameter #929
Redis username can now be set from ENV variables
Fix syntax of docker compose commands #914
Using modern syntax for
docker compose
Added start_period to docker-compose example #913
Added example for the health checks
Ensure that '*' or 'localhost' is always in ALLOWED_HOSTS #912
Ensures that
ALLOWED_HOSTS
is always set correctlyCompatibility
This version of NetBox Docker is only compatible with NetBox v3.4.x and above.
For older versions, use a previous release of NetBox Docker.