Skip to content

Commit

Permalink
Release 0.20.0 (#895)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Mar 16, 2022
1 parent a68a616 commit 91372eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 7 additions & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand 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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0-rc.0
0.20.0

0 comments on commit 91372eb

Please sign in to comment.