Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@cesmarvin cesmarvin released this 08 May 14:03

Fixed

  • [#54] Restore of the velero deployment disrupted the restore
    • Previously, the Velero deployment would get restored as well,
      which caused disruptions of the restore if the deployment is different
      from the one in the backup.
  • [#56] Cleanup of backup components lead to errors after restore
    • This is because the component operator would detect a downgrade, which is not allowed.
      Or worse, an upgrade during the restore operation would cause it to fail.

Changed

  • [#54] Exclude all resources with label k8s.cloudogu.com/part-of: backup from restores.
  • [#56] Exclude all backup-related components from cleanup when restoring.