Skip to content

Commit 62d5bfd

Browse files
committed
🔖 v1.27.0
1 parent 3bdc2af commit 62d5bfd

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,10 +8,22 @@ 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.26.0` to use an exact release
12-
- `@v1.26` to use the latest patch release for the specific minor version
11+
- `@v1.27.0` to use an exact release
12+
- `@v1.27` 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

15+
## [1.27.0] - 2022-08-07
16+
17+
### Added
18+
- [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/main/terraform-plan) and [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply) now work with plans that are too large to fit in a PR comment.
19+
20+
If plan is too large it will be truncated in the comment, with the full plan viewable in the workflow log.
21+
When [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply) aborts the apply because the plan is outdated, a partial diff will be shown in the workflow log with a link to the full plan for direct comparison.
22+
23+
### Fixed
24+
- Warnings are ignored when deciding if a plan has changed and should no longer cause aborted applies if the order of the warnings changes.
25+
- The unchanged resource attribute count is ignored when deciding if a plan has changed and should no longer cause aborted applies with harmless provider version changes.
26+
1527
## [1.26.0] - 2022-05-29
1628

1729
### Added
@@ -414,6 +426,7 @@ First release of the GitHub Actions:
414426
- [dflook/terraform-new-workspace](terraform-new-workspace)
415427
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
416428

429+
[1.27.0]: https://github.com/dflook/terraform-github-actions/compare/v1.26.0...v1.27.0
417430
[1.26.0]: https://github.com/dflook/terraform-github-actions/compare/v1.25.1...v1.26.0
418431
[1.25.1]: https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1
419432
[1.25.0]: https://github.com/dflook/terraform-github-actions/compare/v1.24.0...v1.25.0

0 commit comments

Comments
 (0)