Skip to content

v1.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 15:16
· 45 commits to main since this release
721a3a3

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.14.1

Install with kubectl

kubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.14.1/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.14.1
images:
  - name: ghcr.io/authzed/spicedb-operator
    newTag: v1.14.1

Install with kustomizer

Release manifests can be found at oci://ghcr.io/authzed/spicedb-operator-manifests:v1.14.1 and can be installed or inspected with kustomizer:

kustomizer apply inventory spicedb-operator --artifact oci://ghcr.io/authzed/spicedb-operator-manifests:v1.14.1

Docker Images

This release's image is available at:

  • authzed/spicedb-operator:v1.14.1
  • quay.io/authzed/spicedb-operator:v1.14.1
  • ghcr.io/authzed/spicedb-operator:v1.14.1