Prepare Version 0.13.0
This commit is contained in:
parent
7008c03bcb
commit
2f8ea89d54
|
@ -385,6 +385,7 @@ Compare the version with the list below to check whether a breaking change was i
|
|||
|
||||
The following is a list of breaking changes of the `netbox-docker` project:
|
||||
|
||||
* 0.13.0: `AUTH_LDAP_BIND_PASSWORD` can now be extracted into a secrets file. [#133][133]
|
||||
* 0.12.0: A new flag `REDIS_SSL=false` was added to the `env/netbox.env` file. [#129][129]
|
||||
* 0.11.0: The docker-compose file now marks volumes as shared (`:z`). This should prevent SELinux problems [#131][131]
|
||||
* 0.9.0: Upgrade to at least 2.1.5
|
||||
|
@ -402,6 +403,7 @@ The following is a list of breaking changes of the `netbox-docker` project:
|
|||
[126]: https://github.com/netbox-community/netbox-docker/pull/126
|
||||
[131]: https://github.com/netbox-community/netbox-docker/pull/131
|
||||
[129]: https://github.com/netbox-community/netbox-docker/pull/129
|
||||
[133]: https://github.com/netbox-community/netbox-docker/pull/133
|
||||
|
||||
## Rebuilding & Publishing images
|
||||
|
||||
|
|
Loading…
Reference in New Issue