From 0a12d05b5de28a4e9203436e7dcc92299a42adb0 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 16 Dec 2021 11:06:26 -0800 Subject: [PATCH] Update OWNERS, README, SECURITY_CONTACTS --- OWNERS | 6 +++--- OWNERS_ALIASES | 14 -------------- README.md | 16 +++------------- RELEASE.md | 9 --------- SECURITY_CONTACTS | 3 +-- 5 files changed, 7 insertions(+), 41 deletions(-) delete mode 100644 OWNERS_ALIASES delete mode 100644 RELEASE.md diff --git a/OWNERS b/OWNERS index 218b76994..db0a63105 100644 --- a/OWNERS +++ b/OWNERS @@ -1,6 +1,6 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - # TODO: in your repo created from this template, you should replace the - # github-admin-team with a list of project owners, see the doc linked above. - - github-admin-team + - alexander-demichev + - fabriziopandini + - JoelSpeed diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES deleted file mode 100644 index 5acaaad77..000000000 --- a/OWNERS_ALIASES +++ /dev/null @@ -1,14 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases - -aliases: - # TODO: remove this alias, it will go stale in your repo, and in your repo - # you should have your own set of approvers (see OWNERS) - # in the original template repo, we must maintain this list to approve changes - # to the template itself - github-admin-team: - - cblecker - - fejta - - idvoretskyi - - mrbobbytables - - nikhita - - spiffxp diff --git a/README.md b/README.md index ba5444fdd..dc7e63075 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ -# Kubernetes Template Project - -The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files: - -- a `README.md` outlining the project goals, sponsoring sig, and community contact information -- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners]) -- a `CONTRIBUTING.md` outlining how to contribute to the project -- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code -- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content -- a `SECURITY_CONTACTS` with the contact points for the Product Security Team - to reach out to for triaging and handling of incoming issues. They must agree to abide by the - [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) - and will be removed and replaced if they violate that agreement. +# cluster-api-operator + +Home for Cluster API Operator, a subproject of sig-cluster-lifecycle ## Community, discussion, contribution, and support diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 7274b344e..000000000 --- a/RELEASE.md +++ /dev/null @@ -1,9 +0,0 @@ -# Release Process - -The Kubernetes Template Project is released on an as-needed basis. The process is as follows: - -1. An issue is proposing a new release with a changelog since the last release -1. All [OWNERS](OWNERS) must LGTM this release -1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION` -1. The release issue is closed -1. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released` diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS index 4dfb303bf..6d62cd573 100644 --- a/SECURITY_CONTACTS +++ b/SECURITY_CONTACTS @@ -10,5 +10,4 @@ # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE # INSTRUCTIONS AT https://kubernetes.io/security/ -bob -alice +alexander-demichev