Skip to content

Releases: authzed/spicedb-kubeapi-proxy

v0.2.1

23 Jun 19:35
aa1d8be

Choose a tag to compare

This is 0.2.0 but re-released to fix the release pipeline

v0.2.0

23 Jun 19:30
39fb188

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

19 Mar 22:26

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

Note

Deploy manifests are still in alpha and may change in the future.
They install cert-manager manually and don't yet provide a simple
way to get kubectl access to the proxy. We're working on it!
Check out the scripts in magefiles to see the steps required to connect.

Install with kubectl

kubectl apply --server-side -f https://github.com/authzed/spicedb-kubeapi-proxy/releases/download/v0.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-kubeapi-proxy/deploy?ref=v0.1.2
images:
  - name: authzed/spicedb-kubeapi-proxy:dev
    newName: ghcr.io/authzed/spicedb-kubeapi-proxy
    newTag: v0.1.2

Install with kustomizer

release manifests can be found at oci://ghcr.io/authzed/spicedb-kubeapi-proxy-manifests:v0.1.2 and can be installed or inspected with kustomizer:

kustomizer apply inventory spicedb-kubeapi-proxy --artifact oci://ghcr.io/authzed/spicedb-kubeapi-proxy-manifests:v0.1.2

Docker Images

This release's image is available at:

  • ghcr.io/authzed/spicedb-kubeapi-proxy:v0.1.2