Skip to content

Commit b0e0440

Browse files
authored
Merge branch 'master' into mcs-updates
2 parents fd5b763 + 5061d51 commit b0e0440

File tree

27 files changed

+3102
-199
lines changed

27 files changed

+3102
-199
lines changed

SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
## Security Announcements
4+
5+
Join the [kubernetes-security-announce] group for security and vulnerability announcements.
6+
7+
You can also subscribe to an RSS feed of the above using [this link][kubernetes-security-announce-rss].
8+
9+
## Reporting a Vulnerability
10+
11+
Instructions for reporting a vulnerability can be found on the
12+
[Kubernetes Security and Disclosure Information] page.
13+
14+
## Supported Versions
15+
16+
Information about supported Kubernetes versions can be found on the
17+
[Kubernetes version and version skew support policy] page on the Kubernetes website.
18+
19+
[kubernetes-security-announce]: https://groups.google.com/forum/#!forum/kubernetes-security-announce
20+
[kubernetes-security-announce-rss]: https://groups.google.com/forum/feed/kubernetes-security-announce/msgs/rss_v2_0.xml?num=50
21+
[Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions
22+
[Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability

keps/0001-kubernetes-enhancement-proposal-process.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ These KEPs will be owned by SIG-architecture and should be seen as a way to comm
144144

145145
### KEP Template
146146

147-
<b>
148-
The template for a KEP is precisely defined [here](/keps/NNNN-kep-template).
149-
</b>
147+
**The template for a KEP is precisely defined [here](/keps/NNNN-kep-template).**
150148

151149
### KEP Metadata
152150

keps/sig-api-machinery/20190711-remove-selflink.md renamed to keps/sig-api-machinery/1164-remove-selflink/README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
---
2-
title: Deprecate and remove SelfLink
3-
authors:
4-
- "@wojtek-t"
5-
owning-sig: sig-api-machinery
6-
participating-sigs:
7-
- sig-scalability
8-
reviewers:
9-
- "@liggitt"
10-
- "@smarterclayton"
11-
approvers:
12-
- "@lavalamp"
13-
- "@deads2k"
14-
editor: "@wojtek-t"
15-
creation-date: 2019-07-11
16-
last-updated: 2019-07-24
17-
status: implementable
18-
---
19-
20-
# Deprecate and Remove SelfLink
1+
# KEP-1164: Deprecate and Remove SelfLink
212

223
## Table of Contents
234

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
title: Deprecate and remove SelfLink
2+
kep-number: 1164
3+
authors:
4+
- "@wojtek-t"
5+
owning-sig: sig-api-machinery
6+
participating-sigs:
7+
- sig-scalability
8+
reviewers:
9+
- "@liggitt"
10+
- "@smarterclayton"
11+
approvers:
12+
- "@lavalamp"
13+
- "@deads2k"
14+
creation-date: 2019-07-11
15+
last-updated: 2019-07-24
16+
status: implementable
17+
18+
# The target maturity stage in the current dev cycle for this KEP.
19+
stage: alpha
20+
21+
# The most recent milestone for which work toward delivery of this KEP has been
22+
# done. This can be the current (upcoming) milestone, if it is being actively
23+
# worked on.
24+
latest-milestone: "v1.19"
25+
26+
# The milestone at which this feature was, or is targeted to be, at each stage.
27+
milestone:
28+
alpha: "v1.16"
29+
beta: "v1.20"
30+
stable: "v1.21"
31+
32+
# The following PRR answers are required at alpha release
33+
# List the feature gate name and the components for which it must be enabled
34+
feature-gates:
35+
- name: RemoveSelfLink
36+
components:
37+
- kube-apiserver
38+
39+
disable-supported: true

0 commit comments

Comments
 (0)