v0.130.1
Expensify/Appv0.130.1Jun 24, 2026by github-actions[bot]
AI Summary
SigNoz v0.130.1 deprecates the install script and bundled Docker Compose in favor of Foundry. It also fixes a bug where filter variables were incorrectly warned as missing keys.
Key Highlights
- Deprecate install.sh and bundled Docker Compose
- Foundry is now the supported way to install and manage SigNoz
- Fix do not warn filter variables as missing keys
- Add @H4ad as frontend codeowner for authz
Breaking Changes
- The install script and Docker Compose files under deploy/ are deprecated and will no longer be maintained.
New Features
- Migration guide to Foundry
- Fix filter variables warning bug
- Add frontend codeowner for authz, members, and service accounts
Full Release Notes
## ⚠️ 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](https://github.com/SigNoz/foundry) is the supported way to install and manage SigNoz going forward, Docker Compose included. Existing install-script / Compose users: follow the [migration guide](https://github.com/SigNoz/signoz/blob/main/deploy/MIGRATION.md) to move to Foundry without losing your data. ## 🐛 Bug Fixes * fix: do not warn filter variables as missing keys (#11835) @srikanthccv ## 🧰 Maintenance * chore: add @H4ad as frontend codeowner for authz, members and service accounts (#11834) @vikrantgupta25 **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.130.0...v0.130.1