File tree Expand file tree Collapse file tree 2 files changed +36
-20
lines changed
keps/sig-storage/2264-csi-release-ci-process Expand file tree Collapse file tree 2 files changed +36
-20
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : kubernetes-csi release process
3
- authors :
4
- - " @pohly"
5
- owning-sig : sig-storage
6
- participating-sigs :
7
- - sig-testing
8
- - sig-release
9
- reviewers :
10
- - " @msau42"
11
- approvers :
12
- - " @msau42"
13
- - " sig-testing: TBD"
14
- - " sig-release: TBD"
15
- editor : " @pohly"
16
- creation-date : 2019-02-04
17
- last-updated : 2019-02-04
18
- status : provisional
19
- ---
20
-
21
1
# kubernetes-csi-release-process
22
2
23
3
## Table of Contents
@@ -274,6 +254,7 @@ driver.
274
254
## Implementation History
275
255
276
256
- 2019-02-04: initial draft
257
+ - 2019-06: implementation complete
277
258
278
259
## Drawbacks
279
260
Original file line number Diff line number Diff line change
1
+ title : Kubernetes CSI release and CI process
2
+ kep-number : 2264
3
+ authors :
4
+ - " @pohly"
5
+ owning-sig : sig-storage
6
+ participating-sigs :
7
+ status : implemented
8
+ creation-date : 2019-02-04
9
+ reviewers :
10
+ - " @msau42"
11
+ - " @saad-ali"
12
+ approvers :
13
+ - " @msau42"
14
+ prr-approvers :
15
+ see-also :
16
+ replaces :
17
+
18
+ # The target maturity stage in the current dev cycle for this KEP.
19
+ stage : stable
20
+
21
+ # The most recent milestone for which work toward delivery of this KEP has been
22
+ # done. This can be the current (upcoming) milestone, if it is being actively
23
+ # worked on.
24
+ latest-milestone : " v1.14"
25
+
26
+ # The milestone at which this feature was, or is targeted to be, at each stage.
27
+ milestone :
28
+
29
+ # The following PRR answers are required at alpha release
30
+ # List the feature gate name and the components for which it must be enabled
31
+ feature-gates :
32
+ disable-supported : false
33
+
34
+ # The following PRR answers are required at beta release
35
+ metrics :
You can’t perform that action at this time.
0 commit comments