From 31af6b3f8cc11ae0336c6e7d65a460aff4a71a1f Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 8 Jul 2024 16:59:01 +0400 Subject: [PATCH] chore: fix the release step to include CNI bundle It was missing. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yaml | 4 ++-- .kres.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23ab3e3d06..3668bb14bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-07-08T12:16:47Z by kres 8c8b007. +# Generated on 2024-07-08T12:58:12Z by kres 8c8b007. name: default concurrency: @@ -3161,7 +3161,7 @@ jobs: env: PLATFORM: linux/amd64,linux/arm64 run: | - make talosctl-all kernel sd-boot sd-stub initramfs installer imager talos + make talosctl-all kernel sd-boot sd-stub initramfs installer imager talos talosctl-cni-bundle - name: release-notes run: | make release-notes diff --git a/.kres.yaml b/.kres.yaml index a00159d71b..33a4901f12 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -165,7 +165,7 @@ spec: - only-on-tag steps: - name: build - command: talosctl-all kernel sd-boot sd-stub initramfs installer imager talos + command: talosctl-all kernel sd-boot sd-stub initramfs installer imager talos talosctl-cni-bundle environment: PLATFORM: linux/amd64,linux/arm64 - name: release-notes