Releases: boxboat/dockhand-secrets-operator
Releases · boxboat/dockhand-secrets-operator
Release v1.1.1
Changes
- Updates to
dockcmd
clientv1.8.1
which fixes an issue where AWS IAM service roles were not functioning properly
Issues
Upgrade Notes
- See release notes for
1.0.0
if on pre1.0.0
release - Requires
v1.1.1
of dockhand-secrets-operator-crd
Release v1.1.0
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
- See release notes for
1.0.0
if on pre1.0.0
release - Requires
v1.1.0
of dockhand-secrets-operator-crd
Release v1.0.2
Changes
Issues
- #40 Address Vault Profile Issue
Upgrade Notes
- See release notes for
1.0.0
if on pre1.0.0
release
Release v1.0.1
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 pre1.0.0
release
Release v1.0.0
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 DockhandSecret
will result in the operator restoring the desired state from the DockhandSecret
CRD
Issues
Upgrade Notes
- Requires version
1.0.0
of boxboat/dockhand-charts/dockhand-secrets-operator-crd- REMOVES
v1alpha1
CRDs so ensure you have migrated prior to applying this chart
- REMOVES
- Version
0.5.0
of boxboat/dockhand-charts/dockhand-secrets-operator defaults tov1.0.0
ofdockhand-secrets-operator
Release v0.5.0
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
- Requires version
0.5.0
of boxboat/dockhand-charts/dockhand-secrets-operator-crd - To support single-tenant cross namespace
Profile
access update to version0.4.0
of boxboat/dockhand-charts/dockhand-secrets-operator - Note
dockhand.boxboat.io/v1alpha
is deprecated see docsv1alpha1
CRDs are still supported in this release but are deprecated and will be removed from a future release
Release v0.4.1
Updates:
- #23 pod.spec.containers.envFrom discovery
Release Notes
- Captured in
dockhand-secrets-operator
chart0.3.1
Release v0.4.0
Updates:
- #21 Add status to the CRD
Release Notes
- Requires
0.2.0
update to thedockhand-secrets-operator-crd
chart
Release v0.3.1
Updates:
- #18 - MutatingWebhook Certification Issue
Release v0.3.0
Updates:
- #15 Update self-signed cert logic as
k8s.io/api/certificates/v1
no longer allows for self signed server certificates to be created