Skip to content

Commit eaf38cf

Browse files
committed
🔖 v1.22.2
1 parent 3190746 commit eaf38cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ 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.22.1` to use an exact release
11+
- `@v1.22.2` to use an exact release
1212
- `@v1.22` 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.22.2] - 2022-02-28
16+
17+
### Fixed
18+
- The PR plan comment was incorrectly including resource refresh lines when there were changes to outputs but not resources, while using Terraform >=0.15.4. As well as being noisy, this could lead to failures to apply due to incorrectly detecting changes in the plan.
19+
- Removed incorrect deprecation warning in [dflook/terraform-destroy](https://github.com/dflook/terraform-github-actions/tree/master/terraform-destroy). Thanks [dgrenner](https://github.com/dgrenner)!
20+
1521
## [1.22.1] - 2022-01-24
1622

1723
### Fixed
@@ -368,6 +374,7 @@ First release of the GitHub Actions:
368374
- [dflook/terraform-new-workspace](terraform-new-workspace)
369375
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
370376

377+
[1.22.2]: https://github.com/dflook/terraform-github-actions/compare/v1.22.1...v1.22.2
371378
[1.22.1]: https://github.com/dflook/terraform-github-actions/compare/v1.22.0...v1.22.1
372379
[1.22.0]: https://github.com/dflook/terraform-github-actions/compare/v1.21.1...v1.22.0
373380
[1.21.1]: https://github.com/dflook/terraform-github-actions/compare/v1.21.0...v1.21.1

0 commit comments

Comments
 (0)