Skip to content

Release 1.3.1

Choose a tag to compare

@neolution-ch-release-bot neolution-ch-release-bot released this 12 Mar 14:59
· 12 commits to main since this release

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.