From f2f001c3bee25951947fd2cc5ee345fb7aba93b4 Mon Sep 17 00:00:00 2001 From: Marcelo Magallon Date: Tue, 30 Jul 2024 15:51:23 -0600 Subject: [PATCH] Release v0.25.1 (#810) * ci/renovate: update gomod digests before 8 AM UTC * Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.16.0 (#800) * Info message for -features used deprecated syntax. (#801) * Update golang.org/x/exp digest to 8a7402a (#806) * k6runner: handle ErrorCodeFailed (#791) * Add retries to BBE DNS probe (#803) * Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.17.1 (#808) * Update github.com/grafana/loki/pkg/push digest to 5a87ccb (#804) Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56705ede..498e0f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.25.1] - 2024-07-30 +### K6runner +- handle ErrorCodeFailed ([#791](https://github.com/grafana/synthetic-monitoring-agent/issues/791)) + + ## [v0.25.0] - 2024-07-15 ### Cmd @@ -56,7 +62,6 @@ ## [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)) @@ -67,6 +72,12 @@ - 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 @@ -104,6 +115,11 @@ ### Fix - missing http check regex validations ([#612](https://github.com/grafana/synthetic-monitoring-agent/issues/612)) + + + +## [v0.20.1] - 2024-02-12 +### Fix - add test for HTTP check with a long URL @@ -644,18 +660,21 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.25.0...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.25.1...HEAD +[v0.25.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.25.0...v0.25.1 [v0.25.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.24.3...v0.25.0 [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.3...v0.24.0 +[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.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 [v0.23.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.22.0...v0.23.0 [v0.22.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.21.0...v0.22.0 -[v0.21.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.6...v0.21.0 +[v0.21.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.20.1...v0.21.0 +[v0.20.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.6...v0.20.1 [v0.19.6]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.5...v0.19.6 [v0.19.5]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.4...v0.19.5 [v0.19.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.3...v0.19.4