Skip to content

Commit 6842ce2

Browse files
committed
Merge branch 'master' of https://github.com/kubernetes/enhancements into windows-privileged-containers
2 parents da0f489 + 118b30f commit 6842ce2

File tree

100 files changed

+11891
-2294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+11891
-2294
lines changed

OWNERS_ALIASES

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ aliases:
7373
- Huang-Wei
7474
- ahg-g
7575
sig-security-leads:
76-
- aasmall
77-
- cji
78-
- jaybeale
79-
- joelsmith
76+
- iancoldwater
77+
- tabbysable
8078
sig-service-catalog-leads:
8179
- jberkhahn
8280
- mszostok
@@ -134,11 +132,10 @@ aliases:
134132
wg-policy-leads:
135133
- ericavonb
136134
- hannibalhuang
137-
wg-security-audit-leads:
138-
- aasmall
139-
- cji
140-
- jaybeale
141-
- joelsmith
135+
wg-reliability-leads:
136+
- deads2k
137+
- stevekuznetsov
138+
- wojtek-t
142139
ug-big-data-leads:
143140
- erikerlandson
144141
- foxish
@@ -175,11 +172,13 @@ aliases:
175172
- jeremyrickard
176173
- johnbelamaric
177174
- justaugustus
175+
- LappleApple
178176
- mrbobbytables
179177
enhancements-reviewers:
180178
- jeremyrickard
181179
- johnbelamaric
182180
- justaugustus
181+
- LappleApple
183182
- mrbobbytables
184183
prod-readiness-approvers:
185184
- johnbelamaric

SECURITY_CONTACTS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
1111
# INSTRUCTIONS AT https://kubernetes.io/security/
1212

13-
calebamiles
14-
idvoretskyi
15-
jdumars
13+
jeremyrickard
14+
johnbelamaric
1615
justaugustus
16+
LappleApple
17+
mrbobbytables

keps/sig-api-machinery/1623-standardize-conditions/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ checklist items _must_ be updated for the enhancement to be released.
3838
- [x] Design details are appropriately documented
3939
- [x] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
4040
- [x] Graduation criteria is in place
41-
- [ ] "Implementation History" section is up-to-date for milestone
42-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
43-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
41+
- [x] "Implementation History" section is up-to-date for milestone
42+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
43+
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4444

4545
<!--
4646
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -157,6 +157,8 @@ Depending on the individual APIs and when their extra fields are deprecated, thi
157157

158158
## Implementation History
159159

160+
Implemented in 1.19.
161+
160162
## Drawbacks
161163

162164
1. There may be some one-time pain when new versions are created for APIs that wish to consume this common schema.

keps/sig-api-machinery/1623-standardize-conditions/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ participating-sigs:
77
- sig-api-machinery
88
- sig-apps
99
- sig-architecture
10-
status: implementable
10+
status: implemented
1111
creation-date: 2020-03-23
1212
reviewers:
1313
- "@lavalamp"

0 commit comments

Comments
 (0)