Skip to content

v43

Compare
Choose a tag to compare
@geofffranks geofffranks released this 09 Feb 16:09
· 395 commits to develop since this release

πŸŽ‰ 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)

✨ Built with golang 1.17.6