diff --git a/CHANGELOG.md b/CHANGELOG.md index 5384b91e..a23bf541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,21 @@ 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.19.0` to use an exact release -- `@v1.19` to use the latest patch release for the specific minor version +- `@v1.20.0` to use an exact release +- `@v1.20` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version +## [1.20.0] - 2021-12-03 + +### Added +- New `text_plan_path` and `json_plan_path` outputs for [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply) + to match the outputs for [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan). + + These are paths to the generated plan in human-readable and JSON formats. + + 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`. + These new outputs make it easier to inspect the differences. + ## [1.19.0] - 2021-11-01 ### Changed @@ -69,7 +80,7 @@ When using an action you can specify the version as: ### 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 + - `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. @@ -296,6 +307,7 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) +[1.20.0]: https://github.com/dflook/terraform-github-actions/compare/v1.19.0...v1.20.0 [1.19.0]: https://github.com/dflook/terraform-github-actions/compare/v1.18.0...v1.19.0 [1.18.0]: https://github.com/dflook/terraform-github-actions/compare/v1.17.3...v1.18.0 [1.17.3]: https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3