Skip to content

v1.16.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 15:34
· 8 commits to main since this release
d8d97ca

Highlights

🎉 Adds SpiceDB v1.32.0 and v1.33.1 to the stable channel
⬆️ Kube dependencies updated to v0.30.2
⚠️ Warning: memory usage has increased since the previous release, see #322 for details

What's Changed

  • metrics: make metric namespace configurable by @ecordell in #310
  • Bump tj-actions/verify-changed-files from 19 to 20 in the actions-version group by @dependabot in #314
  • Bump goreleaser/goreleaser-action from 5 to 6 in the actions-version group by @dependabot in #318
  • Switch to using OpenAPI metadata to compute SMPs by @ecordell in #320
  • fix: cloning a channel copied the edge slice instead of cloning by @ecordell in #321
  • Increase default memory requests and limits by @ecordell in #323
  • add SpiceDB 1.32 and 1.33.1 by @vroldanbet in #324
  • ko release support by @ecordell in #250
  • use github token for kustomize github action by @ecordell in #325
  • release: updates for goreleaser v2 by @ecordell in #326
  • Add update graph to release manifests by @ecordell in #328

Full Changelog: v1.15.0...v1.16.1

Note

Version 1.16.1 is a re-release of 1.16.0 with corrected release manifests.

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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