From d9fc4f5cf86b364f36caedba8ce4b143feca000e Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:05:03 +0100 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@a9e3439e9900a0573361eb0245c749b1cffea71c (#551) Reference-to: stackabletech/operator-templating@a9e3439 (Bump Rust toolchain to 1.82.0 k3s and rke2 test platforms) --- .github/workflows/build.yml | 2 +- .github/workflows/integration-test.yml | 15 ++++++++++----- .github/workflows/pr_pre-commit.yaml | 2 +- rust-toolchain.toml | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f67bc74..0b3c019d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ env: CARGO_TERM_COLOR: always CARGO_INCREMENTAL: '0' CARGO_PROFILE_DEV_DEBUG: '0' - RUST_TOOLCHAIN_VERSION: "1.81.0" + RUST_TOOLCHAIN_VERSION: "1.82.0" RUSTFLAGS: "-D warnings" RUSTDOCFLAGS: "-D warnings" RUST_LOG: "info" diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8cda55cb..24eb3372 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -21,12 +21,16 @@ on: inputs: test-platform: description: | - The test platform to run on (kind doesn't support `arm64`) + The test platform to run on required: true type: choice options: - - kind-1.31.0 - - kind-1.30.3 + - kind-1.31.2 + - kind-1.30.6 + - rke2-1.31.2 + - rke2-1.30.6 + - k3s-1.31.2 + - k3s-1.30.6 - aks-1.29 - aks-1.28 - aks-1.27 @@ -41,7 +45,8 @@ on: - okd-4.13 test-architecture: description: | - The architecture the tests will run on + The architecture the tests will run on. Consult the run-integration-test action README for + more details on supported architectures for each distribution required: true type: choice options: @@ -81,7 +86,7 @@ jobs: - name: Run Integration Test id: test - uses: stackabletech/actions/run-integration-test@5b66858af3597c4ea34f9b33664b8034a1d28427 # v0.3.0 + uses: stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0 with: test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }} test-run: ${{ env.TEST_RUN }} diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index 1442383b..10a853c3 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -6,7 +6,7 @@ on: env: CARGO_TERM_COLOR: always - RUST_TOOLCHAIN_VERSION: "1.81.0" + RUST_TOOLCHAIN_VERSION: "1.82.0" HADOLINT_VERSION: "v2.12.0" PYTHON_VERSION: "3.12" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d587e661..13b4ec5c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ # DO NOT EDIT, this file is generated by operator-templating [toolchain] -channel = "1.81.0" +channel = "1.82.0"