Skip to content

Commit ac95418

Browse files
committed
🔖 v1.21.1
1 parent f4ea6bb commit ac95418

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ 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.21.0` to use an exact release
11+
- `@v1.21.1` to use an exact release
1212
- `@v1.21` 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.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+
1525
## [1.21.0] - 2021-12-04
1626

1727
### Added
@@ -321,6 +331,7 @@ First release of the GitHub Actions:
321331
- [dflook/terraform-new-workspace](terraform-new-workspace)
322332
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
323333

334+
[1.21.1]: https://github.com/dflook/terraform-github-actions/compare/v1.21.0...v1.21.1
324335
[1.21.0]: https://github.com/dflook/terraform-github-actions/compare/v1.20.1...v1.21.0
325336
[1.20.1]: https://github.com/dflook/terraform-github-actions/compare/v1.20.0...v1.20.1
326337
[1.20.0]: https://github.com/dflook/terraform-github-actions/compare/v1.19.0...v1.20.0

0 commit comments

Comments
 (0)