Release 1.3.1
·
12 commits
to main
since this release
Fixed
- Fixed an issue where the
GoogleSecret:SecretName:SecretVersionsyntax 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:SecretVersionsyntax 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.