Skip to content

Commit 18f8d55

Browse files
release: Grafana Synthetic Monitoring App v1.41.0 (#1471)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent cd40119 commit 18f8d55

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.40.0"
2+
".": "1.41.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.41.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.40.0...v1.41.0) (2025-11-25)
4+
5+
6+
### Features
7+
8+
* added datatestids (wip) ([#1459](https://github.com/grafana/synthetic-monitoring-app/issues/1459)) ([642a32b](https://github.com/grafana/synthetic-monitoring-app/commit/642a32b1f393780bdc8deed91cf71255b96419ba))
9+
10+
11+
### Fixes
12+
13+
* remove check list scens vis view ([#1482](https://github.com/grafana/synthetic-monitoring-app/issues/1482)) ([6f90a89](https://github.com/grafana/synthetic-monitoring-app/commit/6f90a89b77e3618d2d74979e47e38aafded0e6e1))
14+
* use AddNewCheckButton for check list empty state ([#1485](https://github.com/grafana/synthetic-monitoring-app/issues/1485)) ([00c3201](https://github.com/grafana/synthetic-monitoring-app/commit/00c3201dd336519612ef4319315e29c76c858433))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* bump glob from 11.0.3 to 11.1.0 ([#1467](https://github.com/grafana/synthetic-monitoring-app/issues/1467)) ([ff2551a](https://github.com/grafana/synthetic-monitoring-app/commit/ff2551ad352e35b01b555fe880ef91ac3ad9e9b6))
20+
* force renovate chore titles ([#1483](https://github.com/grafana/synthetic-monitoring-app/issues/1483)) ([383de76](https://github.com/grafana/synthetic-monitoring-app/commit/383de761723d2e57fadbdd16905b555bfba9f793))
21+
* move cursor rules into correct directory ([#1484](https://github.com/grafana/synthetic-monitoring-app/issues/1484)) ([9760a5e](https://github.com/grafana/synthetic-monitoring-app/commit/9760a5ee8e6bcf1980e280642622b13c140ad748))
22+
* update actions/checkout digest to 93cb6ef ([#1472](https://github.com/grafana/synthetic-monitoring-app/issues/1472)) ([099c7b0](https://github.com/grafana/synthetic-monitoring-app/commit/099c7b0e3de8247c85a4ba1612a58cec5559aee5))
23+
* update actions/create-github-app-token digest to 7e473ef ([#1474](https://github.com/grafana/synthetic-monitoring-app/issues/1474)) ([6d79a9e](https://github.com/grafana/synthetic-monitoring-app/commit/6d79a9ec4070c9acc22a6a100d010281daa35e5e))
24+
* update grafana/plugin-ci-workflows digest to 45b9f89 ([#1473](https://github.com/grafana/synthetic-monitoring-app/issues/1473)) ([584f2e2](https://github.com/grafana/synthetic-monitoring-app/commit/584f2e2fc8ffadb5e7644b54bb9974b88b124fcc))
25+
* update grafana/plugin-ci-workflows/ action to ([#1476](https://github.com/grafana/synthetic-monitoring-app/issues/1476)) ([6462cac](https://github.com/grafana/synthetic-monitoring-app/commit/6462cac1053c8754c86590e4cf7c19cf1fcb0d76))
26+
* update grafana/shared-workflows/ action to ([#1456](https://github.com/grafana/synthetic-monitoring-app/issues/1456)) ([8f187d7](https://github.com/grafana/synthetic-monitoring-app/commit/8f187d720ef8e0bdea447eedc371396dd56d447f))
27+
* update grafana/shared-workflows/ action to ([#1475](https://github.com/grafana/synthetic-monitoring-app/issues/1475)) ([15b7340](https://github.com/grafana/synthetic-monitoring-app/commit/15b7340f19ce894e84250a3879cc4f5906157fd4))
28+
* update grafana/shared-workflows/ action to ([#1478](https://github.com/grafana/synthetic-monitoring-app/issues/1478)) ([39cbf85](https://github.com/grafana/synthetic-monitoring-app/commit/39cbf850dc40f42aa71c4f67ab515a730d56dc67))
29+
* update hashicorp/setup-terraform digest to 712b439 ([#1477](https://github.com/grafana/synthetic-monitoring-app/issues/1477)) ([a197c7a](https://github.com/grafana/synthetic-monitoring-app/commit/a197c7a5805b9382c773197d51ea2026b7940544))
30+
331
## [1.40.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.39.0...v1.40.0) (2025-11-19)
432

533

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synthetic-monitoring-app",
3-
"version": "1.40.0",
3+
"version": "1.41.0",
44
"description": "Grafana Synthetic Monitoring App",
55
"scripts": {
66
"analyze:bundle": "ANALYZE_BUNDLE=true yarn build",

0 commit comments

Comments
 (0)