github netbox-community/netbox-docker 0.15.0
Version 0.15.0: Compatibility with Netbox v2.6.0

latest releases: 2.8.0, 2.7.0, 2.6.1...
4 years ago

This release contains changes required to work with Netbox v2.6.0.

There are also breaking changes, as the configuration file was updated to match the latest version from Netbox.

Known Issues

Also, at the time of this release, there is a known issue in Netbox that prevents netbox-docker:2.6.0 to start properly. A fix has already been merged an will be released with Netbox v2.6.1.

Noteworthy changes

The configuration/configuration.py file has been updated to match the file from Netbox.
CORS_ORIGIN_WHITELIST has a new default value of http://localhost.
To provide a nice development environment, CORS_ORIGIN_ALLOW_ALL added to env/netbox.env with a default value of True.
There are also new options:

  • REDIS_CACHE_DATABASE
  • CACHE_TIMEOUT (set to 0 to disable caching)
  • CHANGELOG_RETENTION
  • CORS_ORIGIN_REGEX_WHITELIST (space separated list of regular expressions)
  • EXEMPT_VIEW_PERMISSIONS (space separated list)
  • METRICS_ENABLED

Caveats

As always, it will take some time for the Docker images to appear on Docker Hub. Existing version tags before and including v2.6.0 will not be updated. v2.6 will only be updated if a new version v2.6.1 (or later) of Netbox is released.

Don't miss a new netbox-docker release

NewReleases is sending notifications on new releases.