Releases: authzed/spicedb-kubeapi-proxy
Releases · authzed/spicedb-kubeapi-proxy
v0.2.1
v0.2.0
What's Changed
- Small improvements to the proxy by @josephschorr in #100
- Bump github.com/authzed/authzed-go from 0.10.1 to 1.4.0 by @dependabot in #103
- Bump k8s.io/klog/v2 from 2.100.1 to 2.130.1 by @dependabot in #105
- Add additional options handlers to allow for easier use as a library by @josephschorr in #112
- Support newer versions of kubernetes by @ecordell in #114
New Contributors
- @josephschorr made their first contribution in #100
- @dependabot made their first contribution in #103
Full Changelog: v0.1.2...v0.2.0
v0.1.2
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.yamlInclude 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.2Install 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.2Docker Images
This release's image is available at:
ghcr.io/authzed/spicedb-kubeapi-proxy:v0.1.2