From 53f0bfc87b1f237612f68095298bce66779a7757 Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Fri, 17 Jan 2025 10:45:39 +0100 Subject: [PATCH 1/3] Adjust housekeeping change --- changes/{+nautobot-app-v2.4.0.housekeeping => 326.housekeeping} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changes/{+nautobot-app-v2.4.0.housekeeping => 326.housekeeping} (100%) diff --git a/changes/+nautobot-app-v2.4.0.housekeeping b/changes/326.housekeeping similarity index 100% rename from changes/+nautobot-app-v2.4.0.housekeeping rename to changes/326.housekeeping From ac94c84d526c786323753942b8fd5a5b77a552cf Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Fri, 17 Jan 2025 10:50:42 +0100 Subject: [PATCH 2/3] Release v2.3.1 --- changes/323.fixed | 1 - changes/326.housekeeping | 1 - changes/328.housekeeping | 1 - docs/admin/release_notes/version_2.3.md | 23 +++++++++++++++++++++++ pyproject.toml | 4 ++-- 5 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 changes/323.fixed delete mode 100644 changes/326.housekeeping delete mode 100644 changes/328.housekeeping diff --git a/changes/323.fixed b/changes/323.fixed deleted file mode 100644 index 8d665a9d..00000000 --- a/changes/323.fixed +++ /dev/null @@ -1 +0,0 @@ -Added retry logic to GoogleAPI execute. diff --git a/changes/326.housekeeping b/changes/326.housekeeping deleted file mode 100644 index 9b23ffe3..00000000 --- a/changes/326.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.4.0`. diff --git a/changes/328.housekeeping b/changes/328.housekeeping deleted file mode 100644 index eb854f12..00000000 --- a/changes/328.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/docs/admin/release_notes/version_2.3.md b/docs/admin/release_notes/version_2.3.md index a1dc04ac..9890707a 100644 --- a/docs/admin/release_notes/version_2.3.md +++ b/docs/admin/release_notes/version_2.3.md @@ -2,6 +2,29 @@ +# v2.3 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 + +- Major features or milestones +- Changes to compatibility with Nautobot and/or other apps, libraries etc. + +## [v2.3.1 (2025-01-17)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.1) + +### Fixed + +- [#323](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/323) - Added retry logic to GoogleAPI execute. + +### Housekeeping + +- [#326](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/326) - Rebaked from the cookie `nautobot-app-v2.4.0`. +- [#328](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/328) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. + + ## [v2.3.0 (2024-09-12)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 92a18351..0146cc9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-circuit-maintenance" -version = "2.3.0" +version = "2.3.1" description = "Nautobot app to automatically handle Circuit Maintenances Notifications" authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -160,7 +160,7 @@ build-backend = "poetry.core.masonry.api" [tool.towncrier] package = "nautobot_circuit_maintenance" directory = "changes" -filename = "docs/admin/release_notes/version_2.2.md" +filename = "docs/admin/release_notes/version_2.3.md" template = "development/towncrier_template.j2" start_string = "" issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/{issue})" From 77a92ce1d4fd2e38ecbc4340177d119ff4ce8da5 Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Fri, 17 Jan 2025 15:59:16 +0100 Subject: [PATCH 3/3] finetune release message --- docs/admin/release_notes/version_2.3.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/admin/release_notes/version_2.3.md b/docs/admin/release_notes/version_2.3.md index 9890707a..b134104c 100644 --- a/docs/admin/release_notes/version_2.3.md +++ b/docs/admin/release_notes/version_2.3.md @@ -1,5 +1,3 @@ -# v2.3 Release Notes - # v2.3 Release Notes @@ -10,9 +8,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## Release Overview -- Major features or milestones -- Changes to compatibility with Nautobot and/or other apps, libraries etc. - ## [v2.3.1 (2025-01-17)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.1) ### Fixed @@ -24,7 +19,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). - [#326](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/326) - Rebaked from the cookie `nautobot-app-v2.4.0`. - [#328](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/328) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. - ## [v2.3.0 (2024-09-12)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.0) ### Added