Ongrid v0.12.0
Ongrid v0.12.0
This release expands infrastructure management from hosts to Kubernetes and network devices, and strengthens context correlation across assistants, workflows, and observability.
Highlights
- Network discovery and SNMP polling: Edge discovers ARP and LLDP neighbours by default. Verify a candidate with SNMP v2c/v3 to add it as a managed network device, collect interface data, and place host-to-network links in topology.
- Kubernetes operations: Approved Kubernetes write operations are available in the legacy agent kernel, with the resulting actions retained in the operational record.
- Scoped investigation: Named-device LogQL and TraceQL queries are automatically constrained to the selected device, reducing unrelated evidence during RCA.
- Dynamic MCP tools: Verified MCP servers refresh the available chat tools without restarting the Manager.
- Configurable LLM timeout: Set the provider request timeout in Settings -> Assistant for slower model gateways.
- Usability fixes: Improved light-theme RCA readability, network-discovery hover state, Grafana metric links, device navigation E2E stability, and sidebar resilience when optional UI settings are unavailable.
Install
Ubuntu 22.04+, Debian 12+, RHEL/Rocky 9 are supported.
AMD64
wget https://github.com/ongridio/ongrid/releases/download/v0.12.0/ongrid-v0.12.0-linux-amd64.tar.xz
tar -xf ongrid-v0.12.0-linux-amd64.tar.xz && cd ongrid-v0.12.0-linux-amd64
sudo ./install.shARM64
wget https://github.com/ongridio/ongrid/releases/download/v0.12.0/ongrid-v0.12.0-linux-arm64.tar.xz
tar -xf ongrid-v0.12.0-linux-arm64.tar.xz && cd ongrid-v0.12.0-linux-arm64
sudo ./install.shUpgrade
Download and extract the package for the server architecture, then run the included upgrader:
sudo ./upgrade.shThe installer and upgrader fetch checksum-verified Edge assets for both AMD64 and ARM64, then select the matching architecture for each managed host.
Full Changelog: v0.11.1...v0.12.0