setup-terraform/CHANGELOG.md

28 lines
820 B
Markdown
Raw Normal View History

2020-12-08 13:51:00 -08:00
# v1.3.1 (2020-12-08)
- Fix build dependency (#76)
2020-12-08 11:38:07 -08:00
# v1.3.0 (2020-12-08)
- Use `@hashicorp/js-releases` package to identify and download the specified version of Terraform. This will ensure that our tooling is consistent in how it works with the releases API, especially when handling pre-releases. (#70, #73)
2020-10-30 13:08:52 -07:00
# v1.2.1 (2020-10-30)
2020-06-18 20:06:47 -04:00
2020-10-30 13:08:52 -07:00
- Update dependencies to resolve CVE-2020-15228 (#63)
# v1.2.0
2020-09-08 11:46:52 -04:00
- Allow `terraform_version` to take a version constraint. ([#38](https://github.com/hashicorp/setup-terraform/pull/38))
# v1.1.0
2020-06-18 20:06:47 -04:00
- Ignore pre-release versions when `terraform_version` is set to `latest`. ([#19](https://github.com/hashicorp/setup-terraform/pull/19))
# v1.0.1
2020-06-18 20:06:47 -04:00
- Bump @actions/http-client from 1.0.6 to 1.0.8. ([#1](https://github.com/hashicorp/setup-terraform/pull/1))
# v1.0.0
2020-06-18 20:06:47 -04:00
- Initial release.