diff --git a/CHANGELOG.md b/CHANGELOG.md index e58f58e7..cd246ca4 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 1a0e4974..0e6dbe48 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 ad6e251d..5a03fb73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0-rc.0 +0.20.0