Skip to content

Releases: neolution-ch/next-with-google-secrets

Release 0.4.0

25 Sep 16:39
Compare
Choose a tag to compare

Added

  • Added log message to indicate from which project the secrets are loaded

Release 0.3.0

23 Sep 13:31
Compare
Choose a tag to compare

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

23 Apr 07:53
Compare
Choose a tag to compare

Fixed

  • added dist folder to exports in package.json

Release 0.2.0

16 Oct 17:24
Compare
Choose a tag to compare

Added

  • added new parameter continueOnError to determ if the application should continue on error or throw an exception (default = false)

Release 0.1.0

14 Sep 11:39
Compare
Choose a tag to compare

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

03 Aug 08:34
Compare
Choose a tag to compare

Added

  • added project setup