Skip to content

Commit 30b53bb

Browse files
authored
Merge pull request #5333 from justaugustus/sig-release
slack-config: Update SIG usergroups + add PSC groups
2 parents 9556f6c + 6ad1a16 commit 30b53bb

File tree

4 files changed

+73
-14
lines changed

4 files changed

+73
-14
lines changed

communication/slack-config/restrictions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ restrictions:
3131
usergroups:
3232
- "^sig-release-"
3333
- "^release-"
34+
- "^security-release-team$"
3435
- path: "sig-network/*.yaml"
3536
channels:
3637
- "^sig-network-.*$"

communication/slack-config/sig-release/usergroups.yaml

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,38 @@ usergroups:
66
# - https://git.k8s.io/sig-release/release-managers.md#associates
77
- name: release-managers
88
long_name: Release Managers
9-
description: Release Managers. Ping for questions on branch cuts and building/packaging Kubernetes.
9+
description: |-
10+
Release Managers. Ping for questions on branch cuts and building/packaging
11+
Kubernetes.
1012
channels:
1113
- release-ci-signal
1214
- release-management
1315
- sig-release
1416
members:
17+
- ameukam # Release Manager Associate
1518
- cpanato # Release Manager
16-
- dougm # Release Manager
1719
- feiskyer # Release Manager
1820
- gianarb # Release Manager Associate
19-
- hasheddan # Release Manager
20-
- hoegaarden # Release Manager
21+
- hasheddan # subproject owner / Release Manager
2122
- idealhack # Release Manager
2223
- jimangel # Release Manager Associate
2324
- justaugustus # subproject owner / Release Manager
2425
- markyjackson-taulia # Release Manager Associate
2526
- mkorbi # Release Manager Associate
2627
- onlydole # Release Manager Associate
27-
- puerco # Release Manager Associate
28+
- puerco # Release Manager
2829
- saschagrunert # subproject owner / Release Manager
2930
- sethmccombs # Release Manager Associate
30-
- tpepper # subproject owner / Release Manager
3131
- Verolop # Release Manager Associate
3232
- xmudrii # Release Manager
3333

3434
# Should match the Release Team Leads of the current cycle and SIG Chairs at all times
3535
# Current release cycle: https://git.k8s.io/sig-release/releases/release-1.20/release_team.md
3636
- name: release-team-leads
3737
long_name: Release Team Leads
38-
description: Release Team Leads. Ping for questions on the current Kubernetes release cycle.
38+
description: |-
39+
Release Team Leads. Ping for questions on the current Kubernetes release
40+
cycle.
3941
channels:
4042
- release-bug-triage
4143
- release-ci-signal
@@ -46,27 +48,56 @@ usergroups:
4648
- sig-release
4749
members:
4850
- alejandrox1 # SIG Release Technical Lead
49-
- hasheddan # 1.20 Release Team Lead Shadow
51+
- hasheddan # SIG Release Technical Lead / 1.20 Release Team Lead Shadow
5052
- jeremyrickard # 1.20 Release Team Lead
5153
- justaugustus # SIG Release Chair
5254
- LappleApple # SIG Release Program Manager
5355
- palnabarun # 1.20 Release Team Lead Shadow
54-
- saschagrunert # SIG Release Technical Lead
55-
- savitharaghunathan # 1.20 Release Team Lead Shadow
56-
- tpepper # SIG Release Chair
56+
- saschagrunert # SIG Release Chair
57+
- savitharaghunathan # 1.20 Release Team Lead Shadows
5758

5859
# Should match SIG Release Leads at all times:
5960
# https://git.k8s.io/community/sig-release/README.md#leadership
6061
- name: sig-release-leads
6162
long_name: SIG Release Leads
62-
description: SIG Release Leads. Ping for questions on SIG Release process and escalations.
63+
description: |-
64+
SIG Release Leads. Ping for questions on SIG Release process and escalations.
6365
channels:
6466
- release-ci-signal
6567
- release-management
6668
- sig-release
6769
members:
6870
- alejandrox1 # SIG Release Technical Lead
71+
- hasheddan # SIG Release Technical Lead
6972
- justaugustus # SIG Release Chair
7073
- LappleApple # SIG Release Program Manager
71-
- saschagrunert # SIG Release Technical Lead
72-
- tpepper # SIG Release Chair
74+
- saschagrunert # SIG Release Chair
75+
76+
# Should match the membership of the following teams at all times:
77+
# - https://git.k8s.io/security/#product-security-committee-psc
78+
# - https://git.k8s.io/sig-release/release-managers.md#release-managers
79+
- name: security-release-team
80+
long_name: Security Release Team
81+
description: |-
82+
Security Release Team is the composite of full-fledged Product Security
83+
Committee members and Release Managers. Ping for questions on Kubernetes
84+
security releases.
85+
channels:
86+
- release-management
87+
- sig-release
88+
members:
89+
- cjcullen # Product Security Committee
90+
- cji # Product Security Committee
91+
- cpanato # Release Manager
92+
- feiskyer # Release Manager
93+
- hasheddan # subproject owner / Release Manager
94+
- idealhack # Release Manager
95+
- joelsmith # Product Security Committee
96+
- justaugustus # subproject owner / Release Manager
97+
- lukehinds # Product Security Committee
98+
- micahhausler # Product Security Committee
99+
- puerco # Release Manager
100+
- saschagrunert # subproject owner / Release Manager
101+
- swamymsft # Product Security Committee
102+
- tallclair # Product Security Committee
103+
- xmudrii # Release Manager

communication/slack-config/usergroups.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,25 @@ usergroups:
4343
- name: google-build-admin
4444
external: true
4545

46+
# Should match the membership of the following teams at all times:
47+
# - https://git.k8s.io/security/#product-security-committee-psc
48+
- name: product-security-committee
49+
long_name: Product Security Committee
50+
description: |-
51+
The Product Security Committee (PSC) is responsible for triaging and
52+
handling the security issues for Kubernetes.
53+
channels:
54+
- release-management
55+
- sig-release
56+
members:
57+
- cjcullen
58+
- cji
59+
- joelsmith
60+
- lukehinds
61+
- micahhausler
62+
- swamymsft
63+
- tallclair
64+
4665
- name: velero-maintainers
4766
long_name: Velero Maintainers
4867
description: Velero Maintainers group.

communication/slack-config/users.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ users:
66
aleksandra-malinowska: U357LUPHS
77
AlexB138: U3JA3MDGV
88
alisondy: U9CBCBLCV
9+
ameukam: U68KPQ448
910
aravindputrevu: U1G27SDU6
1011
ashish-amarnath: U65JLLS0J
1112
asmacdo: UNVH7RY9J
@@ -17,6 +18,8 @@ users:
1718
castrojo: U1W1Q6PRQ
1819
cdrage: U2TU9NPH9
1920
chrisshort: U2YGXSD9B
21+
cjcullen: U0ALJAVMF
22+
cji: U5YSRC21J
2023
cpanato: U8DFY4TTK
2124
Dave Smith-Uchida: UDZDED8G2
2225
dharmit: U0APPPEKE
@@ -42,17 +45,20 @@ users:
4245
jmccormick2001: UMPLV0G0H
4346
jmrodri: U4KATPQ48
4447
johnbelamaric: U246A1A0N
48+
joelsmith: U5SLG8T8F
4549
jonasrosland: U0A4G34S2
4650
justaugustus: U0E0E78AK
4751
kadel: U0DE6E8JY
4852
kaslin: U5ENKU0AE
4953
katharine: UBTBNJ6GL
5054
LappleApple: U011C07244F
5155
listx: UFCU8S8P3
56+
lukehinds: UN2P2M4F4
5257
marc-obrien: UL51BRL9Y
5358
markyjackson-taulia: U19TKJ64E
5459
MarlonGamez: U016N1XK06R
5560
mbbroberg: U18JTHMDY
61+
micahhausler: U1WJ1BZA5
5662
mik-dass: U3PFFE8CD
5763
mkorbi: UEBLUUA0P
5864
mohammedzee1000: U3PFFE8CD
@@ -78,6 +84,8 @@ users:
7884
simplytunde: UAY1NBYHE
7985
Sujay Pillai: UBW3N1VGW
8086
sumitranr: UCQN13L9H
87+
swamymsft: UHU7ZNXH8
88+
tallclair: U64VCBURE
8189
TaoBeier: UCLDV6MN1
8290
tejal29: UACD7R316
8391
theishshah: U01891A4TRS

0 commit comments

Comments
 (0)