v1.17.0
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
- only run codeql on pull requests by @ecordell in #330
- Move
validated-update-graph.yaml->config/update-graph.yamlby @ecordell in #329 - Add watch-namespaces to spicedb-operator cmd by @sumedha-redd in #331
- Fix multi-namespace watches and add a test by @ecordell in #339
- add new releases to stable channel by @ecordell in #340
New Contributors
- @sumedha-redd made their first contribution in #331
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.yamlInclude 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.0Install 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.0Docker Images
This release's image is available at:
authzed/spicedb-operator:v1.17.0quay.io/authzed/spicedb-operator:v1.17.0ghcr.io/authzed/spicedb-operator:v1.17.0