This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
Releases: openebs-archive/external-storage
Releases · openebs-archive/external-storage
0.7.2-RC1
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
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
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
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
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
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
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
typecast body to string to fix error format (#55) Signed-off-by: prateekpandey14 <[email protected]>