Skip to content

Releases: nautobot/nautobot-app-golden-config

v1.3.1

15 Dec 16:55
07a7ebe
Compare
Choose a tag to compare

v1.3.1 - 2022-12

  • #411 - Fix issue where logs were causing an issue.

v1.3.0

14 Dec 17:45
8a94b76
Compare
Choose a tag to compare

v1.3 Release Notes

  • Add the ability to update Intended Configuration for multiple use cases, supporting rendering of secrets out of the box.
  • Enable Routine Testing Against Upstream Nautobot versions to ensure continuous compatibility.

v1.3.0 - 2022-12

Added

  • #344 - Enable routine testing against upstream Nautobot versions to ensure continuous compatibility.
  • #339 - Add the ability to post-process Intended Configuration for multiple use cases, supporting rendering of secrets out of the box.

Changed

  • #378 - Update nornir job logging to provide more feedback on the steps that are taking place.
  • #365 - Add slack notify after release to Github Actions workflow.

Fixed

  • #369 - Fix issue with runner serial resulting in InterfaceError: connection already closed error.
  • #398 - Fix incorrect relative link in app_feature_compliance.md.

v1.2.4

14 Dec 14:29
9bd29e4
Compare
Choose a tag to compare

Fixed

  • #382 Fixed issue on Golden Config Home Export Inconsistent on filtering.
  • #390 Update ordered compliant view to only show "config" vs both intended and actual.

v1.2.3

03 Nov 19:23
b22b924
Compare
Choose a tag to compare

v1.2.3 - 2022-11

Fixed

  • #356 Fix Compliance Rule list view filtering on platform is broken.
  • #385 Fix Compliance Export not working.
  • #384 Fix issue where not correctly rendering intended actual configs on compliance view
  • #387 Fix filter to be in line with Nautobot 1.4, make logging optional in testing.

v1.2.2

07 Oct 14:46
13d12b7
Compare
Choose a tag to compare

Fixed

  • #369 Using of runner plugin serial is causing an "InterfaceError: connection already closed" error.

Changed

  • #367 Add suggested custom CSS for mkdocstrings indentation.

v1.2.1

03 Oct 12:31
668cbb7
Compare
Choose a tag to compare

Fixed

  • #350 Fix lingering ssh connections by adding a close_connections in completed stage of processor.
  • #317 Fix The CI builds the Nautobot container two times in the unittests step.
  • #307 Fix Bulk Delete not always working on config compliance objects.
  • #358 Fix code block formatting in app_getting_started.md.
  • #352 Fix clearing DB connections between threads.

Changed

  • #361 Adds environment variable to disable git prompts.
  • #362 Optimizing refreshing of repos when running jobs.

v1.2.0

22 Aug 16:09
778229f
Compare
Choose a tag to compare
  • 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

v1.1.3

20 Aug 14:12
7ea699b
Compare
Choose a tag to compare

Fixed

  • #329 Change the pivot to use slug as name could have special characters that cause failures: Cherry picked

v1.1.2

16 Aug 22:21
2749bf5
Compare
Choose a tag to compare

v1.1.2 - 2022-08

Changed

  • #322 Create release v1.1.2 and remove restrictions enforcing non-usage of beyond Nautobot 1.3.

v1.1.1

12 Aug 12:24
6653145
Compare
Choose a tag to compare

Fixed

  • #260 Server Error when viewing Compliance Report Overview: Cherry picked
  • #309 Fix duplicate entries on home view: Cherry picked