File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- v1.14.4-2
1
+ v1.14.5-1
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies:
68
68
- path : cluster/images/etcd/migrate/options.go
69
69
70
70
- name : " golang"
71
- version : 1.14.4
71
+ version : 1.14.5
72
72
refPaths :
73
73
- path : build/build-image/cross/VERSION
74
74
- path : build/root/WORKSPACE
@@ -133,7 +133,7 @@ dependencies:
133
133
match : tag =
134
134
135
135
- name : " k8s.gcr.io/kube-cross: dependents"
136
- version : v1.14.4-2
136
+ version : v1.14.5-1
137
137
refPaths :
138
138
- path : build/build-image/cross/VERSION
139
139
- path : test/images/sample-apiserver/Dockerfile
@@ -198,7 +198,7 @@ dependencies:
198
198
match : configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
199
199
200
200
- name : " repo-infra"
201
- version : 0.0.6
201
+ version : 0.0.7
202
202
refPaths :
203
203
- path : build/root/WORKSPACE
204
204
match : strip_prefix = "repo-infra-\d+.\d+.\d+"
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
5
5
6
6
http_archive (
7
7
name = "io_k8s_repo_infra" ,
8
- sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0 " ,
9
- strip_prefix = "repo-infra-0.0.6 " ,
8
+ sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe " ,
9
+ strip_prefix = "repo-infra-0.0.7 " ,
10
10
urls = [
11
- "https://github.com/kubernetes/repo-infra/archive/v0.0.6 .tar.gz" ,
11
+ "https://github.com/kubernetes/repo-infra/archive/v0.0.7 .tar.gz" ,
12
12
],
13
13
)
14
14
@@ -19,7 +19,7 @@ repo_infra_repositories()
19
19
load ("@io_k8s_repo_infra//:repos.bzl" , repo_infra_configure = "configure" , repo_infra_go_repositories = "go_repositories" )
20
20
21
21
repo_infra_configure (
22
- go_version = "1.14.4 " ,
22
+ go_version = "1.14.5 " ,
23
23
minimum_bazel_version = "2.2.0" ,
24
24
)
25
25
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.14.4
19
+ GOLANG_VERSION =1.14.5
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 us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.4-2 as build_k8s_1_17_sample_apiserver
16
+ FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.5-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