diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-04-27 18:42:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 18:42:49 -0700 |
| commit | d0eac878b6aef5df90f21c626acf5e5ec03c846f (patch) | |
| tree | 61e509a392ff2424787e4a74ffdc7703e3414664 | |
| parent | d8c7ceceafab0225766d9bdcc9c114bb930667d9 (diff) | |
| parent | bca7b156747c4b8299d51a3006f9a327a5935db1 (diff) | |
Merge pull request #5745 from justaugustus/slack-sig-release
slack/sig-release: Update usergroup memberships
| -rwxr-xr-x | communication/slack-config/restrictions.yaml | 2 | ||||
| -rw-r--r-- | communication/slack-config/sig-release/usergroups.yaml | 15 | ||||
| -rw-r--r-- | communication/slack-config/usergroups.yaml | 5 | ||||
| -rw-r--r-- | communication/slack-config/users.yaml | 3 |
4 files changed, 17 insertions, 8 deletions
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 8ea7a59b..19ba37ab 100755 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -34,7 +34,7 @@ restrictions: usergroups: - "^sig-release-" - "^release-" - - "^security-release-team$" + - "^security-rel-team$" - path: "sig-security/*.yaml" channels: - "^sig-security$" diff --git a/communication/slack-config/sig-release/usergroups.yaml b/communication/slack-config/sig-release/usergroups.yaml index b577abb5..0c60fc56 100644 --- a/communication/slack-config/sig-release/usergroups.yaml +++ b/communication/slack-config/sig-release/usergroups.yaml @@ -28,10 +28,16 @@ usergroups: - saschagrunert # subproject owner / Release Manager - sethmccombs # Release Manager Associate - Verolop # Release Manager Associate + - wilsonehusin # Release Manager Associate - xmudrii # Release Manager - # Should match the Release Team Leads of the current cycle and SIG Chairs at all times - # Current release cycle: https://git.k8s.io/sig-release/releases/release-1.20/release_team.md + # Should match the membership of the following groups at all times: + # - Release Team Lead + # - Release Team Lead shadows + # - Emeritus Adviser + # - SIG Release leads + # + # Current release cycle: https://git.k8s.io/sig-release/releases/release-1.22/release_team.md - name: release-team-leads long_name: Release Team Leads description: >- @@ -70,7 +76,6 @@ usergroups: - release-management - sig-release members: - - alejandrox1 # SIG Release Technical Lead - hasheddan # SIG Release Technical Lead - jeremyrickard # SIG Release Technical Lead - justaugustus # SIG Release Chair @@ -80,7 +85,7 @@ usergroups: # Should match the membership of the following teams at all times: # - https://git.k8s.io/security/#product-security-committee-psc # - https://git.k8s.io/sig-release/release-managers.md#release-managers - - name: security-release-team + - name: security-rel-team long_name: Security Release Team description: >- Composite of Product Security Committee members and Release Managers. Ping @@ -90,7 +95,6 @@ usergroups: - sig-release members: - cjcullen # Product Security Committee - - cji # Product Security Committee - cpanato # Release Manager - feiskyer # Release Manager - hasheddan # subproject owner / Release Manager @@ -102,5 +106,6 @@ usergroups: - puerco # Release Manager - saschagrunert # subproject owner / Release Manager - swamymsft # Product Security Committee + - tabbysable # Product Security Committee - tallclair # Product Security Committee - xmudrii # Release Manager diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index dfac5202..8cb52b7f 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -44,6 +44,9 @@ usergroups: # Should match the membership of the following teams at all times: # - https://git.k8s.io/security/#product-security-committee-psc + # + # Ensure any changes are also reflected in the Security Release Team + # usergroup (within the SIG Release config directory). - name: product-security-committee long_name: Product Security Committee description: |- @@ -58,8 +61,8 @@ usergroups: - lukehinds - micahhausler - swamymsft - - tallclair - tabbysable + - tallclair - name: velero-maintainers long_name: Velero Maintainers diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index 352b03f2..f4461531 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -7,8 +7,8 @@ users: AlexB138: U3JA3MDGV alisondy: U9CBCBLCV ameukam: U68KPQ448 - annajung: U8SLB1P2Q ankeesler: UBAA1KQ4A + annajung: U8SLB1P2Q aravindputrevu: U1G27SDU6 ashish-amarnath: U65JLLS0J asmacdo: UNVH7RY9J @@ -126,6 +126,7 @@ users: varshaprasad96: UK59YP2DA Verolop: U7NNE57PU vladimirmukhin: UHVSCSD4G + wilsonehusin: U0100068GF2 wurbanski: URX7CMK97 xmudrii: U4Q2TNGVD zubron: U7G0KNS86
\ No newline at end of file |
