Skip to content

Releases: nats-io/k8s

Release v0.12.1

27 Jan 23:08
647073c
Compare
Choose a tag to compare

Changes:

  • Default liveness check for nats helm chart bumped to 60s to mitigate terminationGracePeriodSeconds and lame duck / graceful exit causing an empty container to hang
  • Added upgrade parameter to allow explicitly marking an upgrade as an alternative of using helm upgrade
  • Added missing cipher_suites field to TLS config

Release v0.12.0

27 Jan 00:22
2b475a7
Compare
Choose a tag to compare

Changes for the nats chart:

Breaking

  • The podManagementPolicy value was introduced and set to Parallel by default, which controls the StatefulSet spec.podManagementPolicy field. This field is immutable and cannot be changed on an existing StatefulSet; to upgrade from an older chart version, add the value:
    podManagementPolicy: OrderedReady

Improvements

  • Introduces using /healthz as a startup check when the image version is 2.7.1 during upgrades
  • The preStop command no longer waits for terminationGracePeriodSeconds since this blocks pod termination, this workaround used to exist for when nats-server did not handle TERM but since v2.2 it does now so lame duck should work correctly without being stopped prematurely.
  • podManagementPolicy is now set to Parallel by default .
  • readiness probe is disabled now by default (it was the same as livenessProbe and the startupProbe covers the same check during startup now)

In case have to disable the startup check, then can do the following:

nats:
  healthcheck:
    startup:
      enabled: false

Release v0.11.2

25 Jan 03:24
6507760
Compare
Choose a tag to compare
v0.11.2

Release v0.11.0

11 Jan 00:12
eee54f9
Compare
Choose a tag to compare
v0.11.0

Release v0.10.0

02 Dec 22:01
Compare
Choose a tag to compare
v0.10.0

Release v0.9.2

30 Oct 00:20
Compare
Choose a tag to compare

Release v0.9.0

29 Sep 18:17
857edb2
Compare
Choose a tag to compare

Release v0.8.9

16 Sep 18:01
0b9acb3
Compare
Choose a tag to compare

Release v0.8.8

19 Aug 16:48
Compare
Choose a tag to compare

Hot fix release including #299 for JS deployment (issue introduced in v0.8.7 release).

⚠️ The v0.8.7 release of the NATS Helm chart has been deleted since it included a bug where the storage directory for JetStream would have become /tmp/jetstream instead of a PVC so it could have potentially lose data.

Release v0.8.7

17 Aug 21:59
c3372fd
Compare
Choose a tag to compare

Note

⚠️ The v0.8.7 release of the NATS Helm chart has been deleted since it included a bug where the storage directory for JetStream would have become /tmp/jetstream instead of a PVC so it could have potentially lose data.