Skip to content

Ongrid v0.13.3

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:15
· 46 commits to main since this release
e1f17a0

Install

Ubuntu 22.04+, Debian 12+, RHEL/Rocky 9 are supported.

AMD64

wget https://github.com/ongridio/ongrid/releases/download/v0.13.3/ongrid-v0.13.3-linux-amd64.tar.xz
tar -xf ongrid-v0.13.3-linux-amd64.tar.xz && cd ongrid-v0.13.3-linux-amd64 && sudo ./install.sh

ARM64

wget https://github.com/ongridio/ongrid/releases/download/v0.13.3/ongrid-v0.13.3-linux-arm64.tar.xz
tar -xf ongrid-v0.13.3-linux-arm64.tar.xz && cd ongrid-v0.13.3-linux-arm64 && sudo ./install.sh

Both installers cache checksum-verified AMD64 and ARM64 Edge assets from CNB; fleet upgrades select the device architecture automatically.

What's Changed

Full Changelog: v0.13.2...v0.13.3