Skip to content

Commit 05383b5

Browse files
committed
🔖 v1.41.2
1 parent f9de01e commit 05383b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111

1212
When using an action you can specify the version as:
1313

14-
- `@v1.41.1` to use an exact release
14+
- `@v1.41.2` to use an exact release
1515
- `@v1.41` to use the latest patch release for the specific minor version
1616
- `@v1` to use the latest patch release for the specific major version
1717

18+
## [1.41.2] - 2024-02-11
19+
20+
### Fixed
21+
- Integration with Terraform cloud workspaces using Terraform >=1.6.
22+
23+
Previously applying a plan to a Terraform cloud workspace that used Terraform >=1.6 would fail.
24+
1825
## [1.41.1] - 2024-01-17
1926

2027
### Fixed
@@ -643,6 +650,7 @@ First release of the GitHub Actions:
643650
- [dflook/terraform-new-workspace](terraform-new-workspace)
644651
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
645652

653+
[1.41.2]: https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2
646654
[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
647655
[1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0
648656
[1.40.0]: https://github.com/dflook/terraform-github-actions/compare/v1.39.0...v1.40.0

0 commit comments

Comments
 (0)