v1.12.0
Install with kubectl
kubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.12.0/bundle.yaml
Include or modify this release in your own kustomize
bundle
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/authzed/spicedb-operator/config?ref=v1.12.0
images:
- name: ghcr.io/authzed/spicedb-operator
newTag: v1.12.0
Install with kustomizer
Release manifests can be found at oci://ghcr.io/authzed/spicedb-operator-manifests:v1.12.0
and can be installed or inspected with kustomizer:
kustomizer apply inventory spicedb-operator --artifact oci://ghcr.io/authzed/spicedb-operator-manifests:v1.12.0
Docker Images
This release's image is available at:
authzed/spicedb-operator:v1.12.0
quay.io/authzed/spicedb-operator:v1.12.0
ghcr.io/authzed/spicedb-operator:v1.12.0
What's Changed
- Bump golang from 1.20-alpine3.18 to 1.21-alpine3.18 by @dependabot in #257
- Bump alpine from 3.18.2 to 3.18.4 by @dependabot in #260
- allow configuring the filepath for the ca from the secret by @ecordell in #273
- add proposed graph with spicedb 1.26.0 by @ecordell in #274
Full Changelog: v1.11.0...v1.12.0