-
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.
Merge pull request #784 from roidelapluie/rel-019
Release 0.19.0
- Loading branch information
Showing
10 changed files
with
119 additions
and
41 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,19 @@ | ||
## 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. | ||
|
||
In the HTTP probe, `no_follow_redirect` has been changed to `follow_redirect`. | ||
This release accepts both, with a precedence to the `no_follow_redirect` parameter. | ||
In the next release, `no_follow_redirect` will be removed. | ||
|
||
* [CHANGE] HTTP proble: no_follow_redirect has been renamed to follow_redirect. | ||
* [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
Oops, something went wrong.