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-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,21 @@ 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.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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
26
## [1.19.0] - 2021-11-01
16
27
17
28
### Changed
@@ -69,7 +80,7 @@ When using an action you can specify the version as:
69
80
### Added
70
81
- [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) has gained two new outputs:
71
82
- `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 humanreadable text file
83
+
- `text_plan_path`is a path to the generated plan in a human-readable text file
73
84
74
85
These paths are relative to the GitHub Actions workspace and can be read by other steps in the same job.
75
86
@@ -296,6 +307,7 @@ First release of the GitHub Actions:
0 commit comments