Skip to content

Releases: argoproj-labs/argocd-vault-plugin

v0.6.0

16 Mar 18:22
3bb1451
Compare
Choose a tag to compare

What's Changed

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

10 Mar 20:48
c7910af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Mar 16:54
7cb210a
Compare
Choose a tag to compare

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

24 Feb 16:04
b7e5c96
Compare
Choose a tag to compare

What's Changed

  • docs: Add examples and table of contents by @werne2j in #67
  • fix: Change secretData to stringData by @werne2j in #70

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Feb 17:21
d8672a6
Compare
Choose a tag to compare

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

05 Feb 20:31
5fe0e85
Compare
Choose a tag to compare

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

26 Jan 13:37
8bda38a
Compare
Choose a tag to compare

What's Changed

  • fix: Change some logic to avoid yaml issues by @werne2j in #41

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Jan 18:47
708a485
Compare
Choose a tag to compare

What's Changed

  • fix: Set token before writing to file, silent fail if error by @werne2j in #39

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jan 18:26
c358e9e
Compare
Choose a tag to compare

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

08 Dec 18:28
cdd6217
Compare
Choose a tag to compare

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