You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-release/3344-release-team-roster/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ There are a number of qualities to the current process that are desirable, and s
205
205
An entirely static, or effectively static, team is not desirable.
206
206
207
207
Balancing these desires, this KEP introduces a long-lived "roster" of release team members.
208
-
This roster is used to assemble release teams instead of a new shadow survey each time.
208
+
This roster is used to assemble release teams with recurring contributors in addition to the shadow survey for new contributors.
209
209
210
210
<!--
211
211
This section is for explicitly listing the motivation, goals, and non-goals of
@@ -251,8 +251,9 @@ nitty-gritty.
251
251
### Release Team Roster
252
252
253
253
We will add to SIG Release a "Release Team Roster".
254
-
The list of roster members will be maintained in a YAML file in https://github.com/kubernetes/sig-release under a new `release-team/roster` directory.
255
-
People on the roster can be in one of three roles: Shadow, Member, or Emeritus.
254
+
The list of roster members will be maintained in the group YAML file in github.com/kubernetes/k8s.io under `groups/sig-release/groups.yaml`.
255
+
It will be a new group named `release-team-roster`.
256
+
People on the roster can be in one of two roles: Member for current members, or Emeritus for former members.
256
257
257
258
At the time of creation, all former role leads or release leads from any release will be added as emeritus members, or a member if they want.
258
259
The 1.26 Emeritus Advisor (EA) will lead discussions around which shadows from 1.26 should be placed at the member or shadow level on the release team roster.
@@ -269,8 +270,8 @@ This is to avoid confusion as to what a "shadow" is on the release team, as a "l
269
270
270
271
### Shadow Survey
271
272
272
-
The per-release shadow selection survey will be replaced with a rolling "expression of interest" form.
273
-
Anyone may sign up to become a shadow in the future at any time.
273
+
The existing shadow survey will still exist, but will only be used for non-roster members.
274
+
This will be brand new contributors, and possibly former contributors who did not join the release team roster after their previous cycle for any reason.
0 commit comments