File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- v1.15.0-rc.1 -1
1
+ v1.15.0-rc.2 -1
Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
# Bazel
3
3
- name : " repo-infra"
4
- version : 0.0.10
4
+ version : 0.0.11
5
5
refPaths :
6
6
- path : build/root/WORKSPACE
7
7
match : strip_prefix = "repo-infra-\d+.\d+.\d+"
@@ -83,20 +83,20 @@ dependencies:
83
83
84
84
# Golang
85
85
- name : " golang"
86
- version : 1.15.0-rc.1
86
+ version : 1.15.0-rc.2
87
87
refPaths :
88
88
- path : build/build-image/cross/VERSION
89
89
- path : build/root/WORKSPACE
90
90
match : (override_)?go_version = "((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)"
91
91
92
92
- name : " golang: upstream container image"
93
- version : 1.15rc1
93
+ version : 1.15rc2
94
94
refPaths :
95
95
- path : test/images/Makefile
96
- match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)\d+
96
+ match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.? \d+
97
97
98
98
- name : " k8s.gcr.io/kube-cross: dependents"
99
- version : v1.15.0-rc.1 -1
99
+ version : v1.15.0-rc.2 -1
100
100
refPaths :
101
101
- path : build/build-image/cross/VERSION
102
102
- path : test/images/sample-apiserver/Dockerfile
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ load("//build:workspace_mirror.bzl", "mirror")
6
6
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
7
7
http_archive (
8
8
name = "io_k8s_repo_infra" ,
9
- strip_prefix = "repo-infra-0.0.10 " ,
10
- sha256 = "b2d39b7d32eab3bf85bf693685b315ece4f942fca4110cf24aac3f260f2f3c6c " ,
9
+ strip_prefix = "repo-infra-0.0.11 " ,
10
+ sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb " ,
11
11
urls = [
12
- "https://github.com/kubernetes/repo-infra/archive/v0.0.10 .tar.gz" ,
12
+ "https://github.com/kubernetes/repo-infra/archive/v0.0.11 .tar.gz" ,
13
13
],
14
14
)
15
15
@@ -27,7 +27,7 @@ repo_infra_configure(
27
27
# TODO(go1.15): Uncomment once we've published a repo-infra release that supports go1.15
28
28
#go_version = "1.15.0",
29
29
# TODO(go1.15): Comment out once we've published a repo-infra release that supports go1.15
30
- override_go_version = "1.15.0-rc.1 " ,
30
+ override_go_version = "1.15.0-rc.2 " ,
31
31
minimum_bazel_version = "2.2.0" ,
32
32
)
33
33
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ require (
11
11
gotest.tools v2.2.0+incompatible
12
12
gotest.tools/gotestsum v0.3.5
13
13
honnef.co/go/tools v0.0.1-2020.1.4
14
- k8s.io/repo-infra v0.0.10
14
+ k8s.io/repo-infra v0.0.11
15
15
)
Original file line number Diff line number Diff line change @@ -708,8 +708,8 @@ honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK
708
708
honnef.co/go/tools v0.0.1-2020.1.4 /go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k =
709
709
k8s.io/klog/v2 v2.3.0 h1:WmkrnW7fdrm0/DMClc+HIxtftvxVIPAhlVwMQo5yLco =
710
710
k8s.io/klog/v2 v2.3.0 /go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y =
711
- k8s.io/repo-infra v0.0.10 h1:nmyGBEIAG8BhzgT052lR5aaIMNEBHGep+Gl9dqMb7s8 =
712
- k8s.io/repo-infra v0.0.10 /go.mod h1:WfvjbUCy0f1fsyHq6sF825VYMfAh9pQdkYCa35OZRJc =
711
+ k8s.io/repo-infra v0.0.11 h1:cSxJ7c6qIG4ImjsaJEQ2+FZnh6CbV7x9yz3je6Mme4k =
712
+ k8s.io/repo-infra v0.0.11 /go.mod h1:WfvjbUCy0f1fsyHq6sF825VYMfAh9pQdkYCa35OZRJc =
713
713
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f /go.mod h1:9VQ397fNXEnF84t90W4r4TRCQK+pg9f8ugVfyj+S26w =
714
714
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I =
715
715
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed /go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
16
16
GOARM ?= 7
17
17
DOCKER_CERT_BASE_PATH ?=
18
18
QEMUVERSION =v2.9.1
19
- GOLANG_VERSION =1.15rc1
19
+ GOLANG_VERSION =1.15rc2
20
20
export
21
21
22
22
ifndef WHAT
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASEIMAGE
16
- FROM k8s.gcr.io/build-image/kube-cross:v1.15.0-rc.1 -1 as build_k8s_1_17_sample_apiserver
16
+ FROM k8s.gcr.io/build-image/kube-cross:v1.15.0-rc.2 -1 as build_k8s_1_17_sample_apiserver
17
17
18
18
ENV GOPATH /go
19
19
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
You can’t perform that action at this time.
0 commit comments