Skip to content

0.110.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 16:58
· 78 commits to master since this release
fffef72

Release Notes

0.110.0

New Features

  • Split parallelism helm value into dataStore.parallelism.upload and dataStore.parallelism.download to be used separately in BackupDataUsingKopiaServer and RestoreDataUsingKopiaServer

Bug Fixes

  • Make pod writer exec wait for cat command to finish. Fixes race condition between cat cat command end exec termination.
  • Make sure all storage providers return similar error if snapshot doesn't exist, which is expected by DeleteVolumeSnapshot

Other Notes

  • Update ubi-minimal base image to ubi-minimal:9.4-1194
  • Update errkit to v0.0.2
  • Switch pkg/app to errkit
  • Switch pkg/kopia to errkit
  • Switch pkg/kube to errkit