File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ 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.17.2 ` to use an exact release
11
+ - ` @v1.17.3 ` to use an exact release
12
12
- ` @v1.17 ` 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.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
+
15
21
## [ 1.17.2] - 2021-10-13
16
22
17
23
### Fixed
@@ -265,6 +271,7 @@ First release of the GitHub Actions:
265
271
- [dflook/terraform-new-workspace](terraform-new-workspace)
266
272
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
267
273
274
+ [1.17.3] : https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3
268
275
[1.17.2] : https://github.com/dflook/terraform-github-actions/compare/v1.17.1...v1.17.2
269
276
[1.17.1] : https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
270
277
[1.17.0] : https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
You can’t perform that action at this time.
0 commit comments