diff --git a/sig-architecture/annual-report-2024.md b/sig-architecture/annual-report-2024.md index 36d3d2373..9f1a3b2f6 100644 --- a/sig-architecture/annual-report-2024.md +++ b/sig-architecture/annual-report-2024.md @@ -11,9 +11,15 @@ - Paying down significant tech debt - Governance and leadership changes --> +- At Kubecon NA, we merged the last outstanding conformance test to reach "100% conformance tested" milestone (see [issue](https://github.com/kubernetes/enhancements/issues/4945)). With this we fully paid down the debt for older APIs which did not have conformance tests. +- Go workspaces for k/k (see [issue](https://github.com/kubernetes/enhancements/issues/4402)) +- Launched WG Device Management (see [PR](https://github.com/kubernetes/community/pull/7805)) +- Launched WG Serving (see [PR](https://github.com/kubernetes/community/pull/7823)) +- Add apisnoop subproject (see [Issue](https://github.com/kubernetes/org/issues/4705)) 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? +The team needs new contributors. While we handle regular release tasks well, we could improve areas like simplifying the KEP template. Fresh perspectives in sig-architecture meetings would help challenge the status quo. We also need long-term contributors for future leadership transitions. Most subprojects (e.g., api-reviews, PRRs) are self-sustaining, but we haven't tackled new conformance challenges (e.g., mandatory RBAC). Maintaining the release cadence remains our priority. 3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? @@ -21,6 +27,12 @@ Examples include links to email, slides, or recordings. --> +Yes we had SIG-Architecture related talks in: +- [kubecon EU 2024](https://www.youtube.com/watch?v=8YaKHvoVZy4) +- [kubecon NA 2024](https://www.youtube.com/watch?v=8YaKHvoVZy4) + +Thanks to John Belamaric and David Eads! + 4. KEP work in 2024 (v1.30, v1.31, v1.32): +- stable + - [Go workspaces for k/k](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/4402-go-workspaces) +