From 5fd1476a867661acda062530b6ae6dad66a28880 Mon Sep 17 00:00:00 2001 From: Stephen Kiely Date: Tue, 17 Dec 2024 14:16:49 -0600 Subject: [PATCH] Prep for Release 2.2.2 --- changes/840.added | 1 - changes/841.added | 1 - changes/844.added | 1 - changes/849.fixed | 1 - docs/admin/release_notes/version_2.2.md | 12 ++++++++++++ pyproject.toml | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changes/840.added delete mode 100644 changes/841.added delete mode 100644 changes/844.added delete mode 100644 changes/849.fixed diff --git a/changes/840.added b/changes/840.added deleted file mode 100644 index c39086d6..00000000 --- a/changes/840.added +++ /dev/null @@ -1 +0,0 @@ -Added GraphQL output to the "Generate Intended Config" view. diff --git a/changes/841.added b/changes/841.added deleted file mode 100644 index 9531433c..00000000 --- a/changes/841.added +++ /dev/null @@ -1 +0,0 @@ -Added GraphQL query form field to the "Generate Intended Config" view. diff --git a/changes/844.added b/changes/844.added deleted file mode 100644 index 76a6b422..00000000 --- a/changes/844.added +++ /dev/null @@ -1 +0,0 @@ -Added a diff output to the "Generate Intended Config" view and associated REST API. diff --git a/changes/849.fixed b/changes/849.fixed deleted file mode 100644 index 846a16db..00000000 --- a/changes/849.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed failing tests in Nautobot v2.3.13. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index dae668d8..b4ccece9 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -8,6 +8,18 @@ This document describes all new features and changes in the release. The format - Added Python 3.12 support. - Added REST API endpoint for Jinja as first part of journey towards a jinja live editor. +## [v2.2.2 (2024-12-17)](https://github.com/nautobot/nautobot-app-golden-config/releases/tag/v2.2.2) + +### Added + +- [#840](https://github.com/nautobot/nautobot-app-golden-config/issues/840) - Added GraphQL output to the "Generate Intended Config" view. +- [#841](https://github.com/nautobot/nautobot-app-golden-config/issues/841) - Added GraphQL query form field to the "Generate Intended Config" view. +- [#844](https://github.com/nautobot/nautobot-app-golden-config/issues/844) - Added a diff output to the "Generate Intended Config" view and associated REST API. + +### Fixed + +- [#849](https://github.com/nautobot/nautobot-app-golden-config/issues/849) - Fixed failing tests in Nautobot v2.3.13. + ## [v2.2.1 (2024-11-27)](https://github.com/nautobot/nautobot-app-golden-config/releases/tag/v2.2.1) ### Added diff --git a/pyproject.toml b/pyproject.toml index bc1a5c06..4ceb8280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-golden-config" -version = "2.2.2a0" +version = "2.2.2" description = "An app for configuration on nautobot" authors = ["Network to Code, LLC "] license = "Apache-2.0"