-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Julien Pivotto <[email protected]>
- Loading branch information
1 parent
cdab0e7
commit 054784b
Showing
6 changed files
with
81 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 0.19.0 / 2021-05-07 | ||
|
||
This release is built with go 1.16.4, which contains a [bugfix](https://github.com/golang/go/issues/45712) | ||
that can cause an untrusted target to make Blackbox Exporter crash. | ||
|
||
* [FEATURE] Add support for decompression of HTTP responses. #764 | ||
* [FEATURE] Enable TLS and basic authentication. #784 | ||
* [FEATURE] HTTP probe: *experimental* OAuth2 support. | ||
* [ENHANCEMENT] Add a health endpoint. #752 | ||
* [ENHANCEMENT] Add a metric for unknown probes. #716 | ||
* [ENHANCEMENT] Use preferred protocol first when resolving hostname. #728 | ||
* [ENHANCEMENT] Validating the configuration tries to compile regexes. #729 | ||
* [BUGFIX] HTTP probe: Fix error checking. #723 | ||
* [BUGFIX] HTTP probe: Fix how the tls phase is calculated. #758 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18.0 | ||
0.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters