Skip to content

Commit 49fd507

Browse files
committed
This PR updates the required fields in 2023 annual report of sig-cli
1 parent a174968 commit 49fd507

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

sig-cli/annual-report-2023.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
1. What work did the SIG do this year that should be highlighted?
66

7-
<!--
8-
Some example items that might be worth highlighting:
9-
- Major KEP advancement
10-
- Important initiatives that aren't tracked via KEPs
11-
- Paying down significant tech debt
12-
- Governance and leadership changes
13-
-->
7+
- Interactive delete in kubectl delete
8+
- Custom profiling support in kubectl debug
9+
- Transition from SPDY to Websockets
10+
- Plugin resolution for non-shadowing subcommands in kubectl promoted to beta
11+
- New pruning design for kubectl apply --prune, aka ApplySet
12+
- Aggregated Discovery promoted to GA
13+
- kubectl debug promoted to GA
14+
- New minor release for kui
15+
- Krew has 242 plugins
1416

1517
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1618

@@ -22,15 +24,15 @@
2224

2325
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
2426

25-
<!--
26-
Examples include links to email, slides, or recordings.
27-
-->
27+
- [KubeCon Europe 2023](https://www.youtube.com/watch?v=X-XDr8XhHHU)
28+
- [KubeCon North America 2023](https://www.youtube.com/watch?v=RggqaCSdOGA)
2829

2930
4. KEP work in 2023 (v1.27, v1.28, v1.29):
3031

3132
- Alpha
3233
- [3659 - KEP Template](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3659-kubectl-apply-prune) - v1.27
3334
- [3805 - Kubectl Server-Side Apply by default](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3805-ssa-default) - v1.27
35+
- [4006 - Transition from SPDY to Websockets](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/4006-transition-spdy-to-websockets/kep.yaml) - 1.28
3436

3537
- Beta
3638
- [2590 - Kubectl Subresource Support](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2590-kubectl-subresource) - v1.27
@@ -70,8 +72,8 @@ Operational tasks in [sig-governance.md]:
7072
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
7173
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
7274
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
73-
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
74-
- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
75+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
76+
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
7577

7678

7779
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-cli/CONTRIBUTING.md

0 commit comments

Comments
 (0)