Skip to content

Commit

Permalink
🔖 v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 28, 2021
1 parent d09edbf commit 86a7aa5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio

When using an action you can specify the version as:

- `@v1.17.2` to use an exact release
- `@v1.17.3` to use an exact release
- `@v1.17` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.17.3] - 2021-10-29

### Fixed
- [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 )!
- Now makes even fewer github api requests to avoid rate limiting.

## [1.17.2] - 2021-10-13

### Fixed
Expand Down Expand Up @@ -265,6 +271,7 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)

[1.17.3]: https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3
[1.17.2]: https://github.com/dflook/terraform-github-actions/compare/v1.17.1...v1.17.2
[1.17.1]: https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
Expand Down

0 comments on commit 86a7aa5

Please sign in to comment.