Skip to content

Commit 64a46a7

Browse files
committed
feat: update Go to 1.25.4
Also pull in new containerd/ctr 2.1.5. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 689420e commit 64a46a7

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.kres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ spec:
8787
- name: EXTENSIONS_IMAGE_REF
8888
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
8989
- name: PKGS
90-
defaultValue: v1.12.0-alpha.0-48-g70404aa
90+
defaultValue: v1.12.0-alpha.0-50-g4ae050a
9191
- name: PKGS_PREFIX
9292
defaultValue: ghcr.io/siderolabs
9393
- name: TOOLS
94-
defaultValue: v1.12.0-alpha.0-16-ga08cc1f
94+
defaultValue: v1.12.0-alpha.0-18-g44932c0
9595
- name: TOOLS_PREFIX
9696
defaultValue: ghcr.io/siderolabs
9797
useBldrPkgTagResolver: true

Makefile

Lines changed: 3 additions & 3 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-11-05T13:03:45Z by kres cd5a938.
3+
# Generated on 2025-11-06T12:58:59Z by kres 4ba9b0c.
44

55
# common variables
66

@@ -51,9 +51,9 @@ COMMON_ARGS += $(BUILD_ARGS)
5151
# extra variables
5252

5353
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
54-
PKGS ?= v1.12.0-alpha.0-48-g70404aa
54+
PKGS ?= v1.12.0-alpha.0-50-g4ae050a
5555
PKGS_PREFIX ?= ghcr.io/siderolabs
56-
TOOLS ?= v1.12.0-alpha.0-16-ga08cc1f
56+
TOOLS ?= v1.12.0-alpha.0-18-g44932c0
5757
TOOLS_PREFIX ?= ghcr.io/siderolabs
5858
IMAGE_SIGNER_RELEASE ?= v0.1.1
5959

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
format: v1alpha2
44

55
vars:
6-
CONTAINERD_VERSION: v2.1.4 # update this when updating PKGS_VERSION in Makefile
6+
CONTAINERD_VERSION: v2.1.5 # update this when updating PKGS_VERSION in Makefile
77
LINUX_FIRMWARE_VERSION: "20251021" # update this when updating PKGS_VERSION in Makefile
88
DRBD_DRIVER_VERSION: 9.2.15 # update this when updating PKGS_VERSION in Makefile
99
ZFS_DRIVER_VERSION: 2.4.0-rc2 # update this when updating PKGS_VERSION in Makefile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tiers based on support level:
182182

183183
| Name | Tier | Image | Version | Description |
184184
| ---- | ---- | ----- | ------- | ----------- |
185-
| [ctr](tools/ctr) | :green_square: core | [ghcr.io/siderolabs/ctr](https://github.com/siderolabs/extensions/pkgs/container/ctr) | `v2.1.4` | This extension provides ctr containerd helper binary |
185+
| [ctr](tools/ctr) | :green_square: core | [ghcr.io/siderolabs/ctr](https://github.com/siderolabs/extensions/pkgs/container/ctr) | `v2.1.5` | This extension provides ctr containerd helper binary |
186186
| [nvme-cli](tools/nvme-cli) | :white_large_square: contrib | [ghcr.io/siderolabs/nvme-cli](https://github.com/siderolabs/extensions/pkgs/container/nvme-cli) | `v2.14` | This system extension provides the NVMe command line interface. |
187187
| [util-linux-tools](tools/util-linux) | :white_large_square: contrib | [ghcr.io/siderolabs/util-linux-tools](https://github.com/siderolabs/extensions/pkgs/container/util-linux-tools) | `2.41.2` | This system extension provides a minimal util-linux package. |
188188

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Amazon ENA: 2.16.0
2323
NVIDIA LTS: 580.95.05
2424
NVIDIA Production: 570.195.03
2525
NVIDIA Container Toolkit: 1.18.0
26+
ctr: 2.1.5
2627
crun: 1.24
2728
drbd: 9.2.15
2829
ecr-credential-provider: 1.34.1

0 commit comments

Comments
 (0)