Skip to content

v0.130.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:35
· 9 commits to refs/heads/main since this release
ea4ac08

What's Changed

⚠️ Deprecation: install.sh and the bundled Docker Compose deploy/

The install script and the Docker Compose files under deploy/ are deprecated and will no longer be maintained or distributed. Foundry is the supported way to install and manage SigNoz going forward, including Docker Compose.

Existing install-script / Compose users: follow the migration guide to move to Foundry without losing your data.

🚀 Features

🐛 Bug Fixes

  • fix(dashboard): clickhouse table panel collapses value columns onto query name (#11794) @ahrefabhi
  • fix(alerts): missing fields when duplicating via edit alert (#11767) @H4ad

🧰 Maintenance