Skip to content

Commit

Permalink
🔖 v1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Aug 17, 2023
1 parent 47cdbc8 commit 44035ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,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.36.1` to use an exact release
- `@v1.36.2` to use an exact release
- `@v1.36` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.36.2] - 2023-08-17

### Fixed
- When no terraform version is specified and no state file exists the actions will now use the latest terraform version, instead of incorrectly using Terraform 0.9.

## [1.36.1] - 2023-07-15

### Fixed
Expand Down Expand Up @@ -540,6 +545,7 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)

[1.36.2]: https://github.com/dflook/terraform-github-actions/compare/v1.36.1...v1.36.2
[1.36.1]: https://github.com/dflook/terraform-github-actions/compare/v1.36.0...v1.36.1
[1.36.0]: https://github.com/dflook/terraform-github-actions/compare/v1.35.0...v1.36.0
[1.35.0]: https://github.com/dflook/terraform-github-actions/compare/v1.34.0...v1.35.0
Expand Down

0 comments on commit 44035ba

Please sign in to comment.