v1.5.0
Highlights
Adds SpiceDB v1.19.1
to the update graph.
What's Changed
- e2e: add a "graph" label to update graph tests by @ecordell in #181
- Bump alpine from 3.17.2 to 3.17.3 by @dependabot in #175
- Bump k8s.io/cli-runtime from 0.26.2 to 0.26.3 by @dependabot in #179
- Bump k8s.io/kubectl from 0.26.2 to 0.26.3 by @dependabot in #177
- Bump k8s.io/component-base from 0.26.2 to 0.26.3 by @dependabot in #178
- allow passing extra config to graph tests by @ecordell in #183
- adds v1.19.1 by @vroldanbet in #191
Full Changelog: v1.4.0...v1.5.0
Install with kubectl
kubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.5.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.5.0
images:
- name: ghcr.io/authzed/spicedb-operator
newTag: v1.5.0
Install with kustomizer
Release manifests can be found at oci://ghcr.io/authzed/spicedb-operator-manifests:v1.5.0
and can be installed or inspected with kustomizer:
kustomizer apply inventory spicedb-operator --artifact oci://ghcr.io/authzed/spicedb-operator-manifests:v1.5.0
Docker Images
This release's image is available at:
authzed/spicedb-operator:v1.5.0
quay.io/authzed/spicedb-operator:v1.5.0
ghcr.io/authzed/spicedb-operator:v1.5.0