From 4fa653de9d779301e0a43bb5fa84696bc3800690 Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Mon, 30 Dec 2024 14:24:15 -0500 Subject: [PATCH 01/11] add sig-storage leads emails --- sigs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sigs.yaml b/sigs.yaml index de761194a..8bfbac310 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2960,16 +2960,20 @@ sigs: - github: saad-ali name: Saad Ali company: Google + email: saadali@google.com - github: xing-yang name: Xing Yang company: VMware + email: xingyang105@gmail.com tech_leads: - github: jsafrane name: Jan Šafránek company: Red Hat + email: jsafrane@redhat.com - github: msau42 name: Michelle Au company: Google + email: msau@google.com emeritus_leads: - github: childsb name: Bradley Childs From 6050d74ccc73910dfc393e2341e3f0568890eabf Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Mon, 6 Jan 2025 15:28:22 -0500 Subject: [PATCH 02/11] drop mention of NodeFeature --- contributors/devel/sig-node/e2e-node-tests.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index 54c866c5b..16350eb81 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -188,10 +188,10 @@ Image configuration files can further influence how FOCUS and SKIP match test ca For example: ```sh ---focus="\[NodeFeature:.+\]" --skip="\[Flaky\]|\[Serial\]" +--focus="\[Feature:.+\]" --skip="\[Flaky\]|\[Serial\]" ``` -runs all e2e tests labeled `"[NodeFeature:*]"` and will skip any tests labeled `"[Flaky]"` or `"[Serial]"`. +runs all e2e tests labeled `"[Feature:*]"` and will skip any tests labeled `"[Flaky]"` or `"[Serial]"`. Two example e2e tests that match this expression are: * https://github.com/kubernetes/kubernetes/blob/0e2220b4462130ae8a22ed657e8979f7844e22c1/test/e2e_node/security_context_test.go#L155 @@ -235,7 +235,7 @@ To run a particular e2e test, simply pass the Grinkgo `It` string to the `--focu For example, suppose we have the following test case: https://github.com/kubernetes/kubernetes/blob/0e2220b4462130ae8a22ed657e8979f7844e22c1/test/e2e_node/security_context_test.go#L175. We could select this test case by adding the argument: ```sh ---focus="should not show its pid in the non-hostpid containers \[NodeFeature:HostAccess\]" +--focus="should not show its pid in the non-hostpid containers \[Feature:HostAccess\]" ``` ## Run all tests related to a feature @@ -243,7 +243,7 @@ For example, suppose we have the following test case: https://github.com/kuberne In contrast, to run all node e2e tests related to the "HostAccess" feature one could run: ```sh ---focus="\[NodeFeature:HostAccess\]" +--focus="\[Feature:HostAccess\]" ``` ## Run tests continually until they fail From d8e5c1389a43c03057a3bc0a18315051d85b3905 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 8 Jan 2025 18:47:27 +0100 Subject: [PATCH 03/11] Remove link from annual report subprojects section Signed-off-by: Maciej Szulik --- generator/annual-report/sig_report.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/generator/annual-report/sig_report.tmpl b/generator/annual-report/sig_report.tmpl index e34296818..a177ac445 100644 --- a/generator/annual-report/sig_report.tmpl +++ b/generator/annual-report/sig_report.tmpl @@ -54,11 +54,10 @@ ## [Subprojects](https://git.k8s.io/community/{{.Dir}}#subprojects) {{- define "subprojects" -}} -{{- $owningSIG := .Dir -}} {{- if .New}} **New in {{lastYear}}:**{{range .New}} - - [{{.}}](https://git.k8s.io/community/{{ $owningSIG }}#{{.}}) + - {{.}} {{- end}} {{- end}} @@ -114,4 +113,4 @@ Operational tasks in [sig-governance.md]: [sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md [README.md]: https://git.k8s.io/community/{{.Dir}}/README.md [sigs.yaml]: https://git.k8s.io/community/sigs.yaml -[devel]: https://git.k8s.io/community/contributors/devel/README.md \ No newline at end of file +[devel]: https://git.k8s.io/community/contributors/devel/README.md From 0fd4560c714337d138798f4a2ddde48402daa9ca Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 8 Jan 2025 16:20:55 +0100 Subject: [PATCH 04/11] Generate 2024 annual report boilerplates Signed-off-by: Maciej Szulik --- sig-api-machinery/annual-report-2024.md | 98 ++++++++++++++ sig-apps/annual-report-2024.md | 87 +++++++++++++ sig-architecture/annual-report-2024.md | 82 ++++++++++++ sig-auth/annual-report-2024.md | 87 +++++++++++++ sig-autoscaling/annual-report-2024.md | 72 ++++++++++ sig-cli/annual-report-2024.md | 78 +++++++++++ sig-cloud-provider/annual-report-2024.md | 78 +++++++++++ sig-cluster-lifecycle/annual-report-2024.md | 92 +++++++++++++ .../annual-report-2024.md | 71 ++++++++++ sig-docs/annual-report-2024.md | 64 +++++++++ sig-etcd/annual-report-2024.md | 81 ++++++++++++ sig-instrumentation/annual-report-2024.md | 84 ++++++++++++ sig-k8s-infra/annual-report-2024.md | 68 ++++++++++ sig-multicluster/annual-report-2024.md | 69 ++++++++++ sig-network/annual-report-2024.md | 99 ++++++++++++++ sig-node/annual-report-2024.md | 123 ++++++++++++++++++ sig-release/annual-report-2024.md | 65 +++++++++ sig-scalability/annual-report-2024.md | 65 +++++++++ sig-scheduling/annual-report-2024.md | 84 ++++++++++++ sig-security/annual-report-2024.md | 67 ++++++++++ sig-storage/annual-report-2024.md | 89 +++++++++++++ sig-testing/annual-report-2024.md | 74 +++++++++++ sig-ui/annual-report-2024.md | 61 +++++++++ sig-windows/annual-report-2024.md | 71 ++++++++++ wg-batch/annual-report-2024.md | 34 +++++ wg-data-protection/annual-report-2024.md | 34 +++++ wg-device-management/annual-report-2024.md | 34 +++++ wg-etcd-operator/annual-report-2024.md | 34 +++++ wg-lts/annual-report-2024.md | 34 +++++ wg-policy/annual-report-2024.md | 34 +++++ wg-serving/annual-report-2024.md | 34 +++++ wg-structured-logging/annual-report-2024.md | 34 +++++ 32 files changed, 2181 insertions(+) create mode 100644 sig-api-machinery/annual-report-2024.md create mode 100644 sig-apps/annual-report-2024.md create mode 100644 sig-architecture/annual-report-2024.md create mode 100644 sig-auth/annual-report-2024.md create mode 100644 sig-autoscaling/annual-report-2024.md create mode 100644 sig-cli/annual-report-2024.md create mode 100644 sig-cloud-provider/annual-report-2024.md create mode 100644 sig-cluster-lifecycle/annual-report-2024.md create mode 100644 sig-contributor-experience/annual-report-2024.md create mode 100644 sig-docs/annual-report-2024.md create mode 100644 sig-etcd/annual-report-2024.md create mode 100644 sig-instrumentation/annual-report-2024.md create mode 100644 sig-k8s-infra/annual-report-2024.md create mode 100644 sig-multicluster/annual-report-2024.md create mode 100644 sig-network/annual-report-2024.md create mode 100644 sig-node/annual-report-2024.md create mode 100644 sig-release/annual-report-2024.md create mode 100644 sig-scalability/annual-report-2024.md create mode 100644 sig-scheduling/annual-report-2024.md create mode 100644 sig-security/annual-report-2024.md create mode 100644 sig-storage/annual-report-2024.md create mode 100644 sig-testing/annual-report-2024.md create mode 100644 sig-ui/annual-report-2024.md create mode 100644 sig-windows/annual-report-2024.md create mode 100644 wg-batch/annual-report-2024.md create mode 100644 wg-data-protection/annual-report-2024.md create mode 100644 wg-device-management/annual-report-2024.md create mode 100644 wg-etcd-operator/annual-report-2024.md create mode 100644 wg-lts/annual-report-2024.md create mode 100644 wg-policy/annual-report-2024.md create mode 100644 wg-serving/annual-report-2024.md create mode 100644 wg-structured-logging/annual-report-2024.md diff --git a/sig-api-machinery/annual-report-2024.md b/sig-api-machinery/annual-report-2024.md new file mode 100644 index 000000000..99b4bcd51 --- /dev/null +++ b/sig-api-machinery/annual-report-2024.md @@ -0,0 +1,98 @@ +# 2024 Annual Report: SIG API Machinery + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-api-machinery#subprojects) + + +**Continuing:** + - cel-admission-webhook + - component-base + - control-plane-features + - idl-schema-client-pipeline + - json + - kubernetes-clients + - server-api-aggregation + - server-binaries + - server-crd + - server-frameworks + - server-sdk + - universal-machinery + - yaml + +## [Working groups](https://git.k8s.io/community/sig-api-machinery#working-groups) + +**Retired in 2024:** + - API Expression +**Continuing:** + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-api-machinery/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-api-machinery/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-apps/annual-report-2024.md b/sig-apps/annual-report-2024.md new file mode 100644 index 000000000..ee72aede4 --- /dev/null +++ b/sig-apps/annual-report-2024.md @@ -0,0 +1,87 @@ +# 2024 Annual Report: SIG Apps + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-apps#subprojects) + + +**New in 2024:** + - kjob +**Continuing:** + - application + - examples + - execution-hook + - kompose + - workloads-api + +## [Working groups](https://git.k8s.io/community/sig-apps#working-groups) + +**New in 2024:** + - Serving +**Continuing:** + - Batch + - Data Protection + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-apps/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-apps/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-architecture/annual-report-2024.md b/sig-architecture/annual-report-2024.md new file mode 100644 index 000000000..36d3d2373 --- /dev/null +++ b/sig-architecture/annual-report-2024.md @@ -0,0 +1,82 @@ +# 2024 Annual Report: SIG Architecture + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-architecture#subprojects) + + +**New in 2024:** + - apisnoop + - wg-device-management + - wg-serving +**Continuing:** + - architecture-and-api-governance + - code-organization + - conformance-definition + - enhancements + - production-readiness + +## [Working groups](https://git.k8s.io/community/sig-architecture#working-groups) + +**New in 2024:** + - Device Management + - Serving +**Retired in 2024:** + - API Expression +**Continuing:** + - LTS + - Policy + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-architecture/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-architecture/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-auth/annual-report-2024.md b/sig-auth/annual-report-2024.md new file mode 100644 index 000000000..18511ab1d --- /dev/null +++ b/sig-auth/annual-report-2024.md @@ -0,0 +1,87 @@ +# 2024 Annual Report: SIG Auth + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-auth#subprojects) + + +**New in 2024:** + - secrets-store-sync-controller +**Continuing:** + - audit-logging + - authenticators + - authorizers + - certificates + - encryption-at-rest + - hierarchical-namespace-controller + - node-identity-and-isolation + - policy-management + - secrets-store-csi-driver + - service-accounts + - sig-auth-tools + +## [Working groups](https://git.k8s.io/community/sig-auth#working-groups) + +**Continuing:** + - Policy + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-auth/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-auth/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-autoscaling/annual-report-2024.md b/sig-autoscaling/annual-report-2024.md new file mode 100644 index 000000000..584c5fb67 --- /dev/null +++ b/sig-autoscaling/annual-report-2024.md @@ -0,0 +1,72 @@ +# 2024 Annual Report: SIG Autoscaling + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-autoscaling#subprojects) + + +**Continuing:** + - addon-resizer + - cluster-autoscaler + - horizontal-pod-autoscaler + - karpenter + - vertical-pod-autoscaler + +## [Working groups](https://git.k8s.io/community/sig-autoscaling#working-groups) + +**New in 2024:** + - Device Management + - Serving +**Continuing:** + - Batch + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-autoscaling/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-autoscaling/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-cli/annual-report-2024.md b/sig-cli/annual-report-2024.md new file mode 100644 index 000000000..1b0fda0e9 --- /dev/null +++ b/sig-cli/annual-report-2024.md @@ -0,0 +1,78 @@ +# 2024 Annual Report: SIG CLI + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-cli#subprojects) + + +**Continuing:** + - cli-experimental + - cli-sdk + - cli-utils + - krew + - krew-index + - krm-functions + - kubectl + - kubectl-validate + - kui + - kustomize + +## [Working groups](https://git.k8s.io/community/sig-cli#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-cli/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-cli/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-cloud-provider/annual-report-2024.md b/sig-cloud-provider/annual-report-2024.md new file mode 100644 index 000000000..6db24c998 --- /dev/null +++ b/sig-cloud-provider/annual-report-2024.md @@ -0,0 +1,78 @@ +# 2024 Annual Report: SIG Cloud Provider + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-cloud-provider#subprojects) + + +**Retired in 2024:** + - provider-baiducloud +**Continuing:** + - cloud-provider-extraction-migration + - kubernetes-cloud-provider + - provider-alibaba-cloud + - provider-aws + - provider-azure + - provider-equinix-metal + - provider-gcp + - provider-huaweicloud + - provider-ibmcloud + - provider-oci + - provider-openstack + - provider-vsphere + +## [Working groups](https://git.k8s.io/community/sig-cloud-provider#working-groups) + +**Continuing:** + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-cloud-provider/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-cloud-provider/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-cluster-lifecycle/annual-report-2024.md b/sig-cluster-lifecycle/annual-report-2024.md new file mode 100644 index 000000000..3a1a13e86 --- /dev/null +++ b/sig-cluster-lifecycle/annual-report-2024.md @@ -0,0 +1,92 @@ +# 2024 Annual Report: SIG Cluster Lifecycle + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-cluster-lifecycle#subprojects) + + +**New in 2024:** + - karpenter-provider-cluster-api +**Retired in 2024:** + - etcdadm + - cluster-api-provider-nested +**Continuing:** + - cluster-addons + - cluster-api + - cluster-api-addon-provider-helm + - cluster-api-ipam-provider-in-cluster + - cluster-api-operator + - cluster-api-provider-aws + - cluster-api-provider-azure + - cluster-api-provider-cloudstack + - cluster-api-provider-digitalocean + - cluster-api-provider-gcp + - cluster-api-provider-ibmcloud + - cluster-api-provider-kubemark + - cluster-api-provider-kubevirt + - cluster-api-provider-openstack + - cluster-api-provider-packet + - cluster-api-provider-vsphere + - image-builder + - kOps + - kubeadm + - kubespray + - minikube + +## [Working groups](https://git.k8s.io/community/sig-cluster-lifecycle#working-groups) + +**New in 2024:** + - etcd Operator +**Continuing:** + - LTS + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-cluster-lifecycle/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-cluster-lifecycle/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-contributor-experience/annual-report-2024.md b/sig-contributor-experience/annual-report-2024.md new file mode 100644 index 000000000..b55b0d303 --- /dev/null +++ b/sig-contributor-experience/annual-report-2024.md @@ -0,0 +1,71 @@ +# 2024 Annual Report: SIG Contributor Experience + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-contributor-experience#subprojects) + + +**Continuing:** + - community + - community-management + - contributor-comms + - contributors-documentation + - devstats + - elections + - events + - github-management + - mentoring + - sigs-github-actions + - slack-infra + +## [Working groups](https://git.k8s.io/community/sig-contributor-experience#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-contributor-experience/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-contributor-experience/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-docs/annual-report-2024.md b/sig-docs/annual-report-2024.md new file mode 100644 index 000000000..cab821355 --- /dev/null +++ b/sig-docs/annual-report-2024.md @@ -0,0 +1,64 @@ +# 2024 Annual Report: SIG Docs + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-docs#subprojects) + + +**Continuing:** + - kubernetes-blog + - localization + - reference-docs + - website + +## [Working groups](https://git.k8s.io/community/sig-docs#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-docs/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-docs/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-etcd/annual-report-2024.md b/sig-etcd/annual-report-2024.md new file mode 100644 index 000000000..b35b640b2 --- /dev/null +++ b/sig-etcd/annual-report-2024.md @@ -0,0 +1,81 @@ +# 2024 Annual Report: SIG etcd + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-etcd#subprojects) + + +**New in 2024:** + - auger + - etcd-manager +**Continuing:** + - bbolt + - cetcd + - dbtester + - discovery.etcd.io + - discoveryserver + - etcd + - etcd-play + - etcdlabs + - gofail + - govanityurls + - jetcd + - maintainers + - protodoc + - raft + - website + - zetcd + +## [Working groups](https://git.k8s.io/community/sig-etcd#working-groups) + +**New in 2024:** + - etcd Operator + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-etcd/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-etcd/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-instrumentation/annual-report-2024.md b/sig-instrumentation/annual-report-2024.md new file mode 100644 index 000000000..f8961b451 --- /dev/null +++ b/sig-instrumentation/annual-report-2024.md @@ -0,0 +1,84 @@ +# 2024 Annual Report: SIG Instrumentation + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-instrumentation#subprojects) + + +**Continuing:** + - custom-metrics-apiserver + - instrumentation + - instrumentation-addons + - instrumentation-tools + - klog + - kube-state-metrics + - metric-stability-framework + - metrics + - metrics-server + - prometheus-adapter + - structured-logging + - usage-metrics-collector + +## [Working groups](https://git.k8s.io/community/sig-instrumentation#working-groups) + +**New in 2024:** + - Serving +**Continuing:** + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-instrumentation/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-instrumentation/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-k8s-infra/annual-report-2024.md b/sig-k8s-infra/annual-report-2024.md new file mode 100644 index 000000000..0d6435971 --- /dev/null +++ b/sig-k8s-infra/annual-report-2024.md @@ -0,0 +1,68 @@ +# 2024 Annual Report: SIG K8s Infra + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-k8s-infra#subprojects) + + +**Continuing:** + - community-images + - k8s-infra-dns + - k8s-infra-groups + - k8s.io + - porche + - registry.k8s.io + +## [Working groups](https://git.k8s.io/community/sig-k8s-infra#working-groups) + +**Continuing:** + - LTS + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-k8s-infra/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-k8s-infra/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-multicluster/annual-report-2024.md b/sig-multicluster/annual-report-2024.md new file mode 100644 index 000000000..42dab7003 --- /dev/null +++ b/sig-multicluster/annual-report-2024.md @@ -0,0 +1,69 @@ +# 2024 Annual Report: SIG Multicluster + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-multicluster#subprojects) + + +**Continuing:** + - about-api + - cluster-inventory-api + - mcs-api + - sig-multicluster-site + - work-api + +## [Working groups](https://git.k8s.io/community/sig-multicluster#working-groups) + +**Retired in 2024:** + - IoT Edge +**Continuing:** + - Policy + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-multicluster/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-multicluster/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-network/annual-report-2024.md b/sig-network/annual-report-2024.md new file mode 100644 index 000000000..b4545b1ea --- /dev/null +++ b/sig-network/annual-report-2024.md @@ -0,0 +1,99 @@ +# 2024 Annual Report: SIG Network + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-network#subprojects) + + +**New in 2024:** + - gateway-api-inference-extension + - ingate + - knftables + - multi-network + - node-ipam-controller +**Retired in 2024:** + - kpng +**Continuing:** + - cluster-proportional-autoscaler + - cluster-proportional-vertical-autoscaler + - external-dns + - gateway-api + - ingress + - iptables-wrappers + - kube-dns + - network-policy + - pod-networking + +## [Working groups](https://git.k8s.io/community/sig-network#working-groups) + +**New in 2024:** + - Device Management + - Serving +**Retired in 2024:** + - IoT Edge +**Continuing:** + - Policy + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-network/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-network/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-node/annual-report-2024.md b/sig-node/annual-report-2024.md new file mode 100644 index 000000000..8d39bac69 --- /dev/null +++ b/sig-node/annual-report-2024.md @@ -0,0 +1,123 @@ +# 2024 Annual Report: SIG Node + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-node#subprojects) + + +**New in 2024:** + - cri-client +**Continuing:** + - ci-testing + - cri-api + - cri-tools + - kernel-module-management + - kubelet + - node-api + - node-feature-discovery + - node-problem-detector + - resource-management + - security-profiles-operator + +## [Working groups](https://git.k8s.io/community/sig-node#working-groups) + +**New in 2024:** + - Device Management + - Serving +**Continuing:** + - Batch + - Policy + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-node/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-node/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-release/annual-report-2024.md b/sig-release/annual-report-2024.md new file mode 100644 index 000000000..41a8b23bd --- /dev/null +++ b/sig-release/annual-report-2024.md @@ -0,0 +1,65 @@ +# 2024 Annual Report: SIG Release + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-release#subprojects) + + +**Continuing:** + - Release Engineering + - Release Team + - SIG Release Process Documentation + +## [Working groups](https://git.k8s.io/community/sig-release#working-groups) + +**Continuing:** + - LTS + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-release/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-release/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-scalability/annual-report-2024.md b/sig-scalability/annual-report-2024.md new file mode 100644 index 000000000..9048f87c6 --- /dev/null +++ b/sig-scalability/annual-report-2024.md @@ -0,0 +1,65 @@ +# 2024 Annual Report: SIG Scalability + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-scalability#subprojects) + + +**Continuing:** + - kubernetes-scalability-and-performance-tests-and-validation + - kubernetes-scalability-bottlenecks-detection + - kubernetes-scalability-definition + - kubernetes-scalability-governance + - kubernetes-scalability-test-frameworks + +## [Working groups](https://git.k8s.io/community/sig-scalability#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scalability/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-scalability/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-scheduling/annual-report-2024.md b/sig-scheduling/annual-report-2024.md new file mode 100644 index 000000000..2a9e7a8fe --- /dev/null +++ b/sig-scheduling/annual-report-2024.md @@ -0,0 +1,84 @@ +# 2024 Annual Report: SIG Scheduling + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-scheduling#subprojects) + + +**Continuing:** + - cluster-capacity + - descheduler + - kube-scheduler-simulator + - kube-scheduler-wasm-extension + - kueue + - kwok + - scheduler + - scheduler-plugins + +## [Working groups](https://git.k8s.io/community/sig-scheduling#working-groups) + +**New in 2024:** + - Device Management + - Serving +**Continuing:** + - Batch + - Policy + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scheduling/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-scheduling/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-security/annual-report-2024.md b/sig-security/annual-report-2024.md new file mode 100644 index 000000000..c43e1b2d1 --- /dev/null +++ b/sig-security/annual-report-2024.md @@ -0,0 +1,67 @@ +# 2024 Annual Report: SIG Security + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-security#subprojects) + + +**Continuing:** + - security-assessments + - security-audit + - security-docs + - security-tooling + - sig-security + +## [Working groups](https://git.k8s.io/community/sig-security#working-groups) + +**Continuing:** + - LTS + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-security/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-security/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-storage/annual-report-2024.md b/sig-storage/annual-report-2024.md new file mode 100644 index 000000000..4018b147a --- /dev/null +++ b/sig-storage/annual-report-2024.md @@ -0,0 +1,89 @@ +# 2024 Annual Report: SIG Storage + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-storage#subprojects) + + +**New in 2024:** + - external-snapshot-metadata +**Continuing:** + - external-storage + - git-sync + - gluster-provisioner + - kubernetes-cosi + - kubernetes-csi + - mount-utils + - nfs-provisioner + - volume-populators + - volumes + +## [Working groups](https://git.k8s.io/community/sig-storage#working-groups) + +**New in 2024:** + - Serving +**Continuing:** + - Data Protection + - Policy + - Structured Logging + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-storage/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-storage/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-testing/annual-report-2024.md b/sig-testing/annual-report-2024.md new file mode 100644 index 000000000..72cc4d52d --- /dev/null +++ b/sig-testing/annual-report-2024.md @@ -0,0 +1,74 @@ +# 2024 Annual Report: SIG Testing + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-testing#subprojects) + + +**New in 2024:** + - hydrophone + - testgrid +**Continuing:** + - Cloud Provider for KIND + - boskos + - e2e-framework + - kind + - kubetest2 + - prow + - sig-testing + - test-infra + - testing-commons + +## [Working groups](https://git.k8s.io/community/sig-testing#working-groups) + +**Continuing:** + - LTS + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-testing/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-testing/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-ui/annual-report-2024.md b/sig-ui/annual-report-2024.md new file mode 100644 index 000000000..494a0b3e3 --- /dev/null +++ b/sig-ui/annual-report-2024.md @@ -0,0 +1,61 @@ +# 2024 Annual Report: SIG UI + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-ui#subprojects) + + +**Continuing:** + - dashboard + +## [Working groups](https://git.k8s.io/community/sig-ui#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-ui/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/sig-windows/annual-report-2024.md b/sig-windows/annual-report-2024.md new file mode 100644 index 000000000..275923eae --- /dev/null +++ b/sig-windows/annual-report-2024.md @@ -0,0 +1,71 @@ +# 2024 Annual Report: SIG Windows + +## Current initiatives and Project Health + +1. What work did the SIG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + + +3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? + + + +4. KEP work in 2024 (v1.30, v1.31, v1.32): + + + + +## [Subprojects](https://git.k8s.io/community/sig-windows#subprojects) + + +**Continuing:** + - windows-gmsa + - windows-operational-readiness + - windows-samples + - windows-service-proxy + - windows-testing + - windows-tools + +## [Working groups](https://git.k8s.io/community/sig-windows#working-groups) + + +## Operational + +Operational tasks in [sig-governance.md]: +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed +- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed +- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed +- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed + + +[CONTRIBUTING.md]: https://git.k8s.io/community/sig-windows/CONTRIBUTING.md +[sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md +[README.md]: https://git.k8s.io/community/sig-windows/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml +[devel]: https://git.k8s.io/community/contributors/devel/README.md diff --git a/wg-batch/annual-report-2024.md b/wg-batch/annual-report-2024.md new file mode 100644 index 000000000..662c87b33 --- /dev/null +++ b/wg-batch/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Batch + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-batch/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-data-protection/annual-report-2024.md b/wg-data-protection/annual-report-2024.md new file mode 100644 index 000000000..8813a7714 --- /dev/null +++ b/wg-data-protection/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Data Protection + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-data-protection/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-device-management/annual-report-2024.md b/wg-device-management/annual-report-2024.md new file mode 100644 index 000000000..fccc7c55f --- /dev/null +++ b/wg-device-management/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Device Management + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-device-management/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-etcd-operator/annual-report-2024.md b/wg-etcd-operator/annual-report-2024.md new file mode 100644 index 000000000..6e2565836 --- /dev/null +++ b/wg-etcd-operator/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG etcd Operator + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-etcd-operator/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-lts/annual-report-2024.md b/wg-lts/annual-report-2024.md new file mode 100644 index 000000000..7475599d0 --- /dev/null +++ b/wg-lts/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG LTS + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-lts/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-policy/annual-report-2024.md b/wg-policy/annual-report-2024.md new file mode 100644 index 000000000..00fce770a --- /dev/null +++ b/wg-policy/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Policy + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-policy/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-serving/annual-report-2024.md b/wg-serving/annual-report-2024.md new file mode 100644 index 000000000..44d76a214 --- /dev/null +++ b/wg-serving/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Serving + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-serving/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml diff --git a/wg-structured-logging/annual-report-2024.md b/wg-structured-logging/annual-report-2024.md new file mode 100644 index 000000000..5a3762352 --- /dev/null +++ b/wg-structured-logging/annual-report-2024.md @@ -0,0 +1,34 @@ +# 2024 Annual Report: WG Structured Logging + +## Current initiatives and Project Health + + +1. What work did the WG do this year that should be highlighted? + + + +2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? + +## Operational + +Operational tasks in [wg-governance.md]: + +- [ ] [README.md] reviewed for accuracy and updated if needed +- [ ] WG leaders in [sigs.yaml] are accurate and active, and updated if needed +- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed +- [ ] Updates provided to sponsoring SIGs in 2024 + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - [$sig-name](https://git.k8s.io/community/$sig-id/) + - links to email, meeting notes, slides, or recordings, etc + - + +[wg-governance.md]: https://git.k8s.io/community/committee-steering/governance/wg-governance.md +[README.md]: https://git.k8s.io/community/wg-structured-logging/README.md +[sigs.yaml]: https://git.k8s.io/community/sigs.yaml From fde670b7256d2dda7b9765e56f9915f8d2ed92cf Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 8 Jan 2025 20:49:53 +0100 Subject: [PATCH 05/11] Create 2025 Kubernetes CNCF GB seat election Signed-off-by: Maciej Szulik --- elections/steering/2025-GB/OWNERS | 3 +++ elections/steering/2025-GB/candidate-cblecker.md | 6 ++++++ elections/steering/2025-GB/candidate-cpanato.md | 6 ++++++ elections/steering/2025-GB/candidate-dims.md | 6 ++++++ elections/steering/2025-GB/candidate-nikhita.md | 6 ++++++ elections/steering/2025-GB/election.yaml | 13 +++++++++++++ elections/steering/2025-GB/election_desc.md | 3 +++ elections/steering/2025-GB/voters.yaml | 8 ++++++++ 8 files changed, 51 insertions(+) create mode 100644 elections/steering/2025-GB/OWNERS create mode 100644 elections/steering/2025-GB/candidate-cblecker.md create mode 100644 elections/steering/2025-GB/candidate-cpanato.md create mode 100644 elections/steering/2025-GB/candidate-dims.md create mode 100644 elections/steering/2025-GB/candidate-nikhita.md create mode 100644 elections/steering/2025-GB/election.yaml create mode 100644 elections/steering/2025-GB/election_desc.md create mode 100644 elections/steering/2025-GB/voters.yaml diff --git a/elections/steering/2025-GB/OWNERS b/elections/steering/2025-GB/OWNERS new file mode 100644 index 000000000..934af9657 --- /dev/null +++ b/elections/steering/2025-GB/OWNERS @@ -0,0 +1,3 @@ +approvers: + - jberkus + - soltysh diff --git a/elections/steering/2025-GB/candidate-cblecker.md b/elections/steering/2025-GB/candidate-cblecker.md new file mode 100644 index 000000000..9ab442829 --- /dev/null +++ b/elections/steering/2025-GB/candidate-cblecker.md @@ -0,0 +1,6 @@ +------------------------------------------------------------- +name: Christoph Blecker +ID: cblecker +------------------------------------------------------------- + +# Christoph Blecker diff --git a/elections/steering/2025-GB/candidate-cpanato.md b/elections/steering/2025-GB/candidate-cpanato.md new file mode 100644 index 000000000..a06207ba6 --- /dev/null +++ b/elections/steering/2025-GB/candidate-cpanato.md @@ -0,0 +1,6 @@ +------------------------------------------------------------- +name: Carlos Tadeu Panato Jr +ID: cpanato +------------------------------------------------------------- + +# Carlos Tadeu Panato Jr diff --git a/elections/steering/2025-GB/candidate-dims.md b/elections/steering/2025-GB/candidate-dims.md new file mode 100644 index 000000000..39d632557 --- /dev/null +++ b/elections/steering/2025-GB/candidate-dims.md @@ -0,0 +1,6 @@ +------------------------------------------------------------- +name: Davanum Srinivas +ID: dims +------------------------------------------------------------- + +# Davanum Srinivas diff --git a/elections/steering/2025-GB/candidate-nikhita.md b/elections/steering/2025-GB/candidate-nikhita.md new file mode 100644 index 000000000..5a798df40 --- /dev/null +++ b/elections/steering/2025-GB/candidate-nikhita.md @@ -0,0 +1,6 @@ +------------------------------------------------------------- +name: Nikhita Raghunath +ID: nikhita +------------------------------------------------------------- + +# Nikhita Raghunath diff --git a/elections/steering/2025-GB/election.yaml b/elections/steering/2025-GB/election.yaml new file mode 100644 index 000000000..7960f8876 --- /dev/null +++ b/elections/steering/2025-GB/election.yaml @@ -0,0 +1,13 @@ +name: 2025 Kubernetes CNCF Governing Board Election +organization: Kubernetes +start_datetime: 2025-01-08 00:00:01 +end_datetime: 2025-01-26 11:59:59 +no_winners: 1 +allow_no_opinion: False +delete_after: True +election_officers: + - soltysh + - jberkus +eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/tree/main?tab=readme-ov-file#members) +exception_description: No exception requests accepted for the GB election. +exception_due: 2025-01-26 00:00:01 diff --git a/elections/steering/2025-GB/election_desc.md b/elections/steering/2025-GB/election_desc.md new file mode 100644 index 000000000..3c466994f --- /dev/null +++ b/elections/steering/2025-GB/election_desc.md @@ -0,0 +1,3 @@ +# Vote for the Kubernetes CNCF GB Seat + +Please complete your voting by the end of 1/26/2025. diff --git a/elections/steering/2025-GB/voters.yaml b/elections/steering/2025-GB/voters.yaml new file mode 100644 index 000000000..98b3262c6 --- /dev/null +++ b/elections/steering/2025-GB/voters.yaml @@ -0,0 +1,8 @@ +eligible_voters: +- BenTheElder +- aojea +- justaugustus +- pacoxu +- pohly +- saschagrunert +- soltysh From fa6bad5bc938f53ddb7197f32612d4ad46b5c941 Mon Sep 17 00:00:00 2001 From: Tabitha Sable Date: Fri, 10 Jan 2025 16:07:54 -0600 Subject: [PATCH 06/11] Add emails for sig security leads --- sigs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sigs.yaml b/sigs.yaml index d22e71c76..910903c3e 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2889,12 +2889,15 @@ sigs: - github: IanColdwater name: Ian Coldwater company: Docker + email: ian@coldwater.io - github: cailyn-codes name: Cailyn Edwards company: Okta + email: cailyn-codes@gmail.com - github: tabbysable name: Tabitha Sable company: Datadog + email: tabitha.c.sable@gmail.com meetings: - description: Regular SIG Meeting day: Friday From 23b055493cd8e34634250718697e8ffadc14e327 Mon Sep 17 00:00:00 2001 From: Mengjiao Liu Date: Mon, 13 Jan 2025 11:41:10 +0800 Subject: [PATCH 07/11] Update mengjiao-liu' email and company information --- sig-list.md | 2 +- sigs.yaml | 4 ++-- wg-structured-logging/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sig-list.md b/sig-list.md index c5fc22ea5..8d13e80c3 100644 --- a/sig-list.md +++ b/sig-list.md @@ -68,7 +68,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[LTS](wg-lts/README.md)|[lts](https://github.com/kubernetes/kubernetes/labels/wg%2Flts)|* Architecture
* Cluster Lifecycle
* K8s Infra
* Release
* Security
* Testing
|* [Jeremy Rickard](https://github.com/jeremyrickard), Microsoft
* [Jordan Liggitt](https://github.com/liggitt), Google
* [Micah Hausler](https://github.com/micahhausler), Amazon
|* [Slack](https://kubernetes.slack.com/messages/wg-lts)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-lts)|* Regular WG Meeting: [Tuesdays at 07:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/92480197536?pwd=dmtSMGJRQmNYYTIyZkFlQ25JRngrdz09)
|[Policy](wg-policy/README.md)|[policy](https://github.com/kubernetes/kubernetes/labels/wg%2Fpolicy)|* Architecture
* Auth
* Multicluster
* Network
* Node
* Scheduling
* Storage
|* [Jim Bugwadia](https://github.com/JimBugwadia), Kyverno/Nirmata
* [Poonam Lamba](https://github.com/poonam-lamba), Google
* [Andy Suderman](https://github.com/sudermanjr), Fairwinds
|* [Slack](https://kubernetes.slack.com/messages/wg-policy)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-policy)|* Regular WG Meeting: [Wednesdays at 8:00 PT (Pacific Time) (semimonthly)](https://zoom.us/j/7375677271)
|[Serving](wg-serving/README.md)|[serving](https://github.com/kubernetes/kubernetes/labels/wg%2Fserving)|* Apps
* Architecture
* Autoscaling
* Instrumentation
* Network
* Node
* Scheduling
* Storage
|* [Eduardo Arango](https://github.com/ArangoGutierrez), NVIDIA
* [Jiaxin Shan](https://github.com/Jeffwan), Bytedance
* [Sergey Kanzhelev](https://github.com/SergeyKanzhelev), Google
* [Yuan Tang](https://github.com/terrytangyuan), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-serving)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-serving)|* WG Serving Weekly Meeting ([calendar](https://calendar.google.com/calendar/embed?src=e896b769743f3877edfab2d4c6a14132b2aa53287021e9bbf113cab676da54ba%40group.calendar.google.com)): [Wednesdays at 9:00 PT (Pacific Time) (weekly)](https://zoom.us/j/92615874244?pwd=VGhxZlJjRTNRWTZIS0dQV2MrZUJ5dz09)
-|[Structured Logging](wg-structured-logging/README.md)|[structured-logging](https://github.com/kubernetes/kubernetes/labels/wg%2Fstructured-logging)|* API Machinery
* Architecture
* Cloud Provider
* Instrumentation
* Network
* Node
* Scheduling
* Storage
|* [Mengjiao Liu](https://github.com/mengjiao-liu), DaoCloud
* [Patrick Ohly](https://github.com/pohly), Intel
|* [Slack](https://kubernetes.slack.com/messages/wg-structured-logging)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)| +|[Structured Logging](wg-structured-logging/README.md)|[structured-logging](https://github.com/kubernetes/kubernetes/labels/wg%2Fstructured-logging)|* API Machinery
* Architecture
* Cloud Provider
* Instrumentation
* Network
* Node
* Scheduling
* Storage
|* [Mengjiao Liu](https://github.com/mengjiao-liu), Independent
* [Patrick Ohly](https://github.com/pohly), Intel
|* [Slack](https://kubernetes.slack.com/messages/wg-structured-logging)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)| ### Committees diff --git a/sigs.yaml b/sigs.yaml index d22e71c76..c0fdc653a 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3718,8 +3718,8 @@ workinggroups: chairs: - github: mengjiao-liu name: Mengjiao Liu - company: DaoCloud - email: mengjiao.liu@daocloud.io + company: Independent + email: liumengjiao.dev@gmail.com - github: pohly name: Patrick Ohly company: Intel diff --git a/wg-structured-logging/README.md b/wg-structured-logging/README.md index 6c7f97c73..a79428e00 100644 --- a/wg-structured-logging/README.md +++ b/wg-structured-logging/README.md @@ -26,7 +26,7 @@ The [charter](charter.md) defines the scope and governance of the Structured Log ## Organizers -* Mengjiao Liu (**[@mengjiao-liu](https://github.com/mengjiao-liu)**), DaoCloud +* Mengjiao Liu (**[@mengjiao-liu](https://github.com/mengjiao-liu)**), Independent * Patrick Ohly (**[@pohly](https://github.com/pohly)**), Intel ## Contact From aa72e57dba692331c8d592883e798f94abecace7 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Mon, 13 Jan 2025 16:31:25 +0100 Subject: [PATCH 08/11] Update community-membership.md --- community-membership.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community-membership.md b/community-membership.md index c4c8e50df..53d78404a 100644 --- a/community-membership.md +++ b/community-membership.md @@ -102,11 +102,13 @@ against the kubernetes/org repo, as above. - Members can do `/lgtm` on open PRs. - They can be assigned to issues and PRs, and people can ask members for reviews with a `/cc @username`. - Tests can be run against their PRs automatically. No `/ok-to-test` needed. -- Members can do `/ok-to-test` for PRs that have a `needs-ok-to-test` label, and use commands like `/close` to close PRs as well. +- Members can do `/ok-to-test` for PRs that have a `needs-ok-to-test` label, and use commands like `/close` to close issues or PRs as well. -**Note:** members who frequently contribute code are expected to proactively +**Note:** Members who frequently contribute code are expected to proactively perform code reviews and work towards becoming a primary *reviewer* for the -subproject that they are active in. +subproject that they are active in. Members who contribute to the Kubernetes documentation +can participate in the [pull request wrangler program](https://kubernetes.io/docs/contribute/participate/pr-wranglers/) +to cultivate a habit of [reviewing for approvers and reviewers](https://kubernetes.io/docs/contribute/review/for-approvers/). ## Reviewer @@ -127,7 +129,7 @@ addition to the assigned reviewers. The following apply to the part of codebase for which one would be a reviewer in an [OWNERS] file (for repos using the bot). -- member for at least 3 months +- Member for at least 3 months - Primary reviewer for at least 5 PRs to the codebase - Reviewed or merged at least 20 substantial PRs to the codebase - Knowledgeable about the codebase From 482b774633a6f0d601c839299d992d836d72a35c Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 9 Jan 2025 12:00:02 -0700 Subject: [PATCH 09/11] CAPI: Update v1.10 release team members --- communication/slack-config/usergroups.yaml | 22 ++++++++++++---------- communication/slack-config/users.yaml | 10 ++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index c49853dbe..7c8b90741 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -240,20 +240,22 @@ usergroups: long_name: Cluster API Release Team description: Members of the Cluster API Release Team members: - - adilGhaffarDev + - AttyXY + - blind3dd - cahillsf - chandankumar4 - - jayesh-srivastava - - pravarag - - rajankumary2k - - SD-13 + - cprivitere + - hackeramitkumar + - mboersma + - mbrow137 + - pratik-mahalle + - ramessesii2 + - RansherSingh - serngawy - - sivchari + - shecodesmagic + - sreeram-venkitesh - Sunnatillo - - tasdikrahman - - tormath1 - - varshasuryawanshi - - vishalanarase + - wendy-ha18 - name: kcp-devs long_name: kcp Development Team diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index 33b5a0638..3cf2e2dc4 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -21,6 +21,7 @@ users: aravindputrevu: U1G27SDU6 asmacdo: UNVH7RY9J Atharva-Shinde: U028J67T478 + AttyXY: U07KSK513NW AvineshTripathi: U029U44P26B bai: U4XAULHL3 Bart Farrell: U01DZM7PJDT @@ -29,6 +30,7 @@ users: benoitf: UCQC3DNUA bentheelder: U1P7T516X bhumijgupta: U022JUBM3B4 + blind3dd: UC7GPBQB1 briandealwis: UAZKM38JV bubblemelon: U7K9C643G byako: U03GZBD4J4C @@ -53,6 +55,7 @@ users: cji: U5YSRC21J clubanderson: U0462LN24QJ cpanato: U8DFY4TTK + cprivitere: UEXCRF7EK csams: U02B6A9GF55 Dave Smith-Uchida: UDZDED8G2 david-martin: ULMJ41U73 @@ -164,6 +167,8 @@ users: maysunfaisal: U01DEHK2YUB mbbroberg: U18JTHMDY mbianchidev: UU1JM5G5A + mboersma: U5PL62ULA + mbrow137: U07HN4TUNKS mcbenjemaa: UF111SQ4U meatballhat: U01QEKCBTBM mehabhalodiya: U024HPAQDC1 @@ -210,6 +215,7 @@ users: pnbrown: U011JJTQVGF pohly: U91901TMF prajyot-parab: U02MVRCN8CX + pratik-mahalle: U06P66FAHPU pravarag: UFA5V59J5 prietyc123: U01D4MBLM52 Priyankasaggu11929: U012EE74CU8 @@ -219,7 +225,9 @@ users: r-lawton: U019CNHR2E6 rajankumary2k: U011YM87GQK rajula96reddy: U7K9EK1HC + ramessesii2: U0359S5LUDR ramrodo: UU74ZC2RX + RansherSingh: U05MZREAE2Y rashmigottipati: U013T1DD3PW razashahid107: U05FB1L2YM8 reylejano: U01GDNJL5MW @@ -248,6 +256,7 @@ users: sethmccombs: U92LLUZ8A sgtcodfish: U01PQ8N3PM1 shamus: US7EUUBK8 + shecodesmagic: U0592U4JQA3 shipra101: U06MJ9TT031 shubham-pampattiwar: U01QW84HBBN simplytunde: UAY1NBYHE @@ -292,6 +301,7 @@ users: Vyom-Yadav: U03658QBE1K vzhukovs: U030TR1FG85 wallrj: U1ZMERJF7 + wendy-ha18: U072Q1ZPVA7 willie-yao: U024EME7SQK wilsonehusin: U0100068GF2 wurbanski: URX7CMK97 From a0ad464ac8980760b6d12f3354918d2b82740acd Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 15 Jan 2025 16:13:12 +0100 Subject: [PATCH 10/11] Fix typo in issue template and switch to use gh for creating issues Signed-off-by: Maciej Szulik --- generator/README.md | 2 +- generator/annual-report/github_issue.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generator/README.md b/generator/README.md index 96b6ca72e..d79980ece 100644 --- a/generator/README.md +++ b/generator/README.md @@ -78,7 +78,7 @@ drop GitHub issue templates into the `generator/generated/` directory. You can generate the issues from these templates by running: ```bash -for i in $(ls -1 generator/generated/*.md); do hub issue create -F $i && rm $i; done +for i in $(ls -1 generator/generated/*.md); do gh issue create --repo kubernetes/community --title="$(head -n 1 $i)" --body-file $i && rm $i; done ``` You may run into rate limiting issues, which is why this command removes the diff --git a/generator/annual-report/github_issue.tmpl b/generator/annual-report/github_issue.tmpl index e4613f837..837b6d0e8 100644 --- a/generator/annual-report/github_issue.tmpl +++ b/generator/annual-report/github_issue.tmpl @@ -16,8 +16,8 @@ Actions for the chair/organizer of the community group: Once all the above items are complete, this issue may be `/close`'d Key dates: -- Initial PR to communtiy repo should be opened by May 1, {{now.UTC.Year}} -- PR should be reviewed and merged by May 22, {{now.UTC.Year}} +- Initial PR to community repo should be opened by February 14, {{now.UTC.Year}} +- PR should be reviewed and merged by February 28, {{now.UTC.Year}} More detailed information on the annual reports process is available [here](https://git.k8s.io/community/committee-steering/governance/annual-reports.md). From e5ddcd8703a0067793d1b5905287af48bdc2d73f Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Thu, 16 Jan 2025 02:02:11 -0500 Subject: [PATCH 11/11] Update Stephen Augustus (justaugustus) affiliation Signed-off-by: Stephen Augustus --- committee-steering/README.md | 2 +- sig-list.md | 4 ++-- sig-release/README.md | 2 +- sigs.yaml | 5 ++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/committee-steering/README.md b/committee-steering/README.md index e64a6d8e8..1ba818b39 100644 --- a/committee-steering/README.md +++ b/committee-steering/README.md @@ -23,7 +23,7 @@ The [charter](https://git.k8s.io/steering/charter.md) defines the scope and gove * Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google * Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google -* Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**), Cisco +* Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**), Bloomberg L.P. * Paco Xu 徐俊杰 (**[@pacoxu](https://github.com/pacoxu)**), DaoCloud * Patrick Ohly (**[@pohly](https://github.com/pohly)**), Intel * Sascha Grunert (**[@saschagrunert](https://github.com/saschagrunert)**), Red Hat diff --git a/sig-list.md b/sig-list.md index 8d13e80c3..8b5f08698 100644 --- a/sig-list.md +++ b/sig-list.md @@ -48,7 +48,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[Multicluster](sig-multicluster/README.md)|[multicluster](https://github.com/kubernetes/kubernetes/labels/sig%2Fmulticluster)|* [Jeremy Olmsted-Thompson](https://github.com/jeremyot), Google
* [Stephen Kitt](https://github.com/skitt), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-multicluster)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster)|* Regular SIG Meeting: [Tuesdays at 9:30 PT (Pacific Time) (bi-weekly)](https://zoom.us/my/k8s.mc)
|[Network](sig-network/README.md)|[network](https://github.com/kubernetes/kubernetes/labels/sig%2Fnetwork)|* [Michael Zappa](https://github.com/mikezappa87), Microsoft
* [Shane Utt](https://github.com/shaneutt), Red Hat
* [Tim Hockin](https://github.com/thockin), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-network)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-network)|* Gateway API Meeting (Americas): [Mondays at 15:00 PT (Pacific Time) (weekly)](https://zoom.us/j/441530404)
* Gateway API Meeting (Europe): [Tuesday (starting September 10th 2024)s at 08:00 PT (Pacific Time) (monthly)](https://zoom.us/j/441530404)
* Network Policy API Meeting: [Tuesdays at 9:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/96264742248)
* SIG Network Ingress NGINX Meeting: [Thursdays at 8:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/98377891310)
* SIG Network Meeting: [Thursdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/361123509)
* SIG Network Multi-Network Meeting: [Wednesdays at 08:00 PT (Pacific Time) (weekly)](https://zoom.us/j/95680858961?pwd=M1c2TTdMZHpMUUtIYXRpbjRobkNJZz09)
|[Node](sig-node/README.md)|[node](https://github.com/kubernetes/kubernetes/labels/sig%2Fnode)|* [Sergey Kanzhelev](https://github.com/SergeyKanzhelev), Google
* [Peter Hunt](https://github.com/haircommander), Red Hat
* [Mrunal Patel](https://github.com/mrunalp), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-node)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-node)|* Main SIG Meeting: [Tuesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/4799874685)
* Weekly CI/Triage Meeting: [Wednesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/4799874685)
-|[Release](sig-release/README.md)|[release](https://github.com/kubernetes/kubernetes/labels/sig%2Frelease)|* [Jeremy Rickard](https://github.com/jeremyrickard), Microsoft
* [Stephen Augustus](https://github.com/justaugustus), Cisco
* [Sascha Grunert](https://github.com/saschagrunert), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-release)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-release)|* Regular SIG Meeting APAC/EU Oriented Time: [Tuesdays at 14:30 UTC (biweekly)](https://zoom.us/j/327142148?pwd=RE9aZWtCc0hhOWs4ZTdXZ0hBM0ROdz09)
* Regular SIG Meeting US Oriented Time: [Tuesdays at 17:00 UTC (biweekly)](https://zoom.us/j/327142148?pwd=RE9aZWtCc0hhOWs4ZTdXZ0hBM0ROdz09)
+|[Release](sig-release/README.md)|[release](https://github.com/kubernetes/kubernetes/labels/sig%2Frelease)|* [Jeremy Rickard](https://github.com/jeremyrickard), Microsoft
* [Stephen Augustus](https://github.com/justaugustus), Bloomberg L.P.
* [Sascha Grunert](https://github.com/saschagrunert), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-release)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-release)|* Regular SIG Meeting APAC/EU Oriented Time: [Tuesdays at 14:30 UTC (biweekly)](https://zoom.us/j/327142148?pwd=RE9aZWtCc0hhOWs4ZTdXZ0hBM0ROdz09)
* Regular SIG Meeting US Oriented Time: [Tuesdays at 17:00 UTC (biweekly)](https://zoom.us/j/327142148?pwd=RE9aZWtCc0hhOWs4ZTdXZ0hBM0ROdz09)
|[Scalability](sig-scalability/README.md)|[scalability](https://github.com/kubernetes/kubernetes/labels/sig%2Fscalability)|* [Marcel Zieba](https://github.com/marseel), Isovalent
* [Shyam Jeedigunta](https://github.com/shyamjvs), Amazon
|* [Slack](https://kubernetes.slack.com/messages/sig-scalability)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-scale)|* Regular SIG Meeting: [Thursdays at 10:30 PT (Pacific Time) (bi-weekly ([upcoming meeting dates](#upcoming-meeting-dates)))](https://zoom.us/j/94252896018?pwd=cTlMMlBoTHZqUEdjRm9VY2NWNUg5dz09)
|[Scheduling](sig-scheduling/README.md)|[scheduling](https://github.com/kubernetes/kubernetes/labels/sig%2Fscheduling)|* [Wei Huang](https://github.com/Huang-Wei), Apple
* [Abdullah Gharaibeh](https://github.com/ahg-g), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-scheduling)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-scheduling)|* biweekly meeting (NA & Europe): [Thursdays at 17:00 UTC (biweekly starting Thursday June 7, 2018)](https://zoom.us/j/841218129)
* descheduler biweekly meeting Europe time: [Tuesdays at 14:30 CET (biweekly starting Tuesday Feb 27, 2024)](https://zoom.us/j/841218129)
* descheduler biweekly meeting North America time: [Tuesdays at 19:30 CET (biweekly starting Tuesday March 12, 2024)](https://zoom.us/j/841218129)
|[Security](sig-security/README.md)|[security](https://github.com/kubernetes/kubernetes/labels/sig%2Fsecurity)|* [Ian Coldwater](https://github.com/IanColdwater), Docker
* [Cailyn Edwards](https://github.com/cailyn-codes), Okta
* [Tabitha Sable](https://github.com/tabbysable), Datadog
|* [Slack](https://kubernetes.slack.com/messages/sig-security)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-security)|* Regular SIG Meeting: [Fridays at 8:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/9934z1184192?pwd=L25Tc0ZOL3FqU09KNERlTU12dFhTQT09)
@@ -76,7 +76,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |------|--------|---------|---------| |[Code of Conduct](committee-code-of-conduct/README.md)|[code-of-conduct](https://github.com/kubernetes/kubernetes/labels/committee%2Fcode-of-conduct)|* [Ana Margarita Medina](https://github.com/AnaMMedina21), Lightstep
* [Danielle Lancashire](https://github.com/endocrimes), Independent
* [Hilliary Lipsig](https://github.com/hlipsig), Red Hat
* [Jeremy Rickard](https://github.com/jeremyrickard), Microsoft
* [Xander Grzywinski](https://github.com/salaxander), Defense Unicorns
|* [Slack](https://kubernetes.slack.com/messages/code-of-conduct)
* [Private Mailing List](conduct@kubernetes.io) |[Security Response](committee-security-response/README.md)|[security-response](https://github.com/kubernetes/kubernetes/labels/committee%2Fsecurity-response)|* [Sri Saran Balaji](https://github.com/SaranBalaji90), Amazon
* [CJ Cullen](https://github.com/cjcullen), Google
* [Craig Ingram](https://github.com/cji), Google
* [Mo Khan](https://github.com/enj), Microsoft
* [Joel Smith](https://github.com/joelsmith), Red Hat
* [Micah Hausler](https://github.com/micahhausler), Amazon
* [Rita Zhang](https://github.com/ritazh), Microsoft
* [Tabitha Sable](https://github.com/tabbysable), Datadog
|* [Private Mailing List](security@kubernetes.io) -|[Steering](committee-steering/README.md)|[steering](https://github.com/kubernetes/kubernetes/labels/committee%2Fsteering)|* [Benjamin Elder](https://github.com/BenTheElder), Google
* [Antonio Ojea](https://github.com/aojea), Google
* [Stephen Augustus](https://github.com/justaugustus), Cisco
* [Paco Xu 徐俊杰](https://github.com/pacoxu), DaoCloud
* [Patrick Ohly](https://github.com/pohly), Intel
* [Sascha Grunert](https://github.com/saschagrunert), Red Hat
* [Maciej Szulik](https://github.com/soltysh), Defense Unicorns
|* [Slack](https://kubernetes.slack.com/messages/steering-committee)
* [Mailing List](https://groups.google.com/a/kubernetes.io/forum/#!forum/steering)
* [Private Mailing List](steering-private@kubernetes.io) +|[Steering](committee-steering/README.md)|[steering](https://github.com/kubernetes/kubernetes/labels/committee%2Fsteering)|* [Benjamin Elder](https://github.com/BenTheElder), Google
* [Antonio Ojea](https://github.com/aojea), Google
* [Stephen Augustus](https://github.com/justaugustus), Bloomberg L.P.
* [Paco Xu 徐俊杰](https://github.com/pacoxu), DaoCloud
* [Patrick Ohly](https://github.com/pohly), Intel
* [Sascha Grunert](https://github.com/saschagrunert), Red Hat
* [Maciej Szulik](https://github.com/soltysh), Defense Unicorns
|* [Slack](https://kubernetes.slack.com/messages/steering-committee)
* [Mailing List](https://groups.google.com/a/kubernetes.io/forum/#!forum/steering)
* [Private Mailing List](steering-private@kubernetes.io) diff --git a/sig-release/README.md b/sig-release/README.md index 48c3154dc..bd78fbb98 100644 --- a/sig-release/README.md +++ b/sig-release/README.md @@ -27,7 +27,7 @@ The [charter](charter.md) defines the scope and governance of the Release Specia The Chairs of the SIG run operations and processes governing the SIG. * Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**), Microsoft -* Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**), Cisco +* Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**), Bloomberg L.P. * Sascha Grunert (**[@saschagrunert](https://github.com/saschagrunert)**), Red Hat ### Technical Leads diff --git a/sigs.yaml b/sigs.yaml index 4f712525c..4d1c6432d 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2019,7 +2019,6 @@ sigs: liaison: github: justaugustus name: Stephen Augustus - company: Cisco subprojects: - name: community-images description: kubectl plugin used to highlight images pulled from community-owned @@ -2533,7 +2532,7 @@ sigs: email: jeremy.r.rickard@gmail.com - github: justaugustus name: Stephen Augustus - company: Cisco + company: Bloomberg L.P. email: k8s@auggie.dev - github: saschagrunert name: Sascha Grunert @@ -3884,7 +3883,7 @@ committees: email: antonio.ojea.garcia@gmail.com - github: justaugustus name: Stephen Augustus - company: Cisco + company: Bloomberg L.P. email: k8s@auggie.dev - github: pacoxu name: Paco Xu 徐俊杰