Skip to content

Commit a9cf2c5

Browse files
committed
🔖 v1.16.0
1 parent 474faad commit a9cf2c5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@ 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.15.0` to use an exact release
12-
- `@v1.15` to use the latest patch release for the specific minor version
11+
- `@v1.16.0` to use an exact release
12+
- `@v1.16` 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.16.0] - 2021-10-04
16+
17+
### Added
18+
- [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) has gained two new outputs:
19+
- `json_plan_path` is a path to the generated plan in a JSON format file
20+
- `text_plan_path` is a path to the generated plan in a human readable text file
21+
22+
These paths are relative to the GitHub Actions workspace and can be read by other steps in the same job.
23+
1524
## [1.15.0] - 2021-09-20
1625

1726
### Added

0 commit comments

Comments
 (0)