Releases: akeyless-community/akeyless-secrets-operator
Releases · akeyless-community/akeyless-secrets-operator
Release list
v0.1.2
What's new
- Sync Akeyless provider changes from upstream ESO (ReadWrite/PushSecret routing, nested JSON
dataFrom.extract.property, auth/Azure WI hardening) - Security dependency bumps: Go 1.26.5,
golang.org/x/{crypto,net,sys}, distroless/ubi base images - Optional NetworkPolicy Helm templates (disabled by default)
Install
helm upgrade --install akeyless-secrets-operator \
oci://ghcr.io/akeyless-community/charts/akeyless-secrets-operator \
--version 0.1.2 \
-n akeyless-secrets-operator --create-namespaceImage: ghcr.io/akeyless-community/akeyless-secrets-operator:v0.1.2
v0.1.1
Enable ESO-style install from GHCR (#34) * Enable ESO-style install from public GHCR chart and image. Point Helm defaults at ghcr.io/akeyless-community/akeyless-secrets-operator, sync chart version/appVersion in the release workflow, and document OCI install as the primary path with maintainer GHCR visibility instructions. Co-authored-by: Cursor <cursoragent@cursor.com> * Update docs to v0.1.1 after public GHCR install testing. Document interim install flags for chart 0.1.0 and steps to publish chart 0.1.1. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
v0.1.0
First public release of the Akeyless Secrets Operator.
Install
helm upgrade --install akeyless-secrets-operator \
oci://ghcr.io/akeyless-community/charts/akeyless-secrets-operator \
--version 0.1.0 \
--namespace akeyless-secrets-operator --create-namespace \
--set installCRDs=trueSee docs/akeyless-secrets-operator-guide.md for configuration examples.