🎉 Release Highlights 🎉
- Improvement: Operators are now able to set
nats.net
andnats.cluster_host
to adjust the listening address of thenats
andnats-tls
jobs for use in multi-homed environments. Thanks @psycofdj! - Bug Fix: Operators can force-disable nats authentication via the
nats.auth_required
property, rather than removing credentials. This helps alleviateAuthorization Violation
errors 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