Skip to content

Commit 0a6af80

Browse files
authored
Merge pull request #385 from dflook/rel
v1.49.0
2 parents 4e1aa58 + 55015ec commit 0a6af80

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
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-
- `@v1.48.0` to use an exact release
15-
- `@v1.48` to use the latest patch release for the specific minor version
14+
- `@v1.49.0` to use an exact release
15+
- `@v1.49` 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.49.0] - 2025-05-29
19+
20+
### Added
21+
- Better support for OpenTofu, including early evaluation of variables and reading version information from `.tofu` files.
22+
1823
## [1.48.0] - 2025-03-24
1924

2025
### Added
@@ -736,6 +741,7 @@ First release of the GitHub Actions:
736741
- [dflook/terraform-new-workspace](terraform-new-workspace)
737742
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
738743

744+
[1.49.0]: https://github.com/dflook/terraform-github-actions/compare/v1.48.0...v1.49.0
739745
[1.48.0]: https://github.com/dflook/terraform-github-actions/compare/v1.47.0...v1.48.0
740746
[1.47.0]: https://github.com/dflook/terraform-github-actions/compare/v1.46.1...v1.47.0
741747
[1.46.1]: https://github.com/dflook/terraform-github-actions/compare/v1.46.0...v1.46.1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ This is a suite of Terraform and OpenTofu related GitHub Actions that can be use
55
[GitHub Actions](https://github.com/features/actions) are a way to make automated workflows that trigger when events occur on your GitHub repository, using a YAML file that lives in your repo.
66
These actions can be used to easily perform [Terraform](https://www.terraform.io/) or [OpenTofu](https://www.opentofu.org/) tasks as part of your workflow.
77

8-
Currently, there is just experimental support for OpenTofu, see [here](https://github.com/dflook/terraform-github-actions/blob/main/CHANGELOG.md#1370---2023-10-29)
9-
108
## Actions
119

1210
See the documentation for the available actions:

0 commit comments

Comments
 (0)