Skip to content

Ongrid v0.8.7

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:02
· 1 commit to main since this release
319e18c

Install

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

AMD64

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

ARM64

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

What's Changed

  • docs(readme): update install commands to v0.8.6 by @youzi-1122 in #113
  • feat(web): 知识库/技能/助理 支持查看与编辑详情 by @kylexlau in #109
  • feat(alerts): add natural language alert rule drafts by @youzi-1122 in #116
  • fix(store): resolve soft delete unique conflicts by @youzi-1122 in #123
  • chore(release): bump version to v0.8.7 by @youzi-1122 in #124

New Contributors

Full Changelog: v0.8.6...v0.8.7