Skip to content

Commit

Permalink
Build kubecross:v1.15.8-1 (golang 1.15.8)
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Feb 5, 2021
1 parent fa4ead3 commit 109b20d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:

# Golang
- name: "golang"
version: 1.16rc1
version: 1.15.8
refPaths:
- path: cmd/vulndash/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -103,21 +103,21 @@ dependencies:
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)

- name: "k8s.gcr.io/build-image/kube-cross"
version: v1.16.0-rc.1-1
version: v1.15.8-1
refPaths:
- path: images/build/cross/variants.yaml
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-\d+

- name: "k8s.gcr.io/build-image/kube-cross: config variant"
version: go1.16
version: go1.15
refPaths:
- path: images/build/cross/Makefile
match: CONFIG \?= go\d+.\d+
- path: images/build/cross/variants.yaml
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents"
version: v1.15.7-2
version: v1.15.8-1
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-\d+
Expand Down
6 changes: 3 additions & 3 deletions images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
include $(CURDIR)/../../Makefile.common-image $(CURDIR)/../Makefile.build-image

IMGNAME = kube-cross
IMAGE_VERSION ?= v1.16.0-rc.1-1
CONFIG ?= go1.16
IMAGE_VERSION ?= v1.15.8-1
CONFIG ?= go1.15

# Build args
GO_VERSION?=1.16rc1
GO_VERSION?=1.15.8
PROTOBUF_VERSION?=3.7.0
ETCD_VERSION?=v3.4.13

Expand Down
8 changes: 4 additions & 4 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
variants:
canary:
CONFIG: 'canary'
GO_VERSION: '1.16rc1'
IMAGE_VERSION: 'v1.16.0-rc.1-canary-1'
GO_VERSION: '1.15.8'
IMAGE_VERSION: 'v1.15.8-canary-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.16:
Expand All @@ -13,7 +13,7 @@ variants:
ETCD_VERSION: 'v3.4.13'
go1.15:
CONFIG: 'go1.15'
GO_VERSION: '1.15.7'
IMAGE_VERSION: 'v1.15.7-2'
GO_VERSION: '1.15.8'
IMAGE_VERSION: 'v1.15.8-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.7-2'
KUBE_CROSS_VERSION: 'v1.15.8-1'
SKOPEO_VERSION: 'v1.2.0'

0 comments on commit 109b20d

Please sign in to comment.