Skip to content

Commit

Permalink
Release v0.17.1
Browse files Browse the repository at this point in the history
* 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 <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Sep 14, 2023
1 parent b62caa2 commit 660b500
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
## [Unreleased]


<a name="v0.17.1"></a>
## [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


<a name="v0.17.0"></a>
## [v0.17.0] - 2023-08-31
## [v0.17.0] - 2023-09-05
### Feature
- use expression to match specific headers in multiHTTP

Expand Down Expand Up @@ -460,7 +471,8 @@
<a name="v0.0.1"></a>
## 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
Expand Down

0 comments on commit 660b500

Please sign in to comment.