Releases: byu-oit/github-action-tf-plan-comment
Releases · byu-oit/github-action-tf-plan-comment
v1.3.0
Note
This is technically a breaking change because it requires a runner version that supports using: 'node20'
. If you're using runs-on: 'ubuntu-latest'
, your runner version already supports it.
What's Changed
- Bump deps by @joshgubler in #34
- Use Node.js v20, bump most deps, support OpenTofu by @GaryGSC in #40
New Contributors
- @joshgubler made their first contribution in #34
Full Changelog: v1.2.2...v1.3.0
v1.2.2
The main point is to have this action switch to using: 'node16'
to stop users from getting deprecation warnings.
Warning
This is technically a breaking change because it requires a runner version that supportsusing: 'node16'
. If you're usingruns-on: 'ubuntu-latest'
, your runner version already supports it.
What's Changed
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #16
- Bump @actions/core from 1.2.4 to 1.2.6 by @dependabot in #13
- V1 by @jvisker in #17
- Update dependencies, resolve external-facing deprecations by @GaryGSC in #27
New Contributors
- @dependabot made their first contribution in #16
- @jvisker made their first contribution in #17
- @GaryGSC made their first contribution in #27
Full Changelog: v1.2.1...v1.2.2
Security fixes
Merge pull request #12 from byu-oit/v1 V1.2.0