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
+11-4
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,26 @@ 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.11.0` to use an exact release
12
-
-`@v1.11` to use the latest patch release for the specific minor version
11
+
-`@v1.12.0` to use an exact release
12
+
-`@v1.12` 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.12.0] - 2021-06-08
16
+
17
+
### Changed
18
+
19
+
-[terraform-fmt-check](https://github.com/dflook/terraform-github-actions/tree/master/terraform-fmt-check) now shows a diff in the workflow log when it finds files in non-canonical format
20
+
15
21
## [1.11.0] - 2021-06-05
16
22
17
23
### Added
18
24
19
-
- The `add_github_comment` input for dflook/terraform-plan may now be set to `changes-only`. This will only add a PR comment
25
+
- The `add_github_comment` input for [terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) may now be set to `changes-only`. This will only add a PR comment
20
26
for plans that result in changes to apply - no comment will be added for plans with no changes.
21
27
22
28
### Changed
23
29
24
-
- Improved messaging in the workflow log when dflook/terraform-apply is aborted because the plan has changed
30
+
- Improved messaging in the workflow log when [terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply) is aborted because the plan has changed
25
31
- Update documentation for `backend_config`, `backend_config_file`, `var_file` & `target` inputs to use separate lines for multiple values.
26
32
Multiple values may still be separated by commas if preferred.
27
33
@@ -180,6 +186,7 @@ First release of the GitHub Actions:
0 commit comments