Skip to content

Releases: nautobot/nautobot-app-golden-config

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

v1.2.0-beta.0

11 Aug 12:27
ee85da6
Compare
Choose a tag to compare

v1.2 Release Notes

  • Move GoldenConfigSetting scope to the use of DynamicGroups
  • Drop support of Nautobot <1.4.X

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 the 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
    • The scope of Device objects can only be updated via the DynamicGroup using the UI
    • The setter is for backward compatibility for existing automation against the API
  • #280 Updated docs in preparation 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.0

09 Jul 20:45
e5599a2
Compare
Choose a tag to compare

Announcements

  • Nautobot Golden Config 2.X.X will remove scope as a JSON payload in GoldenConfigSetting to be replaced with DynamicGroups
  • Nautobot Golden Config 2.X.X will require Nautobot v1.3.X or greater

Fixed

  • #281 Fixes Views for Nautobot 1.3 Settings, backwards compatible with Nautobot 1.2
  • #270 Optimize GoldenConfig home view to improve scaling with > 1 GoldenConfigSetting via query annotations

Added

  • #267 Add filterset to the GoldenConfigSettingViewSet
  • #262 Add filter for slug on ComplianceFeature

v1.0.3

21 Jun 21:16
bfc2e5f
Compare
Choose a tag to compare

Fixed

  • #257 Resolved template_content displaying SoT AGG link on Device detail page if Device not in scope of GoldenConfigSetting
  • Change to pull version from package instead of static variable

v1.0.2

09 May 14:22
9aec2d6
Compare
Choose a tag to compare

v1.0.2 - 2022-05

Fixed

  • #246 Dependabot update to Docker redis-7.x
  • #233 Dependabot update to paramiko-2.10.1
  • #251 Add description to CSV config replace export

v1.0.1

06 May 00:35
9aec2d6
Compare
Choose a tag to compare

Fixed

  • #238 Fixed repo/docs/homepage links for PyPI
  • #243 Removing unneed javascript source as it is part of #243

v1.0.0

01 Apr 18:35
ae9dfae
Compare
Choose a tag to compare

v1.0.0 - 2022-04

Announcements

  • Nautobot Golden Config 1.0.X will officially only support versions 1.2.0 - 1.3.99

Added

  • #180 Added Renovate for proactive package management
  • #158 Allow for Jinja2 Filters to be used by GoldenConfig templates
  • #167 Added support for multiple repos
  • #205 Added support for multiple repos via multiple golden config settings
  • #206 Add Git datasource to load GC properties
  • #218 Added ability to store SoTAgg field leveraging Nautobot saved GraphQl query
  • #225 Added support for nautobot secrets group on git repos
  • #234 Minor update to FAQ

Changed

  • #171 Changed the release policy
  • #158 Changed variable job_result to nautobot_job
  • #186 Update mariadb Docker tag to v10.7
  • #187 Update postgres Docker tag to v14
  • #188 Update Markdown dependency
  • #190 Update to Nautobot 1.2.0
  • #190 Remove Nautobot 1.0 specific code
  • #211 Update dependency mariadb to v10.8
  • #229 Updated navigation to a dedicated top level menu

Fixed

  • #176 Fixed Pylint issue
  • #182 Add reference to Nornir plugin for installation
  • #183 Fixed documentation for sot_agg_transposer default
  • #184 Fix markdown links in quick-start
  • #194 Detailed Error Handling in get_job_filter helper
  • #229 Fixed #165, Configuration Compliance List View "Device" filter doesn't work

New Contributors

Full Changelog: v0.9.10...v1.0.0

v1.0.0-beta.1

21 Mar 01:32
dfd3304
Compare
Choose a tag to compare

Announcements

  • Nautobot Golden Config 1.0.X will officially only support versions 1.2.0 - 1.3.99

Added

  • #180 Added Renovate for proactive package management
  • #158 Allow for Jinja2 Filters to be used by GoldenConfig templates
  • #225 Added support for nautobot secrets group on git repos
  • #205 Added support for multiple golden config settings
  • #206 Add Git datasource to load GC properties
  • #218 Added ability to storre SoTAgg field leveraging Nautobot saved GraphQl query

Changed

  • #171 Changed the release policy
  • #158 Changed variable job_result to nautobot_job
  • #186 Update mariadb Docker tag to v10.7
  • #187 Update postgres Docker tag to v14
  • #188 Update Markdown dependency
  • #190 Update to Nautobot 1.2.0
  • #190 Remove Nautobot 1.0 specific code
  • #211 Update dependency mariadb to v10.8

Fixed

  • #176 Fixed Pylint issue
  • #182 Add reference to Nornir plugin for installation
  • #183 Fixed documentation for sot_agg_transposer default
  • #184 Fix markdown links in quick-start

v0.10.0

18 Mar 02:22
Compare
Choose a tag to compare

Added

  • #163 Create custom compliance feature

v0.9.10

27 Nov 04:55
6034577
Compare
Choose a tag to compare

Announcements

  • Nautobot Golden Config 0.9.X will officially not support versions after 1.2.X
  • Nautobot Golden Config 1.0.X will tentatively not support versions after 1.2.X
  • Nautobot Golden Config will maintain a stable-<major>.<minor> branch name
  • Nautobot Golden Config branching policy created

Added

  • #155 Contribution policy updated in Readme

Fixed

  • #129 Update filters, forms, add filters to api.
  • #148 move diff2html to be locally served
  • #154 Fix report bar chart overlap
  • #161 Fix configuration compliance export gives traceback
  • #164 Fixes the export functionality for configuration compliance list view.
  • #166 fix configuration and overview reporting csv exports