From f3cb116fce2c81c16b81eb307baa30e4b19ab2ef Mon Sep 17 00:00:00 2001 From: Ro Santalla Date: Wed, 19 Jun 2024 16:29:39 +0200 Subject: [PATCH] Release v0.24.3 * Build(deps): Bump github.com/miekg/dns from 1.1.59 to 1.1.61 * k6runner: rename Script to Processor * create k6runner.Script and make probers aware of it * scraper: formatting * prober: log errors returned by k6-backed probes as errors * k6runner/test: fail if the wrong endpoint is hit * k6runner: apply empty IP denylist even if it is empty * k6runner: use non-pointer LocalRunner everywhere * k6runner: prevent clearing ip denylist when calling WithLogger Signed-off-by: Ro Santalla --- CHANGELOG.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716fdf9a..b21c4109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,23 @@ ## [Unreleased] + +## [v0.24.3] - 2024-06-18 +### K6runner +- prevent clearing ip denylist when calling WithLogger +- use non-pointer LocalRunner everywhere +- apply empty IP denylist even if it is empty +- rename Script to Processor + +### Prober +- log errors returned by k6-backed probes as errors + +### Scraper +- formatting + + -## [v0.24.2] - 2024-06-10 +## [v0.24.2] - 2024-06-13 ### Fix - deprecate --features and warn user ([#726](https://github.com/grafana/synthetic-monitoring-agent/issues/726)) - Interpolate variables into MultiHTTP request bodies ([#713](https://github.com/grafana/synthetic-monitoring-agent/issues/713)) @@ -22,6 +37,7 @@ ## [v0.24.0] - 2024-04-30 ### Feature - automatically set up GOMEMLIMIT ([#691](https://github.com/grafana/synthetic-monitoring-agent/issues/691)) +- upgrade k6 to v0.50.0 ([#681](https://github.com/grafana/synthetic-monitoring-agent/issues/681)) ### Fix - use uniform timeout validation logic ([#693](https://github.com/grafana/synthetic-monitoring-agent/issues/693)) @@ -32,12 +48,6 @@ - handle errors reported by http runners - -## [v0.23.4] - 2024-04-17 -### Feature -- upgrade k6 to v0.50.0 ([#681](https://github.com/grafana/synthetic-monitoring-agent/issues/681)) - - ## [v0.23.3] - 2024-04-10 @@ -615,11 +625,11 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.2...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.3...HEAD +[v0.24.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.2...v0.24.3 [v0.24.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.1...v0.24.2 [v0.24.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.0...v0.24.1 -[v0.24.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.4...v0.24.0 -[v0.23.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.3...v0.23.4 +[v0.24.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.3...v0.24.0 [v0.23.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.2...v0.23.3 [v0.23.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.1...v0.23.2 [v0.23.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.0...v0.23.1