Skip to content

v1.8.0

Compare
Choose a tag to compare
@ecordell ecordell released this 26 Jul 16:44
· 110 commits to main since this release
715aed2

Highlights

⬆️ The update graph now includes SpiceDB v1.23.1
🤘 More metadata is now available in SpiceDB pods managed with the operator, including the pod name, labels, and annotations.
🛑 Error states from pods are now bubbled up onto the status block of the SpiceDBCluster

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

What's Changed

  • graph: add helpers for cloning channels and removing nodes by @ecordell in #213
  • Set termination log path by default by @ecordell in #218
  • Report the newest pod error in the status by @ecordell in #219
  • Set SPICEDB_POD_NAME environment variable using the downward API by @bison in #220
  • Support and test switching channels by @ecordell in #222
  • update base image and gRPC health probe by @vroldanbet in #223
  • Project labels and annotations into pod volumes by @ecordell in #221
  • report errors even after an initial successful rollout by @ecordell in #224
  • Fix array patching by @ecordell in #226
  • fixes an array patching bug when there are multiple patches by @ecordell in #227
  • remove migrating failed condition after a successful migration run by @ecordell in #228
  • move tools into the magefile go module by @ecordell in #229
  • add v1.23.1 to the update graph by @ecordell in #233

Full Changelog: v1.7.0...v1.8.0