You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
27
## [1.26.0] - 2022-05-29
16
28
17
29
### Added
@@ -414,6 +426,7 @@ First release of the GitHub Actions:
0 commit comments