v0.1.0-rc.5
Pre-release
Pre-release
·
4 commits
to main
since this release
Kova v0.1.0-rc.5 publishes one matched release set: cross-platform CLI archives, the OCI Helm chart, and controller, runner, and worker images.
Highlights
- Adds provider-neutral S3 credential providers for static values, projected Secret files, and explicit anonymous access. File credentials are reread so Kubernetes Secret projection updates can rotate credentials without restarting Kova.
- Adds a production-oriented Helm values baseline with release-matched role images, TokenReview authentication, S3-backed artifacts, and highly available worker capacity.
- Adds exact-version public artifact verification for the CLI, checksums, Helm chart, role images, and an S3-backed Service lifecycle in a fresh kind cluster.
- Tightens public documentation, release metadata, repository governance, and provider-neutral test fixtures.
Install
Choose this exact prerelease version:
export KOVA_VERSION=v0.1.0-rc.5
helm show crds oci://ghcr.io/cofy-x/charts/kova \
--version "${KOVA_VERSION#v}" | kubectl apply -f -
helm upgrade --install kova oci://ghcr.io/cofy-x/charts/kova \
--version "${KOVA_VERSION#v}" \
--namespace kova --create-namespace --waitInstall the CLI with Go:
go install github.com/cofy-x/kova/cmd/kova@v0.1.0-rc.5Verify downloaded assets with checksums.txt. Apply the selected release CRDs before every Helm upgrade because Helm does not upgrade CRDs from a chart's crds/ directory.
Full changelog: v0.1.0-rc.4...v0.1.0-rc.5