File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,17 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
14
- - ` @v1.46.0 ` to use an exact release
14
+ - ` @v1.46.1 ` to use an exact release
15
15
- ` @v1.46 ` to use the latest patch release for the specific minor version
16
16
- ` @v1 ` to use the latest patch release for the specific major version
17
17
18
+ ## [ 1.46.1] - 2025-01-24
19
+
20
+ ### Fixed
21
+ - Reading of the ` required_version ` constraint from ` .tf ` files has been made more robust.
22
+
23
+ Previously this could fail if the file was particularly complex, using newer Terraform/OpenTofu features, or was malformed.
24
+
18
25
## [ 1.46.0] - 2025-01-14
19
26
20
27
### Added
@@ -695,6 +702,7 @@ First release of the GitHub Actions:
695
702
- [dflook/terraform-new-workspace](terraform-new-workspace)
696
703
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
697
704
705
+ [1.46.1] : https://github.com/dflook/terraform-github-actions/compare/v1.46.0...v1.46.1
698
706
[1.46.0] : https://github.com/dflook/terraform-github-actions/compare/v1.45.0...v1.46.0
699
707
[1.45.0] : https://github.com/dflook/terraform-github-actions/compare/v1.44.0...v1.45.0
700
708
[1.44.0] : https://github.com/dflook/terraform-github-actions/compare/v1.43.0...v1.44.0
You can’t perform that action at this time.
0 commit comments