Skip to content

Releases: neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets

Release 1.6.0

24 Apr 11:31

Choose a tag to compare

Added

  • Added a log message to indicate which project is being used for Google Secrets. This is useful for debugging and understanding which project is being used when multiple projects are available.

Release 1.5.0

15 Apr 13:37

Choose a tag to compare

Added

  • Added new overload for AddGoogleSecrets to allow passing GoogleSecretsOptions.

Release 1.4.0

18 Mar 08:29

Choose a tag to compare

Added

  • Convention to load Google Secrets project name from environment variable GOOGLE_SECRETS_PROJECT if not specified in the options.
  • New package Neolution.Extensions.Configuration.GoogleSecrets.AspNetCore to reference in ASP.NET Core projects.

Changed

  • Update GitHub Actions to use the latest versions of the actions

Release 1.4.0-alpha.0

04 Feb 11:43

Choose a tag to compare

Release 1.4.0-alpha.0 Pre-release
Pre-release

Added

  • Convention to load Google Secrets project name from environment variable GOOGLE_SECRETS_PROJECT if not specified in the options.
  • New package Neolution.Extensions.Configuration.GoogleSecrets.AspNetCore to reference in ASP.NET Core projects.

Changed

  • Update GitHub Actions to use the latest versions of the actions

Release 1.3.1

12 Mar 14:59

Choose a tag to compare

Fixed

  • Fixed an issue where the GoogleSecret:SecretName:SecretVersion syntax was not working as expected. Instead of using a starts with comparison, the code now uses a regular expression to match the secret name and version.
  • Fixed an issue where the GoogleSecret:SecretName:SecretVersion syntax was not working as expected. The version was parsed including the } character. The code now removes the } character from the version before calling the google api.

Release 1.3.0

12 Mar 08:18

Choose a tag to compare

Added

Added support for the {GoogleSecret:SecretName:SecretVersion} syntax to override the default values in the appsettings.json or appsettings.{Environment}.json files.

Release 1.2.0

29 Jun 09:43

Choose a tag to compare

Changed

  • Updated the Google.Cloud.SecretManager.V1 to the latest version to support workload identity federation

Release 1.1.9

29 Jun 09:36

Choose a tag to compare

Added

  • Changelog