Releases: netbox-community/netbox-docker
Version 0.14.0
Features:
- A new variable for our LDAP users,
AUTH_LDAP_GROUP_TYPE
. Thanks @mryauch, see #135. - More aggressive use of Docker caching. Thanks @rje6459 for the inspiration and some of the work! See #136 and #137.
As always, it will take some time for the Docker images to appear on Docker Hub. Existing version tags before and including v2.5.13
will not be updated. 2.5
will only be updated if a new version v2.5.14
(or later) of Netbox is released.
Version 0.13.1: Django 2.2
Netbox recently upgraded to Django 2.2. To speed up the build this dependency is hardcoded in our Dockerfile
. This releases addresses this incompatibility.
Version 0.13.0: AUTH_LDAP_BIND_PASSWORD
This release allows to extract the AUTH_LDAP_BIND_PASSWORD
into the secrets file /run/secrets/auth_ldap_bind_password
. Thanks go out to @mryauch for the PR #133.
Please not that version 0.12.0 was released earlier today. It added support for securing your Redis connection with TLS by exporting the environment variable REDIS_SSL
.
Version 0.12.0: REDIS_SSL support
This release adds support to secure the connection to your Redis with TLS. Support for this was added in Netbox 2.5.9. Thanks go out to @ajknv for the PR #129.
Version 0.11.0: Minor Version Tags and SELinux support
This release features two PRs:
- #130 by @tobiasge, which adds a new tag to the Docker images published to hub.docker.com. There will be a tag for
MAJOR.MINOR
releases, i.e.v2.5.8
will also be tagged asv2.5
, starting with the next release of Netbox. - #131 by @Bialogs, which should allow the docker-compose setup to work on SELinux enabled hosts
Version 0.10.0: SKIP_STARTUP_SCRIPTS
This release contains a new feature contributed by @tobiasge in #128:
To speed up the startup time of netbox-docker
it is possible to disable the execution of the startup scripts.
As documented, a new environment variable SKIP_STARTUP_SCRIPTS
was introduced. If the variable is set to true
, netbox-docker
will not run the startup scripts.
To enable this new behaviour, you could add the following line to the netbox.env
file:
SKIP_STARTUP_SCRIPTS=true
0.9.0
0.8.0
0.7.0
This release features an example about how custom reports are integrated with netbox-docker
. This was contributed by @bdlamprecht and is documented in the README.md
Additionally, in this release the value of the MAX_PAGE_SIZE
variable was changed to 1000
, which reflects netbox's default. @tyler-8 suggested this, and @TakeMeNL implemented it.
Thanks to all the contributors and users!
While you're here: We also have a Slack Channel on the networktocode Slack.
0.6.0
There are now a lot more initializers that are already implemented. Find examples for each of them in the initializers
folder. Thanks to @aradunovic for implementing them!
netbox-docker
builds containing these improvements will appear soon on Docker Hub. Images targeting a specific version of Netbox are not rebuilt however. You will need to wait on the next Netbox release in order to get them, or build them yourself.