Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 7e0dccd

Browse files
authored
Merge pull request #614 from humblec/block-cns-3.9
Update version and changelog.
2 parents 22103f3 + fae0fcc commit 7e0dccd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

gluster/block/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# v2.0.0
2+
- Reformat error strings [CNS 3.9].
3+
- Humble Chirammal <[email protected]>
4+
15
# v1.0.3
26
- Pull heketi hash of gluster block API merge.
37
- Humble Chirammal <[email protected]>
48

9+
# v1.0.2
10+
- with CHAP support
11+
- Humble Chirammal <[email protected]>
12+
513
# v1.0.0
6-
- with manual heketi vendor update and working heketi opmode.
14+
- with manual heketi vendor update and working heketi opmode [CNS 3.6].
715
- Humble Chirammal <[email protected]>
816

917
# v0.9
@@ -12,5 +20,5 @@
1220

1321
# v0.0
1422
- Initial drop of Gluster Block Provisioner.
15-
- Humble Chirammal <hchirmam@redhat.com>
23+
- Humble Chirammal <hchiramm@redhat.com>
1624

gluster/block/cmd/glusterblock-provisioner/glusterblock-provisioner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949
creatorAnn = "kubernetes.io/createdby"
5050
volumeTypeAnn = "gluster.org/type"
5151
descAnn = "Gluster-external: Dynamically provisioned PV"
52-
provisionerVersion = "v1.0.3"
52+
provisionerVersion = "v2.0.0"
5353
chapType = "kubernetes.io/iscsi-chap"
5454
blockVolPrefix = "blockvol_"
5555
heketiOpmode = "heketi"

0 commit comments

Comments
 (0)