diff --git a/CHANGELOG.md b/CHANGELOG.md index d14d0fd5..504aa4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio When using an action you can specify the version as: -- `@v1.48.0` to use an exact release -- `@v1.48` to use the latest patch release for the specific minor version +- `@v1.49.0` to use an exact release +- `@v1.49` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version +## [1.49.0] - 2025-05-29 + +### Added +- Better support for OpenTofu, including early evaluation of variables and reading version information from `.tofu` files. + ## [1.48.0] - 2025-03-24 ### Added @@ -736,6 +741,7 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) +[1.49.0]: https://github.com/dflook/terraform-github-actions/compare/v1.48.0...v1.49.0 [1.48.0]: https://github.com/dflook/terraform-github-actions/compare/v1.47.0...v1.48.0 [1.47.0]: https://github.com/dflook/terraform-github-actions/compare/v1.46.1...v1.47.0 [1.46.1]: https://github.com/dflook/terraform-github-actions/compare/v1.46.0...v1.46.1 diff --git a/README.md b/README.md index a67b65a5..cba57ce4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ This is a suite of Terraform and OpenTofu related GitHub Actions that can be use [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. 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. -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) - ## Actions See the documentation for the available actions: