Releases: openebs/velero-plugin
Releases · openebs/velero-plugin
v2.5.0
v2.4.1
v2.4.0-RC2
Release created via ./buildscripts/git-release
v2.4.0-RC1
Release created via ./buildscripts/git-release
v2.4.0
v2.3.0
v2.3.0-RC2
chore(actions): replace deprecated methods in github actions Signed-off-by: Akhil Mohan <[email protected]>
v2.3.0-RC1
chore(actions): replace deprecated methods in github actions Signed-off-by: Akhil Mohan <[email protected]>
v2.2.0
v2.2.0-RC2
fix(zfspv): fixing the backup deletion (#129) We use pvname and snapname for creating the backup. Now since we are returning schedule name also in snapshotID, so While deleting the ZFSBackup CR we should use the pvname and snapname. We broke this in https://github.com/openebs/velero-plugin/pull/125. Also fixed the backup compatibility for older backups where we were not fetching the schedule name. We should fetch the schedule name from the backup name using the naming format. Signed-off-by: Pawan <[email protected]>