Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Releases: openebs-archive/external-storage

0.7.2-RC1

15 Nov 00:47
Compare
Choose a tag to compare
0.7.2-RC1 Pre-release
Pre-release
refactor(ci): support both docker and quay images for ci (#84)

integration (or ci) tests are done by applying the openebs-operator
fetched from openebs/openebs repo. This file can either have images
specified as quay or docker.

Before applying the operator yaml, retag the local docker ci images
with quay tags.

Signed-off-by: kmova <[email protected]>
(cherry picked from commit 1e28647ee462c5c21415c03e78b851b4e333c0ff)

0.7.2

18 Nov 04:22
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
refactor(ci): support both docker and quay images for ci

integration (or ci) tests are done by applying the openebs-operator
fetched from openebs/openebs repo. This file can either have images
specified as quay or docker.

Before applying the operator yaml, retag the local docker ci images
with quay tags.

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

0.7.1

26 Oct 01:30
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
Add(feat): Block volume support for openebs volume

This commit will add block volume support for openebs
volume.
As block volume support is in alpha state in k8s
have to enable feature-gate in kube-apiserver, cotroller-manger
and kubelet to use this feature using --featue-gate="BlockVolume=true".

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

0.7.1-RC1

16 Oct 07:24
Compare
Choose a tag to compare
0.7.1-RC1 Pre-release
Pre-release
fix(provision): use pvc uuid as the PV name (#73)

In 0.7.0, the PV Name was set to use the PVC namespace,
name and a unique hash. This lead to some breackages
with usecases where PVCs were auto-generated like in
StatefulSets where the length of the PV Names can
be more than 64 characters.

It is also possible that PVC Name will contain some special
characters that are not honored by iSCSI IQN name, which is
derived from the PV Name.

Reverting back to old name generation scheme:
 pvc-<pvc-uuid>

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

0.7.0-RC3

01 Sep 18:30
Compare
Choose a tag to compare
0.7.0-RC3 Pre-release
Pre-release
fix clone integration test

Clone feature is in alpha state, and its flaky sometimes,
comment out the integration test for clone volume, util we
make it stable.

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

0.7.0

04 Sep 14:26
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
fix clone integration test

Clone feature is in alpha state, and its flaky sometimes,
comment out the integration test for clone volume, util we
make it stable.

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

0.7.0-RC2

27 Aug 13:56
Compare
Choose a tag to compare
0.7.0-RC2 Pre-release
Pre-release
 Create volume only when volume read returns 404.  (#62)

A volume create call to m-apiserver should be made when it is ascertained that no volume with the same name exists.
If server returns not found then provisioner should request to create volume.
If server returned some other error during initial read call then create call should not be made at all.

Signed-off-by: Prince Rachit Sinha <[email protected]>

0.7.0-RC1

13 Aug 06:30
Compare
Choose a tag to compare
0.7.0-RC1 Pre-release
Pre-release
typecast body to string to fix error format (#55)

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

0.6.0-RC5

19 Jul 01:43
bcb41cf
Compare
Choose a tag to compare
0.6.0-RC5 Pre-release
Pre-release
Merge pull request #48 from kmova/sync-master-jul18

sync with master by resolving conflicts. Also, make the change to pass the mountOptions from storageClass to PV.

0.6.0

19 Jul 15:21
bcb41cf
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
Merge pull request #48 from kmova/sync-master-jul18

sync with master by resolving conflicts. Also, make the change to pass the mountOptions from storageClass to PV.