From e604890aebefc84e25c4558a9df897b7bcd843dc Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:41:44 -0500 Subject: [PATCH 1/2] release v3.1.0 --- changes/137.documentation | 1 - changes/140.housekeeping | 1 - changes/67.added | 1 - docs/admin/compatibility_matrix.md | 1 + docs/admin/release_notes/version_3.1.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 6 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 changes/137.documentation delete mode 100644 changes/140.housekeeping delete mode 100644 changes/67.added create mode 100644 docs/admin/release_notes/version_3.1.md diff --git a/changes/137.documentation b/changes/137.documentation deleted file mode 100644 index 895f86f..0000000 --- a/changes/137.documentation +++ /dev/null @@ -1 +0,0 @@ -Updated documentation links for installed apps page. \ No newline at end of file diff --git a/changes/140.housekeeping b/changes/140.housekeeping deleted file mode 100644 index e108705..0000000 --- a/changes/140.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Updated development environment to use `certifi` `2024.7.4`. diff --git a/changes/67.added b/changes/67.added deleted file mode 100644 index e0bd43f..0000000 --- a/changes/67.added +++ /dev/null @@ -1 +0,0 @@ -Added the ability to choose between multiple vaults (configurations) for HashiCorp. \ No newline at end of file diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index 74f5a5f..2734c17 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -6,3 +6,4 @@ | 1.4.X | 1.4.0 | 1.99.99 | | 2.0.X | 2.0.0 | 2.99.99 | | 3.0.X | 2.0.0 | 2.99.99 | +| 3.1.X | 2.0.0 | 2.99.99 | diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md new file mode 100644 index 0000000..c276c4c --- /dev/null +++ b/docs/admin/release_notes/version_3.1.md @@ -0,0 +1,21 @@ +# v3.1 Release Notes + +This document describes all new features and changes in the release `3.1`. 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 + +This release adds support for multiple HashiCorp Vault secrets providers. + +## [v3.1.0 (2024-08-02)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.0) + +### Added + +- [#67](https://github.com/nautobot/nautobot-app-secrets-providers/issues/67) - Added the ability to choose between multiple vaults (configurations) for HashiCorp. + +### Documentation + +- [#137](https://github.com/nautobot/nautobot-app-secrets-providers/issues/137) - Updated documentation links for installed apps page. + +### Housekeeping + +- [#140](https://github.com/nautobot/nautobot-app-secrets-providers/issues/140) - Updated development environment to use `certifi` `2024.7.4`. diff --git a/pyproject.toml b/pyproject.toml index a745129..30e035d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-secrets-providers" -version = "3.1.0-beta.1" +version = "3.1.0" description = "Nautobot Secrets Providers App" authors = ["Network to Code, LLC "] license = "Apache-2.0" From b4740772b5b9a64d6d143fd7e4cba6e93bc5fd7f Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:13:31 -0700 Subject: [PATCH 2/2] Update docs/admin/release_notes/version_3.1.md --- docs/admin/release_notes/version_3.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md index c276c4c..783f9ab 100644 --- a/docs/admin/release_notes/version_3.1.md +++ b/docs/admin/release_notes/version_3.1.md @@ -6,7 +6,7 @@ This document describes all new features and changes in the release `3.1`. The f This release adds support for multiple HashiCorp Vault secrets providers. -## [v3.1.0 (2024-08-02)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.0) +## [v3.1.0 (2024-08-01)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.0) ### Added