Noteworthy Changes
Initializers are now a plugin #831
All startup scripts, initializers and ruamel.yaml
have been removed from the image. With this change we are now able to publish images faster after a release of a major NetBox version. The initializer functionality has been moved to a plugin. You can find this plugin here: https://github.com/tobiasge/netbox-initializers
Installed bzip2 #836
Some examples in our Wiki use bzip2
to compress backup data. Now we have bzip2
actually in the image.
Removed unnecessary logging from tests #835
To make the test logs clearer we removed some logging output
Update dependency django-storages to v1.13.1 #822
Changelog for django-storages
Compatibility
This version of NetBox Docker is only compatible with NetBox v3.3.x and above.
For older versions, use a previous release of NetBox Docker.