This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Releases: zendesk/helm-secrets
Releases · zendesk/helm-secrets
v1.2.3
Wrapper -f fix
This release will fix replacing secrets name with decrypted name when the wrapper is used.
v1.2.1
Fully transparent Helm wrapper
- 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
- 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
- Testing clean option in helm-secrets plugin
Tests and Examples
- Adding initial tests
- Examples of helm-secrets usage with helm vars dir structure
- Some typo fixes and Readme extending
First stable release
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.