diff --git a/Dockerfile-kubepkg b/Dockerfile-kubepkg index ec4eca8cb90..0c76c1b1116 100644 --- a/Dockerfile-kubepkg +++ b/Dockerfile-kubepkg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.8-buster AS builder +FROM golang:1.17.9-buster AS builder ENV GO111MODULE=on diff --git a/Dockerfile-kubepkg-rpm b/Dockerfile-kubepkg-rpm index 9ca61b1973c..58f85cdf809 100644 --- a/Dockerfile-kubepkg-rpm +++ b/Dockerfile-kubepkg-rpm @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.8-buster AS builder +FROM golang:1.17.9-buster AS builder ENV GO111MODULE=on diff --git a/dependencies.yaml b/dependencies.yaml index 3a8538a0b18..fabec3d6f79 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -53,7 +53,7 @@ dependencies: # Golang - name: "golang" - version: 1.17.8 + version: 1.17.9 refPaths: - path: Dockerfile-kubepkg match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(bullseye|buster) AS builder @@ -147,7 +147,7 @@ dependencies: match: REVISION:\ '\d+' - name: "k8s.gcr.io/build-image/go-runner" - version: v2.3.1-go1.17.8-bullseye.0 + version: v2.3.1-go1.17.9-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-]+)*))?) @@ -161,7 +161,7 @@ dependencies: match: REVISION:\ '\d+' - name: "k8s.gcr.io/build-image/kube-cross" - version: v1.24.0-go1.17.8-bullseye.0 + version: v1.24.0-go1.17.9-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-]+)*))?)'" @@ -207,7 +207,7 @@ dependencies: match: REVISION:\ '\d+' - name: "k8s.gcr.io/build-image/go-runner (next candidate)" - version: v2.3.1-go1.18-bullseye.0 + version: v2.3.1-go1.18.1-bullseye.0 refPaths: - path: images/build/go-runner/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-]+)*))?)'" @@ -219,7 +219,7 @@ dependencies: match: REVISION:\ '\d+' - name: "k8s.gcr.io/build-image/kube-cross (next candidate)" - version: v1.24.0-go1.18-bullseye.0 + version: v1.24.0-go1.18.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-]+)*))?)'" @@ -238,7 +238,7 @@ dependencies: # Golang (previous release branches: 1.23) - name: "golang (previous release branches: 1.23)" - version: 1.17.8 + version: 1.17.9 refPaths: - path: images/build/cross/variants.yaml match: \d+.\d+(alpha|beta|rc)?\.?(\d+)? @@ -294,7 +294,7 @@ dependencies: match: REVISION:\ '\d+' - name: "k8s.gcr.io/build-image/kube-cross (previous release branches: 1.23)" - version: v1.23.0-go1.17.8-bullseye.0 + version: v1.23.0-go1.17.9-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-]+)*))?)'" diff --git a/images/build/cross/Makefile b/images/build/cross/Makefile index 87a2f4e5f2f..bba30bc272e 100644 --- a/images/build/cross/Makefile +++ b/images/build/cross/Makefile @@ -28,7 +28,7 @@ IMGNAME = kube-cross # - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while: # - v1.100-go1.17-bullseye.0 does not KUBERNETES_VERSION ?= v1.23.0 -GO_VERSION ?= 1.17.8 +GO_VERSION ?= 1.17.9 GO_MAJOR_VERSION ?= 1.17 OS_CODENAME ?= bullseye REVISION ?= 0 diff --git a/images/build/cross/variants.yaml b/images/build/cross/variants.yaml index 2b6fb09f3d5..a90849f8ff5 100644 --- a/images/build/cross/variants.yaml +++ b/images/build/cross/variants.yaml @@ -2,9 +2,9 @@ variants: v1.24-go1.18-bullseye: CONFIG: 'go1.18-bullseye' TYPE: 'default' - IMAGE_VERSION: 'v1.24.0-go1.18-bullseye.0' + IMAGE_VERSION: 'v1.24.0-go1.18.1-bullseye.0' KUBERNETES_VERSION: 'v1.24.0' - GO_VERSION: '1.18' + GO_VERSION: '1.18.1' GO_MAJOR_VERSION: '1.18' OS_CODENAME: 'bullseye' REVISION: '0' @@ -12,9 +12,9 @@ variants: v1.24-go1.17-bullseye: CONFIG: 'go1.17-bullseye' TYPE: 'default' - IMAGE_VERSION: 'v1.24.0-go1.17.8-bullseye.0' + IMAGE_VERSION: 'v1.24.0-go1.17.9-bullseye.0' KUBERNETES_VERSION: 'v1.24.0' - GO_VERSION: '1.17.8' + GO_VERSION: '1.17.9' GO_MAJOR_VERSION: '1.17' OS_CODENAME: 'bullseye' REVISION: '0' @@ -22,9 +22,9 @@ variants: v1.23-go1.17-bullseye: CONFIG: 'go1.17-bullseye' TYPE: 'default' - IMAGE_VERSION: 'v1.23.0-go1.17.8-bullseye.0' + IMAGE_VERSION: 'v1.23.0-go1.17.9-bullseye.0' KUBERNETES_VERSION: 'v1.23.0' - GO_VERSION: '1.17.8' + GO_VERSION: '1.17.9' GO_MAJOR_VERSION: '1.17' OS_CODENAME: 'bullseye' REVISION: '0' diff --git a/images/build/go-runner/Makefile b/images/build/go-runner/Makefile index 067873ce096..0d8a178a9e0 100644 --- a/images/build/go-runner/Makefile +++ b/images/build/go-runner/Makefile @@ -21,7 +21,7 @@ GO_MAJOR_VERSION ?= 1.17 REVISION ?= 0 # Build args -GO_VERSION ?= 1.17.8 +GO_VERSION ?= 1.17.9 OS_CODENAME ?= bullseye DISTROLESS_IMAGE ?= static-debian11 diff --git a/images/build/go-runner/variants.yaml b/images/build/go-runner/variants.yaml index acf12aed651..531c33956ff 100644 --- a/images/build/go-runner/variants.yaml +++ b/images/build/go-runner/variants.yaml @@ -1,19 +1,19 @@ variants: go1.18-bullseye: CONFIG: 'go1.18-bullseye' - IMAGE_VERSION: 'v2.3.1-go1.18-bullseye.0' + IMAGE_VERSION: 'v2.3.1-go1.18.1-bullseye.0' GO_MAJOR_VERSION: '1.18' OS_CODENAME: 'bullseye' REVISION: '0' - GO_VERSION: '1.18' + GO_VERSION: '1.18.1' DISTROLESS_IMAGE: 'static-debian11' go1.17-bullseye: CONFIG: 'go1.17-bullseye' - IMAGE_VERSION: 'v2.3.1-go1.17.8-bullseye.0' + IMAGE_VERSION: 'v2.3.1-go1.17.9-bullseye.0' GO_MAJOR_VERSION: '1.17' OS_CODENAME: 'bullseye' REVISION: '0' - GO_VERSION: '1.17.8' + GO_VERSION: '1.17.9' DISTROLESS_IMAGE: 'static-debian11' go1.16-buster: CONFIG: 'go1.16-buster' diff --git a/images/releng/ci/variants.yaml b/images/releng/ci/variants.yaml index 9f2ae594368..28dfb196bed 100644 --- a/images/releng/ci/variants.yaml +++ b/images/releng/ci/variants.yaml @@ -1,12 +1,12 @@ variants: go1.18-bullseye: CONFIG: 'go1.18-bullseye' - GO_VERSION: '1.18' + GO_VERSION: '1.18.1' OS_CODENAME: 'bullseye' REVISION: '0' go1.17-bullseye: CONFIG: 'go1.17-bullseye' - GO_VERSION: '1.17.8' + GO_VERSION: '1.17.9' OS_CODENAME: 'bullseye' REVISION: '0' go1.16-buster: diff --git a/packages/deb/Dockerfile b/packages/deb/Dockerfile index 305d3105a91..67116fe75dc 100644 --- a/packages/deb/Dockerfile +++ b/packages/deb/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.8-bullseye +FROM golang:1.17.9-bullseye RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -y \