Skip to content

Commit a69b277

Browse files
committed
Show fmt diff in workflow log
1 parent dc6f1b0 commit a69b277

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,26 @@ 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.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
1313
- `@v1` to use the latest patch release for the specific major version
1414

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+
1521
## [1.11.0] - 2021-06-05
1622

1723
### Added
1824

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
2026
for plans that result in changes to apply - no comment will be added for plans with no changes.
2127

2228
### Changed
2329

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
2531
- Update documentation for `backend_config`, `backend_config_file`, `var_file` & `target` inputs to use separate lines for multiple values.
2632
Multiple values may still be separated by commas if preferred.
2733

@@ -180,6 +186,7 @@ First release of the GitHub Actions:
180186
- [dflook/terraform-new-workspace](terraform-new-workspace)
181187
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
182188

189+
[1.12.0]: https://github.com/dflook/terraform-github-actions/compare/v1.11.0...v1.12.0
183190
[1.11.0]: https://github.com/dflook/terraform-github-actions/compare/v1.10.0...v1.11.0
184191
[1.10.0]: https://github.com/dflook/terraform-github-actions/compare/v1.9.3...v1.10.0
185192
[1.9.3]: https://github.com/dflook/terraform-github-actions/compare/v1.9.2...v1.9.3

0 commit comments

Comments
 (0)