Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 14:39
· 153 commits to main since this release
070fe27

What's Changed

  • chore: Fix documentation for ClusterStatus.CurrentVersion by @gauthamchandra in #193
  • e2e: label database tests with their database by @ecordell in #192
  • config/rbac: Add edit and view ClusterRoles for aggregation by @bison in #194
  • Use stable name for SpiceDB containers by @bison in #196
  • support patches with the old container name by @ecordell in #198
  • Specify sets of edges with semver ranges; add 1.21.0 to the graph by @ecordell in #199

New Contributors

Full Changelog: v1.5.0...v1.6.0

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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