Install
Ubuntu 22.04+, Debian 12+, RHEL/Rocky 9 are supported.
AMD64
wget https://github.com/ongridio/ongrid/releases/download/v0.15.0/ongrid-v0.15.0-linux-amd64.tar.xz
tar -xf ongrid-v0.15.0-linux-amd64.tar.xz && cd ongrid-v0.15.0-linux-amd64 && sudo ./install.shARM64
wget https://github.com/ongridio/ongrid/releases/download/v0.15.0/ongrid-v0.15.0-linux-arm64.tar.xz
tar -xf ongrid-v0.15.0-linux-arm64.tar.xz && cd ongrid-v0.15.0-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
- docs(readme): update download links to v0.14.1 by @youzi-1122 in #363
- fix(data): suppress expected record not found logs by @youzi-1122 in #365
- feat(observability): improve trace exploration and correlation by @youzi-1122 in #366
- feat(observability): support self-signed TLS endpoints by @youzi-1122 in #367
- feat(profiling): add application pprof analysis by @youzi-1122 in #372
- chore(release): prepare v0.15.0 by @youzi-1122 in #373
Full Changelog: v0.14.1...v0.15.0