v1.2.0
·
236 commits
to main
since this release
- Move GoldenConfigSetting scope to the use of DynamicGroups
- Drop support of Nautobot <1.4.X
- Update docs to mkdocs and read the docs hosting
v1.2.0 - 2022-08
Changed
- #323 Disable enforcement of
max_version
check and update admin install policy to indicate the same. - #321 Change source class to align with nautobot v1.4.0.
- #324 Performance enhancements for dynamic groups.
- #325 Doc updates.
Fixed
- #314 Fixed Tag filtering not working in job launch form
- #316 & #313 Update doc links for new read the docs
- #306 Fix ability to run docs locally
- #304 & #305 Fix yaml line issues
- #321 Resolving deprecation warning from upgrading to Nautobot v1.4.0.
- #324 Provide performance enhancements to querying DynamicGroup members.
- #328 Update container to be variable rather than hard code to py3.7.
- #327 Change the pivot to use slug as name could have special characters that cause failures
- #323 Convert to slug to match view
v1.2.0b1 - 2022-08
Added
- #291 Updated codeowners
Changed
- #288 DynamicGroup Support
- #288 Updated invoke tasks to current standards
- #288 Initial changes for CI to work with latest pattern
- #288 GoldenConfigSetting.scope is not a property that maps to GoldenConfigSetting.dynamic_group.filter
- #288 GoldenConfigSetting.scope now has a setter method to create a DynamicGroup
- Scope of Device objects can only be updated via the DynamicGroup is using the UI
- The setter is for backwards compantibility for existing automation against the API
- #280 Updated docs in preperation for doc centralization process
- #289 Update Environment setup to NTC Standards
- #287 Updated copy button to use Nautobot's standard copy functionality rather than one off
Fixed
- #260 Fixed issue with Compliance Report when values were None
- #299 Updated Readme images to render properly on PyPi, fixed other links
Removed
- #288 Nautobot <1.4.0 support