Release 0.20.0 (#895)
authorJulien Pivotto <roidelapluie@inuits.eu>
Wed, 16 Mar 2022 17:41:16 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 17:41:16 +0000 (18:41 +0100)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
CHANGELOG.md
CONFIGURATION.md
VERSION

index e58f58e7aee9ef272245af245ac5ca94cc70154b..cd246ca47c6920e327ad648cc6c4ad257fd45094 100644 (file)
@@ -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
index 1a0e4974e97766948078efde56eb400fcc9e2721..0e6dbe48f56cba90598b0cc99b21df18a604840c 100644 (file)
@@ -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: <prober_string>
 
   # How long the probe will wait before giving up.
@@ -264,9 +264,15 @@ validate_additional_rrs:
 ### <grpc_probe>
 
 ```yml
+# The service name to query for health status.
+[ service: <string> ]
 
 # The IP protocol of the gRPC probe (ip4, ip6).
 [ preferred_ip_protocol: <string> ]
+[ ip_protocol_fallback: <boolean> | default = true ]
+
+# Whether to connect to the endpoint with TLS.
+[ tls: <boolean | default = false> ]
 
 # Configuration for TLS protocol of gRPC probe.
 tls_config:
diff --git a/VERSION b/VERSION
index ad6e251d5d79554364565ee0dcfc68538981b56a..5a03fb737b381f0b07b830ba4bb6e87342a7a914 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.20.0-rc.0
+0.20.0