Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.62.1"
".": "0.63.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.63.0](https://github.com/grafana/synthetic-monitoring-agent/compare/v0.62.1...v0.63.0) (2026-08-06)


### Features

* expose single-execution telemetry collector ([#1906](https://github.com/grafana/synthetic-monitoring-agent/issues/1906)) ([f72bff7](https://github.com/grafana/synthetic-monitoring-agent/commit/f72bff78ea4f05417a3cce0ef9290a74240f639f))


### Miscellaneous Chores

* Update dependency grafana/xk6-sm-v2 to v2.0.6 ([#1934](https://github.com/grafana/synthetic-monitoring-agent/issues/1934)) ([c97aee2](https://github.com/grafana/synthetic-monitoring-agent/commit/c97aee23bf2178b7614dc9349e6abf5718f935f7))
* Update docker:dind Docker digest to 084e385 ([#1936](https://github.com/grafana/synthetic-monitoring-agent/issues/1936)) ([a7b8c7b](https://github.com/grafana/synthetic-monitoring-agent/commit/a7b8c7b303d6e398099de6a7b178ad47d8cd785f))
* Update ghcr.io/grafana/chromium-swiftshader-alpine:149.0.7827.53-r0-3.23.4 Docker digest to 9f1c9c4 ([#1929](https://github.com/grafana/synthetic-monitoring-agent/issues/1929)) ([16fc4aa](https://github.com/grafana/synthetic-monitoring-agent/commit/16fc4aa2d0c103a40313975b8139aaae6c754b01))
* Update golang.org/x/exp digest to b88d891 ([#1939](https://github.com/grafana/synthetic-monitoring-agent/issues/1939)) ([37c3221](https://github.com/grafana/synthetic-monitoring-agent/commit/37c3221164be70712b8f8720983f7c7b96dad8c2))
* Update module github.com/prometheus/prometheus to v0.313.2 ([#1938](https://github.com/grafana/synthetic-monitoring-agent/issues/1938)) ([4bbdd94](https://github.com/grafana/synthetic-monitoring-agent/commit/4bbdd94f5b57abae969d6bf67b379e913362ebd8))

## [0.62.1](https://github.com/grafana/synthetic-monitoring-agent/compare/v0.62.0...v0.62.1) (2026-07-27)


Expand Down
Loading