From 67970d9efadc2834c2aa075c9da218f38b2130d3 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 11 May 2021 09:29:26 +0200 Subject: [PATCH] Fix redirects options Signed-off-by: Julien Pivotto --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1