diff --git a/.github/workflows/slack-notify.yaml b/.github/workflows/slack-notify.yaml index 5a39580..db7ab25 100644 --- a/.github/workflows/slack-notify.yaml +++ b/.github/workflows/slack-notify.yaml @@ -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 }} diff --git a/.kres.yaml b/.kres.yaml index a0a4dac..74e5508 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -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 diff --git a/Makefile b/Makefile index 3988ed2..885d7db 100644 --- a/Makefile +++ b/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 diff --git a/Pkgfile b/Pkgfile index 92c1083..feebd47 100644 --- a/Pkgfile +++ b/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