Skip to content

Commit 2cb8be2

Browse files
sm-release-app[bot]mem
authored andcommitted
chore: release 0.18.0
1 parent 935f92f commit 2cb8be2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.2"
2+
".": "0.18.0"
33
}

CHANGELOG.md

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

3+
## [0.18.0](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.2...v0.18.0) (2025-10-15)
4+
5+
6+
### Features
7+
8+
* Implement /check/query endpoint as QueryCheck ([#388](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/388)) ([05364aa](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/05364aa5d8a0b708d54a7158d4be2ecf670094a8))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Bump github.com/grafana/synthetic-monitoring-agent ([935f92f](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/935f92f7d76f443cdbd78c2d23db43b42aea06f0))
14+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.21.1 ([b52fd6e](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/b52fd6ea101273ee197ae63c814e23cf0ca98bd1))
15+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.21.2 ([6c779b5](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/6c779b5d43ec557195c6de3a665d0927f2b3a1ee))
16+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.21.3 ([07539f9](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/07539f9e769bce42b57b6b2c71b478f94b5fb363))
17+
* Update module github.com/grafana/synthetic-monitoring-agent to v0.43.3 ([41150a6](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/41150a63a25ee6625f207bb74d508f9d7477aea5))
18+
319
## [0.17.2](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.1...v0.17.2) (2025-10-03)
420

521

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.2" // x-release-please-version
5+
var Version = "0.18.0" // x-release-please-version

0 commit comments

Comments
 (0)