Skip to content

Commit 5893529

Browse files
authored
Merge pull request kubernetes#2917 from tkashem/apf-v1beta2
KEP-1040: introduce v1beta2 version
2 parents 9d48014 + 078b8a7 commit 5893529

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,14 @@ of this feature?** No.
27032703
27042704
## Implementation History
27052705
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+
27072714
27082715
## Drawbacks
27092716

keps/sig-api-machinery/1040-priority-and-fairness/kep.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors:
44
- "@MikeSpreitzer"
55
- "@yue9944882"
66
- "@wojtek-t"
7+
- "@tkashem"
78
owning-sig: sig-api-machinery
89
participating-sigs:
910
- wg-multitenancy
@@ -14,6 +15,7 @@ reviewers:
1415
- "@lavalamp"
1516
- "@ahg-g"
1617
- "@wojtek-t"
18+
- "@tkashem"
1719
approvers:
1820
- "@deads2k"
1921
- "@lavalamp"
@@ -27,7 +29,7 @@ stage: beta
2729
# The most recent milestone for which work toward delivery of this KEP has been
2830
# done. This can be the current (upcoming) milestone, if it is being actively
2931
# worked on.
30-
latest-milestone: "v1.22"
32+
latest-milestone: "v1.23"
3133

3234
# The milestone at which this feature was, or is targeted to be, at each stage.
3335
milestone:

0 commit comments

Comments
 (0)