Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading