From 3fea7a0c5ef578c825e8122fdf19532684056b5e Mon Sep 17 00:00:00 2001 From: Dmitriy Matrenichev Date: Tue, 6 Aug 2024 13:02:18 +0300 Subject: [PATCH] chore: bump deps - run rekres - siderolabs/pkgs to v1.8.0-alpha.0-41-ga97d58f - golang.org/x/sys to v0.23.0 - linux firmware to 20240709 - google/gvisor to 20240729.0 - cloud-provider-aws to v1.30.3 - containerd-shim-spin to v0.15.1 - kata-containers/kata-containers to 3.7.0 - qemu to 9.0.2 - glib to 2.81.1 - siderolabs/talos-vmtoolsd to v0.6.0 - tailscale/tailscale to 1.70.0 Signed-off-by: Dmitriy Matrenichev --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/weekly.yaml | 4 ++-- .kres.yaml | 3 ++- Makefile | 8 ++++---- Pkgfile | 6 +++--- container-runtime/vars.yaml | 6 +++--- examples/hello-world-service/src/go.mod | 2 +- guest-agents/vars.yaml | 6 +++--- hack/release.toml | 17 ++++++++++------- network/vars.yaml | 2 +- .../nvidia-container-runtime-wrapper/go.mod | 2 +- .../nvidia-container-runtime-wrapper/go.sum | 4 ++-- .../nvidia-persistenced-wrapper/go.mod | 2 +- .../nvidia-persistenced-wrapper/go.sum | 4 ++-- storage/iscsi-tools/iscsid-wrapper/go.mod | 2 +- storage/iscsi-tools/iscsid-wrapper/go.sum | 4 ++-- 16 files changed, 41 insertions(+), 37 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99a84027..d0f7e9f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-08-01T13:26:11Z by kres faf91e3. +# Generated on 2024-08-06T14:20:35Z by kres 133368e. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.15.0 + image: moby/buildkit:v0.15.1 options: --privileged ports: - 1234:1234 @@ -143,7 +143,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.15.0 + image: moby/buildkit:v0.15.1 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index bf2b9e4e..160640ed 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-08-01T13:26:11Z by kres faf91e3. +# Generated on 2024-08-06T14:20:35Z by kres 133368e. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.15.0 + image: moby/buildkit:v0.15.1 options: --privileged ports: - 1234:1234 diff --git a/.kres.yaml b/.kres.yaml index 8e8b13ff..c7a89a04 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -9,6 +9,7 @@ spec: - btrfs - chelsio-drivers - chelsio-firmware + - crun - drbd - ecr-credential-provider - fuse3 @@ -54,7 +55,7 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.8.0-alpha.0-41-ga97d58f + defaultValue: v1.8.0-alpha.0-45-gaf6b4e6 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs useBldrPkgTagResolver: true diff --git a/Makefile b/Makefile index b9dff642..b924a650 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-08-01T17:25:51Z by kres faf91e3. +# Generated on 2024-08-06T14:20:35Z by kres 133368e. # common variables @@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct) # sync bldr image with pkgfile -BLDR_RELEASE := v0.3.1 +BLDR_RELEASE := v0.3.2 BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE) BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)" # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.8.0-alpha.0-41-ga97d58f +PKGS ?= v1.8.0-alpha.0-45-gaf6b4e6 PKGS_PREFIX ?= ghcr.io/siderolabs # targets defines all the available targets @@ -60,11 +60,11 @@ TARGETS += bnx2-bnx2x TARGETS += btrfs TARGETS += chelsio-drivers TARGETS += chelsio-firmware +TARGETS += crun TARGETS += drbd TARGETS += ecr-credential-provider TARGETS += fuse3 TARGETS += gasket-driver -TARGETS += crun TARGETS += gvisor TARGETS += gvisor-debug TARGETS += hello-world-service diff --git a/Pkgfile b/Pkgfile index 8a991780..de2e640b 100644 --- a/Pkgfile +++ b/Pkgfile @@ -1,12 +1,12 @@ -# syntax = ghcr.io/siderolabs/bldr:v0.3.1 +# syntax = ghcr.io/siderolabs/bldr:v0.3.2 format: v1alpha2 vars: - LINUX_FIRMWARE_VERSION: "20240513" # update this when updating PKGS_VERSION in Makefile + LINUX_FIRMWARE_VERSION: "20240709" # update this when updating PKGS_VERSION in Makefile DRBD_DRIVER_VERSION: 9.2.9 # update this when updating PKGS_VERSION in Makefile ZFS_DRIVER_VERSION: 2.2.4 # update this when updating PKGS_VERSION in Makefile - UTIL_LINUX_VERSION: 2.40.1 # update this when updating PKGS_VERSION in Makefile + UTIL_LINUX_VERSION: 2.40.2 # update this when updating PKGS_VERSION in Makefile # renovate: datasource=git-tags extractVersion=^libtiprc-(?.*)$ depName=git://linux-nfs.org/~steved/libtirpc LIBTIRPC_VERSION: 1-3-3 diff --git a/container-runtime/vars.yaml b/container-runtime/vars.yaml index f2bbff79..ccaaf873 100644 --- a/container-runtime/vars.yaml +++ b/container-runtime/vars.yaml @@ -1,13 +1,13 @@ # renovate: datasource=github-tags extractVersion=^release-(?.*)$ depName=google/gvisor -GVISOR_VERSION: 20240624.0 +GVISOR_VERSION: 20240729.0 # renovate: datasource=github-releases depName=containerd/stargz-snapshotter STARGZ_SNAPSHOTTER_VERSION: v0.15.1 # renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws -CLOUD_PROVIDER_AWS_VERSION: v1.30.2 +CLOUD_PROVIDER_AWS_VERSION: v1.30.3 # renovate: datasource=git-tags extractVersion=^containerd-shim-wasmedge\/(?.*)$ depName=https://github.com/containerd/runwasi.git WASMEDGE_VERSION: v0.4.0 # renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git -SPIN_VERSION: v0.15.0 +SPIN_VERSION: v0.15.1 # renovate: datasource=github-releases depName=kata-containers/kata-containers KATA_CONTAINERS_VERSION: 3.3.0 # renovate: datasource=github-releases depName=containers/crun diff --git a/examples/hello-world-service/src/go.mod b/examples/hello-world-service/src/go.mod index 8017f1be..c5eba3d4 100644 --- a/examples/hello-world-service/src/go.mod +++ b/examples/hello-world-service/src/go.mod @@ -1,3 +1,3 @@ module github.com/siderolabs/hello-world -go 1.21 +go 1.22 diff --git a/guest-agents/vars.yaml b/guest-agents/vars.yaml index 0bb43031..6efebff1 100644 --- a/guest-agents/vars.yaml +++ b/guest-agents/vars.yaml @@ -1,10 +1,10 @@ # renovate: datasource=git-tags extractVersion=^v(?.*)$ depName=https://github.com/qemu/qemu.git -QEMU_VERSION: 9.0.1 +QEMU_VERSION: 9.0.2 # renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git -GLIB_VERSION: 2.81.0 +GLIB_VERSION: 2.81.1 # renovate: datasource=github-releases extractVersion=^pcre2-(?.*)$ depName=PCRE2Project/pcre2 PCRE2_VERSION: 10.42 # renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git XEN_GUEST_AGENT_VERSION: 0.4.0 # renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd -TALOS_VMTOOLSD_VERSION: v0.5.1 +TALOS_VMTOOLSD_VERSION: v0.6.0 diff --git a/hack/release.toml b/hack/release.toml index aff84482..fba3200f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -39,18 +39,21 @@ Intel Management Engine (IME) modules is now shipped as a Talos System Extension ZFS: 2.2.4 DRBD: 9.2.9 gasket: 5815ee3 -Tailscale: 1.64.2 -ecr-credential-provider: 1.30.2 -qemu-guest-agent: 9.0.1 +Tailscale: 1.70.0 +ecr-credential-provider: 1.30.3 +qemu-guest-agent: 9.0.2 mdadm: 4.3 Intel microcode: 20240531 -Linux firmware: 20240513 -Spin: 1.5.0 -Gvisor: 20240624.0 +Linux firmware: 20240709 +Spin: 0.15.1 +Gvisor: 20240729.0 Wasmedge: v0.4.0 -Kata Containers: 3.6.0 +Kata Containers: 3.3.0 NVIDIA container toolkit: v1.15.0 iscsi-tools: v0.1.5 +vmtoolsd: v0.6.0 +glib: 2.81.1 +util-linux: 2.40.2 """ diff --git a/network/vars.yaml b/network/vars.yaml index d4142f82..2e1b48fc 100644 --- a/network/vars.yaml +++ b/network/vars.yaml @@ -1,2 +1,2 @@ # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=tailscale/tailscale -TAILSCALE_VERSION: 1.68.2 +TAILSCALE_VERSION: 1.70.0 diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod index 1d56abb5..f8460b36 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod @@ -2,4 +2,4 @@ module nvidia-container-runtime-wrapper go 1.22 -require golang.org/x/sys v0.21.0 +require golang.org/x/sys v0.23.0 diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.sum b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.sum index ac7fb31a..d9ec23b2 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.sum +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod index eb9410df..88b02dcd 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod @@ -2,4 +2,4 @@ module nvidia-persistenced-wrapper go 1.22 -require golang.org/x/sys v0.21.0 +require golang.org/x/sys v0.23.0 diff --git a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.sum b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.sum index ac7fb31a..d9ec23b2 100644 --- a/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.sum +++ b/nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= diff --git a/storage/iscsi-tools/iscsid-wrapper/go.mod b/storage/iscsi-tools/iscsid-wrapper/go.mod index 1e72a2a7..b255320d 100644 --- a/storage/iscsi-tools/iscsid-wrapper/go.mod +++ b/storage/iscsi-tools/iscsid-wrapper/go.mod @@ -2,4 +2,4 @@ module iscsid-wrapper go 1.22 -require golang.org/x/sys v0.21.0 +require golang.org/x/sys v0.23.0 diff --git a/storage/iscsi-tools/iscsid-wrapper/go.sum b/storage/iscsi-tools/iscsid-wrapper/go.sum index ac7fb31a..d9ec23b2 100644 --- a/storage/iscsi-tools/iscsid-wrapper/go.sum +++ b/storage/iscsi-tools/iscsid-wrapper/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=