Skip to content

Commit 01ee72f

Browse files
committed
🔖 v1.20.0
1 parent 9d41ad3 commit 01ee72f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,21 @@ 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.19.0` to use an exact release
12-
- `@v1.19` to use the latest patch release for the specific minor version
11+
- `@v1.20.0` to use an exact release
12+
- `@v1.20` 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.20.0] - 2021-12-03
16+
17+
### Added
18+
- New `text_plan_path` and `json_plan_path` outputs for [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply)
19+
to match the outputs for [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan).
20+
21+
These are paths to the generated plan in human-readable and JSON formats.
22+
23+
If the plan generated by [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) is different from the plan generated by [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply) the apply step will fail with `failure-reason` set to `plan-changed`.
24+
These new outputs make it easier to inspect the differences.
25+
1526
## [1.19.0] - 2021-11-01
1627

1728
### Changed
@@ -69,7 +80,7 @@ When using an action you can specify the version as:
6980
### Added
7081
- [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) has gained two new outputs:
7182
- `json_plan_path` is a path to the generated plan in a JSON format file
72-
- `text_plan_path` is a path to the generated plan in a human readable text file
83+
- `text_plan_path` is a path to the generated plan in a human-readable text file
7384

7485
These paths are relative to the GitHub Actions workspace and can be read by other steps in the same job.
7586

@@ -296,6 +307,7 @@ First release of the GitHub Actions:
296307
- [dflook/terraform-new-workspace](terraform-new-workspace)
297308
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
298309

310+
[1.20.0]: https://github.com/dflook/terraform-github-actions/compare/v1.19.0...v1.20.0
299311
[1.19.0]: https://github.com/dflook/terraform-github-actions/compare/v1.18.0...v1.19.0
300312
[1.18.0]: https://github.com/dflook/terraform-github-actions/compare/v1.17.3...v1.18.0
301313
[1.17.3]: https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3

0 commit comments

Comments
 (0)