Skip to content

Commit 660b500

Browse files
committed
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 <[email protected]>
1 parent b62caa2 commit 660b500

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22
## [Unreleased]
33

44

5+
<a name="v0.17.1"></a>
6+
## [v0.17.1] - 2023-09-12
7+
### Feature
8+
- keep track of scraper executions on a per-tenant level
9+
10+
### Fix
11+
- add type to failure metrics
12+
- for CSS selectors, the expression is not a predicate
13+
- remove --discard-response-bodies
14+
15+
516
<a name="v0.17.0"></a>
6-
## [v0.17.0] - 2023-08-31
17+
## [v0.17.0] - 2023-09-05
718
### Feature
819
- use expression to match specific headers in multiHTTP
920

@@ -460,7 +471,8 @@
460471
<a name="v0.0.1"></a>
461472
## v0.0.1 - 2020-06-24
462473

463-
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.0...HEAD
474+
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.1...HEAD
475+
[v0.17.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.17.0...v0.17.1
464476
[v0.17.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.5...v0.17.0
465477
[v0.16.5]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.4...v0.16.5
466478
[v0.16.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.16.3...v0.16.4

0 commit comments

Comments
 (0)