Releases: neolution-ch/next-with-google-secrets
Releases · neolution-ch/next-with-google-secrets
Release 0.4.0
Added
- Added log message to indicate from which project the secrets are loaded
Release 0.3.0
Added
Added support for the {GoogleSecret:SecretName:SecretVersion}
syntax. The SecretVersion
is optional and defaults to latest
. This allows for a more flexible way to access secrets so not all config.{environment}.json
files need to load the same secrets.
dependabot: #22 Bump the github-actions group with 4 updates
dependabot: #15 Bump micromatch from 4.0.5 to 4.0.8
dependabot: #16 Bump next from 13.4.12 to 14.1.1
dependabot: #7 Bump @babel/traverse from 7.22.8 to 7.23.2
dependabot: #9 Bump tj-actions/changed-files from 37 to 41 in /.github/workflows
Release 0.2.1
Fixed
- added
dist
folder toexports
inpackage.json
Release 0.2.0
Added
- added new parameter
continueOnError
to determ if the application should continue on error or throw an exception (default = false)
Release 0.1.0
Fixed
- changed location of index.d.ts file
Added
- Added typing for the next config
- added new parameter
enabled
to determ if google secrets should be loaded or not
Changed
- changed
projects/
-part of the project name to optional
Release 0.0.1
Added
- added project setup