Releases: byu-oit/github-action-codedeploy
Releases · byu-oit/github-action-codedeploy
v2.2.3
What's Changed
- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in #94
- Bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #76
- Bump the aws-sdk group across 1 directory with 3 updates by @dependabot in #107
- Bump @typescript-eslint/parser from 8.7.0 to 8.18.1 by @dependabot in #106
- Bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group by @dependabot in #118
- Bump npm dependencies by @GaryGSC in 258e1e8
Full Changelog: v2.2.2...v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
Breaking Changes
- This now runs on
node20
, so it would go 💥 if someone's using an outdated GitHub Actions runner- We don't believe any of our users will be affected
What's Changed
- Fix docs to reference
@v2
in #27 - Bump dependencies in #28, #32 (thanks, @ggemre!), and #33
- Use Node.js v20 in #33
- Simplify viewing deployments in #33
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
This is a breaking change because of the way it now runs on Node.js 16, which requires a newer GitHub Actions runner version. If you're using ubuntu-latest
or any of the other -latest
runner versions, this should be a safe upgrade that doesn't require any further changes on your part.
This should resolve warnings about the deprecation of node12
.
What's Changed
Full Changelog: v1.1.4...v2.0.0
v1.1.4
Dependnecy upgrades
v1.1.3
Fixes the double annotation when an error occurs.