From cca7344a28697b481b48b2e38aabcd0589aebbfc Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Wed, 19 Apr 2023 16:07:23 -0400 Subject: [PATCH 1/3] Ready for release 1.4.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fb161..e0003d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Nautobot Secrets Providers Changelog +## v1.4.0 (2023-04-19) + +### Added + +- [#48](https://github.com/nautobot/nautobot-plugin-secrets-providers/issues/48) Add token as secret type choice for Delinea/Thycotic +- [#51](https://github.com/nautobot/nautobot-plugin-secrets-providers/issues/51) Add support for AWS Systems Manager Parameter Store +- [#53](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/53) Add support for Hashicorp Key/Value v1 response +- [#66](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/66) Add support for Vault Enterprise Namespace parameter + +### Changed + +- [#45](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/45) Change references of Thycotic to Delinea +- [#47](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/47) Change version constraint of HVAC module to allow non-major upgrades +- [#63](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/63) Update plugin description when installed in Nautobot + ## v1.3.0 (2022-08-29) ### Added diff --git a/pyproject.toml b/pyproject.toml index 933d308..9e0f8bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-secrets-providers" -version = "1.3.0" +version = "1.4.0" description = "Nautobot Secrets Providers Plugin." authors = ["Network to Code, LLC "] license = "Apache-2.0" From 8ae600ee6a3005e0c3839df0bf7b9e6bcd34d21d Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Wed, 19 Apr 2023 16:13:30 -0400 Subject: [PATCH 2/3] Add change to minimum Nautobot version to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0003d8..bf6bb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - [#45](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/45) Change references of Thycotic to Delinea - [#47](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/47) Change version constraint of HVAC module to allow non-major upgrades +- [#56](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/56) Change minimum supported Nautobot version to `1.4.0` - [#63](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/63) Update plugin description when installed in Nautobot ## v1.3.0 (2022-08-29) From 938fcbc6dca6afe75bae4067c9e590e0d6232e67 Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Wed, 19 Apr 2023 16:39:41 -0400 Subject: [PATCH 3/3] Seed v1.4.1-beta.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e0f8bd..a8a42d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-secrets-providers" -version = "1.4.0" +version = "1.4.1-beta.1" description = "Nautobot Secrets Providers Plugin." authors = ["Network to Code, LLC "] license = "Apache-2.0"