Skip to content

Commit 2871e4c

Browse files
committed
🔖 v1.41.1
1 parent a6cd6bb commit 2871e4c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ 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.0` to use an exact release
14+
- `@v1.41.1` 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.1] - 2024-01-17
19+
20+
### Fixed
21+
- Reading the terraform version from a .tool-versions file in the workspace root. Previously this was only working when the .tool-versions file was in a subdirectory of the workspace.
22+
1823
## [1.41.0] - 2024-01-12
1924

2025
### Added
@@ -638,6 +643,7 @@ First release of the GitHub Actions:
638643
- [dflook/terraform-new-workspace](terraform-new-workspace)
639644
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
640645

646+
[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
641647
[1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0
642648
[1.40.0]: https://github.com/dflook/terraform-github-actions/compare/v1.39.0...v1.40.0
643649
[1.39.0]: https://github.com/dflook/terraform-github-actions/compare/v1.38.0...v1.39.0

0 commit comments

Comments
 (0)