Ongrid v0.8.5
Install
Ubuntu 22.04+, Debian 12+, RHEL/Rocky 9 are supported.
AMD64
wget https://github.com/ongridio/ongrid/releases/download/v0.8.5/ongrid-v0.8.5-linux-amd64.tar.xz
tar -xf ongrid-v0.8.5-linux-amd64.tar.xz && cd ongrid-v0.8.5-linux-amd64 && sudo ./install.shARM64
wget https://github.com/ongridio/ongrid/releases/download/v0.8.5/ongrid-v0.8.5-linux-arm64.tar.xz
tar -xf ongrid-v0.8.5-linux-arm64.tar.xz && cd ongrid-v0.8.5-linux-arm64 && sudo ./install.shWhat's Changed
- feat(release): support arm64 server packages by @youzi-1122 in #80
- fix(release): harden package release workflow by @youzi-1122 in #81
- docs(release): update v0.8.4 release docs by @youzi-1122 in #82
- docs(readme): drop docker compose install until stable by @singchia in #85
- docs(agents): add 前端 UI conventions to AGENTS.md by @singchia in #84
- docs(readme): add star history chart by @youzi-1122 in #87
- feat(ui): show app version in sidebar by @youzi-1122 in #89
- docs(readme): 适配 star history 深色主题 by @youzi-1122 in #90
- fix(rca): use default LLM model for automatic analysis by @youzi-1122 in #92
- security: harden JWT boot check, auth cache, goroutine leak, and timing attacks by @Qiuser in #97
- fix(device): key host fingerprint on hardware (MAC|CPU|disk), not HostID/hostname by @singchia in #99
- fix(frontierbound): stop device_id label falling back to edge_id by @singchia in #98
- feat(metrics): complete database metric subplugin collection by @youzi-1122 in #101
- chore(release): bump version to v0.8.5 by @youzi-1122 in #102
- fix(metrics): harden scrape health and database analysis by @youzi-1122 in #103
New Contributors
Full Changelog: v0.8.4...v0.8.5