Skip to content

Releases: dronedeploy/helm-gsm

v0.4.2

01 Dec 17:44
Compare
Choose a tag to compare
Fix handling of lists

v0.4.1: Fixes for 0.4 (#4)

15 Sep 14:40
cbd7872
Compare
Choose a tag to compare
* Allow latest as a valid version

* set b64 protocolhandler as an executable

* Bump to 0.4.1

v0.4.0: Fix compatibility with non-DD charts (#3)

14 Sep 13:04
baf061f
Compare
Choose a tag to compare
* Fix binaries for v0.3.0

* Fix compatibility with non-DD charts

By default this plugin was base64 encoding the values output into the
decoded secrets file.  This was a convenience for DroneDeploy charts
where we could skip putting `| b64encode` in the templates, but breaks
usage with third party charts that are expecting the plaintext value,
and where we don't control the template.

Added an additional protocal handler `gsmb64` that triggers the previous
behavior and can be used with DD charts until they are converted.

The regular `gsm` protocol handler will no longer output base64 encoded
values to the decoded file.

v0.3.0

14 Sep 00:10
Compare
Choose a tag to compare
Fix binaries for v0.3.0

v0.2.0

24 Aug 15:05
Compare
Choose a tag to compare
Bump version to v0.2.0

v0.1.0

03 Aug 09:45
Compare
Choose a tag to compare
init