|
15 | 15 | -
|
16 | 16 |
|
17 | 17 | {{$releases := getReleases}}
|
18 |
| -3. KEP work in {{lastYear}} (v{{$releases.Latest}}, v{{$releases.LatestMinusOne}}, v{{$releases.LatestMinusTwo}}): |
19 | 18 | {{$owingsig := .Dir}}
|
| 19 | +3. KEP work in {{lastYear}} (v{{$releases.Latest}}, v{{$releases.LatestMinusOne}}, v{{$releases.LatestMinusTwo}}): |
20 | 20 | {{- range $stage, $keps := filterKEPs $owingsig $releases}}
|
21 | 21 | {{ $stage }}:
|
22 | 22 | {{- range $keps}}
|
|
71 | 71 |
|
72 | 72 | Include any other ways you measure group membership
|
73 | 73 |
|
74 |
| -## Subprojects |
| 74 | +## [Subprojects](https://git.k8s.io/community/{{.Dir}}#subprojects) |
| 75 | +{{- define "subprojects" -}} |
| 76 | +{{- $owingsig := .Dir -}} |
| 77 | +{{- if .New}} |
75 | 78 |
|
76 |
| -<!-- |
77 |
| -In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31 |
78 |
| -Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md` |
79 |
| ---> |
| 79 | +**New in {{lastYear}}:** |
| 80 | +{{range .New}} |
| 81 | + - {{.}} |
| 82 | +{{- end}} |
| 83 | +{{- end}} |
80 | 84 |
|
81 |
| -New in $YYYY: |
82 |
| -- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name) |
83 |
| -- |
| 85 | +{{- if .Retired}} |
84 | 86 |
|
85 |
| -Retired in $YYYY: |
86 |
| -- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name) |
87 |
| -- |
| 87 | +**Retired in {{lastYear}}:** |
| 88 | +{{range .Retired}} |
| 89 | + - {{.}} |
| 90 | +{{- end}} |
| 91 | +{{- end}} |
88 | 92 |
|
89 |
| -Continuing: |
90 |
| -- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name) |
91 |
| -- |
| 93 | +{{- if .Continuing}} |
92 | 94 |
|
93 |
| -## Working groups |
| 95 | +**Continuing:** |
| 96 | +{{range .Continuing}} |
| 97 | + - {{.}} |
| 98 | +{{- end}} |
| 99 | +{{- end}} |
| 100 | +{{- end}} |
94 | 101 |
|
95 |
| -<!-- |
96 |
| -In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31 |
97 |
| -Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md` |
98 |
| ---> |
| 102 | +{{ template "subprojects" (getCategorizedSubprojects .Dir) }} |
99 | 103 |
|
100 |
| -New in $YYYY: |
101 |
| -- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md)) |
102 |
| -- |
103 | 104 |
|
104 |
| -Retired in $YYYY: |
105 |
| -- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md)) |
106 |
| -- |
| 105 | +## [Working groups](https://git.k8s.io/community/{{.Dir}}#working-groups) |
| 106 | +{{ $categorizedWorkingGroups := getCategorizedWorkingGroups .Dir }} |
| 107 | +{{- if $categorizedWorkingGroups.New}} |
107 | 108 |
|
108 |
| -Continuing: |
109 |
| -- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md)) |
110 |
| -- |
| 109 | +**New in {{lastYear}}:** |
| 110 | +{{range $categorizedWorkingGroups.New }} |
| 111 | + - {{.}} |
| 112 | +{{- end}} |
| 113 | +{{- end}} |
| 114 | + |
| 115 | +{{- if $categorizedWorkingGroups.Retired}} |
| 116 | + |
| 117 | +**Retired in {{lastYear}}:** |
| 118 | +{{range $categorizedWorkingGroups.Retired }} |
| 119 | + - {{.}} |
| 120 | +{{- end}} |
| 121 | +{{- end}} |
| 122 | + |
| 123 | +{{- if $categorizedWorkingGroups.Continuing}} |
| 124 | + |
| 125 | +**Continuing:** |
| 126 | +{{range $categorizedWorkingGroups.Continuing }} |
| 127 | + - {{ . }} |
| 128 | +{{- end}} |
| 129 | +{{- end}} |
111 | 130 |
|
112 | 131 | ## Operational
|
113 | 132 |
|
|
0 commit comments