Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Releases: zendesk/helm-secrets

v1.2.3

28 Jun 10:08
f5b506f
Compare
Choose a tag to compare
Bump plugin version

Wrapper -f fix

28 Jun 09:06
2dbfbd3
Compare
Choose a tag to compare

This release will fix replacing secrets name with decrypted name when the wrapper is used.

v1.2.1

19 Jun 10:17
0cc3bbe
Compare
Choose a tag to compare
  • Multiple small fixes and improvements

Fully transparent Helm wrapper

16 May 19:20
Compare
Choose a tag to compare
  • Now you can use secrets.yaml path to the encrypted file with the helm-wrapper (helm -f option) like normal values.yaml files and all will be decrypted/cleaned on-the-fly
  • Cleanup now works when you pointing .dec file, encrypted secret file (will find corresponding .dec file) or directory (will find all .dec files)
  • Improved tests for already encrypted and cleanup options
  • Small bugfixes and cleanup

Colors and ENV config variables

05 May 07:11
6b71e63
Compare
Choose a tag to compare
  • You can now overwrite default behavior using ENV variables KMS_USE=false/true and DECRYPT_CHARTS=false/true
  • Some colors in wrapper for better visibility of wrapper sections over helm output

More testing

04 May 15:32
Compare
Choose a tag to compare
  • Testing clean option in helm-secrets plugin

Tests and Examples

04 May 14:43
Compare
Choose a tag to compare
  • Adding initial tests
  • Examples of helm-secrets usage with helm vars dir structure
  • Some typo fixes and Readme extending

First stable release

03 May 20:41
6802958
Compare
Choose a tag to compare

Based on our internal plugin used from some time with internal charts.
This is V2 of a plugin which now supports SOPS as backend and V1 version used plain PGP and it was difficult to use in everyday work in multi-user GIT environment.