Skip to content

Commit

Permalink
🔖 v1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jan 17, 2024
1 parent a6cd6bb commit 2871e4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ 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.41.0` to use an exact release
- `@v1.41.1` to use an exact release
- `@v1.41` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.41.1] - 2024-01-17

### Fixed
- 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.

## [1.41.0] - 2024-01-12

### Added
Expand Down Expand Up @@ -638,6 +643,7 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)

[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
[1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0
[1.40.0]: https://github.com/dflook/terraform-github-actions/compare/v1.39.0...v1.40.0
[1.39.0]: https://github.com/dflook/terraform-github-actions/compare/v1.38.0...v1.39.0
Expand Down

0 comments on commit 2871e4c

Please sign in to comment.