Skip to content

Commit 3ace3c4

Browse files
chore: release 0.17.2 (#383)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent 2f16834 commit 3ace3c4

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.17.2](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.1...v0.17.2) (2025-10-03)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.21.0 ([f407b75](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/f407b75c2c589f44980d306ae796f37df6a30504))
9+
* Update module github.com/grafana/synthetic-monitoring-agent to v0.43.2 ([#386](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/386)) ([2f16834](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/2f1683452edb40164a3e8f9ce25843b849cd018a))
10+
* Update module github.com/quasilyte/go-ruleguard/dsl to v0.3.23 ([4f6c986](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/4f6c986eebecc80103b0bc9395b64c7272e26e6c))
11+
312
## [0.17.1](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.0...v0.17.1) (2025-09-24)
413

514

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
// Version is the synthetic-monitoring-api-go-client version.
44
// This is automatically updated by release-please.
5-
var Version = "0.17.1" // x-release-please-version
5+
var Version = "0.17.2" // x-release-please-version

0 commit comments

Comments
 (0)