Skip to content

Releases: openebs-archive/cstor-csi

1.5.0

13 Dec 11:00
Compare
Choose a tag to compare
fix(resize): Add command to resize xfs volumes (#61)



Signed-off-by: Payes <[email protected]>

1.5.0-RC2

11 Dec 19:39
Compare
Choose a tag to compare
1.5.0-RC2 Pre-release
Pre-release

Changes since 1.4.0

1.5.0-RC1

06 Dec 14:49
Compare
Choose a tag to compare
1.5.0-RC1 Pre-release
Pre-release
refact(size): conversion G to Gi (#59)

Signed-off-by: prateekpandey14 <[email protected]>

1.4.0

12 Nov 09:49
Compare
Choose a tag to compare
fix(csi-node): return error for orphaned volume during unpublish event

There will be unpublish events request in each ~60s periods for
stale/orphaned volume which was causing node driver crash
due to NO csiVolume resource exists for the requested volumeID.

Signed-off-by: prateekpandey14 <[email protected]>

1.4.0-RC2

09 Nov 16:35
Compare
Choose a tag to compare
1.4.0-RC2 Pre-release
Pre-release
fix(csi-node): return error for orphaned volume during unpublish event

There will be unpublish events request in each ~60s periods for
stale/orphaned volume which was causing node driver crash
due to NO csiVolume resource exists for the requested volumeID.

Signed-off-by: prateekpandey14 <[email protected]>

1.4.0-RC1

07 Nov 07:40
Compare
Choose a tag to compare
1.4.0-RC1 Pre-release
Pre-release
fix(Makefile): update image name in push target

Image name has been changed from `openebs/csi-driver` to
`openebs/cstor-csi-driver`

Signed-off-by: prateekpandey14 <[email protected]>

1.3.0

14 Oct 17:25
Compare
Choose a tag to compare
refact(travis): remove travis github release deploy

Commit remove travis github deploy as its not required further.

Signed-off-by: prateekpandey14 <[email protected]>

1.3.0-RC3

12 Oct 12:14
Compare
Choose a tag to compare
1.3.0-RC3 Pre-release
Pre-release
refact(travis): remove travis github release deploy

Commit remove travis github deploy as its not required further.

Signed-off-by: prateekpandey14 <[email protected]>

1.3.0-RC2

11 Oct 10:21
Compare
Choose a tag to compare
1.3.0-RC2 Pre-release
Pre-release
refact(travis): remove travis github release deploy

Commit remove travis github deploy as its not required further.

Signed-off-by: prateekpandey14 <[email protected]>

1.3.0-RC1

10 Oct 13:41
Compare
Choose a tag to compare
1.3.0-RC1 Pre-release
Pre-release
refact(travis): bump minikube version v1.4.0 to use k8s v1.16.0 (#40)

- update k8s version 1.16.0
- update k8s API's kind for statefulset and daemontset to
  use `apps/v1`

Signed-off-by: prateekpandey14 <[email protected]>