Skip to content

Releases: DaspawnW/vault-crd

1.4.1 - Bugfix release

27 Jan 22:11
Compare
Choose a tag to compare

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

25 Jan 10:43
Compare
Choose a tag to compare

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

25 Jan 09:55
Compare
Choose a tag to compare

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

09 Jul 19:42
Compare
Choose a tag to compare

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

28 May 14:27
Compare
Choose a tag to compare

Contains PR #17 (Add support for custom auth backend path)

Many thanks to @Mikulas for the Pull request

Docker: daspawnw/vault-crd:1.2.2

Bugfix Release

04 Apr 18:21
Compare
Choose a tag to compare

Contains fixes for #11 and #10

Add Support for KeyValue V2 Secret Engine

16 Dec 12:03
Compare
Choose a tag to compare

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

18 Oct 19:47
91d8a29
Compare
Choose a tag to compare

This Release solves Feature Request #4

Bugfix and health check

19 Aug 10:53
a57b896
Compare
Choose a tag to compare
  • Add Support for Actuator health Check
  • Improve Vault communication exception handling
  • Increase Spring boot release version

Bugfix Release 1.0.1

22 Jun 17:06
Compare
Choose a tag to compare

This release fixes a bug that prevents PKI usage with intermediate certificates (Issue #1).