Ongrid v0.13.1
Install
Ubuntu 22.04+, Debian 12+, RHEL/Rocky 9 are supported.
AMD64
wget https://github.com/ongridio/ongrid/releases/download/v0.13.1/ongrid-v0.13.1-linux-amd64.tar.xz
tar -xf ongrid-v0.13.1-linux-amd64.tar.xz && cd ongrid-v0.13.1-linux-amd64 && sudo ./install.shARM64
wget https://github.com/ongridio/ongrid/releases/download/v0.13.1/ongrid-v0.13.1-linux-arm64.tar.xz
tar -xf ongrid-v0.13.1-linux-arm64.tar.xz && cd ongrid-v0.13.1-linux-arm64 && sudo ./install.shBoth installers cache checksum-verified AMD64 and ARM64 Edge assets from CNB; fleet upgrades select the device architecture automatically.
What's Changed
- fix(edge): remove shell TCP self-check by @singchia in #320
- chore(release): prepare v0.13.1 by @singchia in #321
Full Changelog: v0.13.0...v0.13.1