Skip to content

Commit

Permalink
🔖 v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Mar 10, 2023
1 parent 0fa8755 commit 2e81e39
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ 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.33.0` to use an exact release
- `@v1.33` to use the latest patch release for the specific minor version
- `@v1.34.0` to use an exact release
- `@v1.34` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.34.0] - 2023-03-10

### Added
- The action image now also builds for `arm64`, meaning these actions will work on linux/arm64 runners.

### Fixed
- Workaround Terraform 1.4.0 sometimes forgetting to output anything.

## [1.33.0] - 2023-02-28

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

[1.34.0]: https://github.com/dflook/terraform-github-actions/compare/v1.33.0...v1.34.0
[1.33.0]: https://github.com/dflook/terraform-github-actions/compare/v1.32.1...v1.33.0
[1.32.1]: https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1
[1.32.0]: https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0
Expand Down

0 comments on commit 2e81e39

Please sign in to comment.