Skip to content

Commit 55037a1

Browse files
committed
🔖 v1.42.1
1 parent ed1bc23 commit 55037a1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ 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.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

0 commit comments

Comments
 (0)