Skip to content

v0.11.0

Compare
Choose a tag to compare
@skriss skriss released this 28 Feb 16:53
· 974 commits to master since this release
ab2fc65

Highlights

  • Heptio Ark is now Velero! This release is the first one to use the new name. For details on the changes and how to migrate to v0.11, see the migration instructions. Please follow the instructions to ensure a successful upgrade to v0.11.
  • Restic has been upgraded to v0.9.4, which brings significantly faster restores thanks to a new multi-threaded restorer.
  • Velero now waits for terminating namespaces and persistent volumes to delete before attempting to restore them, rather than trying and failing to restore them while they're being deleted.

All Changes

  • Fix concurrency bug in code ensuring restic repository exists (#1235, @skriss)
  • Wait for PVs and namespaces to delete before attempting to restore them. (#826, @nrb)
  • Set the zones for GCP regional disks on restore. This requires the compute.zones.get permission on the GCP serviceaccount in order to work correctly. (#1200, @nrb)
  • Renamed Heptio Ark to Velero. Changed internal imports, environment variables, and binary name. (#1184, @nrb)
  • use 'restic stats' instead of 'restic check' to determine if repo exists (#1171, @skriss)
  • upgrade restic to v0.9.4 & replace --hostname flag with --host (#1156, @skriss)
  • Clarify restore log when object unchanged (#1153, @daved)
  • Add backup-version file in backup tarball. (#1117, @wwitzel3)
  • add ServerStatusRequest CRD and show server version in ark version output (#1116, @skriss)