Skip to content

v3.0.0 - 2024-06-28

Compare
Choose a tag to compare
@glennmatthews glennmatthews released this 28 Jun 14:04
· 26 commits to main since this release
48c91c6

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