Skip to content

Stork 2.10.0

Compare
Choose a tag to compare
@ram-infrac ram-infrac released this 25 May 19:26
· 666 commits to master since this release

New Features

  • Added support for Object Lock enabled buckets. This support is currently supported only with the PX-Backup product. #1047

Improvements

  • Use cmdexecutor image as per stork deployment image #1084
  • Use kopiaexecutor image as per stork deployment image #1076

Bug Fixes

  • Issue: CSI based backups failing for k8s > 1.22+
    User Impact: From k8s 1.22+ onwards CSIDriver v1beta1 APIs are removed which causes CSI backup to fail
    Resolution: Added support for V1 API's for csi driver #1079

  • Issue: The restore size for EBS volumes was displaying incorrectly
    User Impact: This lead to ambitious behaviour for user as the restore is less than the backup size for EBS volume.
    Resolution: Fixed to correct restore size for EBS volume #1069

  • Issue: Generic backup options triggering generic backup instead of CSI backup
    Resolution: Added missing BackupType in Applicationbackup CR to trigger appropriate backup #1066