# {{lastYear}} Annual Report: {{.Prefix | toUpper}} {{.Name}} ## 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 {{lastYear}} (e.g. KubeCon talks)? {{$releases := getReleases -}} {{$owningSIG := .Dir -}} {{$stagedKeps := filterKEPs $owningSIG $releases -}} {{$alphaKeps := index $stagedKeps "alpha" -}} {{$betaKeps := index $stagedKeps "beta" -}} {{$stableKeps := index $stagedKeps "stable" -}} 4. KEP work in {{lastYear}} ({{$releases.LatestMinusTwo}}, {{$releases.LatestMinusOne}}, {{$releases.Latest}}): ## [Subprojects](https://git.k8s.io/community/{{.Dir}}#subprojects) {{- define "subprojects" -}} {{- if .New}} **New in {{lastYear}}:**{{range .New}} - {{.}} {{- end}} {{- end}} {{- if .Retired}} **Retired in {{lastYear}}:**{{range .Retired}} - {{.}} {{- end}} {{- end}} {{- if .Continuing}} **Continuing:**{{range .Continuing}} - {{.}} {{- end}} {{- end}} {{- end}} {{ template "subprojects" (getCategorizedSubprojects .Dir) }} ## [Working groups](https://git.k8s.io/community/{{.Dir}}#working-groups) {{ $categorizedWorkingGroups := getCategorizedWorkingGroups .Dir }} {{- if $categorizedWorkingGroups.New}} **New in {{lastYear}}:**{{range $categorizedWorkingGroups.New }} - {{.}} {{- end}} {{- end}} {{- if $categorizedWorkingGroups.Retired}} **Retired in {{lastYear}}:**{{range $categorizedWorkingGroups.Retired }} - {{.}} {{- end}} {{- end}} {{- if $categorizedWorkingGroups.Continuing}} **Continuing:**{{range $categorizedWorkingGroups.Continuing }} - {{ . }} {{- end}} {{- end}} ## 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 {{lastYear}} are linked from [README.md] and updated/uploaded if needed [CONTRIBUTING.md]: https://git.k8s.io/community/{{.Dir}}/CONTRIBUTING.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