Releases: authzed/spicedb-operator
v1.17.0
Highlights
⚙️ Configure one, all, or several namespaces to be watched with the --watch-namespaces
(thanks @sumedha-redd!)
🚀 Adds SpiceDB v1.34.0
, v1.35.3
, v1.36.2
, v1.37.1
, and v1.38.0
to the stable
channel
What's Changed
- only run codeql on pull requests by @ecordell in #330
- Move
validated-update-graph.yaml
->config/update-graph.yaml
by @ecordell in #329 - Add watch-namespaces to spicedb-operator cmd by @sumedha-redd in #331
- Fix multi-namespace watches and add a test by @ecordell in #339
- add new releases to stable channel by @ecordell in #340
New Contributors
- @sumedha-redd made their first contribution in #331
Full Changelog: v1.16.1...v1.17.0
v1.16.1
Highlights
🎉 Adds SpiceDB v1.32.0 and v1.33.1 to the stable
channel
⬆️ Kube dependencies updated to v0.30.2
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
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
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
v1.14.1
What's Changed
- use chainguard images by @vroldanbet in #304
- Inject pod name into volume by @alecmerdler in #307
New Contributors
- @alecmerdler made their first contribution in #307
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
What's Changed
- Bump golang from 1.21-alpine3.18 to 1.22-alpine3.18 by @dependabot in #297
- Bump alpine from 3.19.0 to 3.19.1 by @dependabot in #287
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #276
- update graph: don't validate all paths of subgraphs by @ecordell in #293
- add grouping and github-actions updates by @vroldanbet in #299
- adds SpiceDB 1.30 to the update graph by @vroldanbet in #300
- Bump the actions-version group with 8 updates by @dependabot in #301
Full Changelog: v1.13.0...v1.14.0
v1.13.0
Highlights
This release of SpiceDB adds SpiceDB v1.29.5 to the stable
channel, which patches GHSA-h3m7-rqc4-7h9p
What's Changed
- Bump alpine from 3.18.4 to 3.19.0 by @dependabot in #284
- bump spanner emulator to match version used in spicedb by @ecordell in #292
- Add 1.29.5 to the stable channel by @ecordell in #298
Full Changelog: v1.12.0...v1.13.0
v1.12.0
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
- Bump golang from 1.20-alpine3.18 to 1.21-alpine3.18 by @dependabot in #257
- Bump alpine from 3.18.2 to 3.18.4 by @dependabot in #260
- allow configuring the filepath for the ca from the secret by @ecordell in #273
- add proposed graph with spicedb 1.26.0 by @ecordell in #274
Full Changelog: v1.11.0...v1.12.0
v1.11.0
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
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