From 892c837bca3764e7892d1446d15d69640e708012 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 1 May 2024 07:29:09 +0200 Subject: [PATCH] feat: Update default version --- .github/workflows/build-aarch64-apple-darwin.yaml | 4 ++-- .github/workflows/build-aarch64-unknown-linux-gnu.yaml | 4 ++-- .github/workflows/build-rust-artifacts.yaml | 4 ++-- .github/workflows/build-rust-src.yaml | 4 ++-- .github/workflows/build-x86_64-apple-darwin.yaml | 4 ++-- .github/workflows/build-x86_64-pc-windows-gnu.yaml | 4 ++-- .github/workflows/build-x86_64-pc-windows-msvc.yaml | 4 ++-- .github/workflows/build-x86_64-unknown-linux-gnu.yaml | 4 ++-- .github/workflows/prepare-release.yaml | 4 ++-- .github/workflows/publish-idf-rust-tags.yml | 2 +- support/rust-build/Repackage-RustRelease.ps1 | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build-aarch64-apple-darwin.yaml b/.github/workflows/build-aarch64-apple-darwin.yaml index f873cdb..b69a14a 100644 --- a/.github/workflows/build-aarch64-apple-darwin.yaml +++ b/.github/workflows/build-aarch64-apple-darwin.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml index 583c5c6..cdbf46d 100644 --- a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-rust-artifacts.yaml b/.github/workflows/build-rust-artifacts.yaml index d25c6b6..149ffd6 100644 --- a/.github/workflows/build-rust-artifacts.yaml +++ b/.github/workflows/build-rust-artifacts.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" aarch64-apple-darwin: diff --git a/.github/workflows/build-rust-src.yaml b/.github/workflows/build-rust-src.yaml index 0c21066..481fb88 100644 --- a/.github/workflows/build-rust-src.yaml +++ b/.github/workflows/build-rust-src.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-x86_64-apple-darwin.yaml b/.github/workflows/build-x86_64-apple-darwin.yaml index 7e1f325..7ed4721 100644 --- a/.github/workflows/build-x86_64-apple-darwin.yaml +++ b/.github/workflows/build-x86_64-apple-darwin.yaml @@ -5,9 +5,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-x86_64-pc-windows-gnu.yaml b/.github/workflows/build-x86_64-pc-windows-gnu.yaml index 667c576..f389f91 100644 --- a/.github/workflows/build-x86_64-pc-windows-gnu.yaml +++ b/.github/workflows/build-x86_64-pc-windows-gnu.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index 5aadb02..48a21af 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -6,9 +6,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.77.0.0' + default: '1.78.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml index 2efdd80..51284d6 100644 --- a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml @@ -5,9 +5,9 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: "1.77.0.0" + default: "1.78.0.0" release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.77.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.78.0.0, untagged-00000)" required: true default: "untagged-3ecdd54e672f465cad2e" diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index c8c12c6..904612f 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -6,11 +6,11 @@ on: last_release: description: "Previous Xtensa Rust release version" required: true - default: '1.77.0.0' + default: '1.78.0.0' next_release: description: "Next Xtensa Rust release version" required: true - default: "1.77.0.0" + default: "1.78.0.0" jobs: prepare-release: diff --git a/.github/workflows/publish-idf-rust-tags.yml b/.github/workflows/publish-idf-rust-tags.yml index f275ac9..24744b5 100644 --- a/.github/workflows/publish-idf-rust-tags.yml +++ b/.github/workflows/publish-idf-rust-tags.yml @@ -6,7 +6,7 @@ on: toolchain-version: description: "Version of Rust toolchain" required: true - default: "1.77.0.0" + default: "1.78.0.0" publish: description: "Publish the tags to Dockehub?" required: true diff --git a/support/rust-build/Repackage-RustRelease.ps1 b/support/rust-build/Repackage-RustRelease.ps1 index 4f5d542..99badd4 100644 --- a/support/rust-build/Repackage-RustRelease.ps1 +++ b/support/rust-build/Repackage-RustRelease.ps1 @@ -11,7 +11,7 @@ param ( $ErrorActionPreference = "Stop" $RustVersion="nightly" -$ReleaseVersion="1.77.0.0" +$ReleaseVersion="1.78.0.0" if (Test-Path -Path esp -PathType Container) { Remove-Item -Recurse -Force -Path esp