v1.1.2
What's Changed
- Removes race condition on secret detection (Fixes #145) by @ecordell in #142
- update to a more recent CRDB version in e2e tests by @vroldanbet in #141
- Revamp e2e tests by @ecordell in #142
Full Changelog: v1.1.1...v1.1.2
Install with kubectl
kubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.1.2/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.1.2
images:
- name: ghcr.io/authzed/spicedb-operator
newTag: v1.1.2
Install with kustomizer
Release manifests can be found at oci://ghcr.io/authzed/spicedb-operator-manifests:v1.1.2
and can be installed or inspected with kustomizer:
kustomizer apply inventory spicedb-operator --artifact oci://ghcr.io/authzed/spicedb-operator-manifests:v1.1.2
Docker Images
This release's image is available at:
authzed/spicedb-operator:v1.1.2
quay.io/authzed/spicedb-operator:v1.1.2
ghcr.io/authzed/spicedb-operator:v1.1.2