Skip to content

Releases: nautobot/nautobot-app-secrets-providers

v3.2.0 - 2024-11-08

08 Nov 14:28
0bef5c1
Compare
Choose a tag to compare

What's Changed

Added

  • #88 - Added 1Password as a Secrets Provider.
  • #150 - Added support for Python 3.12.

Housekeeping

  • Rebaked from the cookie nautobot-app-v2.4.0.
  • #150 - Rebaked from the cookie nautobot-app-v2.3.2.

Contributors

Full Changelog: v3.1.1...v3.2.0

v1.4.2 - 2024-09-10

10 Sep 15:43
cb7c762
Compare
Choose a tag to compare

What's Changed

  • #145 Updated boto3 dependency to ^1.34 to permit installation of newer compatible versions.

Contributors

New Contributors

Full Changelog: v1.4.1...v1.4.2

v3.1.1 - 2024-08-22

22 Aug 20:34
832ff13
Compare
Choose a tag to compare

What's Changed

Dependencies

  • #145 - Updated boto3 dependency to permit newer releases.

Housekeeping

  • #144 - Rebaked from the cookie nautobot-app-v2.3.0.
  • #147 - Updated documentation dependencies and added a pin for the griffe documentation dependency.

Contributors

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0 - 2024-08-01

01 Aug 23:46
10a6d56
Compare
Choose a tag to compare

What's Changed

Added

  • #67 - Added the ability to choose between multiple vaults (configurations) for HashiCorp.

Documentation

  • #137 - Updated documentation links for installed apps page.

Housekeeping

  • #140 - Updated development environment to use certifi 2024.7.4.

Contributors

Full Changelog: v3.0.0...v3.1.0

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