From 1684de3df6891f8b9a3cca30e8d4f5e27a846562 Mon Sep 17 00:00:00 2001 From: "zuoxiu.jm" <291271447@qq.com> Date: Tue, 28 May 2019 11:56:13 +0800 Subject: [PATCH] bump version to v1.12.alpha.3: - trim inactive owner lists - s/v1.12.alpha.2/v1.12.alpha.3/ --- Gopkg.toml | 2 +- OWNERS | 10 ---------- SECURITY_CONTACTS | 5 ----- VERSION | 2 +- 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 69b828fad0..2df5b85dc9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -40,7 +40,7 @@ required = [ # Comment to update deps with dep tool [[constraint]] - version = "v1.12.alpha.2" + version = "v1.12.alpha.3" name = "github.com/kubernetes-incubator/apiserver-builder-alpha" [[constraint]] diff --git a/OWNERS b/OWNERS index b075f7479e..655e9e0e1e 100644 --- a/OWNERS +++ b/OWNERS @@ -1,20 +1,10 @@ # See the OWNERS docs at https://go.k8s.io/owners reviewers: - - jimmidyson - - MHBauer - pwittrock - directxman12 - - brancz - - xiang90 - - hongchaodeng - yue9944882 approvers: - - jimmidyson - - MHBauer - pwittrock - directxman12 - - brancz - - xiang90 - - hongchaodeng - yue9944882 diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS index 3030b61f9e..f8a69734dd 100644 --- a/SECURITY_CONTACTS +++ b/SECURITY_CONTACTS @@ -10,11 +10,6 @@ # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE # INSTRUCTIONS AT https://kubernetes.io/security/ -jimmidyson -MHBauer pwittrock directxman12 -brancz -xiang90 -hongchaodeng yue9944882 \ No newline at end of file diff --git a/VERSION b/VERSION index 8af8e55480..a308167485 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.12.alpha.2 +v1.12.alpha.3