|
1 |
| -# v1.4.0 (unreleased) |
| 1 | +# [1.4.0] (unreleased) |
2 | 2 |
|
3 |
| -- Update js-releases to v1.4.0 to address HCSEC-2021-12 (#111) |
| 3 | +NOTES: |
4 | 4 |
|
5 |
| -# v1.3.2 (2020-12-09) |
| 5 | + - Update readme using github-script@v5 by @krrrr38 in ([#135](https://github.com/hashicorp/setup-terraform/pull/135)) |
| 6 | + - Update actions/github-script to v6 in README by @shouichi in ([#148](https://github.com/hashicorp/setup-terraform/pull/148)) |
6 | 7 |
|
7 |
| -- Update js-releases to fix missing dep in bundle (#78) |
| 8 | +ENHANCEMENTS: |
8 | 9 |
|
9 |
| -# v1.3.1 (2020-12-08) |
| 10 | + - Improve output for PR comment by @skpy in ([#129](https://github.com/hashicorp/setup-terraform/pull/129)) |
| 11 | + - Allow proxy values to be set by @rabun788 in ([#147](https://github.com/hashicorp/setup-terraform/pull/147)) |
10 | 12 |
|
11 |
| -- Fix build dependency (#76) |
| 13 | +INTERNAL: |
12 | 14 |
|
13 |
| -# v1.3.0 (2020-12-08) |
| 15 | + - Allow dependabot to check node modules by @jlosito in ([#87](https://github.com/hashicorp/setup-terraform/pull/87)) |
| 16 | + - Update js-releases to v1.4.0 by @aeschright in ([#111](https://github.com/hashicorp/setup-terraform/pull/111)) |
| 17 | + - Updates Readme by @ndrone-kr in ([#86](https://github.com/hashicorp/setup-terraform/pull/86)) |
| 18 | + - Update husky to v6.0 by @aeschright in ([#113](https://github.com/hashicorp/setup-terraform/pull/113)) |
| 19 | + - Bump development dependencies by @jpogran in ([#153](https://github.com/hashicorp/setup-terraform/pull/153)) |
| 20 | + - Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in ([#154](https://github.com/hashicorp/setup-terraform/pull/154)) |
| 21 | + - Bump @actions/github from 4.0.0 to 5.0.0 by @dependabot in ([#114](https://github.com/hashicorp/setup-terraform/pull/114)) |
| 22 | + - Bump @actions/io from 1.1.0 to 1.1.1 by @dependabot in ([#156](https://github.com/hashicorp/setup-terraform/pull/156)) |
| 23 | + - Bump @actions/core from 1.2.7 to 1.6.0 by @dependabot in ([#158](https://github.com/hashicorp/setup-terraform/pull/158)) |
| 24 | + - Bump @actions/tool-cache from 1.6.1 to 1.7.1 by @dependabot in ([#159](https://github.com/hashicorp/setup-terraform/pull/159)) |
| 25 | + - Bump @actions/core from 1.2.7 to 1.6.0 by @jpogran in ([#160](https://github.com/hashicorp/setup-terraform/pull/160)) |
| 26 | + - Bump @actions/exec from 1.0.4 to 1.1.0 by @jpogran in ([#161](https://github.com/hashicorp/setup-terraform/pull/161)) |
| 27 | + - Bump @actions/io from 1.1.0 to 1.1.1 by @jpogran in ([#162](https://github.com/hashicorp/setup-terraform/pull/162)) |
| 28 | + - Bump @hashicorp/js-releases from 1.5.0 to 1.5.1 by @dependabot in ([#166](https://github.com/hashicorp/setup-terraform/pull/166)) |
| 29 | + - Bump minimist from 1.2.5 to 1.2.6 by @dependabot in ([#168](https://github.com/hashicorp/setup-terraform/pull/168)) |
| 30 | + - Bump @actions/tool-cache from 1.7.1 to 1.7.2 by @dependabot in ([#164](https://github.com/hashicorp/setup-terraform/pull/164)) |
| 31 | + - Bump @actions/io from 1.1.1 to 1.1.2 by @dependabot in ([#165](https://github.com/hashicorp/setup-terraform/pull/165)) |
| 32 | + - Bump minimist from 1.2.5 to 1.2.6 in /wrapper by @dependabot in ([#169](https://github.com/hashicorp/setup-terraform/pull/169)) |
| 33 | + - Add GitHub automatic release by @jpogran in ([#173](https://github.com/hashicorp/setup-terraform/pull/173)) |
14 | 34 |
|
15 |
| -- 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) |
| 35 | +# [1.3.2] (2020-12-09) |
16 | 36 |
|
17 |
| -# v1.2.1 (2020-10-30) |
| 37 | +ENHANCEMENTS: |
18 | 38 |
|
19 |
| -- Update dependencies to resolve CVE-2020-15228 (#63) |
| 39 | + - Update js-releases to fix missing dep in bundle ([#78](https://github.com/hashicorp/setup-terraform/pull/78)) |
20 | 40 |
|
21 |
| -# v1.2.0 |
| 41 | +# [1.3.1] (2020-12-08) |
22 | 42 |
|
23 |
| -- Allow `terraform_version` to take a version constraint. ([#38](https://github.com/hashicorp/setup-terraform/pull/38)) |
| 43 | +BUG FIXES: |
24 | 44 |
|
25 |
| -# v1.1.0 |
| 45 | + - Fix build dependency ([#76](https://github.com/hashicorp/setup-terraform/pull/76)) |
26 | 46 |
|
27 |
| -- Ignore pre-release versions when `terraform_version` is set to `latest`. ([#19](https://github.com/hashicorp/setup-terraform/pull/19)) |
| 47 | +# [1.3.0] (2020-12-08) |
28 | 48 |
|
29 |
| -# v1.0.1 |
| 49 | +ENHANCEMENTS: |
30 | 50 |
|
31 |
| -- Bump @actions/http-client from 1.0.6 to 1.0.8. ([#1](https://github.com/hashicorp/setup-terraform/pull/1)) |
| 51 | + - 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](https://github.com/hashicorp/setup-terraform/pull/70), [#73](https://github.com/hashicorp/setup-terraform/pull/73)) |
32 | 52 |
|
33 |
| -# v1.0.0 |
| 53 | +# [1.2.1] (2020-10-30) |
34 | 54 |
|
35 |
| -- Initial release. |
| 55 | +INTERNAL: |
| 56 | + |
| 57 | + - Update dependencies to resolve CVE-2020-15228 ([#63](https://github.com/hashicorp/setup-terraform/pull/63)) |
| 58 | + |
| 59 | +# [1.2.0] |
| 60 | + |
| 61 | +ENHANCEMENTS: |
| 62 | + |
| 63 | + - Allow `terraform_version` to take a version constraint. ([#38](https://github.com/hashicorp/setup-terraform/pull/38)) |
| 64 | + |
| 65 | +# [1.1.0] |
| 66 | + |
| 67 | +ENHANCEMENTS: |
| 68 | + |
| 69 | + - Ignore pre-release versions when `terraform_version` is set to `latest`. ([#19](https://github.com/hashicorp/setup-terraform/pull/19)) |
| 70 | + |
| 71 | +# [1.0.1] |
| 72 | + |
| 73 | +INTERNAL: |
| 74 | + |
| 75 | + - Bump @actions/http-client from 1.0.6 to 1.0.8. ([#1](https://github.com/hashicorp/setup-terraform/pull/1)) |
| 76 | + |
| 77 | +# [1.0.0] |
| 78 | + |
| 79 | + - Initial release. |
| 80 | + |
| 81 | +<!-- Links to tag comparisons --> |
| 82 | +[Unreleased]: https://github.com/hashicorp/setup-terraform/compare/v1.3.2...main |
| 83 | +[1.3.2]: https://github.com/hashicorp/setup-terraform/compare/v1.3.1...v1.3.2 |
| 84 | +[1.3.1]: https://github.com/hashicorp/setup-terraform/compare/v1.3.0...v1.3.1 |
| 85 | +[1.3.0]: https://github.com/hashicorp/setup-terraform/compare/v1.2.1...v1.3.0 |
| 86 | +[1.2.1]: https://github.com/hashicorp/setup-terraform/compare/v1.2.0...v1.2.1 |
| 87 | +[1.2.0]: https://github.com/hashicorp/setup-terraform/compare/v1.1.0...v1.2.0 |
| 88 | +[1.1.0]: https://github.com/hashicorp/setup-terraform/compare/v1.0.1...v1.1.0 |
| 89 | +[1.0.1]: https://github.com/hashicorp/setup-terraform/compare/v1.0.0...v1.0.1 |
0 commit comments