feat: update pkgs for containerd 2.1.4

Bump `ctr` extension version.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2025-07-31 15:23:00 +04:00
parent 7f8a3a18cb
commit b42fa4142f
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
4 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-07-25T13:20:07Z by kres a3d02c0.
# Generated on 2025-07-31T11:22:35Z by kres 5fb5b90.
"on":
workflow_run:
@ -31,11 +31,13 @@ jobs:
method: chat.postMessage
payload: |
{
"channel": "proj-talos-maintainers",
"channel": "ci-all",
"text": "${{ github.event.workflow_run.conclusion }} - ${{ github.repository }}",
"icon_emoji": "${{ github.event.workflow_run.conclusion == 'success' && ':white_check_mark:' || github.event.workflow_run.conclusion == 'failure' && ':x:' || ':warning:' }}",
"username": "GitHub Actions",
"attachments": [
{
"color": "${{ github.event.workflow_run.conclusion == 'success' && '#2EB886' || github.event.workflow_run.conclusion == 'failure' && '#A30002' || '#FFCC00' }}",
"fallback": "test",
"blocks": [
{
"type": "section",
@ -91,4 +93,4 @@ jobs:
}
]
}
token: ${{ secrets.SLACK_BOT_TOKEN }}
token: ${{ secrets.SLACK_BOT_TOKEN_V2 }}

View File

@ -83,7 +83,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.11.0
defaultValue: v1.12.0-alpha.0-3-g0bd019f
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-07-30T05:49:57Z by kres dd1ed6f.
# Generated on 2025-07-31T11:22:35Z by kres 5fb5b90.
# common variables
@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
# extra variables
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.11.0
PKGS ?= v1.12.0-alpha.0-3-g0bd019f
PKGS_PREFIX ?= ghcr.io/siderolabs
TOOLS ?= v1.11.0
TOOLS_PREFIX ?= ghcr.io/siderolabs

View File

@ -3,7 +3,7 @@
format: v1alpha2
vars:
CONTAINERD_VERSION: v2.1.3 # update this when updating PKGS_VERSION in Makefile
CONTAINERD_VERSION: v2.1.4 # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20250708" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.14 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.3.3 # update this when updating PKGS_VERSION in Makefile