Skip to content

NuoDB Helm Charts 3.2.0

Compare
Choose a tag to compare
@eresende-nuodb eresende-nuodb released this 18 May 15:58

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)