Releases: openebs-archive/cstor-csi
Releases · openebs-archive/cstor-csi
1.5.0
fix(resize): Add command to resize xfs volumes (#61) Signed-off-by: Payes <payes.anand@mayadata.io>
1.5.0-RC2
Changes since 1.4.0
- fix(resize): Add command to resize xfs volumes (#61) (433967d) (@payes)
- fix(remount): skip monitoring volume unless mounted (#60) (51d2880) (@payes)
- refact(size): conversion G to Gi (#59) (ca00d4a) (@prateekpandey14)
- refact(cstor-csi): modularise CSI implementation (#58) (90923f3) (@payes)
- Add support for xfs filesystem (#57) (cc5d4a3) (@payes)
- Add(env): Add environment variable to enable remount feature (#56) (710be25) (@payes)
1.5.0-RC1
refact(size): conversion G to Gi (#59) Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
1.4.0
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 <prateekpandey14@gmail.com>
1.4.0-RC2
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 <prateekpandey14@gmail.com>
1.4.0-RC1
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 <prateekpandey14@gmail.com>
1.3.0
refact(travis): remove travis github release deploy Commit remove travis github deploy as its not required further. Signed-off-by: prateekpandey14 <prateek.pandey@openebs.io>