Skip to content

Releases: vacasaoss/serverless-secret-baker

Add option to skip cleanup

03 May 19:46
f241541
Compare
Choose a tag to compare

Adds option to skip cleanup via #47

Fix serverless offline functionality

08 Apr 21:36
57f4622
Compare
Choose a tag to compare

Fixes serverless offline functionality via #45 (@jay-snyder )

New configuration format

05 Apr 21:52
45c4d7c
Compare
Choose a tag to compare

⚠️ Breaking Change

This major release introduces a new configuration format via #43. See updated README.md for details on the new 'custom' configuration section in the serverless.yml.

Upgrade dependencies

24 Jul 17:12
8258f58
Compare
Choose a tag to compare

Upgrade dependencies via #41

Invoke local and offline support

07 Jan 17:53
1ab4b2d
Compare
Choose a tag to compare

#34

Implments hooks so that secrets are made available when run using serverless-offline-plugin or 'invoke local`.

1.1.1 Audit fixes

07 Jan 17:31
9308f2f
Compare
Choose a tag to compare

Several dependencies were updated as a result of running npm audit fix

handlebars: "4.1.2" -> "4.5.3"
https-proxy-agent: "2.2.2" -> "2.2.4"
uglify-js: "3.6.0" -> "3.7.3"
commander: "2.20.0" -> "2.20.3"

1.1.0

19 Sep 22:42
18e8a40
Compare
Choose a tag to compare

Implementation of issue #1

This release adds the ability to specify secrets as a list of strings for simple cases.

See README.md for new syntax

1.0.3

06 Sep 18:26
6af4afb
Compare
Choose a tag to compare

This release contains no new features. It only contains improvements to the build / publish pipeline.

1.0.2

06 Sep 16:23
e9e30f0
Compare
Choose a tag to compare

This release only contains some operational changes with the way packages are published. There should be no difference in the actual project. The release is being created to test and use the new automated publishing mechanism.

1.0.1

29 Aug 23:04
68ef264
Compare
Choose a tag to compare

Fix typo in installation instructions
Add logos to readme