Releases: devganeshg/kubeaura
Releases · devganeshg/kubeaura
Release list
v0.1.1
Changelog
- e331c33 fix(ci): repair the v0.1.0 release pipeline
- 3608562 fix: report the real version in a go install build
- 1a2ff97 fix: update WebKitGTK installation to include fallback for version 4.0
- a65d779 release: v0.1.1
Install
# macOS / Linux — script (verifies the checksum for you)
curl -sSfL https://raw.githubusercontent.com/devganeshg/kubeaura/main/scripts/install.sh | sh
# With Go installed
go install github.com/devganeshg/kubeaura/cmd/kubeaura@latest
# Windows — download the .zip below, or use the container image
docker run --rm -v ~/.kube:/home/nonroot/.kube ghcr.io/devganeshg/kubeauraVerify a download against checksums.txt:
sha256sum -c checksums.txt --ignore-missingv0.1.0
Changelog
- 989ad7c chore: fresh initial commit
Install
# macOS / Linux — script (verifies the checksum for you)
curl -sSfL https://raw.githubusercontent.com/devganeshg/kubeaura/main/scripts/install.sh | sh
# With Go installed
go install github.com/devganeshg/kubeaura/cmd/kubeaura@latest
# Windows — download the .zip below, or use the container image
docker run --rm -v ~/.kube:/home/nonroot/.kube ghcr.io/devganeshg/kubeauraVerify a download against checksums.txt:
sha256sum -c checksums.txt --ignore-missing