Skip to content

Releases: authzed/spicedb-operator

v1.16.1

23 Jul 15:34
d8d97ca
Compare
Choose a tag to compare

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

v1.16.0

23 Jul 13:47
343715e
Compare
Choose a tag to compare

Warning

The default config is missing from this release, to get it working you will need to mount the config file at /opt/operator/config.yaml if you use the default update graph. Please see v1.16.1 for release manifests that include the graph.

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

Full Changelog: v1.15.0...v1.16.0

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

v1.15.0

06 May 20:03
c0547f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.15.0

v1.14.1

26 Apr 15:16
721a3a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.14.1

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

v1.14.0

23 Mar 09:16
4686438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.14.0

v1.13.0

06 Mar 05:19
d17cbb1
Compare
Choose a tag to compare

Highlights

This release of SpiceDB adds SpiceDB v1.29.5 to the stable channel, which patches GHSA-h3m7-rqc4-7h9p

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

28 Nov 14:02
4c12af8
Compare
Choose a tag to compare

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

03 Nov 20:00
c35fc73
Compare
Choose a tag to compare

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

25 Sep 13:09
80bfd88
Compare
Choose a tag to compare

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

23 Aug 20:47
365e60f
Compare
Choose a tag to compare

Install with kubectl

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

Install with kustomizer

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

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

Docker Images

This release's image is available at:

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

What's Changed

  • Build from distroless/base:nonroot by @jawnsy in #242
  • Bump alpine from 3.18.0 to 3.18.2 by @dependabot in #214
  • fix discord link in CONTRIBUTING.md by @ecordell in #241
  • move e2e into its own go module and remove the runtime dependency on controller-runtime by @ecordell in #243
  • Add security context for SpiceDB Operator by @jawnsy in #238
  • CONTRIBUTING: sync format, legal details by @jzelinskie in #244
  • Add resource requests and limits to operator by @jawnsy in #248

New Contributors

Full Changelog: v1.8.0...v1.9.0