Skip to content

Ongrid v0.13.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 02:47
· 59 commits to main since this release
1d00df6

Install

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

AMD64

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

ARM64

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

Both installers cache checksum-verified AMD64 and ARM64 Edge assets from CNB; fleet upgrades select the device architecture automatically.

What's Changed

  • docs(readme): update release links to v0.12.0 by @singchia in #294
  • fix(workflow): clarify notification delivery by @singchia in #275
  • feat(knowledge): 文档切分与召回率评测 by @zhagtao in #272
  • Revert "feat(knowledge): 文档切分与召回率评测" by @singchia in #304
  • feat(knowledge): convert DOCX and PDF to Markdown for chunking by @zhagtao in #305
  • fix(installer): make Edge bundle readable by non-root containers on hardened hosts by @ixchitl in #297
  • fix(skill): tail_file test uses OS-specific absolute path by @anrenlx2025 in #231
  • feat(edge/windows): add platform scaffolding (DPAPI, install, edgedirs) by @anrenlx2025 in #228
  • Update README_ZH.md by @singchia in #315
  • feat(aiops): redesign AgentLoop and add edge operator tools by @singchia in #316
  • fix(deploy): run pcap parser as a private service by @singchia in #317
  • fix(build): remove redundant runtime apt update by @singchia in #318
  • chore(release): prepare v0.13.0 by @singchia in #319

New Contributors

Full Changelog: v0.12.0...v0.13.0