Skip to content

Commit

Permalink
Merge pull request #3158 from xmudrii/go1206-builders-2
Browse files Browse the repository at this point in the history
Update builders for release branches to Go 1.20.6
  • Loading branch information
k8s-ci-robot committed Jul 18, 2023
2 parents b2e2aae + df647c0 commit 81d260c
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 @@ -295,19 +295,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.20.5-bullseye.0
version: v1.26.0-go1.20.6-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.20.5-bullseye.0
version: v1.25.0-go1.20.6-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.20.5-bullseye.0
version: v1.24.0-go1.20.6-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 @@ -356,7 +356,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

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

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

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.24)"
version: 1.20.5
version: 1.20.6
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.6-bullseye.0'
v1.26-cross1.20-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.26.0-go1.20.5-bullseye.0'
KUBE_CROSS_VERSION: 'v1.26.0-go1.20.6-bullseye.0'
v1.25-cross1.19-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.25.0-go1.20.5-bullseye.0'
KUBE_CROSS_VERSION: 'v1.25.0-go1.20.6-bullseye.0'
v1.24-cross1.19-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.24.0-go1.20.5-bullseye.0'
KUBE_CROSS_VERSION: 'v1.24.0-go1.20.6-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 @@ -17,13 +17,13 @@ variants:
OS_CODENAME: 'bullseye'
'1.26':
CONFIG: '1.26'
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'
OS_CODENAME: 'bullseye'
'1.25':
CONFIG: '1.25'
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'
OS_CODENAME: 'bullseye'
'1.24':
CONFIG: '1.24'
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'
OS_CODENAME: 'bullseye'

0 comments on commit 81d260c

Please sign in to comment.