github cloudfoundry/nats-release v43

latest releases: v49, v48, v47...
2 years ago

🎉 Release Highlights 🎉

  • Improvement: Operators are now able to set nats.net and nats.cluster_host to adjust the listening address of the nats and nats-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 alleviate Authorization 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

Don't miss a new nats-release release

NewReleases is sending notifications on new releases.