File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
keps/sig-api-machinery/1040-priority-and-fairness Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2703,7 +2703,14 @@ of this feature?** No.
2703
2703
2704
2704
## Implementation History
2705
2705
2706
- (none yet)
2706
+ - v1.19: `Alpha` release
2707
+ - v1.20: graduated to `Beta`
2708
+ - v1.22: initial support for width concept and watch initialization
2709
+ - v1.23: introduce `v1beta2` API
2710
+ - no changes compared to `v1beta1`
2711
+ - `v1beta1` remain as storage version
2712
+ - v1.24: storage version changed to `v1beta2`
2713
+
2707
2714
2708
2715
## Drawbacks
2709
2716
Original file line number Diff line number Diff line change 4
4
- " @MikeSpreitzer"
5
5
- " @yue9944882"
6
6
- " @wojtek-t"
7
+ - " @tkashem"
7
8
owning-sig : sig-api-machinery
8
9
participating-sigs :
9
10
- wg-multitenancy
@@ -14,6 +15,7 @@ reviewers:
14
15
- " @lavalamp"
15
16
- " @ahg-g"
16
17
- " @wojtek-t"
18
+ - " @tkashem"
17
19
approvers :
18
20
- " @deads2k"
19
21
- " @lavalamp"
@@ -27,7 +29,7 @@ stage: beta
27
29
# The most recent milestone for which work toward delivery of this KEP has been
28
30
# done. This can be the current (upcoming) milestone, if it is being actively
29
31
# worked on.
30
- latest-milestone : " v1.22 "
32
+ latest-milestone : " v1.23 "
31
33
32
34
# The milestone at which this feature was, or is targeted to be, at each stage.
33
35
milestone :
You can’t perform that action at this time.
0 commit comments