Skip to content

NuoDB Helm Charts 3.3.0

Compare
Choose a tag to compare
@eresende-nuodb eresende-nuodb released this 19 Aug 15:21

v3.3.0 (2021-08-18)

Full Changelog

Implemented enhancements:

  • Added warning when requested backup type does not match target backup set, e.g. stream vs hotcopy #240 (sivanov-nuodb)
  • Replaced deprecated failure-domain.beta.kubernetes.io/zone label with topology.kubernetes.io/zone in the Transparent Huge Page Chart #226 (mkysel)
  • Added a facility to send additional storage manager logs to the admin pod to improve runtime debugging #225 (sivanov-nuodb)
  • Set default admin setting evictUnknownProcesses=true in admin/values.yaml to handle partial network disconnects between admin and engines gracefully #219 (adriansuarez)
  • Added the option to mount the Storage Manager journal directory on a different persistent storage volume #218 (mkysel)
  • Added functionality to recursively change permissions in admin init container to prevent runtime write permissions errors #214 (adriansuarez)
  • Override default admin setting thrift.message.max in admin/values.yaml to enable reading of large messages #213 (adriansuarez)

Fixed bugs:

  • Added validation of boolean helm variables in the values.yaml files. The new functionality will emit a warning if an invalid value is passed #223 (sivanov-nuodb)
  • Removed an incorrect admin operability check from nuosm script which prevented storage manager container startup when some admin containers were down #217 (sivanov-nuodb)

Removed:

  • Removed option to start Storage Managers as DaemonSets #222 (mkysel)

Closed issues:

  • Longer readiness timeout in admin chart #198