Skip to content

Commit 9f665f8

Browse files
authored
Merge pull request #7804 from ardaguclu/sig-cli-2023-annual
Add SIG CLI Annual Report 2023
2 parents c454cd1 + 01f06c9 commit 9f665f8

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

sig-cli/annual-report-2023.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,31 @@
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

17-
<!--
18-
Note: This list is generated from the KEP metadata in kubernetes/enhancements repository.
19-
If you find any discrepancy in the generated list here, please check the KEP metadata.
20-
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
21-
-->
19+
- Lost 2 Kustomize primary maintainers and looking for help in 2024
2220

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

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

2926
4. KEP work in 2023 (v1.27, v1.28, v1.29):
3027

3128
- Alpha
3229
- [3659 - KEP Template](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3659-kubectl-apply-prune) - v1.27
3330
- [3805 - Kubectl Server-Side Apply by default](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3805-ssa-default) - v1.27
31+
- [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
3432

3533
- Beta
3634
- [2590 - Kubectl Subresource Support](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2590-kubectl-subresource) - v1.27
@@ -66,12 +64,12 @@
6664
## Operational
6765

6866
Operational tasks in [sig-governance.md]:
69-
- [ ] [README.md] reviewed for accuracy and updated if needed
70-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
71-
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
72-
- [ ] 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
67+
- [x] [README.md] reviewed for accuracy and updated if needed
68+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
69+
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
70+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
71+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
72+
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
7573

7674

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

0 commit comments

Comments
 (0)