Skip to content

Commit 5335987

Browse files
committed
🔖 v1.46.0
1 parent 506e008 commit 5335987

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,24 @@ 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.45.0` to use an exact release
15-
- `@v1.45` to use the latest patch release for the specific minor version
14+
- `@v1.46.0` to use an exact release
15+
- `@v1.46` 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.46.0] - 2025-01-14
19+
20+
### Added
21+
- Support for Terraform 1.10 ephemeral input variables.
22+
23+
Terraform 1.10 introduced ephemeral values, which are not stored in the plan or state file.
24+
Ephemeral variables now work correctly with [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply).
25+
These can be set normally using the `variables` input.
26+
1827
## [1.45.0] - 2024-12-24
1928

2029
### Added
2130
- `dflook/tofu-*` actions can now read the OpenTofu version from a [tofuenv](https://github.com/tofuutils/tofuenv) `.opentofu-version` file in the module path.
22-
See the [dflook/tofu-version](https://github.com/dflook/terraform-github-actions/tree/main/terraform-version) for details.
31+
See [dflook/tofu-version](https://github.com/dflook/terraform-github-actions/tree/main/tofu-version) for details.
2332

2433
## [1.44.0] - 2024-08-04
2534

@@ -686,6 +695,7 @@ First release of the GitHub Actions:
686695
- [dflook/terraform-new-workspace](terraform-new-workspace)
687696
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
688697

698+
[1.46.0]: https://github.com/dflook/terraform-github-actions/compare/v1.45.0...v1.46.0
689699
[1.45.0]: https://github.com/dflook/terraform-github-actions/compare/v1.44.0...v1.45.0
690700
[1.44.0]: https://github.com/dflook/terraform-github-actions/compare/v1.43.0...v1.44.0
691701
[1.43.0]: https://github.com/dflook/terraform-github-actions/compare/v1.42.1...v1.43.0

0 commit comments

Comments
 (0)