Skip to content

Commit e2ed366

Browse files
committed
KEP-3638: Promotes plugin subcommand resolution to beta
1 parent 1dd0bad commit e2ed366

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

keps/prod-readiness/sig-cli/3638.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 3638
22
alpha:
33
approver: "@johnbelamaric"
4+
beta:
5+
approver: "@johnbelamaric"

keps/sig-cli/3638-kubectl-plugin-subcommands/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ in back-to-back releases.
273273
#### Beta
274274

275275
- Gather feedback from developers and surveys
276-
- Add integration tests
277-
- Enable shadowing for all non-existent subcommands
278276

279277
#### GA
280278

281279
- Add e2e test
280+
- Add integration tests
281+
- Enable shadowing for all non-existent subcommands
282282

283283
### Upgrade / Downgrade Strategy
284284

keps/sig-cli/3638-kubectl-plugin-subcommands/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ approvers:
1616
- "@KnVerey"
1717
- "@soltysh"
1818

19-
stage: alpha
19+
stage: beta
2020

21-
latest-milestone: "v1.27"
21+
latest-milestone: "v1.29"
2222

2323
milestone:
2424
alpha: "v1.27"
25-
beta: "v1.28"
26-
stable: "v1.29"
25+
beta: "v1.29"
26+
stable: "v1.30"
2727

2828
disable-supported: true

0 commit comments

Comments
 (0)