Skip to content

Releases: devganeshg/kubeaura

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:51

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/kubeaura

Verify a download against checksums.txt:

sha256sum -c checksums.txt --ignore-missing

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:56

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/kubeaura

Verify a download against checksums.txt:

sha256sum -c checksums.txt --ignore-missing