From 3ca342c0979ffcfe7bee95a4e56c98ddece8abb5 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 2 Dec 2025 16:49:23 +0400 Subject: [PATCH] chore: fix longhorn test The condition added in #12288 was wrong - we shouldn't include trident-iscsi-tools. Signed-off-by: Andrey Smirnov (cherry picked from commit 5a03a7a20acffa8eedf40524f8d070e37e41f24e) --- .github/workflows/ci.yaml | 478 +++++++++--------- .github/workflows/dispatch.yaml | 6 +- .github/workflows/grype-scan-cron.yaml | 10 +- .../workflows/integration-airgapped-cron.yaml | 12 +- .github/workflows/integration-aws-cron.yaml | 14 +- ...tegration-aws-nvidia-nonfree-lts-cron.yaml | 16 +- ...on-aws-nvidia-nonfree-production-cron.yaml | 16 +- .../integration-aws-nvidia-oss-lts-cron.yaml | 16 +- ...ration-aws-nvidia-oss-production-cron.yaml | 16 +- .../workflows/integration-cilium-cron.yaml | 12 +- .../integration-conformance-cron.yaml | 12 +- ...ntegration-conformance-enforcing-cron.yaml | 12 +- .../workflows/integration-embedded-cron.yaml | 12 +- .../integration-extensions-cron.yaml | 14 +- .github/workflows/integration-gcp-cron.yaml | 14 +- .../integration-image-cache-cron.yaml | 12 +- .../integration-image-factory-cron.yaml | 12 +- .../workflows/integration-images-cron.yaml | 10 +- .../workflows/integration-misc-0-cron.yaml | 12 +- .../workflows/integration-misc-1-cron.yaml | 12 +- .../integration-misc-1-enforcing-cron.yaml | 12 +- .../workflows/integration-misc-2-cron.yaml | 12 +- .../workflows/integration-misc-3-cron.yaml | 12 +- .../integration-misc-3-enforcing-cron.yaml | 12 +- .../workflows/integration-misc-4-cron.yaml | 12 +- .../integration-misc-4-enforcing-cron.yaml | 12 +- .../integration-provision-0-cron.yaml | 12 +- .../integration-provision-1-cron.yaml | 12 +- .../integration-provision-2-cron.yaml | 12 +- .github/workflows/integration-qemu-cron.yaml | 12 +- .../integration-qemu-csi-longhorn-cron.yaml | 18 +- .../integration-qemu-csi-openebs-cron.yaml | 14 +- .../integration-qemu-csi-rook-ceph-cron.yaml | 14 +- .../integration-qemu-encrypted-vip-cron.yaml | 12 +- .../integration-qemu-enforcing-cron.yaml | 12 +- .../workflows/integration-qemu-race-cron.yaml | 12 +- ...integration-reproducibility-test-cron.yaml | 10 +- .../integration-trusted-boot-cron.yaml | 12 +- ...tegration-trusted-boot-enforcing-cron.yaml | 12 +- .github/workflows/lock.yml | 4 +- .../workflows/slack-notify-ci-failure.yaml | 4 +- .github/workflows/slack-notify.yaml | 4 +- .github/workflows/stale.yml | 4 +- .kres.yaml | 2 +- 44 files changed, 486 insertions(+), 486 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 316280919..d1e024bcd 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 2025-11-28T10:21:25Z by kres e1d6dac. +# Generated on 2025-12-02T12:59:52Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -33,7 +33,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -57,19 +57,19 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -97,7 +97,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -121,19 +121,19 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -153,7 +153,7 @@ jobs: run: | make unit-tests-race - name: coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # version: v5.5.1 with: files: _out/coverage.txt token: ${{ secrets.CODECOV_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -197,13 +197,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -255,7 +255,7 @@ jobs: run: | find _out -type f -executable > _out/executable-artifacts - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-artifacts path: | @@ -263,7 +263,7 @@ jobs: retention-days: "5" - name: Retrieve PR labels id: retrieve-pr-labels - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # version: v8.0.0 with: retries: "3" script: | @@ -291,7 +291,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -315,12 +315,12 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -338,7 +338,7 @@ jobs: make e2e-docker - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-e2e-docker-short path: |- @@ -360,7 +360,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -384,12 +384,12 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -406,7 +406,7 @@ jobs: sudo -E make e2e-iso - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-e2e-iso path: |- @@ -428,7 +428,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -452,12 +452,12 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -476,7 +476,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-e2e-qemu-short path: |- @@ -498,7 +498,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -522,13 +522,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -543,7 +543,7 @@ jobs: make target-grype-validate - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-grype-scan-result path: | @@ -564,7 +564,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -588,20 +588,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -665,7 +665,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-airgapped path: |- @@ -688,7 +688,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -712,13 +712,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -731,7 +731,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -781,13 +781,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -824,7 +824,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -848,13 +848,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -867,7 +867,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -908,7 +908,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -931,13 +931,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -977,7 +977,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1001,13 +1001,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -1020,7 +1020,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1061,7 +1061,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -1084,13 +1084,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -1130,7 +1130,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1154,13 +1154,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -1173,7 +1173,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1214,7 +1214,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -1237,13 +1237,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -1283,7 +1283,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1307,13 +1307,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -1326,7 +1326,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1367,7 +1367,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -1390,13 +1390,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -1436,7 +1436,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1460,20 +1460,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1535,7 +1535,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-cilium path: |- @@ -1557,7 +1557,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1581,13 +1581,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -1600,7 +1600,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1644,7 +1644,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1668,20 +1668,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1716,7 +1716,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-conformance path: |- @@ -1738,7 +1738,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1762,20 +1762,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1828,7 +1828,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-conformance-enforcing path: |- @@ -1850,7 +1850,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1874,20 +1874,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -1918,7 +1918,7 @@ jobs: sudo -E make e2e-embedded - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-embedded path: |- @@ -1940,7 +1940,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -1964,20 +1964,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2006,7 +2006,7 @@ jobs: run: | make talosctl-cni-bundle - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -2043,7 +2043,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-extensions path: |- @@ -2065,7 +2065,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2089,13 +2089,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -2108,7 +2108,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2155,13 +2155,13 @@ jobs: run: | make e2e-gcp-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply @@ -2198,7 +2198,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2222,20 +2222,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2285,7 +2285,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-image-cache path: |- @@ -2307,7 +2307,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2331,20 +2331,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2457,7 +2457,7 @@ jobs: sudo -E make e2e-image-factory - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-image-factory path: |- @@ -2479,7 +2479,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2503,20 +2503,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2561,7 +2561,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2585,20 +2585,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2665,7 +2665,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-0 path: |- @@ -2687,7 +2687,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2711,20 +2711,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2786,7 +2786,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-1 path: |- @@ -2808,7 +2808,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2832,20 +2832,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -2934,7 +2934,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-1-enforcing path: |- @@ -2956,7 +2956,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -2980,20 +2980,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3098,7 +3098,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-2 path: |- @@ -3120,7 +3120,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3144,20 +3144,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3207,7 +3207,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-3 path: |- @@ -3229,7 +3229,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3253,20 +3253,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3340,7 +3340,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-3-enforcing path: |- @@ -3362,7 +3362,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3386,20 +3386,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3468,7 +3468,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-4 path: |- @@ -3490,7 +3490,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3514,20 +3514,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3623,7 +3623,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-4-enforcing path: |- @@ -3645,7 +3645,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3669,20 +3669,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3731,7 +3731,7 @@ jobs: sudo -E make provision-tests-track-0 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-0 path: |- @@ -3753,7 +3753,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3777,20 +3777,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3825,7 +3825,7 @@ jobs: sudo -E make provision-tests-track-1 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-1 path: |- @@ -3847,7 +3847,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3871,20 +3871,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -3919,7 +3919,7 @@ jobs: sudo -E make provision-tests-track-2 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-2 path: |- @@ -3941,7 +3941,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -3965,20 +3965,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4015,7 +4015,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu path: |- @@ -4037,7 +4037,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4061,20 +4061,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4103,7 +4103,7 @@ jobs: run: | make talosctl-cni-bundle - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -4120,7 +4120,7 @@ jobs: make iscsi-tools util-linux-tools extensions-metadata -C _out/extensions - name: installer extensions env: - EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools' + EXTENSIONS_FILTER_COMMAND: grep -E '/iscsi-tools|util-linux-tools' IMAGE_REGISTRY: registry.dev.siderolabs.io run: | make installer-with-extensions @@ -4144,7 +4144,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-longhorn path: | @@ -4152,7 +4152,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-longhorn path: |- @@ -4174,7 +4174,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4198,20 +4198,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4251,7 +4251,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-openebs path: | @@ -4259,7 +4259,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-openebs path: |- @@ -4281,7 +4281,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4305,20 +4305,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4357,7 +4357,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-rook-ceph path: | @@ -4365,7 +4365,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-rook-ceph path: |- @@ -4387,7 +4387,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4411,20 +4411,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4462,7 +4462,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-encrypted-vip path: |- @@ -4484,7 +4484,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4508,20 +4508,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4576,7 +4576,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-enforcing path: |- @@ -4598,7 +4598,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4622,20 +4622,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4684,7 +4684,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-race path: |- @@ -4706,7 +4706,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4730,20 +4730,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4775,7 +4775,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4799,20 +4799,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4869,7 +4869,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-trusted-boot path: |- @@ -4891,7 +4891,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -4915,20 +4915,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -4988,7 +4988,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-trusted-boot-enforcing path: |- @@ -5008,7 +5008,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -5032,13 +5032,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -5052,7 +5052,7 @@ jobs: run: | make release-notes - name: login-to-registry - uses: docker/login-action@v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0 with: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io @@ -5082,7 +5082,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -5106,13 +5106,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -5135,7 +5135,7 @@ jobs: run: | make sbom - name: login-to-registry - uses: docker/login-action@v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0 with: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io @@ -5151,7 +5151,7 @@ jobs: run: | make images - name: Install Cosign - uses: sigstore/cosign-installer@v3 + uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # version: v4.0.0 - name: Sign artifacts run: | cosign sign-blob --bundle _out/initramfs-amd64.xz.bundle --yes _out/initramfs-amd64.xz @@ -5191,7 +5191,7 @@ jobs: cosign sign-blob --bundle sha256sum.txt.bundle --yes sha256sum.txt cosign sign-blob --bundle sha512sum.txt.bundle --yes sha512sum.txt - name: release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0 with: body_path: _out/RELEASE_NOTES.md draft: "true" diff --git a/.github/workflows/dispatch.yaml b/.github/workflows/dispatch.yaml index 965a98df2..697696f9f 100644 --- a/.github/workflows/dispatch.yaml +++ b/.github/workflows/dispatch.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-01T15:07:27Z by kres bc281a9. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. "on": workflow_dispatch: @@ -28,7 +28,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -52,7 +52,7 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow diff --git a/.github/workflows/grype-scan-cron.yaml b/.github/workflows/grype-scan-cron.yaml index 4c03f3419..e45b9bbd4 100644 --- a/.github/workflows/grype-scan-cron.yaml +++ b/.github/workflows/grype-scan-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -61,7 +61,7 @@ jobs: make target-grype-validate - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-grype-scan-result path: | diff --git a/.github/workflows/integration-airgapped-cron.yaml b/.github/workflows/integration-airgapped-cron.yaml index 622be40bc..d4936f934 100644 --- a/.github/workflows/integration-airgapped-cron.yaml +++ b/.github/workflows/integration-airgapped-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-22T12:39:45Z by kres 46e133d. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -117,7 +117,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-airgapped path: |- diff --git a/.github/workflows/integration-aws-cron.yaml b/.github/workflows/integration-aws-cron.yaml index ec9143c23..996de0bcc 100644 --- a/.github/workflows/integration-aws-cron.yaml +++ b/.github/workflows/integration-aws-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -109,13 +109,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-aws-nvidia-nonfree-lts-cron.yaml b/.github/workflows/integration-aws-nvidia-nonfree-lts-cron.yaml index 9bff590bb..5c81122e9 100644 --- a/.github/workflows/integration-aws-nvidia-nonfree-lts-cron.yaml +++ b/.github/workflows/integration-aws-nvidia-nonfree-lts-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-14T11:20:11Z by kres e1d6dac. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -100,7 +100,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -123,13 +123,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-aws-nvidia-nonfree-production-cron.yaml b/.github/workflows/integration-aws-nvidia-nonfree-production-cron.yaml index ac3bf4db1..10a949630 100644 --- a/.github/workflows/integration-aws-nvidia-nonfree-production-cron.yaml +++ b/.github/workflows/integration-aws-nvidia-nonfree-production-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-14T11:20:11Z by kres e1d6dac. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -100,7 +100,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -123,13 +123,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-aws-nvidia-oss-lts-cron.yaml b/.github/workflows/integration-aws-nvidia-oss-lts-cron.yaml index b6051bb59..d27072073 100644 --- a/.github/workflows/integration-aws-nvidia-oss-lts-cron.yaml +++ b/.github/workflows/integration-aws-nvidia-oss-lts-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-14T11:20:11Z by kres e1d6dac. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -100,7 +100,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -123,13 +123,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-aws-nvidia-oss-production-cron.yaml b/.github/workflows/integration-aws-nvidia-oss-production-cron.yaml index 51ee64649..a27199fa5 100644 --- a/.github/workflows/integration-aws-nvidia-oss-production-cron.yaml +++ b/.github/workflows/integration-aws-nvidia-oss-production-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-14T11:20:11Z by kres e1d6dac. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -100,7 +100,7 @@ jobs: run: | make image-aws - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -123,13 +123,13 @@ jobs: run: | make e2e-aws-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-cilium-cron.yaml b/.github/workflows/integration-cilium-cron.yaml index c9aa8a598..d0ec84471 100644 --- a/.github/workflows/integration-cilium-cron.yaml +++ b/.github/workflows/integration-cilium-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -115,7 +115,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-cilium path: |- diff --git a/.github/workflows/integration-conformance-cron.yaml b/.github/workflows/integration-conformance-cron.yaml index edfc223dd..6dac944bc 100644 --- a/.github/workflows/integration-conformance-cron.yaml +++ b/.github/workflows/integration-conformance-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -88,7 +88,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-conformance path: |- diff --git a/.github/workflows/integration-conformance-enforcing-cron.yaml b/.github/workflows/integration-conformance-enforcing-cron.yaml index e116cfc13..1b4247b01 100644 --- a/.github/workflows/integration-conformance-enforcing-cron.yaml +++ b/.github/workflows/integration-conformance-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -106,7 +106,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-conformance-enforcing path: |- diff --git a/.github/workflows/integration-embedded-cron.yaml b/.github/workflows/integration-embedded-cron.yaml index 25da78de6..26e7c1dc6 100644 --- a/.github/workflows/integration-embedded-cron.yaml +++ b/.github/workflows/integration-embedded-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-25T16:16:48Z by kres fdbc9fc. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -84,7 +84,7 @@ jobs: sudo -E make e2e-embedded - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-embedded path: |- diff --git a/.github/workflows/integration-extensions-cron.yaml b/.github/workflows/integration-extensions-cron.yaml index a6ce17500..b22e9d5c9 100644 --- a/.github/workflows/integration-extensions-cron.yaml +++ b/.github/workflows/integration-extensions-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-14T11:20:11Z by kres e1d6dac. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -82,7 +82,7 @@ jobs: run: | make talosctl-cni-bundle - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -119,7 +119,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-extensions path: |- diff --git a/.github/workflows/integration-gcp-cron.yaml b/.github/workflows/integration-gcp-cron.yaml index 9a32be1c0..21b909924 100644 --- a/.github/workflows/integration-gcp-cron.yaml +++ b/.github/workflows/integration-gcp-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,13 +40,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -59,7 +59,7 @@ jobs: sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV" - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -106,13 +106,13 @@ jobs: run: | make e2e-gcp-prepare - name: checkout contrib - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/contrib ref: main repository: siderolabs/contrib - name: setup tf - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # version: v3.1.2 with: terraform_wrapper: "false" - name: tf apply diff --git a/.github/workflows/integration-image-cache-cron.yaml b/.github/workflows/integration-image-cache-cron.yaml index 4cea0e7df..30a139dc8 100644 --- a/.github/workflows/integration-image-cache-cron.yaml +++ b/.github/workflows/integration-image-cache-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -103,7 +103,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-image-cache path: |- diff --git a/.github/workflows/integration-image-factory-cron.yaml b/.github/workflows/integration-image-factory-cron.yaml index f1cb604d9..b41a70972 100644 --- a/.github/workflows/integration-image-factory-cron.yaml +++ b/.github/workflows/integration-image-factory-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -166,7 +166,7 @@ jobs: sudo -E make e2e-image-factory - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-image-factory path: |- diff --git a/.github/workflows/integration-images-cron.yaml b/.github/workflows/integration-images-cron.yaml index 6863cda7f..8ebe29a51 100644 --- a/.github/workflows/integration-images-cron.yaml +++ b/.github/workflows/integration-images-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out diff --git a/.github/workflows/integration-misc-0-cron.yaml b/.github/workflows/integration-misc-0-cron.yaml index 51269e99f..e30e355c2 100644 --- a/.github/workflows/integration-misc-0-cron.yaml +++ b/.github/workflows/integration-misc-0-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-15T17:53:19Z by kres 7a9d88c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -120,7 +120,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-0 path: |- diff --git a/.github/workflows/integration-misc-1-cron.yaml b/.github/workflows/integration-misc-1-cron.yaml index fa5263f54..e1c8ddabb 100644 --- a/.github/workflows/integration-misc-1-cron.yaml +++ b/.github/workflows/integration-misc-1-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-01T14:57:23Z by kres bc281a9. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -115,7 +115,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-1 path: |- diff --git a/.github/workflows/integration-misc-1-enforcing-cron.yaml b/.github/workflows/integration-misc-1-enforcing-cron.yaml index 93dd0b199..8e87fefb9 100644 --- a/.github/workflows/integration-misc-1-enforcing-cron.yaml +++ b/.github/workflows/integration-misc-1-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -142,7 +142,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-1-enforcing path: |- diff --git a/.github/workflows/integration-misc-2-cron.yaml b/.github/workflows/integration-misc-2-cron.yaml index 0a84bf740..9accb4c56 100644 --- a/.github/workflows/integration-misc-2-cron.yaml +++ b/.github/workflows/integration-misc-2-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -158,7 +158,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-2 path: |- diff --git a/.github/workflows/integration-misc-3-cron.yaml b/.github/workflows/integration-misc-3-cron.yaml index 6a0355213..e1fbdde46 100644 --- a/.github/workflows/integration-misc-3-cron.yaml +++ b/.github/workflows/integration-misc-3-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -103,7 +103,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-3 path: |- diff --git a/.github/workflows/integration-misc-3-enforcing-cron.yaml b/.github/workflows/integration-misc-3-enforcing-cron.yaml index 8a7e9f3cb..406fab3f2 100644 --- a/.github/workflows/integration-misc-3-enforcing-cron.yaml +++ b/.github/workflows/integration-misc-3-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -127,7 +127,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-3-enforcing path: |- diff --git a/.github/workflows/integration-misc-4-cron.yaml b/.github/workflows/integration-misc-4-cron.yaml index 7d234c20b..bb05de483 100644 --- a/.github/workflows/integration-misc-4-cron.yaml +++ b/.github/workflows/integration-misc-4-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -122,7 +122,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-4 path: |- diff --git a/.github/workflows/integration-misc-4-enforcing-cron.yaml b/.github/workflows/integration-misc-4-enforcing-cron.yaml index e2b370e3d..357964640 100644 --- a/.github/workflows/integration-misc-4-enforcing-cron.yaml +++ b/.github/workflows/integration-misc-4-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -149,7 +149,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-misc-4-enforcing path: |- diff --git a/.github/workflows/integration-provision-0-cron.yaml b/.github/workflows/integration-provision-0-cron.yaml index b57c33517..49121b6e3 100644 --- a/.github/workflows/integration-provision-0-cron.yaml +++ b/.github/workflows/integration-provision-0-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -102,7 +102,7 @@ jobs: sudo -E make provision-tests-track-0 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-0 path: |- diff --git a/.github/workflows/integration-provision-1-cron.yaml b/.github/workflows/integration-provision-1-cron.yaml index 2c4a72150..dc02d6fb7 100644 --- a/.github/workflows/integration-provision-1-cron.yaml +++ b/.github/workflows/integration-provision-1-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -88,7 +88,7 @@ jobs: sudo -E make provision-tests-track-1 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-1 path: |- diff --git a/.github/workflows/integration-provision-2-cron.yaml b/.github/workflows/integration-provision-2-cron.yaml index d2ecb6660..44893a47d 100644 --- a/.github/workflows/integration-provision-2-cron.yaml +++ b/.github/workflows/integration-provision-2-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -88,7 +88,7 @@ jobs: sudo -E make provision-tests-track-2 - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-provision-2 path: |- diff --git a/.github/workflows/integration-qemu-cron.yaml b/.github/workflows/integration-qemu-cron.yaml index 793fff88e..fc8ba1d83 100644 --- a/.github/workflows/integration-qemu-cron.yaml +++ b/.github/workflows/integration-qemu-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -90,7 +90,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu path: |- diff --git a/.github/workflows/integration-qemu-csi-longhorn-cron.yaml b/.github/workflows/integration-qemu-csi-longhorn-cron.yaml index 922280076..91cb516a9 100644 --- a/.github/workflows/integration-qemu-csi-longhorn-cron.yaml +++ b/.github/workflows/integration-qemu-csi-longhorn-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-11-27T15:52:53Z by kres e1d6dac. +# Generated on 2025-12-02T12:59:52Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -82,7 +82,7 @@ jobs: run: | make talosctl-cni-bundle - name: checkout extensions - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 with: path: _out/extensions ref: release-1.12 @@ -99,7 +99,7 @@ jobs: make iscsi-tools util-linux-tools extensions-metadata -C _out/extensions - name: installer extensions env: - EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools' + EXTENSIONS_FILTER_COMMAND: grep -E '/iscsi-tools|util-linux-tools' IMAGE_REGISTRY: registry.dev.siderolabs.io run: | make installer-with-extensions @@ -123,7 +123,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-longhorn path: | @@ -131,7 +131,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-longhorn path: |- diff --git a/.github/workflows/integration-qemu-csi-openebs-cron.yaml b/.github/workflows/integration-qemu-csi-openebs-cron.yaml index acb909b70..7eca9094a 100644 --- a/.github/workflows/integration-qemu-csi-openebs-cron.yaml +++ b/.github/workflows/integration-qemu-csi-openebs-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-23T15:10:44Z by kres 46e133d. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -93,7 +93,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-openebs path: | @@ -101,7 +101,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-openebs path: |- diff --git a/.github/workflows/integration-qemu-csi-rook-ceph-cron.yaml b/.github/workflows/integration-qemu-csi-rook-ceph-cron.yaml index 7771c1b9c..1cea28e05 100644 --- a/.github/workflows/integration-qemu-csi-rook-ceph-cron.yaml +++ b/.github/workflows/integration-qemu-csi-rook-ceph-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -92,7 +92,7 @@ jobs: run: | sudo -E make e2e-qemu - name: save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: fio-integration-qemu-csi-rook-ceph path: | @@ -100,7 +100,7 @@ jobs: retention-days: "180" - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-csi-rook-ceph path: |- diff --git a/.github/workflows/integration-qemu-encrypted-vip-cron.yaml b/.github/workflows/integration-qemu-encrypted-vip-cron.yaml index 8c1f35b4d..88eb3c760 100644 --- a/.github/workflows/integration-qemu-encrypted-vip-cron.yaml +++ b/.github/workflows/integration-qemu-encrypted-vip-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -91,7 +91,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-encrypted-vip path: |- diff --git a/.github/workflows/integration-qemu-enforcing-cron.yaml b/.github/workflows/integration-qemu-enforcing-cron.yaml index bd7ba92eb..a57b9c9bd 100644 --- a/.github/workflows/integration-qemu-enforcing-cron.yaml +++ b/.github/workflows/integration-qemu-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -108,7 +108,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-enforcing path: |- diff --git a/.github/workflows/integration-qemu-race-cron.yaml b/.github/workflows/integration-qemu-race-cron.yaml index 40da18df5..98421a029 100644 --- a/.github/workflows/integration-qemu-race-cron.yaml +++ b/.github/workflows/integration-qemu-race-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-31T17:08:03Z by kres cd5a938. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -102,7 +102,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-qemu-race path: |- diff --git a/.github/workflows/integration-reproducibility-test-cron.yaml b/.github/workflows/integration-reproducibility-test-cron.yaml index 3c025f07d..c75cb5081 100644 --- a/.github/workflows/integration-reproducibility-test-cron.yaml +++ b/.github/workflows/integration-reproducibility-test-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out diff --git a/.github/workflows/integration-trusted-boot-cron.yaml b/.github/workflows/integration-trusted-boot-cron.yaml index fc2733172..3ecf982cf 100644 --- a/.github/workflows/integration-trusted-boot-cron.yaml +++ b/.github/workflows/integration-trusted-boot-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -110,7 +110,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-trusted-boot path: |- diff --git a/.github/workflows/integration-trusted-boot-enforcing-cron.yaml b/.github/workflows/integration-trusted-boot-enforcing-cron.yaml index bc3c30bbf..63f2fe925 100644 --- a/.github/workflows/integration-trusted-boot-enforcing-cron.yaml +++ b/.github/workflows/integration-trusted-boot-enforcing-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-09-19T11:03:20Z by kres 065ec4c. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -16,7 +16,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@v1.4.0 + uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -40,20 +40,20 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 timeout-minutes: 10 - name: Download artifacts if: github.event_name != 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # version: v6.0.0 with: name: talos-artifacts path: _out @@ -113,7 +113,7 @@ jobs: sudo -E make e2e-qemu - name: save artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # version: v5.0.0 with: name: talos-logs-integration-trusted-boot-enforcing path: |- diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 35da7d5a1..7daa8fb15 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-07-15T17:31:52Z by kres b869533. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. "on": schedule: @@ -14,7 +14,7 @@ jobs: - ubuntu-latest steps: - name: Lock old issues - uses: dessant/lock-threads@v5.0.1 + uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1 with: issue-inactive-days: "60" log-output: "true" diff --git a/.github/workflows/slack-notify-ci-failure.yaml b/.github/workflows/slack-notify-ci-failure.yaml index e8a15fb45..f604d7828 100644 --- a/.github/workflows/slack-notify-ci-failure.yaml +++ b/.github/workflows/slack-notify-ci-failure.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-01T14:57:23Z by kres bc281a9. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. "on": workflow_run: @@ -55,7 +55,7 @@ jobs: if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request' steps: - name: Slack Notify - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1 with: method: chat.postMessage payload: | diff --git a/.github/workflows/slack-notify.yaml b/.github/workflows/slack-notify.yaml index 0e352f0af..13f22bc15 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-10-01T14:57:23Z by kres bc281a9. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. "on": workflow_run: @@ -60,7 +60,7 @@ jobs: run: | echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT - name: Slack Notify - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1 with: method: chat.postMessage payload: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 533419d65..e508fd2ab 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-10-07T11:11:24Z by kres e329305. +# Generated on 2025-12-02T12:49:13Z by kres 571923f. "on": schedule: @@ -15,7 +15,7 @@ jobs: - ubuntu-latest steps: - name: Close stale issues and PRs - uses: actions/stale@v10.1.0 + uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # version: v10.1.0 with: close-issue-message: This issue was closed because it has been stalled for 7 days with no activity. days-before-issue-close: "5" diff --git a/.kres.yaml b/.kres.yaml index 00adb0bc0..e27972edd 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -2196,7 +2196,7 @@ spec: - name: installer extensions command: installer-with-extensions environment: - EXTENSIONS_FILTER_COMMAND: "grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools'" + EXTENSIONS_FILTER_COMMAND: "grep -E '/iscsi-tools|util-linux-tools'" IMAGE_REGISTRY: registry.dev.siderolabs.io - name: kubelet-fat-patch - name: e2e-qemu-csi-longhorn