Skip to content

Commit c0037b5

Browse files
committed
Mark 1.18 storage GA features as implemented
1 parent 0e409b4 commit c0037b5

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

keps/sig-storage/20181111-extend-datasource-field.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@thockin"
1313
editor: "@j-griffith"
1414
creation-date: 2018-11-11
15-
last-updated: 2020-01-27
16-
status: implementable
15+
last-updated: 2020-03-09
16+
status: implemented
1717
see-also:
1818
replaces:
1919
superseded-by:
@@ -156,6 +156,7 @@ Given that the only implementation changes in Kuberenetes is to enable the featu
156156

157157
1.15 - Alpha status
158158
1.16 - Beta status
159+
1.18 - GA
159160

160161
## Drawbacks [optional]
161162

keps/sig-storage/20190129-csi-pod-info-on-mount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@saad-ali"
1313
editor: TBD
1414
creation-date: 2019-01-29
15-
last-updated: 2019-01-29
16-
status: implementable
15+
last-updated: 2020-03-09
16+
status: implemented
1717
see-also:
1818
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface-pod-information.md"
1919
replaces:

keps/sig-storage/20190129-csi-skip-attach.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@saad-ali"
1313
editor: TBD
1414
creation-date: 2019-01-29
15-
last-updated: 2019-01-29
16-
status: implementable
15+
last-updated: 2020-03-09
16+
status: implemented
1717
see-also:
1818
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface-skip-attach.md"
1919
replaces:

keps/sig-storage/20190130-csi-raw-block-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@saad-ali"
1313
editor: TBD
1414
creation-date: 2019-01-30
15-
last-updated: 2019-10-15
16-
status: implementable
15+
last-updated: 2020-03-09
16+
status: implemented
1717
see-also:
1818
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/raw-block-pv.md"
1919
- "https://github.com/kubernetes/enhancements/pull/1288"
@@ -41,7 +41,7 @@ see-also:
4141
- [K8s 1.13: Alpha](#k8s-113-alpha)
4242
- [K8s 1.14: Beta](#k8s-114-beta)
4343
- [K8s 1.17: Beta](#k8s-117-beta)
44-
- [K8s 1.18: Targeting GA](#k8s-118-targeting-ga)
44+
- [K8s 1.18: GA](#k8s-118-ga)
4545
<!-- /toc -->
4646

4747
## Summary
@@ -164,6 +164,6 @@ and we can test with them
164164
* Fixed volume reconstruction after kubelet restart.
165165
* Stress tests as noted above.
166166

167-
### K8s 1.18: Targeting GA
167+
### K8s 1.18: GA
168168
* Added block tests to csi-sanity.
169169
* Disruptive testing with block devices in /dev reordered after reboot.

keps/sig-storage/20191008-raw-block-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@saad-ali"
1313
editor: TBD
1414
creation-date: 2019-10-08
15-
last-updated: 2019-15-10
16-
status: implementable
15+
last-updated: 2020-03-09
16+
status: implemented
1717
see-also:
1818
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/raw-block-pv.md"
1919
---
@@ -39,7 +39,7 @@ see-also:
3939
- [K8s 1.9: Alpha](#k8s-19-alpha)
4040
- [K8s 1.13: Beta](#k8s-113-beta)
4141
- [K8s 1.17: Beta](#k8s-117-beta)
42-
- [K8s 1.18: Targeting GA](#k8s-118-targeting-ga)
42+
- [K8s 1.18: GA](#k8s-118-ga)
4343
<!-- /toc -->
4444

4545
## Summary
@@ -163,5 +163,5 @@ Already happened.
163163
* Fixed block volume reconstruction.
164164
* Stress tests as noted above.
165165

166-
### K8s 1.18: Targeting GA
166+
### K8s 1.18: GA
167167
* Disruptive testing with block devices in /dev reordered after reboot.

0 commit comments

Comments
 (0)