Skip to content

Commit

Permalink
wrap generated list of KEPs in comments
Browse files Browse the repository at this point in the history
check-in files with LF line endings
  • Loading branch information
samsonkolge committed Aug 23, 2024
1 parent 97526af commit 11d1a66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 2 additions & 0 deletions generator/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Always check-out / check-in files with LF line endings.
* text=auto eol=lf
23 changes: 13 additions & 10 deletions generator/annual-report/sig_report.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,29 @@

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)?

<!--
Examples include links to email, slides, or recordings.
-->

{{$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}}):
<!--
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction.

Note: This list is generated from the KEP metadata in kubernetes/enhancements repository.
If you find any discrepancy in the generated list here, please check the KEP metadata.
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
-->

3. Did you have community-wide updates in {{lastYear}} (e.g. KubeCon talks)?

<!--
Examples include links to email, slides, or recordings.
-->

4. KEP work in {{lastYear}} ({{$releases.LatestMinusTwo}}, {{$releases.LatestMinusOne}}, {{$releases.Latest}}):
{{if ne (len $alphaKeps) 0}}
<!-- {{if ne (len $alphaKeps) 0}}
- Alpha
{{- range $alphaKeps}}
- [{{.Number}} - {{.Title}}](https://github.com/kubernetes/enhancements/tree/master/keps/{{.OwningSIG}}/{{.Name}}) - {{.Milestone.Alpha -}}
Expand All @@ -47,7 +50,7 @@
- Stable
{{- range $stableKeps}}
- [{{.Number}} - {{.Title}}](https://github.com/kubernetes/enhancements/tree/master/keps/{{.OwningSIG}}/{{.Name}}) - {{.Milestone.Stable -}}
{{ end}}{{ end}}
{{ end}}{{ end}} -->

## [Subprojects](https://git.k8s.io/community/{{.Dir}}#subprojects)
{{- define "subprojects" -}}
Expand Down Expand Up @@ -111,4 +114,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
[devel]: https://git.k8s.io/community/contributors/devel/README.md

0 comments on commit 11d1a66

Please sign in to comment.