Skip to content

kube-cross: Build v1.14.4-2 and v1.13.12-2 images #1372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KUBE_CROSS_VERSION?=v1.14.4-1
# Build args
GO_VERSION?=1.14.4
PROTOBUF_VERSION?=3.0.2
ETCD_VERSION?=v3.4.7
ETCD_VERSION?=v3.4.9

# TODO: Support multi-arch kube-cross images
# ref:
Expand Down
8 changes: 4 additions & 4 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ variants:
go1.14:
CONFIG: 'go1.14'
GO_VERSION: '1.14.4'
KUBE_CROSS_VERSION: 'v1.14.4-1'
KUBE_CROSS_VERSION: 'v1.14.4-2'
PROTOBUF_VERSION: '3.0.2'
ETCD_VERSION: 'v3.4.7'
ETCD_VERSION: 'v3.4.9'
go1.13:
CONFIG: 'go1.13'
GO_VERSION: '1.13.12'
KUBE_CROSS_VERSION: 'v1.13.12-1'
KUBE_CROSS_VERSION: 'v1.13.12-2'
PROTOBUF_VERSION: '3.0.2'
ETCD_VERSION: 'v3.4.7'
ETCD_VERSION: 'v3.4.9'