Skip to content

Commit 2e81e39

Browse files
committed
🔖 v1.34.0
1 parent 0fa8755 commit 2e81e39

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.33.0` to use an exact release
12-
- `@v1.33` to use the latest patch release for the specific minor version
11+
- `@v1.34.0` to use an exact release
12+
- `@v1.34` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

15+
## [1.34.0] - 2023-03-10
16+
17+
### Added
18+
- The action image now also builds for `arm64`, meaning these actions will work on linux/arm64 runners.
19+
20+
### Fixed
21+
- Workaround Terraform 1.4.0 sometimes forgetting to output anything.
22+
1523
## [1.33.0] - 2023-02-28
1624

1725
### Added
@@ -494,6 +502,7 @@ First release of the GitHub Actions:
494502
- [dflook/terraform-new-workspace](terraform-new-workspace)
495503
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
496504

505+
[1.34.0]: https://github.com/dflook/terraform-github-actions/compare/v1.33.0...v1.34.0
497506
[1.33.0]: https://github.com/dflook/terraform-github-actions/compare/v1.32.1...v1.33.0
498507
[1.32.1]: https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1
499508
[1.32.0]: https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0

0 commit comments

Comments
 (0)