From: Julien Pivotto Date: Tue, 11 May 2021 07:29:26 +0000 (+0200) Subject: Fix redirects options X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=67970d9efadc2834c2aa075c9da218f38b2130d3;p=blackbox_exporter.git Fix redirects options Signed-off-by: Julien Pivotto --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e17d6..a85778e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ 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. +In the HTTP probe, `no_follow_redirects` has been changed to `follow_redirects`. +This release accepts both, with a precedence to the `no_follow_redirects` parameter. +In the next release, `no_follow_redirects` will be removed. -* [CHANGE] HTTP probe: no_follow_redirect has been renamed to follow_redirect. #784 +* [CHANGE] HTTP probe: `no_follow_redirects` has been renamed to `follow_redirects`. #784 * [FEATURE] Add support for decompression of HTTP responses. #764 * [FEATURE] Enable TLS and basic authentication. #730 * [FEATURE] HTTP probe: *experimental* OAuth2 support. #784