Skip to content

Commit 75b306c

Browse files
committed
🔖 1.22.1
1 parent bd58f5a commit 75b306c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +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.22.0` to use an exact release
11+
- `@v1.22.1` to use an exact release
1212
- `@v1.22` 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.22.1] - 2022-01-24
16+
17+
### Fixed
18+
- Better support for some self-hosted runners that run in containers and don't correctly pass the event payload.
19+
1520
## [1.22.0] - 2022-01-23
1621

1722
### Added
18-
1923
- Workspace management for Terraform Cloud/Enterprise has been reimplemented to avoid issues with the `terraform workspace` command when using the `remote` backend or a cloud config block:
2024
- [dflook/terraform-new-workspace](https://github.com/dflook/terraform-github-actions/tree/master/terraform-new-workspace) can now create the first workspace
2125
- [dflook/terraform-destroy-workspace](https://github.com/dflook/terraform-github-actions/tree/master/terraform-destroy-workspace) can now delete the last remaining workspace
@@ -33,7 +37,6 @@ When using an action you can specify the version as:
3337
See [dflook/terraform-version](https://github.com/dflook/terraform-github-actions/tree/master/terraform-version#terraform-version-action) docs for details.
3438

3539
### Changed
36-
3740
As a result of the above terraform version detection additions, note these changes:
3841

3942
- Actions always use the terraform version set in the remote workspace when using TFC/E, if it exists. This mostly effects [dflook/terraform-fmt](https://github.com/dflook/terraform-github-actions/tree/master/terraform-fmt), [dflook/terraform-fmt-check](https://github.com/dflook/terraform-github-actions/tree/master/terraform-fmt-check) and [dflook/terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate).
@@ -365,6 +368,7 @@ First release of the GitHub Actions:
365368
- [dflook/terraform-new-workspace](terraform-new-workspace)
366369
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
367370

371+
[1.22.1]: https://github.com/dflook/terraform-github-actions/compare/v1.22.0...v1.22.1
368372
[1.22.0]: https://github.com/dflook/terraform-github-actions/compare/v1.21.1...v1.22.0
369373
[1.21.1]: https://github.com/dflook/terraform-github-actions/compare/v1.21.0...v1.21.1
370374
[1.21.0]: https://github.com/dflook/terraform-github-actions/compare/v1.20.1...v1.21.0

0 commit comments

Comments
 (0)