Skip to content

Commit 53bcc07

Browse files
committed
chore: bump containerd to 2.2.5
Includes ctr bump to 2.2.5 Follow-up to siderolabs/pkgs#1588, shipping equivalent patches through containerd compatible with Go 1.25 Signed-off-by: Maja Bojarska <maja.bojarska@siderolabs.com>
1 parent 2d4926e commit 53bcc07

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
- name: EXTENSIONS_IMAGE_REF
9595
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
9696
- name: PKGS
97-
defaultValue: v1.12.0-85-g8ce6127
97+
defaultValue: v1.12.0-86-g0516a46
9898
- name: PKGS_PREFIX
9999
defaultValue: ghcr.io/siderolabs
100100
- name: TOOLS

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-18T17:00:29Z by kres a07fce6.
3+
# Generated on 2026-06-19T11:12:51Z by kres a07fce6.
44

55
# common variables
66

@@ -55,7 +55,7 @@ COMMON_ARGS += $(BUILD_ARGS)
5555
# extra variables
5656

5757
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
58-
PKGS ?= v1.12.0-85-g8ce6127
58+
PKGS ?= v1.12.0-86-g0516a46
5959
PKGS_PREFIX ?= ghcr.io/siderolabs
6060
TOOLS ?= v1.12.0-15-g3841297
6161
TOOLS_PREFIX ?= ghcr.io/siderolabs

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.2.4 # update this when updating PKGS_VERSION in Makefile
6+
CONTAINERD_VERSION: v2.2.5 # update this when updating PKGS_VERSION in Makefile
77
LINUX_FIRMWARE_VERSION: "20260519" # update this when updating PKGS_VERSION in Makefile
88
DRBD_DRIVER_VERSION: 9.2.16 # update this when updating PKGS_VERSION in Makefile
99
ZFS_DRIVER_VERSION: 2.4.1 # update this when updating PKGS_VERSION in Makefile

README.md

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

190190
| Name | Tier | Image | Version | Description |
191191
| ---- | ---- | ----- | ------- | ----------- |
192-
| [ctr](tools/ctr) | :green_square: core | [ghcr.io/siderolabs/ctr](https://github.com/siderolabs/extensions/pkgs/container/ctr) | `v2.2.4` | This extension provides ctr containerd helper binary |
192+
| [ctr](tools/ctr) | :green_square: core | [ghcr.io/siderolabs/ctr](https://github.com/siderolabs/extensions/pkgs/container/ctr) | `v2.2.5` | This extension provides ctr containerd helper binary |
193193
| [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. |
194194
| [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.4` | This system extension provides a minimal util-linux package. |
195195

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.12/talos-guides/configu
2121
description = """\
2222
intel-ucode: 20260512
2323
Linux Firmware: 20260519
24-
ctr: v2.2.4
24+
ctr: v2.2.5
2525
newt: v1.10.4
2626
"""
2727

0 commit comments

Comments
 (0)