From 30f2fa1b61624ec4525225130141b03497a95ff5 Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:24:08 -0800 Subject: [PATCH] release v2.2.0 --- changes/+nautobot-app-v2.4.0.housekeeping | 1 - changes/743.fixed | 1 - changes/803.added | 1 - changes/803.housekeeping | 1 - changes/810.fixed | 1 - changes/814.changed | 1 - changes/823.housekeeping | 1 - changes/824.added | 1 - changes/824.housekeeping | 1 - docs/admin/release_notes/version_2.2.md | 32 +++++++++++++++++++++++ mkdocs.yml | 1 + pyproject.toml | 2 +- 12 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 changes/+nautobot-app-v2.4.0.housekeeping delete mode 100644 changes/743.fixed delete mode 100644 changes/803.added delete mode 100644 changes/803.housekeeping delete mode 100644 changes/810.fixed delete mode 100644 changes/814.changed delete mode 100644 changes/823.housekeeping delete mode 100644 changes/824.added delete mode 100644 changes/824.housekeeping create mode 100644 docs/admin/release_notes/version_2.2.md diff --git a/changes/+nautobot-app-v2.4.0.housekeeping b/changes/+nautobot-app-v2.4.0.housekeeping deleted file mode 100644 index 9b23ffe3..00000000 --- a/changes/+nautobot-app-v2.4.0.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.4.0`. diff --git a/changes/743.fixed b/changes/743.fixed deleted file mode 100644 index 263d7e8a..00000000 --- a/changes/743.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed improperly rendered panels in device and location views. diff --git a/changes/803.added b/changes/803.added deleted file mode 100644 index c738255f..00000000 --- a/changes/803.added +++ /dev/null @@ -1 +0,0 @@ -Added Python 3.12 support. diff --git a/changes/803.housekeeping b/changes/803.housekeeping deleted file mode 100644 index bd272c5d..00000000 --- a/changes/803.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.3.2`. diff --git a/changes/810.fixed b/changes/810.fixed deleted file mode 100644 index 1a40e8ed..00000000 --- a/changes/810.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed custom compliance to work with non-string objects. diff --git a/changes/814.changed b/changes/814.changed deleted file mode 100644 index ad334245..00000000 --- a/changes/814.changed +++ /dev/null @@ -1 +0,0 @@ -Changed the Git commit message of GC Jobs to be configurable. \ No newline at end of file diff --git a/changes/823.housekeeping b/changes/823.housekeeping deleted file mode 100644 index eb854f12..00000000 --- a/changes/823.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. diff --git a/changes/824.added b/changes/824.added deleted file mode 100644 index 7a025d98..00000000 --- a/changes/824.added +++ /dev/null @@ -1 +0,0 @@ -Added a REST API endpoint for Jinja template developers to render intended configurations from templates in an arbitrary git repository. diff --git a/changes/824.housekeeping b/changes/824.housekeeping deleted file mode 100644 index bb14b698..00000000 --- a/changes/824.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Updated multiple tests to use the faster `setUpTestData` instead of `setUp`. Fixed incorrect base class on `ConfigPlanTest`. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md new file mode 100644 index 00000000..f6451061 --- /dev/null +++ b/docs/admin/release_notes/version_2.2.md @@ -0,0 +1,32 @@ + +# v2.2 Release Notes + +This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Release Overview + +- Added Python 3.12 support. +- Added REST API endpoint for Jinja as first part of journey towards a jinja live editor. + +## [v2.2.0 (2024-11-04)](https://github.com/nautobot/nautobot-app-golden-config/releases/tag/v2.2.0) + +### Added + +- [#803](https://github.com/nautobot/nautobot-app-golden-config/issues/803) - Added Python 3.12 support. +- [#824](https://github.com/nautobot/nautobot-app-golden-config/issues/824) - Added a REST API endpoint for Jinja template developers to render intended configurations from templates in an arbitrary git repository. + +### Changed + +- [#814](https://github.com/nautobot/nautobot-app-golden-config/issues/814) - Changed the Git commit message of GC Jobs to be configurable. + +### Fixed + +- [#743](https://github.com/nautobot/nautobot-app-golden-config/issues/743) - Fixed improperly rendered panels in device and location views. +- [#810](https://github.com/nautobot/nautobot-app-golden-config/issues/810) - Fixed custom compliance to work with non-string objects. + +### Housekeeping + +- [#0](https://github.com/nautobot/nautobot-app-golden-config/issues/0) - Rebaked from the cookie `nautobot-app-v2.4.0`. +- [#803](https://github.com/nautobot/nautobot-app-golden-config/issues/803) - Rebaked from the cookie `nautobot-app-v2.3.2`. +- [#823](https://github.com/nautobot/nautobot-app-golden-config/issues/823) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. +- [#824](https://github.com/nautobot/nautobot-app-golden-config/issues/824) - Updated multiple tests to use the faster `setUpTestData` instead of `setUp`. Fixed incorrect base class on `ConfigPlanTest`. diff --git a/mkdocs.yml b/mkdocs.yml index ff5cd0b4..e7d70585 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -165,6 +165,7 @@ nav: - Migrating To v2: "admin/migrating_to_v2.md" - Release Notes: - "admin/release_notes/index.md" + - v2.2: "admin/release_notes/version_2.2.md" - v2.1: "admin/release_notes/version_2.1.md" - v2.0: "admin/release_notes/version_2.0.md" - v1.6: "admin/release_notes/version_1.6.md" diff --git a/pyproject.toml b/pyproject.toml index f52b38b4..4384122c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-golden-config" -version = "2.1.2" +version = "2.2.0" description = "An app for configuration on nautobot" authors = ["Network to Code, LLC "] license = "Apache-2.0"