File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,18 @@ 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.42.0 ` to use an exact release
14
+ - ` @v1.42.1 ` to use an exact release
15
15
- ` @v1.42 ` 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.42.1] - 2024-05-28
19
+
20
+ ### Fixed
21
+ - ` required_version ` constraints that prefix with version number with ` v ` now work correctly.
22
+
23
+ Previously a ` required_version ` constraint like ` >=v1.0.0 ` would not be recognised as a valid constraint.
24
+ This does not appear to be documented anywhere, but Terraform does accept them.
25
+
18
26
## [ 1.42.0] - 2024-03-01
19
27
20
28
### Added
@@ -660,6 +668,7 @@ First release of the GitHub Actions:
660
668
- [dflook/terraform-new-workspace](terraform-new-workspace)
661
669
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
662
670
671
+ [1.42.0] : https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1
663
672
[1.42.0] : https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
664
673
[1.41.2] : https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2
665
674
[1.41.1] : https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
You can’t perform that action at this time.
0 commit comments