Skip to content

Commit

Permalink
Merge pull request #3034 from xmudrii/builders-go1199
Browse files Browse the repository at this point in the history
Bump k8s-cloud-builder and k8s-ci-builder to Go 1.19.9
  • Loading branch information
k8s-ci-robot committed May 4, 2023
2 parents 60a0351 + 7786f18 commit d3f384d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,19 @@ dependencies:
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.26-cross1.20)"
version: v1.26.0-go1.19.8-bullseye.0
version: v1.26.0-go1.19.9-bullseye.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.25-cross1.20)"
version: v1.25.0-go1.19.8-bullseye.0
version: v1.25.0-go1.19.9-bullseye.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.24-cross1.20)"
version: v1.24.0-go1.19.8-bullseye.0
version: v1.24.0-go1.19.9-bullseye.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
Expand Down Expand Up @@ -322,7 +322,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.26)"
version: 1.19.8
version: 1.19.9
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -339,7 +339,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.25)"
version: 1.19.8
version: 1.19.9
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -356,7 +356,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.24)"
version: 1.19.8
version: 1.19.9
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down
6 changes: 3 additions & 3 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ variants:
KUBE_CROSS_VERSION: 'v1.27.0-go1.20.4-bullseye.0'
v1.26-cross1.19-bullseye:
CONFIG: 'cross1.19'
KUBE_CROSS_VERSION: 'v1.26.0-go1.19.8-bullseye.0'
KUBE_CROSS_VERSION: 'v1.26.0-go1.19.9-bullseye.0'
v1.25-cross1.19-bullseye:
CONFIG: 'cross1.19'
KUBE_CROSS_VERSION: 'v1.25.0-go1.19.8-bullseye.0'
KUBE_CROSS_VERSION: 'v1.25.0-go1.19.9-bullseye.0'
v1.24-cross1.19-bullseye:
CONFIG: 'cross1.19'
KUBE_CROSS_VERSION: 'v1.24.0-go1.19.8-bullseye.0'
KUBE_CROSS_VERSION: 'v1.24.0-go1.19.9-bullseye.0'
6 changes: 3 additions & 3 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ variants:
OS_CODENAME: 'bullseye'
'1.26':
CONFIG: '1.26'
GO_VERSION: '1.19.8'
GO_VERSION: '1.19.9'
OS_CODENAME: 'bullseye'
'1.25':
CONFIG: '1.25'
GO_VERSION: '1.19.8'
GO_VERSION: '1.19.9'
OS_CODENAME: 'bullseye'
'1.24':
CONFIG: '1.24'
GO_VERSION: '1.19.8'
GO_VERSION: '1.19.9'
OS_CODENAME: 'bullseye'

0 comments on commit d3f384d

Please sign in to comment.