From 0c329002c98aed6ae2e2804e627fc7ac45e05eeb Mon Sep 17 00:00:00 2001 From: "sm-release-app[bot]" <180338484+sm-release-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:45:34 +0000 Subject: [PATCH] release: Grafana Synthetic Monitoring App v1.46.0 --- .../.release-please-manifest.json | 2 +- CHANGELOG.md | 26 +++++++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index fcccac17e..6bba84893 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.45.0" + ".": "1.46.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9333289b9..042daaa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.46.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.45.0...v1.46.0) (2026-01-22) + + +### Features + +* **checks:** add alerts filter to check list ([#1535](https://github.com/grafana/synthetic-monitoring-app/issues/1535)) ([0d1acd5](https://github.com/grafana/synthetic-monitoring-app/commit/0d1acd5aee541bfdff8725b8273e602c1563fc5c)) + + +### Fixes + +* align channel data structure with backend API specification ([#1543](https://github.com/grafana/synthetic-monitoring-app/issues/1543)) ([55a6d48](https://github.com/grafana/synthetic-monitoring-app/commit/55a6d4856036dc97ba9a2e754cbe49955f1152cd)) +* avoid internal id routes ([#1541](https://github.com/grafana/synthetic-monitoring-app/issues/1541)) ([5acc82f](https://github.com/grafana/synthetic-monitoring-app/commit/5acc82fd6362277f12c11d34c511d4df94460105)) +* update dependency lodash to v4.17.23 [security] ([#1550](https://github.com/grafana/synthetic-monitoring-app/issues/1550)) ([43e0c7e](https://github.com/grafana/synthetic-monitoring-app/commit/43e0c7edbe845048fa43a5c12e11f13ded07b621)) + + +### Documentation + +* update README configuration details ([#1547](https://github.com/grafana/synthetic-monitoring-app/issues/1547)) ([660d356](https://github.com/grafana/synthetic-monitoring-app/commit/660d35619c0a31f347c50cccb2e35b10203f6bf5)) + + +### Miscellaneous Chores + +* auto approve ops and prod-canary argo workflows ([#1546](https://github.com/grafana/synthetic-monitoring-app/issues/1546)) ([3c106a6](https://github.com/grafana/synthetic-monitoring-app/commit/3c106a6effa049bdfa3713a86a4e2a560bd33f0b)) +* remove old check editor ([#1445](https://github.com/grafana/synthetic-monitoring-app/issues/1445)) ([2bdfac4](https://github.com/grafana/synthetic-monitoring-app/commit/2bdfac4219e02bd688f7ef80cdedd3d0c9527a52)) +* update dependency @types/k6 to v1 ([#1372](https://github.com/grafana/synthetic-monitoring-app/issues/1372)) ([61b2876](https://github.com/grafana/synthetic-monitoring-app/commit/61b2876c11c32293c27280dae3dbd7311edaf9e1)) + ## [1.45.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.44.0...v1.45.0) (2026-01-20) diff --git a/package.json b/package.json index 64e4cebc6..8fd2af4fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetic-monitoring-app", - "version": "1.45.0", + "version": "1.46.0", "description": "Grafana Synthetic Monitoring App", "scripts": { "analyze:bundle": "ANALYZE_BUNDLE=true yarn build",