Skip to content

Commit 59d9b1c

Browse files
committed
feat: update dependencies
This pulls in Linux 6.17.3, Tenstorrent 2.4.1 and NVIDIA LTS 580.95.05. Also update calico canal manifest for tests to support running without iptables-legacy Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
1 parent bf6ad51 commit 59d9b1c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-07T13:32:17Z by kres 97ccf82.
3+
# Generated on 2025-10-15T17:53:19Z by kres 7a9d88c.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -2625,7 +2625,7 @@ jobs:
26252625
sudo -E make e2e-qemu
26262626
- name: e2e-canal-reset
26272627
env:
2628-
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/canal.yaml
2628+
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/canal.yaml
26292629
GITHUB_STEP_NAME: ${{ github.job}}-e2e-canal-reset
26302630
IMAGE_REGISTRY: registry.dev.siderolabs.io
26312631
INTEGRATION_TEST_RUN: TestIntegration/api.ResetSuite/TestResetWithSpec

.github/workflows/integration-misc-0-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-09-19T11:03:20Z by kres 065ec4c.
3+
# Generated on 2025-10-15T17:53:19Z by kres 7a9d88c.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -94,7 +94,7 @@ jobs:
9494
sudo -E make e2e-qemu
9595
- name: e2e-canal-reset
9696
env:
97-
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/canal.yaml
97+
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/canal.yaml
9898
GITHUB_STEP_NAME: ${{ github.job}}-e2e-canal-reset
9999
IMAGE_REGISTRY: registry.dev.siderolabs.io
100100
INTEGRATION_TEST_RUN: TestIntegration/api.ResetSuite/TestResetWithSpec

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ spec:
10871087
environment:
10881088
GITHUB_STEP_NAME: ${{ github.job}}-e2e-canal-reset
10891089
INTEGRATION_TEST_RUN: TestIntegration/api.ResetSuite/TestResetWithSpec
1090-
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/canal.yaml
1090+
CUSTOM_CNI_URL: https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/canal.yaml
10911091
IMAGE_REGISTRY: registry.dev.siderolabs.io
10921092
- name: e2e-controlplane-port
10931093
command: e2e-qemu

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.12.0-alpha.0-15-ge62d613
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-41-g661e578
30+
PKGS ?= v1.12.0-alpha.0-42-ga098092
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
Linux: 6.17.1
21+
Linux: 6.17.3
2222
Kubernetes: 1.34.1
2323
CNI Plugins: 1.8.0
2424
cryptsetup: 2.8.1

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.17.1-talos"
17+
DefaultKernelVersion = "6.17.3-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-41-g661e578
1+
v1.12.0-alpha.0-42-ga098092

0 commit comments

Comments
 (0)