Releases: argoproj-labs/argocd-vault-plugin
Releases · argoproj-labs/argocd-vault-plugin
v0.6.0
What's Changed
- feat!: Remove base64 encoding by @werne2j in #96
- fix: Increase timeout on DefaultHttpClient to 60s by @khetanir in #99
- chore: Update changelog by @werne2j in #100
Breaking Change
- Secrets will now have to be base64 encoded in Vault to use the data field of a Kubernetes secret
New Contributors
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- fix: skip empty manifests by @GeorgeLambadas in #89
- tests: Add e2e tests for generate command and test vault by @werne2j in #90
New Contributors
- @GeorgeLambadas made their first contribution in #89
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: Support Kubernetes auth by @werne2j in #65
- docs: Add kustomize app to easily spin up argocd with plugin by @werne2j in #71
- feat: Support Vault Namespace by @werne2j in #76
- fix: Add check for empty map in secret manager logic by @werne2j in #75
- feat: Add kustomize to argocd-cm kustomize patch by @werne2j in #77
- feat: Add support for cacert, capath and skip verify variables by @werne2j in #78
- fixed k8s authtype reversed args by @skuffe in #81
- feat: Make k8s mount path optional by @werne2j in #82
New Contributors
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- fix: Update usage to be argocd-vault-plugin by @werne2j in #56
- refactor: Rename vault to backends, start using AuthType interface by @werne2j in #59
- docs: Update usage to have specific examples for each backend/auth by @werne2j in #61
- fix: Handle YAMLs with non-placeholder strings properly by @jkayani in #62
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- docs: Update contributing, add code of conduct by @werne2j in #43
- docs: Update readme to include chmod of binary by @werne2j in #48
- Minor readme tweaks by @tico24 in #46
- feat: Add support for kvv2 by @werne2j in #49
- fix: Include .yml extension and helpful kvv2 message by @jkayani in #51
Breaking Change
- KV v2 is now the default secret engine for the Vault backend
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
What's Changed
- feat: Read configuration from files, Secrets, and env variables by @jkayani in #33
- feat: Read/Write vault token to/from file by @werne2j in #35
- feat: Support IBM Secret Manager by @werne2j in #29
- feat: Allow for all kubernetes kinds, accept path as annotation by @werne2j in #26
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- chore: Initialize project by @jkayani in #2
- chore: Enable code scanning by @werne2j in #1
- chore: Add codeowners file by @werne2j in #3
- feat: Add generate command, a sample test and some docs outline by @werne2j in #6
- feat: Send code coverage to codecov by @werne2j in #7
- chore: Add pull request template by @werne2j in #13
- chore: Add issue templates by @werne2j in #12
- docs: Add initial readme documentation by @werne2j in #10
- feat: support Deployments and Secrets by @jkayani in #15
- Connect auth to manifest generation by @werne2j in #16
- tests: Find/replace logic by @jkayani in #17
- feat: Support ConfigMap templates by @jkayani in #18
- docs: Add logo to readme by @werne2j in #19
- [ImgBot] Optimize images by @imgbot in #20
- Add tests for vault and some small refactoring by @werne2j in #21
- feat: Support for Service resource and multi-document YAML files by @jkayani in #22
- feat: Allow for all kubernetes kinds, accept path as annotation by @werne2j in #26
- feat: Support IBM Secret Manager by @werne2j in #29
- docs: Update readme to include better usage instructions by @werne2j in #28
Full Changelog: https://github.com/IBM/argocd-vault-plugin/commits/v0.1.0