From 4e0f327bb9125a42c11de81f9ab8aa232d0989ac Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Tue, 30 Jan 2024 08:42:35 -0600 Subject: [PATCH] Release v0.19.4 * Chore(deps): Bump google.golang.org/grpc from 1.60.0 to 1.60.1 (#580) * Chore(deps): Bump github.com/mccutchen/go-httpbin/v2 (#579) * Chore(deps): Bump github.com/prometheus/client_golang (#582) * Chore(deps): Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#583) * Chore(deps): Bump golang.org/x/net from 0.19.0 to 0.20.0 * Chore(deps): Bump github.com/prometheus/common from 0.45.0 to 0.46.0 (#588) * Chore(deps): Bump github.com/mccutchen/go-httpbin/v2 (#589) * Chore(deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#591) * fix: allow scripted checks to have anything as the target value (#592) * Chore(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#593) * Chore(deps): Bump github.com/prometheus/prometheus from 0.48.1 to 0.49.1 (#594) Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8fff3f..b679a359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.19.4] - 2024-01-26 +### Fix +- allow scripted checks to have anything as the target value ([#592](https://github.com/grafana/synthetic-monitoring-agent/issues/592)) + + ## [v0.19.3] - 2023-12-13 ### Fix @@ -521,7 +527,8 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.3...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.4...HEAD +[v0.19.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.3...v0.19.4 [v0.19.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.2...v0.19.3 [v0.19.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.1...v0.19.2 [v0.19.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.0...v0.19.1