Skip to content

Releases: openebs-archive/cstor-csi

v2.2.0

13 Oct 19:51
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.1.0

15 Sep 13:50
Compare
Choose a tag to compare
fix(remount): resolve race condition in remount code (#122)

When the remount feature is enabled process will be monitoring for mount points on that node. If mount points are marked as RO, process will launch go routines for them in a loop. Since these go routine are using the same stack variable vol when the loop iterates, change in value of the variable will lead to volumes not getting removed from transition list.

Signed-off-by: Payes Anand <payes.anand@mayadata.io>

v2.1.0-RC2

15 Sep 09:44
Compare
Choose a tag to compare
v2.1.0-RC2 Pre-release
Pre-release
fix(remount): resolve race condition in remount code (#122)

When the remount feature is enabled process will be monitoring for mount points on that node. If mount points are marked as RO, process will launch go routines for them in a loop. Since these go routine are using the same stack variable vol when the loop iterates, change in value of the variable will lead to volumes not getting removed from transition list.

Signed-off-by: Payes Anand <payes.anand@mayadata.io>

v2.1.0-RC1

10 Sep 09:39
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v1.12.1-RC1

16 Aug 10:10
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v1.12.1

13 Sep 09:22
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.0.0-RC2

12 Aug 07:47
fa25f06
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.0.0-RC1

08 Aug 12:45
fa25f06
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v2.0.0

14 Aug 08:32
fa25f06
Compare
Choose a tag to compare

Release created via ./buildscripts/git-release

v1.12.0

14 Jul 13:12
088379a
Compare
Choose a tag to compare
refact(cvc): add pvc annotation during provisioning (#103)

commit add the persistentvolumeclaim name annotation
in CVC resource while provisioning, requires to set
in volume target deployments

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
(cherry picked from commit 79932da41bd5e5d5fe186ab71c8f7515067d9fcb)

Co-authored-by: prateekpandey14 <prateek.pandey@mayadata.io>