Skip to content

Releases: akeyless-community/akeyless-secrets-operator

v0.1.2

Choose a tag to compare

@baraka-akeyless baraka-akeyless released this 20 Jul 07:11
942add8

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-namespace

Image: ghcr.io/akeyless-community/akeyless-secrets-operator:v0.1.2

v0.1.1

Choose a tag to compare

@baraka-akeyless baraka-akeyless released this 09 Jul 10:40
9e3fbd6
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

Choose a tag to compare

@baraka-akeyless baraka-akeyless released this 28 Jun 11:31
0db4c96

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=true

See docs/akeyless-secrets-operator-guide.md for configuration examples.