v1.6.0
itdependsnetworks
released this
15 Sep 21:28
·
103 commits
to main
since this release
v1.6 Release Notes
- Add ability to generate ConfigPlans for configurations that need to be deployed, based on multiple plan types.
- Add a job that can deploy config_set based on a generated ConfigPlan object.
- Add functionality to compliance result to provide a Remediation plan.
- Supports Nautobot >=1.6.1,<2.0.0.
v1.6.0 - 2023-09
Added
- #573 - Added the ability to generate remediation configurations and store in ConfigRemediation model
- #573 - Added the ability to generate configurations that you plan to deploy from a variety of methods, such as Remediation, intended, manual, etc. via the ConfigPlan model.
- #573 - Added the ability to Deploy configurations from the ConfigPlan configurations to your network devices.
Fixed
- #585 - Remove Jquery dependency from Google APIs, inherit from Nautobot core instead.
- #577 - Fixed various forms fields and filters fields.
- #577 - Updated default has_sensitive_data boolean to False.
- #577 - Added warning message on views when required jobs are not enabled.
New Contributors
- @electro47h made their first contribution in #527
Full Changelog: v1.5.0...v1.6.0