Skip to content

Commit 48c91b8

Browse files
authored
Merge pull request #1484 from justaugustus/cloud-builder
k8s-cloud-builder: Build on kube-cross:v1.15.0-rc.2-1
2 parents 9d61aed + 481ce39 commit 48c91b8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies:
5757
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+
5858

5959
- name: "k8s.gcr.io/kube-cross: dependents"
60-
version: v1.15.0-rc.1-1
60+
version: v1.15.0-rc.2-1
6161
refPaths:
6262
- path: images/k8s-cloud-builder/variants.yaml
6363
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+

images/k8s-cloud-builder/variants.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
variants:
2-
canary:
3-
CONFIG: 'canary'
4-
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1'
5-
SKOPEO_VERSION: 'v0.2.0'
62
cross1.15:
73
CONFIG: 'cross1.15'
8-
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1'
4+
KUBE_CROSS_VERSION: 'v1.15.0-rc.2-1'
95
SKOPEO_VERSION: 'v0.2.0'
106
cross1.14:
117
CONFIG: 'cross1.14'

0 commit comments

Comments
 (0)