Skip to content

Commit 7f4ebfe

Browse files
committed
🔖 v2.0.1
1 parent e10fbf5 commit 7f4ebfe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ 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-
- `@v2.0.0` to use an exact release
14+
- `@v2.0.1` to use an exact release
1515
- `@v2.0` to use the latest patch release for the specific minor version
1616
- `@v2` to use the latest patch release for the specific major version
1717

18+
## [2.0.1] - 2025-06-03
19+
20+
### Fixed
21+
- There was a regression in v2.0.0 that caused JSON var_files to not be loaded correctly, which would cause jobs to fail. This has been fixed.
22+
1823
## [2.0.0] - 2025-05-31
1924

2025
### Changed
@@ -749,6 +754,7 @@ First release of the GitHub Actions:
749754
- [dflook/terraform-new-workspace](terraform-new-workspace)
750755
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
751756

757+
[2.0.1]: https://github.com/dflook/terraform-github-actions/compare/v2.0.0...v2.0.1
752758
[2.0.0]: https://github.com/dflook/terraform-github-actions/compare/v1.49.0...v2.0.0
753759
[1.49.0]: https://github.com/dflook/terraform-github-actions/compare/v1.48.0...v1.49.0
754760
[1.48.0]: https://github.com/dflook/terraform-github-actions/compare/v1.47.0...v1.48.0

0 commit comments

Comments
 (0)