Skip to content

Version 2.6.0

Compare
Choose a tag to compare
@tobiasge tobiasge released this 28 Apr 07:01
· 122 commits to release since this release
b4a6be3

Noteworthy Changes

Preparation for Netbox 3.5 #990

  • Removes Napalm from the image, because all things Napalm have been removed from Netbox core and are now a plugin
  • Removes Gunicorn from the image, because it hat not been used
  • Removes BASE_PATH environment variable
    Changing the base path where Netbox is served, needs more changes than changing this variable. To prevent surprises we have removed it.
  • Netbox 3.5 changed how it handles custom scripts and reports. To be compatible with this change, the bind mounts for those reports and scripts have been removed from the docker-compose.yml. If you currently have custom files in one of those directories, you will have to upload them into Netbox. This can be done in the UI.
  • Please also read the release note for Netbox.

Update dependency django-auth-ldap to v4.3.0 #1000

Using a current version

Compatibility

This version of NetBox Docker is only compatible with NetBox v3.5.x and above.
For older versions, use a previous release of NetBox Docker.