From 0c6913cc1c85f1f6925a7d6672685a221771beb9 Mon Sep 17 00:00:00 2001 From: Robbie McKinstry Date: Thu, 19 Jan 2023 15:27:56 -0500 Subject: [PATCH] Update README for v4, cut release. (#847) --- CHANGELOG.md | 6 +++++- README.md | 34 ++++++++++++++-------------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22516114..e9bceea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## HEAD (Unreleased) -- feat: set action runtime to NodeJS 16 +_(none)_ -- +## 4.0.0 (2023-19-01) + +- feat: Update Action runtime to NodeJS 16 + ## 3.21.0 (2023-19-01) - feat: Add deletion of stack after destroy (remove flag) diff --git a/README.md b/README.md index 5cfd4904..35693730 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Pulumi GitHub Actions -**PLEASE NOTE:** As of v3.1.0 of this GitHub Action, the end user no longer -needs to install the Pulumi CLI as part of their workflow! - Pulumi's GitHub Actions deploy apps and infrastructure to your cloud of choice, using just your favorite language and GitHub. This includes previewing, validating, and collaborating on proposed deployments in the context of Pull @@ -194,7 +191,20 @@ the correct GitHub Marketplace actions that support it. - [NodeJS Runtime + Azure Blob Self Managed Backend](examples/nodejs-azure.yaml) - [NodeJS Runtime + Local File System Self Managed Backend](examples/nodejs-local.yaml) -## Migrating from GitHub Action v1 (and beyond)? +## Release Cadence + +As of `v3.18`, we are intending to move to a monthly cadence for minor releases. +Minor releases will be published around the beginning of the month. We may cut a +patch release instead, if the changes are small enough not to warrant a minor +release. We will also cut patch releases periodically as needed to address bugs. + +## Migrating from v3 + +v4 of the Pulumi Action updates the NodeJS runtime from Node 12 to Node 16. +Users of GitHub Enterprise will have to upgrade to v3.4 or newer. All other +users are unaffected. + +## Migrating from GitHub Action v1 and v2 Here are some pointers when migrating from v1 to v2 of our GitHub Action. @@ -228,19 +238,3 @@ with: - run: pip install -r requirements working-directory: infra ``` - -## Release Cadence - -As of `v3.18`, we are intending to move to a monthly cadence for minor releases. -Minor releases will be published around the beginning of the month. We may cut a -patch release instead, if the changes are small enough not to warrant a minor -release. We will also cut patch releases periodically as needed to address bugs. - -## Node 12 Support Ending 2023-01-18 - -We intend this action to work for all GitHub users, both SaaS users and GitHub -Enterprise users. As such, this action will continue to use Node 12 until all -maintained versions of GitHub Enterprise have Node 16 support. This date is -2023-01-18, when GitHub Enterprise v3.3 is sunset. After 2023-01-18, this action -will upgrade to Node 16, and will no longer run on GitHub Actions runners -without Node 16 support.