🎉 Release Highlights 🎉
- 🐛 Bug-Fix: A new healthcheck for the
nats-tlsjob alleviates the constant stream of log messages caused by incomplete TLS handshakes from health checks (fixes #32). Thank you @peterellisjones for the PR!- ⚠️ This requires two new properties to be provided to allow the health check to access nats via TLS, listed below.
Job Property Changes
| Job | Property | v41 Default | v42 Default |
|---|---|---|---|
| nats-tls | nats.client.tls.certificate
| Did Not Exist | No Default, REQUIRED |
| nats-tls | nats.client.tls.private_key
| Did Not Exist | No Default, REQUIRED |
This version is built with Go 1.17.6