Skip to content

Releases: nuodb/nuodb-helm-charts

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

NuoDB Helm Charts 3.2.0

18 May 15:58
Compare
Choose a tag to compare

v3.2.0 (2021-05-14)

Full Changelog

Implemented enhancements:

  • Added helm template value validation for database.sm.hotCopy.enableBackups #204 (sivanov-nuodb)
  • Added helm template value validation for restore.source. Accepted values are ':latest', ':group-latest' or any valid URL #202 (sivanov-nuodb)
  • Added helm template value validation for database.autoRestore.type. Accepted types are either 'stream' or 'backupset' #199 (mkysel)
  • Changed the default timeout for all backup jobs from 30 min to infinite #197 (sivanov-nuodb)
  • Upgraded kiwigrid/sidecar NuoDB Collector dependency to 1.10.8 #193 (butson)
  • Added database in-place restore support based on new NuoDB 4.2+ functionality. Fine-graned selection of archive ids to restore. Database in-place restore with storage group. Manual restore option and many more... #184 (sivanov-nuodb)

Fixed bugs:

  • Updated Chart.yaml icon image references from nuodb.com to GitHub #203 (mkysel)
  • Set levels to strip off path names when unpacking a TAR file of an archive or backup set via the restore.stripLevels option #195 (sivanov-nuodb)

Merged pull requests:

  • Updated default version to use the NuoDB image 4.2.1 #207 (mkysel)