From: Julien Pivotto Date: Wed, 16 Mar 2022 17:41:16 +0000 (+0100) Subject: Release 0.20.0 (#895) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=91372eba6cdef09f6d8453752cf47011bf32cb7a;p=blackbox_exporter.git Release 0.20.0 (#895) Signed-off-by: Julien Pivotto --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e58f58e..cd246ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.20.0-rc.0 / 2022-02-17 +## 0.20.0 / 2022-03-16 * [FEATURE] Add support for grpc health check. #835 * [FEATURE] Add hostname parameter. #823 diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 1a0e497..0e6dbe4 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -19,7 +19,7 @@ The other placeholders are specified separately. ### Module ```yml - # The protocol over which the probe will take place (http, tcp, dns, icmp). + # The protocol over which the probe will take place (http, tcp, dns, icmp, grpc). prober: # How long the probe will wait before giving up. @@ -264,9 +264,15 @@ validate_additional_rrs: ### ```yml +# The service name to query for health status. +[ service: ] # The IP protocol of the gRPC probe (ip4, ip6). [ preferred_ip_protocol: ] +[ ip_protocol_fallback: | default = true ] + +# Whether to connect to the endpoint with TLS. +[ tls: ] # Configuration for TLS protocol of gRPC probe. tls_config: diff --git a/VERSION b/VERSION index ad6e251..5a03fb7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0-rc.0 +0.20.0