File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111
1212When using an action you can specify the version as:
1313
14- - ` @v2.2.1 ` to use an exact release
14+ - ` @v2.2.2 ` to use an exact release
1515- ` @v2.2 ` to use the latest patch release for the specific minor version
1616- ` @v2 ` to use the latest patch release for the specific major version
1717
18+ ## [ 2.2.2] - 2025-08-08
19+
20+ ### Fixed
21+ - [ dflook/terraform-apply] ( https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply ) /[ dflook/tofu-apply] ( https://github.com/dflook/terraform-github-actions/tree/main/tofu-apply )
22+ could mistakenly think the plan had changed and abort the apply operation, if the plan imported resources and also contained warnings.
23+
1824## [ 2.2.1] - 2025-08-02
1925
2026### Fixed
@@ -791,6 +797,7 @@ First release of the GitHub Actions:
791797- [dflook/terraform-new-workspace](terraform-new-workspace)
792798- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
793799
800+ [2.2.2] : https://github.com/dflook/terraform-github-actions/compare/v2.2.1...v2.2.2
794801[2.2.1] : https://github.com/dflook/terraform-github-actions/compare/v2.2.0...v2.2.1
795802[2.2.0] : https://github.com/dflook/terraform-github-actions/compare/v2.1.0...v2.2.0
796803[2.1.0] : https://github.com/dflook/terraform-github-actions/compare/v2.0.1...v2.1.0
You can’t perform that action at this time.
0 commit comments