Skip to content

Releases: boxboat/dockhand-secrets-operator

Release v1.1.1

14 Mar 17:54
7b41b91
Compare
Choose a tag to compare

Changes

  • Updates to dockcmd client v1.8.1 which fixes an issue where AWS IAM service roles were not functioning properly

Issues

Upgrade Notes

Release v1.1.0

10 Mar 17:15
d01497e
Compare
Choose a tag to compare

Changes

  • #42 Adds syncInterval to the Secret CRD. This will allow for automatic updates to managed secrets at a specified sync interval, when combined with autoUpdates the deployments will rollover automatically when a secret change is detected by the operator

Issues

Upgrade Notes

Release v1.0.2

07 Mar 21:13
2ab6ab2
Compare
Choose a tag to compare

Changes

Issues

  • #40 Address Vault Profile Issue

Upgrade Notes

  • See release notes for 1.0.0 if on pre 1.0.0 release

Release v1.0.1

22 Feb 19:26
bf7956b
Compare
Choose a tag to compare

Changes

  • Mostly a maintenance update for go dependencies
  • Uses go 1.17

Issues

  • #37 Correct issue with Profile namespaces

Upgrade Notes

  • See release notes for 1.0.0 if on pre 1.0.0 release

Release v1.0.0

12 Nov 17:15
45e49e3
Compare
Choose a tag to compare

Changes

  • ⚠️ Removal of deprecated v1alpha1 - ensure you have completely migrated to v1alpha2 before applying this update
  • Managed Secret modification or deletion that goes around the Dockhand Secret will result in the operator restoring the desired state from the Dockhand Secret CRD

Issues

  • #31 Remove v1alpha1
  • #30 Update secret recreation

Upgrade Notes

Release v0.5.0

27 Oct 19:14
2e9cc1b
Compare
Choose a tag to compare

Changes:

  • #24 Update api to dhs.dockhand.dev/v1alpha2
  • #26 Support multi-tenant use case
  • #27 Fix bad status from events
  • #28 Prevent unnecessary calls to secrets manager backends

Upgrade Notes

Release v0.4.1

21 Oct 20:44
62d44a3
Compare
Choose a tag to compare

Updates:

  • #23 pod.spec.containers.envFrom discovery

Release Notes

  • Captured in dockhand-secrets-operator chart 0.3.1

Release v0.4.0

06 Oct 17:41
fdc0b6a
Compare
Choose a tag to compare

Updates:

  • #21 Add status to the CRD

Release Notes

  • Requires 0.2.0 update to the dockhand-secrets-operator-crd chart

Release v0.3.1

16 Aug 20:52
ebdd702
Compare
Choose a tag to compare

Updates:

  • #18 - MutatingWebhook Certification Issue

Release v0.3.0

08 Jun 16:00
2a1071c
Compare
Choose a tag to compare

Updates:

  • #15 Update self-signed cert logic as k8s.io/api/certificates/v1 no longer allows for self signed server certificates to be created