Skip to content
Merged
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.38.5"
".": "0.39.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.39.0](https://github.com/grafana/synthetic-monitoring-agent/compare/v0.38.5...v0.39.0) (2025-07-23)


### Features

* Implement usage report client ([#1366](https://github.com/grafana/synthetic-monitoring-agent/issues/1366)) ([d3c3c88](https://github.com/grafana/synthetic-monitoring-agent/commit/d3c3c889fe583126564825bd8c97d18a076ba6c1))


### Fixes

* k6: do not log k6 script contents before execution ([7c993e4](https://github.com/grafana/synthetic-monitoring-agent/commit/7c993e46e85e3abbf3af680ec4ea353030f48d58))
* runner: report script errors in the `RunResponse` object ([6f73c03](https://github.com/grafana/synthetic-monitoring-agent/commit/6f73c03566deaace2b2770949cac1c536b63181f))


### Miscellaneous Chores

* Update dependency go to v1.24.5 ([#1373](https://github.com/grafana/synthetic-monitoring-agent/issues/1373)) ([f29e11e](https://github.com/grafana/synthetic-monitoring-agent/commit/f29e11e6e21b3770497fb4e51dc7ab1b1a367cb8))
* Update dependency grafana/xk6-sm to v0.5.10 ([8b2047f](https://github.com/grafana/synthetic-monitoring-agent/commit/8b2047f6d73eed6fb3b1c0f56736e77daf51c181))
* Update dependency grafana/xk6-sm to v0.5.11 ([c746738](https://github.com/grafana/synthetic-monitoring-agent/commit/c74673846cf79fa277784044e9bcda6e1820ef40))
* Update ghcr.io/grafana/chromium-swiftshader-alpine Docker tag to v138.0.7204.157-r0-3.22.1 ([b6af5ac](https://github.com/grafana/synthetic-monitoring-agent/commit/b6af5aca0156edfde7f8d6efcd967c48be373047))
* Update ghcr.io/grafana/chromium-swiftshader-alpine Docker tag to v138.0.7204.93-r0-3.22.1 ([6a9bfa8](https://github.com/grafana/synthetic-monitoring-agent/commit/6a9bfa8e93f187580a73ab4afb5e682875c5d319))
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.10.0 ([a602437](https://github.com/grafana/synthetic-monitoring-agent/commit/a6024375d7fc47e45d73f0e35f8ff854be6b98d3))
* Update golang.org/x/exp digest to 645b1fa ([#1395](https://github.com/grafana/synthetic-monitoring-agent/issues/1395)) ([fd37086](https://github.com/grafana/synthetic-monitoring-agent/commit/fd37086086cb200d5be0e8a8e5a3b11948ad7d56))
* Update module github.com/KimMachineGun/automemlimit to v0.7.4 ([40440e2](https://github.com/grafana/synthetic-monitoring-agent/commit/40440e2e92f2f0cfcf5744f30c744c5d23fcefb7))
* Update module google.golang.org/grpc to v1.74.2 ([94a0485](https://github.com/grafana/synthetic-monitoring-agent/commit/94a0485d2338a6e309f6e261783d5569978f4bee))

## [0.38.5](https://github.com/grafana/synthetic-monitoring-agent/compare/v0.38.4...v0.38.5) (2025-07-14)


Expand Down
Loading