You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,20 @@ 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.21.0` to use an exact release
11
+
-`@v1.21.1` to use an exact release
12
12
-`@v1.21` 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.21.1] - 2021-12-12
16
+
17
+
### Fixed
18
+
-[dflook/terraform-new-workspace](https://github.com/dflook/terraform-github-actions/tree/master/terraform-new-workspace) support for Terraform v1.1.0.
19
+
20
+
This stopped working after a change in the behaviour of terraform init.
21
+
22
+
There is an outstanding [issue in Terraform v1.1.0](https://github.com/hashicorp/terraform/issues/30129) using the `remote` backend that prevents creating a new workspace when no workspaces currently exist.
23
+
If you are affected by this, you can pin to an earlier version of Terraform using one of methods listed in the [dflook/terraform-version](https://github.com/dflook/terraform-github-actions/tree/master/terraform-version#terraform-version-action) docs.
24
+
15
25
## [1.21.0] - 2021-12-04
16
26
17
27
### Added
@@ -321,6 +331,7 @@ First release of the GitHub Actions:
0 commit comments