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