Skip to content

Commit 86a7aa5

Browse files
committed
🔖 v1.17.3
1 parent d09edbf commit 86a7aa5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ 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.17.2` to use an exact release
11+
- `@v1.17.3` to use an exact release
1212
- `@v1.17` 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.17.3] - 2021-10-29
16+
17+
### Fixed
18+
- [dflook/terraform-new-workspace](https://github.com/dflook/terraform-github-actions/tree/master/terraform-new-workspace) compatability with Terraform v1.0.10 - Thanks [kylewlacy ](https://github.com/kylewlacy )!
19+
- Now makes even fewer github api requests to avoid rate limiting.
20+
1521
## [1.17.2] - 2021-10-13
1622

1723
### Fixed
@@ -265,6 +271,7 @@ First release of the GitHub Actions:
265271
- [dflook/terraform-new-workspace](terraform-new-workspace)
266272
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
267273

274+
[1.17.3]: https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3
268275
[1.17.2]: https://github.com/dflook/terraform-github-actions/compare/v1.17.1...v1.17.2
269276
[1.17.1]: https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
270277
[1.17.0]: https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0

0 commit comments

Comments
 (0)