Skip to content

Commit ffa15ab

Browse files
committed
🔖 v1.4.0
1 parent a6ac860 commit ffa15ab

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,23 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.3.1` to use an exact release
12-
- `@v1.3` to use the latest patch release for the specific minor version
11+
- `@v1.4.0` to use an exact release
12+
- `@v1.4` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

1515

16+
## [1.4.0] - 2020-07-25
17+
18+
### Added
19+
- Better support for the `issue_comment` and `pull_request_review_comment`
20+
events in the [dflook/terraform-plan](terraform-plan) and [dflook/terraform-apply](terraform-apply) actions
21+
22+
This allows using plan PR comments when triggered in reponse to those
23+
events, enabling workflows like [applying a plan using a comment](terraform-apply#applying-a-plan-using-a-comment).
24+
25+
### Fixed
26+
- Plan errors are now correctly added to the workflow log.
27+
1628
## [1.3.1] - 2020-07-23
1729

1830
### Fixed
@@ -57,6 +69,7 @@ First release of the GitHub Actions:
5769
- [dflook/terraform-new-workspace](terraform-new-workspace)
5870
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
5971

72+
[1.4.0]: https://github.com/dflook/terraform-github-actions/compare/v1.3.1...v1.4.0
6073
[1.3.1]: https://github.com/dflook/terraform-github-actions/compare/v1.3.0...v1.3.1
6174
[1.3.0]: https://github.com/dflook/terraform-github-actions/compare/v1.2.0...v1.3.0
6275
[1.2.0]: https://github.com/dflook/terraform-github-actions/compare/v1.1.0...v1.2.0

0 commit comments

Comments
 (0)