Add Healthchecks "verify_tls" option to NEWS.
This commit is contained in:
parent
bcad0de1a4
commit
c7e4e6f6c9
2 changed files with 3 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -1,5 +1,7 @@
|
||||||
1.6.7.dev0
|
1.6.7.dev0
|
||||||
* #565: Fix handling of "repository" and "data" consistency checks to prevent invalid Borg flags.
|
* #565: Fix handling of "repository" and "data" consistency checks to prevent invalid Borg flags.
|
||||||
|
* Add support for disabling TLS verification in Healthchecks monitoring hook with "verify_tls"
|
||||||
|
option.
|
||||||
|
|
||||||
1.6.6
|
1.6.6
|
||||||
* #559: Update documentation about configuring multiple consistency checks or multiple databases.
|
* #559: Update documentation about configuring multiple consistency checks or multiple databases.
|
||||||
|
|
|
@ -1015,7 +1015,7 @@ properties:
|
||||||
verify_tls:
|
verify_tls:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
Verify the SSL certificate of the endpoint.
|
Verify the TLS certificate of the ping URL host.
|
||||||
Defaults to true.
|
Defaults to true.
|
||||||
example: false
|
example: false
|
||||||
send_logs:
|
send_logs:
|
||||||
|
|
Loading…
Reference in a new issue