v1.3.0
Highlights
- Use
spec.config. dispatchEnabled
to completely disable dispatch for a cluster - v1.17.0 of SpiceDB is available in the built-in update graph
What's Changed
- add a flag for disabling dispatch by @ecordell in #161
- Add spicedb v1.17.0 to update graphs by @ecordell in #169
- Bump github.com/spf13/afero from 1.9.2 to 1.9.4 by @dependabot in #164
- Bump golang from 1.19-alpine3.16 to 1.20-alpine3.16 by @dependabot in #162
Full Changelog: v1.2.0...v1.3.0
Install with kubectl
kubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.3.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.3.0
images:
- name: ghcr.io/authzed/spicedb-operator
newTag: v1.3.0
Install with kustomizer
Release manifests can be found at oci://ghcr.io/authzed/spicedb-operator-manifests:v1.3.0
and can be installed or inspected with kustomizer:
kustomizer apply inventory spicedb-operator --artifact oci://ghcr.io/authzed/spicedb-operator-manifests:v1.3.0
Docker Images
This release's image is available at:
authzed/spicedb-operator:v1.3.0
quay.io/authzed/spicedb-operator:v1.3.0
ghcr.io/authzed/spicedb-operator:v1.3.0