Skip to content

Releases: openebs/velero-plugin

v2.5.0

13 Jan 00:43
21c3638
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.4.1

18 Dec 19:09
217ea14
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.4.0-RC2

12 Dec 10:33
217ea14
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.4.0-RC1

10 Dec 14:43
217ea14
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.4.0

13 Dec 19:08
217ea14
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.3.0

14 Nov 08:35
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.3.0-RC2

13 Nov 19:14
Compare
Choose a tag to compare
v2.3.0-RC2 Pre-release
Pre-release
chore(actions): replace deprecated methods in github actions

Signed-off-by: Akhil Mohan <[email protected]>

v2.3.0-RC1

13 Nov 01:35
Compare
Choose a tag to compare
v2.3.0-RC1 Pre-release
Pre-release
chore(actions): replace deprecated methods in github actions

Signed-off-by: Akhil Mohan <[email protected]>

v2.2.0

13 Oct 19:51
ec4d713
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.2.0-RC2

12 Oct 15:06
ec4d713
Compare
Choose a tag to compare
v2.2.0-RC2 Pre-release
Pre-release
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]>