From 660b500cbea97cfe46cde1cd7af31ca1c55d1caa Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Thu, 14 Sep 2023 07:12:11 -0600 Subject: [PATCH] Release v0.17.1 * Feature: keep track of scraper executions on a per-tenant level * Extract TenantManager out of pusher into its own package * Use local IDs in scraper, global IDs in pusher * Fix: remove --discard-response-bodies * Fix panic while handling changes * Fix typo * Fix handling of tenant ID zero * Fix: for CSS selectors, the expression is not a predicate * Fix: add type to failure metrics Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68e632ce..66a2afff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ ## [Unreleased] + +## [v0.17.1] - 2023-09-12 +### Feature +- keep track of scraper executions on a per-tenant level + +### Fix +- add type to failure metrics +- for CSS selectors, the expression is not a predicate +- remove --discard-response-bodies + + -## [v0.17.0] - 2023-08-31 +## [v0.17.0] - 2023-09-05 ### Feature - use expression to match specific headers in multiHTTP @@ -460,7 +471,8 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.1...HEAD +[v0.17.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.0...v0.17.1 [v0.17.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.5...v0.17.0 [v0.16.5]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.4...v0.16.5 [v0.16.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.3...v0.16.4