File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
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
13
13
- ` @v1 ` to use the latest patch release for the specific major version
14
14
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
+
15
23
## [ 1.33.0] - 2023-02-28
16
24
17
25
### Added
@@ -494,6 +502,7 @@ First release of the GitHub Actions:
494
502
- [dflook/terraform-new-workspace](terraform-new-workspace)
495
503
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
496
504
505
+ [1.34.0] : https://github.com/dflook/terraform-github-actions/compare/v1.33.0...v1.34.0
497
506
[1.33.0] : https://github.com/dflook/terraform-github-actions/compare/v1.32.1...v1.33.0
498
507
[1.32.1] : https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1
499
508
[1.32.0] : https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0
You can’t perform that action at this time.
0 commit comments