Skip to content
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 Dockerfile-kubepkg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19.5-bullseye AS builder
FROM golang:1.20.1-bullseye AS builder

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-kubepkg-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19.5-bullseye AS builder
FROM golang:1.20.1-bullseye AS builder

ENV GO111MODULE=on

Expand Down
60 changes: 13 additions & 47 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.19.5
version: 1.20.1
refPaths:
- path: Dockerfile-kubepkg
match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(bullseye|buster) AS builder
Expand All @@ -82,7 +82,7 @@ dependencies:
# This entry is a stub of the major version to allow dependency checks to
# pass when building Kubernetes using a pre-release of Golang.
- name: "golang: 1.<major>"
version: 1.19
version: 1.20
refPaths:
- path: images/build/cross/Makefile
match: GO_MAJOR_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -131,15 +131,15 @@ dependencies:
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
# - v1.100-go1.17-bullseye.0 does not
- name: "Kubernetes version (stable.0)"
version: v1.26.0
version: v1.27.0
refPaths:
- path: images/build/cross/Makefile
match: KUBERNETES_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
- path: images/build/cross/variants.yaml
match: "KUBERNETES_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: "Kubernetes version (next candidate.0)"
version: v1.26.0
version: v1.27.0
refPaths:
- path: images/build/cross/variants.yaml
match: "KUBERNETES_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 All @@ -152,7 +152,7 @@ dependencies:

# go-runner
- name: "k8s.gcr.io/build-image/go-runner (go1.20-bullseye)"
version: v2.3.1-go1.20-bullseye.0
version: v2.3.1-go1.20.1-bullseye.0
refPaths:
- path: images/build/go-runner/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-]+)*))?)
Expand All @@ -166,7 +166,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/go-runner (go1.19-bullseye)"
version: v2.3.1-go1.19.5-bullseye.0
version: v2.3.1-go1.19.6-bullseye.0
refPaths:
- path: images/build/go-runner/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-]+)*))?)
Expand All @@ -179,23 +179,9 @@ dependencies:
- path: images/build/go-runner/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/go-runner (go1.18-bullseye)"
version: v2.3.1-go1.18.10-bullseye.0
refPaths:
- path: images/build/go-runner/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-]+)*))?)

- name: "k8s.gcr.io/build-image/go-runner: image revision (go1.18-bullseye)"
version: 0
refPaths:
- path: images/build/go-runner/Makefile
match: REVISION \?= \d+
- path: images/build/go-runner/variants.yaml
match: REVISION:\ '\d+'

# kube-cross
- name: "k8s.gcr.io/build-image/kube-cross (v1.27-go1.20)"
version: v1.27.0-go1.20-bullseye.0
version: v1.27.0-go1.20.1-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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 All @@ -215,7 +201,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (v1.26-go1.19)"
version: v1.26.0-go1.19.5-bullseye.0
version: v1.26.0-go1.19.6-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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 All @@ -235,7 +221,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (v1.25-go1.19)"
version: v1.25.0-go1.19.5-bullseye.0
version: v1.25.0-go1.19.6-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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 All @@ -255,7 +241,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (v1.24-go1.19)"
version: v1.24.0-go1.19.5-bullseye.0
version: v1.24.0-go1.19.6-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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 All @@ -274,28 +260,8 @@ dependencies:
- path: images/build/cross/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (v1.24-go1.18)"
version: v1.24.0-go1.18.10-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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: "k8s.gcr.io/build-image/kube-cross: config variant (v1.24-go1.18)"
version: go1.18-bullseye
refPaths:
- path: images/build/cross/variants.yaml
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "k8s.gcr.io/build-image/kube-cross: image revision (v1.24-go1.18)"
version: 0
refPaths:
- path: images/build/cross/Makefile
match: REVISION \?= \d+
- path: images/build/cross/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (v1.23-go1.19)"
version: v1.23.0-go1.19.5-bullseye.0
version: v1.23.0-go1.19.6-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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 @@ -372,7 +338,7 @@ dependencies:

# Golang (previous release branches: 1.24)
- name: "golang (previous release branches: 1.24)"
version: 1.19.5
version: 1.19.6
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -389,7 +355,7 @@ dependencies:

# Golang (previous release branches: 1.23)
- name: "golang (previous release branches: 1.23)"
version: 1.19.5
version: 1.19.6
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\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 @@ -27,9 +27,9 @@ IMGNAME = kube-cross
# Example:
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
# - v1.100-go1.17-bullseye.0 does not
KUBERNETES_VERSION ?= v1.26.0
GO_VERSION ?= 1.19.5
GO_MAJOR_VERSION ?= 1.19
KUBERNETES_VERSION ?= v1.27.0
GO_VERSION ?= 1.20.1
GO_MAJOR_VERSION ?= 1.20
OS_CODENAME ?= bullseye
REVISION ?= 0
TYPE ?= default
Expand Down
30 changes: 10 additions & 20 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,49 @@ variants:
v1.27-go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.27.0-go1.20-bullseye.0'
IMAGE_VERSION: 'v1.27.0-go1.20.1-bullseye.0'
KUBERNETES_VERSION: 'v1.27.0'
GO_VERSION: '1.20'
GO_VERSION: '1.20.1'
GO_MAJOR_VERSION: '1.20'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.26-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.26.0-go1.19.5-bullseye.0'
IMAGE_VERSION: 'v1.26.0-go1.19.6-bullseye.0'
KUBERNETES_VERSION: 'v1.26.0'
GO_VERSION: '1.19.5'
GO_VERSION: '1.19.6'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.25-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.25.0-go1.19.5-bullseye.0'
IMAGE_VERSION: 'v1.25.0-go1.19.6-bullseye.0'
KUBERNETES_VERSION: 'v1.25.0'
GO_VERSION: '1.19.5'
GO_VERSION: '1.19.6'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.24-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.24.0-go1.19.5-bullseye.0'
IMAGE_VERSION: 'v1.24.0-go1.19.6-bullseye.0'
KUBERNETES_VERSION: 'v1.24.0'
GO_VERSION: '1.19.5'
GO_VERSION: '1.19.6'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.24-go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.24.0-go1.18.10-bullseye.0'
KUBERNETES_VERSION: 'v1.24.0'
GO_VERSION: '1.18.10'
GO_MAJOR_VERSION: '1.18'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.23-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.23.0-go1.19.5-bullseye.0'
IMAGE_VERSION: 'v1.23.0-go1.19.6-bullseye.0'
KUBERNETES_VERSION: 'v1.23.0'
GO_VERSION: '1.19.5'
GO_VERSION: '1.19.6'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
Expand Down
4 changes: 2 additions & 2 deletions images/build/go-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ include $(CURDIR)/../../Makefile.common-image

IMGNAME = go-runner
APP_VERSION = $(shell cat VERSION)
GO_MAJOR_VERSION ?= 1.19
GO_MAJOR_VERSION ?= 1.20
REVISION ?= 0
GO_VERSION ?= 1.19.5
GO_VERSION ?= 1.20.1
OS_CODENAME ?= bullseye

# Build args
Expand Down
16 changes: 4 additions & 12 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
variants:
go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.20-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.20.1-bullseye.0'
GO_MAJOR_VERSION: '1.20'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.20'
GO_VERSION: '1.20.1'
DISTROLESS_IMAGE: 'static-debian11'
go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.19.5-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.19.6-bullseye.0'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.19.5'
DISTROLESS_IMAGE: 'static-debian11'
go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.18.10-bullseye.0'
GO_MAJOR_VERSION: '1.18'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.18.10'
GO_VERSION: '1.19.6'
DISTROLESS_IMAGE: 'static-debian11'
14 changes: 2 additions & 12 deletions images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
variants:
go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
GO_VERSION: '1.20'
GO_VERSION: '1.20.1'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
GO_VERSION: '1.19.5'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
GO_VERSION: '1.18.10'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.17-bullseye:
CONFIG: 'go1.17-bullseye'
GO_VERSION: '1.17.13'
GO_VERSION: '1.19.6'
OS_CODENAME: 'bullseye'
REVISION: '0'
2 changes: 1 addition & 1 deletion packages/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19.5-bullseye
FROM golang:1.20.1-bullseye

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -y \
Expand Down