Skip to content

Commit

Permalink
Prep for 1.6.5 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Apr 4, 2024
1 parent 0a8d9d5 commit 3b11b14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions docs/admin/release_notes/version_1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,32 @@
- Add functionality to compliance result to provide a Remediation plan.
- Supports Nautobot >=1.6.1,<2.0.0.

## v1.6.5 - 2024-04

### Fixed

- [#714](https://github.com/nautobot/nautobot-app-golden-config/pull/714) - Fixed close threaded db connections during config deployment.
- [#744](https://github.com/nautobot/nautobot-app-golden-config/pull/744) - Fixed issue where parser is not mapped when not matching netutils normalized names.

### Changed

- [#744](https://github.com/nautobot/nautobot-app-golden-config/pull/744) - Changed netutils to support 1.8.0 and up.

## v1.6.4 - 2024-01

### Fixed

- [#695](https://github.com/nautobot/nautobot-app-golden-config/pull/695) - Removed optional job_result parameter from ensure_git_repository
- [#695](https://github.com/nautobot/nautobot-app-golden-config/pull/695) - Removed optional job_result parameter from ensure_git_repository.

### Changed

- [#670](https://github.com/nautobot/nautobot-app-golden-config/pull/670) - Update Nautobot Nornir Dependency
- [#670](https://github.com/nautobot/nautobot-app-golden-config/pull/670) - Update Nautobot Nornir Dependency.

## v1.6.3 - 2023-10

### Fixed

- [#668](https://github.com/nautobot/nautobot-plugin-golden-config/issue/668) - Removed unneeded lookup for GoldenConfigSetting
- [#668](https://github.com/nautobot/nautobot-plugin-golden-config/issue/668) - Removed unneeded lookup for GoldenConfigSetting.

## v1.6.2 - 2023-09

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-golden-config"
version = "1.6.4"
version = "1.6.5"
description = "A plugin for configuration on nautobot"
authors = ["Network to Code, LLC", "<[email protected]>"]

Expand Down

0 comments on commit 3b11b14

Please sign in to comment.