Skip to content

Commit 78e66d6

Browse files
chore: release 0.17.0 (#376)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent 2343ca3 commit 78e66d6

File tree

3 files changed

+17
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.17.0](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.16.2...v0.17.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* add support for alert runbook urls ([#375](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/375)) ([0de3511](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/0de351173d1b279f747c6aacf04f12430157377d))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Bump github.com/grafana/synthetic-monitoring-agent ([f0ece18](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/f0ece1875c4cf5392d556807fa1b36a33e018411))
14+
* Bump github.com/grafana/synthetic-monitoring-agent ([#378](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/378)) ([2343ca3](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/2343ca3d1296391b064d89a750378bf2b0545054))
15+
* Update actions/create-github-app-token action to v2.1.4 ([7254e4d](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/7254e4deef2926bc0fa8c478caa8403e76d4b11d))
16+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.20.0 ([1771127](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/1771127a2d2c86ad280d33ae0be952a298c1bf90))
17+
318
## [0.16.2](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.16.1...v0.16.2) (2025-09-12)
419

520

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

0 commit comments

Comments
 (0)