github netbox-community/netbox-docker 0.24.0
Version 0.24.0

latest releases: 2.9.1, 2.9.0, 2.8.0...
4 years ago

This release mostly contains bug fixes and an optimized build system.

Fixed to the README.md #279

There was a wrong command in the Quickstart instructions of our README.md.
When you currently have a file netbox-docker.override.yml, then rename it to docker-compose.override.yml. If you have both files, it should be safe to delete the former.

Fixed a Problem With Initializers #294

Fixed a problem where not all initializer would run when one was empty.
Now all initializer scripts are run, even when one's YAML is empty.

Fixed File Permissions in Media and Static Directories #276

File upload and static file collection should run more smoothly now.

Implement SSL and TLS Config (for mail servers) #295

SSL and TLS settings for email servers can now be configured with ENV variables. This was introduced with Netbox v2.8.4.

Add STARTTLS option (for LDAP servers) #277

The STARTTLS settings for LDAP servers can now be configured with the ENV variable AUTH_LDAP_START_TLS.

Update Redis Section in configuration.py (webhooks -tasks) #267

This prevents the warning that was shown since Netbox 2.8 during the Netbox startup.
The change is currently implemented in a way that both – the old webhooks and the new tasks – are defined, i.e. it's backwards-compatible.
In a future version we will remove the old setting (i.e. webhooks).

Updated Build Scripts #274

The build scripts have been updated to only build new images when needed.
Needed is defined as that there is a change to the python Docker image, to our files or to the respective branch of the upstream Netbox repository.
New images will only be uploaded to Docker Hub when there was such a change.
Local builds are not affected by this.

Compatibility

This version of Netbox Docker is compatible with Netbox v2.7.x until v2.8.4.
Please update to netbox-docker 0.24.1 when you intend to use Netbox v2.8.5 or later.

Known Issues

There are no known issues.

Don't miss a new netbox-docker release

NewReleases is sending notifications on new releases.