Skip to content

Releases: byu-oit/github-action-tf-plan-comment

v1.3.0

25 Jun 19:37
fbcd1bc
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

26 Oct 21:57
6282922
Compare
Choose a tag to compare

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 supports using: 'node16'. If you're using runs-on: 'ubuntu-latest', your runner version already supports it.

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

Security fixes

22 Apr 16:53
1b29cc8
Compare
Choose a tag to compare
Merge pull request #12 from byu-oit/v1

V1.2.0

v1.2.0

21 Jul 14:21
168d38d
Compare
Choose a tag to compare

Added comment-title input to specify the comment title it makes on the PR

v1.1.0

10 Jul 15:38
d4eb37a
Compare
Choose a tag to compare

Supports plans with no changes

v1.0.2

02 Jul 17:21
8e3565c
Compare
Choose a tag to compare

updated some workflow names

v1.0.1

01 Jul 19:49
45d0737
Compare
Choose a tag to compare

Added extra tests (audit, lint etc.) to ci workflow

v1.0.0

26 Jun 18:37
86a0e84
Compare
Choose a tag to compare

Initial release:

inputs:

  • github-token
  • working-directory
  • terraform-plan-file

and this action will make a comment on your PR with a basic summary of what the plan will do