Changelog
2.8.0 (2024-11-10)
- #76 Add in NetBox 4.0 and higher some statistics for diff
- #81 Fix error in rendering config with several substitutes
- #84 Strip multiple empty lines in configs
2.7.0 (2024-09-29)
- #79 Add support for NetBox 4.1
This release drops support for NetBox 3.6.
2.6.0 (2024-07-14)
- #62 Add support for NetBox 4.0
This release drops support for NetBox 3.5.
2.5.0 (2024-06-30)
- #67 Add option
default_desired_privilege_level
to plugins variables (thanks to @cknost) - #69 Fix logger in SecretsMixin
- #70 Add
escapejs
filter to diff templates
2.4.0 (2024-05-12)
- #63 Generate patch commands necessary to bring a device into its intended configuration with hier_config
2.3.0 (2024-04-11)
- #49 Handle junipers templates with set commands
- #56 Add support for NetBox 3.7
- #57 Reverse columns in compliance diff
2.2.0 (2024-02-06)
- #47 Move plugin to separete menu item in navbar and add tab for devices with compliance result
- #50 Add template field for device name in DataSource to ConfigDiffScript
- #53 Add netbox-rq to installation process docs
2.1.0 (2023-10-26)
- #35 Add ability to define password for accessing priviliged exec mode
- #37 Add
DeviceRole
field toCollectDiffScript
- #38 Remove config template filter for devices filed in forms
- #39 Add
Status
field toCollectDiffScript
- #43
ConfigDiffScript
does not create empty changelog entries
2.0.1 (2023-10-22)
- #33 Fix failing migrations on fresh database install
2.0.0 (2023-10-18)
- #25 Add configuration management
1.2.2 (2023-09-29)
- #28 Add legacy ssh algorithms to support old OS versions
1.2.1 (2023-09-07)
- #26 Add dark theme for diff
1.2.0 (2023-08-23)
- #20 Add integration with netbox-secrets plugin
1.1.1 (2023-08-13)
- #1 Add tests
1.1.0 (2023-08-01)
- #16 Add missing and extra config lines
1.0.0 (2023-07-23)
- Publish on PyPI.
0.1.1 (2023-07-23)
- Add DataSoures as sources for device configurations.
- Add docs.
0.1.0 (2023-07-09)
- First release.