Releases: DaspawnW/vault-crd
1.4.1 - Bugfix release
This releases a bug that no secrets are synced or refreshed anymore as reported in #32
Thanks to @gaffneyd4 for the information.
Docker image: daspawnw/vault-crd:1.4.1
1.4.0 - Feature release
This release adds support for DOCKERCFG in a version 2 KV store as requested in #27.
Thanks to @nealf for the feature request :-)
For more details please see: https://vault.koudingspawn.de/supported-secret-types/secret-type-dockercfg
Please don't forget to reapply the vault-crd custom resource definition!
Additionally this release contains an upgrade of the core dependencies to the latest versions.
Docker image: daspawnw/vault-crd:1.4.0
1.3.2 - Bugfix release
Upgrade kubernetes client to fabric8io/kubernetes-client@4.6.4 to support newer Kubernetes versions as requested in #28
Many thanks to @gaffneyd4 for the information :-)
Added Github actions for automated testing on:
- 1.14.10
- 1.15.7
- 1.16.4
- 1.17.0
Docker image: daspawnw/vault-crd:1.3.2
Bugfix Release
Add Auth field to dockercfg secret as requested in #20
Many thanks to @andrewl3wis for the Information :-)
Docker image: daspawnw/vault-crd:1.2.3
Feature release
Bugfix Release
Add Support for KeyValue V2 Secret Engine
This Release adds support for KeyValue V2 Secret Engine of Hashicorp Vault.
Was requested in issue #7.
Please not simply change the version of the docker image. Please also reapply the custom resource definition.
For more details please see https://vault.koudingspawn.de/supported-secret-types/secret-type-keyvaluev2
Support for Service Account Authentication
This Release solves Feature Request #4
Bugfix and health check
- Add Support for Actuator health Check
- Improve Vault communication exception handling
- Increase Spring boot release version
Bugfix Release 1.0.1
This release fixes a bug that prevents PKI usage with intermediate certificates (Issue #1).