Skip to content

Commit

Permalink
Release v0.20.0 (#613)
Browse files Browse the repository at this point in the history
* Add an option to log multihttp responses (#550)
* Update to grafana-build-tools v0.6.0
* Chore(deps): Bump golang.org/x/net from 0.20.0 to 0.21.0
* Chore(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0
* Chore(deps): Bump github.com/miekg/dns from 1.1.57 to 1.1.58
* Fix: add test for HTTP check with a long URL
* Add tenant label limits (#581)

Signed-off-by: ka3de <danijs12@hotmail.com>
  • Loading branch information
ka3de authored Feb 12, 2024
1 parent e8792af commit 1a3b765
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## [Unreleased]


<a name="v0.20.0"></a>
## [v0.20.0] - 2024-02-12
### Fix
- add test for HTTP check with a long URL


<a name="v0.19.6"></a>
## [v0.19.6] - 2024-02-06
### Fix
Expand Down Expand Up @@ -539,7 +545,8 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2020-06-24

[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.6...HEAD
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.20.0...HEAD
[v0.20.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.6...v0.20.0
[v0.19.6]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.5...v0.19.6
[v0.19.5]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.4...v0.19.5
[v0.19.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.19.3...v0.19.4
Expand Down

0 comments on commit 1a3b765

Please sign in to comment.