Skip to content

Commit

Permalink
🔖 v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 4, 2021
1 parent 474faad commit a9cf2c5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@ The actions are versioned as a suite. Some actions may have no change in behavio

When using an action you can specify the version as:

- `@v1.15.0` to use an exact release
- `@v1.15` to use the latest patch release for the specific minor version
- `@v1.16.0` to use an exact release
- `@v1.16` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.16.0] - 2021-10-04

### Added
- [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) has gained two new outputs:
- `json_plan_path` is a path to the generated plan in a JSON format file
- `text_plan_path` is a path to the generated plan in a human readable text file

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

## [1.15.0] - 2021-09-20

### Added
Expand Down

0 comments on commit a9cf2c5

Please sign in to comment.