From a1dc7f0a2d52fee7444f36bb038fd7a0469f7274 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 17 Nov 2025 20:06:16 -0600 Subject: [PATCH] Add WG Checkpoint Restore mailing lists Signed-off-by: Radostin Stoyanov --- OWNERS_ALIASES | 5 +++ groups/groups.yaml | 1 + groups/restrictions.yaml | 4 +++ groups/wg-checkpoint-restore/OWNERS | 9 +++++ groups/wg-checkpoint-restore/groups.yaml | 46 ++++++++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 groups/wg-checkpoint-restore/OWNERS create mode 100644 groups/wg-checkpoint-restore/groups.yaml diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 704f675462e..df781fea3fc 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -176,6 +176,11 @@ aliases: - intUnderflow - kwilczynski - rthallisey + wg-checkpoint-restore-leads: + - adrianreber + - haircommander + - rst0git + - viktoriaas wg-policy-leads: - JimBugwadia - poonam-lamba diff --git a/groups/groups.yaml b/groups/groups.yaml index 3daa6c04a66..61f2abab0bf 100644 --- a/groups/groups.yaml +++ b/groups/groups.yaml @@ -62,6 +62,7 @@ groups: - wg-lts-leads@kubernetes.io - wg-node-lifecycle-leads@kubernetes.io - wg-serving-leads@kubernetes.io + - wg-checkpoint-restore-leads@kubernetes.io - caniszczyk@linuxfoundation.org - cncf-speakers@linuxfoundation.org - community@kubernetes.io diff --git a/groups/restrictions.yaml b/groups/restrictions.yaml index 36985c5275e..78109f88165 100644 --- a/groups/restrictions.yaml +++ b/groups/restrictions.yaml @@ -342,6 +342,10 @@ restrictions: allowedGroups: - "^wg-node-lifecycle@kubernetes.io$" - "^wg-node-lifecycle-leads@kubernetes.io$" + - path: "wg-checkpoint-restore/groups.yaml" + allowedGroups: + - "^wg-checkpoint-restore@kubernetes.io$" + - "^wg-checkpoint-restore-leads@kubernetes.io$" - path: "wg-policy/groups.yaml" allowedGroups: - "^wg-policy@kubernetes.io$" diff --git a/groups/wg-checkpoint-restore/OWNERS b/groups/wg-checkpoint-restore/OWNERS new file mode 100644 index 00000000000..1941d05b568 --- /dev/null +++ b/groups/wg-checkpoint-restore/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- wg-checkpoint-restore-leads +reviewers: +- wg-checkpoint-restore-leads + +labels: +- wg/checkpoint-restore diff --git a/groups/wg-checkpoint-restore/groups.yaml b/groups/wg-checkpoint-restore/groups.yaml new file mode 100644 index 00000000000..014458798b6 --- /dev/null +++ b/groups/wg-checkpoint-restore/groups.yaml @@ -0,0 +1,46 @@ +groups: + # + # Mailing lists + # + # Each group here represents a mailing list for the WG or its subprojects, + # and is not intended to govern access to infrastructure + # + - email-id: wg-checkpoint-restore-leads@kubernetes.io + name: wg-checkpoint-restore-leads + description: |- + WG Checkpoint Restore Organizers + settings: + AllowWebPosting: "true" + ReconcileMembers: "true" + WhoCanPostMessage: "ANYONE_CAN_POST" + WhoCanViewGroup: "ALL_MEMBERS_CAN_VIEW" + WhoCanModerateContent: "OWNERS_AND_MANAGERS" + MessageModerationLevel: "MODERATE_NONE" + owners: + - areber@redhat.com + - pehunt@redhat.com + - radostin@stoyanov.io + - viktoria.spisakovaa@gmail.com + + - email-id: wg-checkpoint-restore@kubernetes.io + name: wg-checkpoint-restore + description: |- + Public mailing list for WG Checkpoint Restore + settings: + WhoCanJoin: "ANYONE_CAN_JOIN" + WhoCanViewGroup: "ANYONE_CAN_VIEW" + WhoCanDiscoverGroup: "ANYONE_CAN_DISCOVER" + WhoCanPostMessage: "ANYONE_CAN_POST" + MessageModerationLevel: "MODERATE_NON_MEMBERS" + WhoCanViewMembership: "ALL_MANAGERS_CAN_VIEW" + WhoCanModerateMembers: "OWNERS_AND_MANAGERS" + WhoCanModerateContent: "OWNERS_AND_MANAGERS" + MembersCanPostAsTheGroup: "false" + ReconcileMembers: "false" + owners: + - areber@redhat.com + - pehunt@redhat.com + - radostin@stoyanov.io + - viktoria.spisakovaa@gmail.com + members: + - wg-checkpoint-restore-leads@kubernetes.io