0.3.0 - 2020-10-18
- Fix double base64 encoding of secrets (#59 @devth)
- Fix incorrect service account token path for vault store authentication (#66 @huguesalary)
- Fix nil pointer panic on an error during vault store authentication(#65 @huguesalary)
- Fix Vault API path for v1 secret engine (#42 @c35sys)
- Add E2E testing structure and tests for AWS Secret Manager (#39 @moolen)
- Fix logging flag registration (#46 @mcavoyk)
- Update helm chart to install CRD's by default (#68 @mcavoyk)
- Change base docker image from
gcr.io/distroless/static
toalpine:3.12
(#67 @mcavoyk)
0.2.0 - 2020-09-17
- Add GCP Secret Manager store backend (#36 @DirtyCajunRice)