Skip to content

Releases: nautobot/nautobot-app-secrets-providers

v3.0.0 - 2024-06-28

28 Jun 14:04
48c91c6
Compare
Choose a tag to compare

What's Changed

This release includes support for the Azure Key Vault secrets provider along with significant refactoring and housekeeping. Notably, all existing references to Thycotic were changed to Delinea. Be sure to update your app accordingly, including within PLUGINS_CONFIG in nautobot_config.py.

Added

  • #64 - Added fallthrough for boto3 error handling to catch errors not explicitly defined.
  • #131 - Added a secrets provider for Azure Key Vault.
  • #134 - Added previous release notes to docs.
  • #134 - Added logos and missing doc sections.
  • #134 - Added 0001_update_thycotic_delinea_slug.py migration to update any legacy Thycotic secrets.

Changed

  • #124 - Replaced pydocstyle with ruff.
  • #130 - Removed version from docker-compose files.
  • #134 - Updated creds.example.env file with clearer environment variables for providers.
  • #134 - Updated lock file dependencies.
  • #134 - Moved installation guides for specific secrets providers to separate pages.
  • #134 - Renamed any existing references of Thycotic to Delinea.
  • #134 - Updated app's verbose name to Secrets Providers.
  • #134 - Updated screenshots in Nautobot 2.0 UI.

Removed

  • #134 - Removed unnecessary provider config from nautobot_config.py.
  • #134 - Removed old references to previous Nautobot versions.

Housekeeping

  • #8 - Re-baked from the latest template.

Contributors

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1 - 2023-09-29

29 Sep 20:16
ffafc21
Compare
Choose a tag to compare

What's Changed

  • Added the missing fix that was not included in v2.0.0 by @HanlinMiao in #113

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - 2023-09-29

29 Sep 18:51
6767606
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v2.0.0

v2.0.0-rc.1 - 2023-09-06

06 Sep 19:33
0f3f212
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.4.0...v2.0.0-rc.1

v1.4.1 - 2023-06-08

08 Jun 16:13
v1.4.1
f4283a9
Compare
Choose a tag to compare

Fixed

  • #91 Fixed Hashicorp Vault Authentication with AWS Credentials when region is not set.

Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0 - 2023-04-19

19 Apr 20:41
v1.4.0
eb97e7a
Compare
Choose a tag to compare

Added

  • #48 Add token as secret type choice for Delinea/Thycotic
  • #51 Add support for AWS Systems Manager Parameter Store
  • #53 Add support for Hashicorp Key/Value v1 response
  • #66 Add support for Vault Enterprise Namespace parameter

Changed

  • #45 Change references of Thycotic to Delinea
  • #47 Change version constraint of HVAC module to allow non-major upgrades
  • #56 Change minimum supported Nautobot version to 1.4.0
  • #63 Update plugin description when installed in Nautobot

Contributors

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0 (2022-08-30)

30 Aug 18:18
f387e8a
Compare
Choose a tag to compare

Added

  • #32 Add support for skipping certificate validation when connecting to HashiCorp Vault.
  • #34 Add support for alternate authentication to HashiCorp Vault via AWS and Kubernetes authentication methods.
  • #38 Add support for Python 3.10.
  • #40 Add default_mount_point config option for HashiCorp Vault.

Changed

  • #42 Now requires python-tss-sdk version v1.2 or later

Fixed

  • #31 Fixed NameError at startup when installed as nautobot_secrets_providers[thycotic], i.e. without HashiCorp Vault support.
  • #37 Various fixes and improvements to the development environment.

Removed

  • #38 - Dropped support for end-of-life Python 3.6

v1.2.0 - 2022-05-25

25 May 21:24
1061128
Compare
Choose a tag to compare

Added

  • #8 Add support for authentication to HashiCorp Vault via AppRole as an alternative to token authentication
  • #23 Add support for non-default HashiCorp Vault mountpoints

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - 2022-03-10

10 Mar 19:31
v1.1.0
64bf06c
Compare
Choose a tag to compare

v1.1.0 (2022-03-10)

Added

  • #21 Add Thycotic Secret Server plugin
    Requires Python 3.7 or greater

New Contributors

  • @jifox made their first contribution in #22

Full Changelog: v1.0.1...v1.1.0

v1.0.1 - 2022-01-06

07 Jan 15:47
3ff1eb5
Compare
Choose a tag to compare

v1.0.1 (2022-01-06)

Fixed

  • #17 Fixed ModuleNotFoundError when not installing AWS dependencies