Skip to content

Releases: nuodb/nuodb-helm-charts

NuoDB Helm Charts 3.10.0

25 Feb 21:34
Compare
Choose a tag to compare

Changelog v3.10.0 (2025-02-24)

Full Changelog

  • c9fc185 To reduce dependencies, use nuodb/nuodb-sidecar image for watching ConfigMaps and exposing backup-hooks #385
  • e155921 Allow custom scripts to be invoked via HTTP server in backup-hooks sidecar container #381
  • e98249e Specify connect-timeout in curl invocation to avoid waiting indefinitely #379
  • 1168edc Improve readiness probes to accelerate process start-up #377
  • 1890e8a Add documentation on configuring Sumo Logic #376
  • 4aafe44 Remove outdated nuodb/nuodb-ce references from READMEs

NuoDB Helm Charts 3.9.0

20 Aug 14:49
Compare
Choose a tag to compare

Changelog v3.9.0 (2024-08-20)

Full Changelog

  • 34e9621 Added support for HotSnap in backup hooks #365
  • d9eaa10 Added the ability for engines to prefer an AP in the same node, AZ, or region #367
  • b6399e0 Added support for affinity rules controlling AP-engine connectivity #369
  • 1660991 Changed repository for NuoDB image from nuodb/nuodb-ce to nuodb/nuodb #372
  • eb9a8f3 Updated default version of NuoDB image to 6.0 #368
  • 19d85e9 Fixed timing hazard between snapshot preparation and archive creation #361
  • a108017 Added validation for Helm value archiveType #360
  • 8ddb849 Fixed issue where non-root user was being used to invoke fsfreeze #358
  • 2d84c76 Fixed issue where files were not made durable before snapshot was taken #354

NuoDB Helm Charts 3.8.2

28 Mar 16:51
Compare
Choose a tag to compare

Changelog v3.8.2 (2024-03-28)

Full Changelog

  • 2300753 Account for gap between snapshot preparation and archive creation #361
  • 9b4a247 Add create-repo.sh script to create in-cluster Helm repo #359
  • d65eed3 Require root user for fsfreeze #358
  • c33cebd Bump chart version to 3.8.2

NuoDB Helm Charts 3.8.1

13 Mar 16:06
Compare
Choose a tag to compare

Changelog v3.8.1 (2024-03-13)

Full Changelog

  • 95bba24 Make sure files are durable that should be in snapshot #354

NuoDB Helm Charts 3.8.0

04 Mar 16:38
Compare
Choose a tag to compare

Changelog v3.8.0 (2024-03-04)

Full Changelog

  • 96d01ca Add topology spread constraints to admin #347
  • 284c4e2 add the archiveType to the readme #352
  • b13c3d2 Preprovision PVCs with data sources and other fixes #351
  • e459d9f Update doc links in README files #349
  • 70d9f29 Add backup hooks sidecar and validate data sources #346
  • 913fe72 Start a database from a volume and archive snapshot #337
  • e8797d0 Added changes related to the new licensing policy #338

NuoDB Helm Charts 3.7.0

14 Nov 16:20
Compare
Choose a tag to compare

Changelog v3.7.0 (2023-11-09)

Full Changelog

NuoDB Helm Charts 3.6.0

22 Jun 08:37
Compare
Choose a tag to compare

v3.6.0 (2023-06-21)

Full Changelog

Fixed bugs:

Merged pull requests:

NuoDB Helm Charts 3.5.0

29 Jul 11:23
Compare
Choose a tag to compare

v3.5.0 (2022-07-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

NuoDB Helm Charts 3.4.0

08 Dec 10:01
Compare
Choose a tag to compare

v3.4.0 (2021-12-03)

Full Changelog

Implemented enhancements:

  • Added functionality to enable the database protocol to be upgraded automatically, which is supported in version 4.2.3 and above of the NuoDB image #243 (sivanov-nuodb)
  • Updated the process readiness probe to be more scalable as the number of database processes grows #252 (adriansuarez)
  • Updated init containers to perform recursive chmod only if files are encountered without expected permissions #260 (adriansuarez)

Fixed bugs:

  • Updated nuosm to resurrect archive object only if it will be used #256 (sivanov-nuodb)

Merged pull requests:

  • Increased leaderAssignmentTimeout to account for SMs going into CrashLoopBackOff state #242 (adriansuarez)
  • Added support for external SQL clients, which requires version 4.2.4 and above of the NuoDB image #254 (sivanov-nuodb)

NuoDB Helm Charts 3.3.0

19 Aug 15:21
Compare
Choose a tag to compare

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