Skip to content

Commit 1f0e875

Browse files
committedMay 23, 2023
Release v0.15.0
* Add multihttp check type * Fix: JSON path value assertion needs expression and value * Chore(deps): Bump github.com/prometheus/prometheus from 0.43.0 to 0.43.1 * Chore(deps): Bump google.golang.org/grpc from 1.54.0 to 1.55.0 * Add MultiHttp to SM proto * Chore(deps): Bump github.com/prometheus/common from 0.42.0 to 0.43.0 * Chore(deps): Bump golang.org/x/net from 0.9.0 to 0.10.0 * Update dependencies Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
1 parent 0f17bab commit 1f0e875

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎CHANGELOG.md

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

44

5+
<a name="v0.15.0"></a>
6+
## [v0.15.0] - 2023-05-12
7+
### Fix
8+
- JSON path value assertion needs expression and value
9+
10+
511
<a name="v0.14.5"></a>
6-
## [v0.14.5] - 2023-04-26
12+
## [v0.14.5] - 2023-04-27
713
### Fix
814
- truncate long label values
915

@@ -419,7 +425,8 @@
419425
<a name="v0.0.1"></a>
420426
## v0.0.1 - 2020-06-24
421427

422-
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.5...HEAD
428+
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.15.0...HEAD
429+
[v0.15.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.5...v0.15.0
423430
[v0.14.5]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.4...v0.14.5
424431
[v0.14.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.3...v0.14.4
425432
[v0.14.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.2...v0.14.3

0 commit comments

Comments
 (0)
Please sign in to comment.