From e2711652463d7689b00d4e75f3ebeb30d7581492 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Mon, 21 Oct 2024 00:11:33 -0400 Subject: [PATCH] updating for release considerations --- .github/workflows/release-slim-cli.yml | 12 ++++++------ CHANGELOG.md | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-slim-cli.yml b/.github/workflows/release-slim-cli.yml index f42dcbbac..5fe589a29 100644 --- a/.github/workflows/release-slim-cli.yml +++ b/.github/workflows/release-slim-cli.yml @@ -67,19 +67,19 @@ jobs: matrix: include: - os: windows-2022 - key: core-node18-win-x64-${{ github.sha }} + key: core-node20-win-x64-${{ github.sha }} file: lando/core.exe certificate-data: KEYLOCKER_CLIENT_CERT certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD result: lando-win-x64-${{ github.ref_name }}-slim.exe - os: windows-2022 - key: core-node18-win-arm64-${{ github.sha }} + key: core-node20-win-arm64-${{ github.sha }} file: lando/core.exe certificate-data: KEYLOCKER_CLIENT_CERT certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD result: lando-win-arm64-${{ github.ref_name }}-slim.exe - os: macos-14 - key: core-node18-macos-x64-${{ github.sha }} + key: core-node20-macos-x64-${{ github.sha }} file: lando/core certificate-data: APPLE_CERT_DATA certificate-password: APPLE_CERT_PASSWORD @@ -90,7 +90,7 @@ jobs: options: --options runtime --entitlements entitlements.xml result: lando-macos-x64-${{ github.ref_name }}-slim - os: macos-14 - key: core-node18-macos-arm64-${{ github.sha }} + key: core-node20-macos-arm64-${{ github.sha }} file: lando/core certificate-data: APPLE_CERT_DATA certificate-password: APPLE_CERT_PASSWORD @@ -101,13 +101,13 @@ jobs: options: --options runtime --entitlements entitlements.xml result: lando-macos-arm64-${{ github.ref_name }}-slim - os: ubuntu-24.04 - key: core-node18-linux-x64-${{ github.sha }} + key: core-node20-linux-x64-${{ github.sha }} file: lando/core certificate-data: KEYLOCKER_CLIENT_CERT certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD result: lando-linux-x64-${{ github.ref_name }}-slim - os: ubuntu-24.04 - key: core-node18-linux-arm64-${{ github.sha }} + key: core-node20-linux-arm64-${{ github.sha }} file: lando/core certificate-data: KEYLOCKER_CLIENT_CERT certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD diff --git a/CHANGELOG.md b/CHANGELOG.md index c201c4a4f..ab17ed4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Updating for release considerations + ## v3.23.0-beta.1 - [October 21, 2024](https://github.com/lando/core/releases/tag/v3.23.0-beta.1) ### New Features