File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 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
1111
1212When using an action you can specify the version as:
1313
14- - ` @v1.42.0 ` to use an exact release
14+ - ` @v1.42.1 ` to use an exact release
1515- ` @v1.42 ` 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.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+
1826## [ 1.42.0] - 2024-03-01
1927
2028### Added
@@ -660,6 +668,7 @@ First release of the GitHub Actions:
660668- [dflook/terraform-new-workspace](terraform-new-workspace)
661669- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
662670
671+ [1.42.0] : https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1
663672[1.42.0] : https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
664673[1.41.2] : https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2
665674[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