mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-06 14:27:31 +02:00
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:
parent
7f8a3a18cb
commit
b42fa4142f
10
.github/workflows/slack-notify.yaml
vendored
10
.github/workflows/slack-notify.yaml
vendored
@ -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 }}
|
||||
|
@ -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
|
||||
|
4
Makefile
4
Makefile
@ -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
|
||||
|
2
Pkgfile
2
Pkgfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user