🎉 Release Highlights 🎉
- Improvement: Operators are now able to set
nats.netandnats.cluster_hostto adjust the listening address of thenatsandnats-tlsjobs for use in multi-homed environments. Thanks @psycofdj! - Bug Fix: Operators can force-disable nats authentication via the
nats.auth_requiredproperty, rather than removing credentials. This helps alleviateAuthorization Violationerrors seen in cases such as routing-release #259. Thanks @b1tamara and @Mrizwanshaik!
Job Property Changes
| Job | Property | v41 Default | v42 Default |
|---|---|---|---|
| nats | nats.auth_required
| Did Not Exist | true
|
| nats | nats.net
| Did Not Exist | the primary vm address (spec.address)
|
| nats | nats.cluster_host
| Did Not Exist | the primary vm address (spec.address)
|
| nats-tls | nats.auth_required
| Did Not Exist | true
|
| nats-tls | nats.net
| Did Not Exist | the primary vm address (spec.address)
|
| nats-tls | nats.cluster_host
| Did Not Exist | the primary vm address (spec.address)
|
This version is built with Go 1.17.6