Skip to content

Commit

Permalink
Update README for v4, cut release. (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieMcKinstry authored Jan 19, 2023
1 parent ee241ef commit 0c6913c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 0c6913c

Please sign in to comment.