Skip to content

v1.17.0

Choose a tag to compare

@ecordell ecordell released this 14 Nov 13:49
· 97 commits to main since this release
f019430

Highlights

⚙️ Configure one, all, or several namespaces to be watched with the --watch-namespaces (thanks @sumedha-redd!)
🚀 Adds SpiceDB v1.34.0, v1.35.3, v1.36.2, v1.37.1, and v1.38.0 to the stable channel

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.17.0

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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