Skip to content

Commit 8cf3ced

Browse files
committed
🔖 v2.2.0
1 parent e3faba1 commit 8cf3ced

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,23 @@ 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.1.0` to use an exact release
15-
- `@v2.1` to use the latest patch release for the specific minor version
14+
- `@v2.2.0` to use an exact release
15+
- `@v2.2` 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.2.0] - 2025-07-31
19+
20+
### Added
21+
- New `json_output_path` output for [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply),
22+
[dflook/terraform-output](https://github.com/dflook/terraform-github-actions/tree/main/terraform-output),
23+
[dflook/terraform-remote-state](https://github.com/dflook/terraform-github-actions/tree/main/terraform-remote-state),
24+
[dflook/tofu-apply](https://github.com/dflook/terraform-github-actions/tree/main/tofu-apply),
25+
[dflook/tofu-output](https://github.com/dflook/terraform-github-actions/tree/main/tofu-output), and
26+
[dflook/tofu-remote-state](https://github.com/dflook/terraform-github-actions/tree/main/tofu-remote-state) actions.
27+
28+
The `json_output_path` output points to a JSON file containing all root module outputs in a simple key-value format.
29+
This addresses GitHub Actions' output size limitations and enables easier access to all outputs as a single object.
30+
1831
## [2.1.0] - 2025-06-16
1932

2033
### Added
@@ -772,6 +785,7 @@ First release of the GitHub Actions:
772785
- [dflook/terraform-new-workspace](terraform-new-workspace)
773786
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
774787

788+
[2.2.0]: https://github.com/dflook/terraform-github-actions/compare/v2.1.0...v2.2.0
775789
[2.1.0]: https://github.com/dflook/terraform-github-actions/compare/v2.0.1...v2.1.0
776790
[2.0.1]: https://github.com/dflook/terraform-github-actions/compare/v2.0.0...v2.0.1
777791
[2.0.0]: https://github.com/dflook/terraform-github-actions/compare/v1.49.0...v2.0.0

0 commit comments

Comments
 (0)