mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
Release 2.0.2 (#254)
This commit is contained in:
parent
6f80dc740b
commit
bbe167fbda
3 changed files with 16 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
||||||
# [2.0.1] (2022-10-12)
|
# [2.0.1] (2022-10-12)
|
||||||
|
|
||||||
|
### BUG FIXES
|
||||||
|
|
||||||
|
* Update 2.0.1 release metadata by @jpogran in https://github.com/hashicorp/setup-terraform/pull/253
|
||||||
|
* `README.md` updates - direct links to license and code of conduct, updated GitHub documents link by @magnetikonline in https://github.com/hashicorp/setup-terraform/pull/244
|
||||||
|
|
||||||
|
### INTERNAL
|
||||||
|
|
||||||
|
* Bump jest from 29.0.3 to 29.1.2 by @dependabot in https://github.com/hashicorp/setup-terraform/pull/248
|
||||||
|
|
||||||
|
# [2.0.1] (2022-10-12)
|
||||||
|
|
||||||
### ENHANCEMENTS
|
### ENHANCEMENTS
|
||||||
|
|
||||||
* Do not fail when theres an exit-code 2 by @dannyibishev in https://github.com/hashicorp/setup-terraform/pull/125
|
* Do not fail when theres an exit-code 2 by @dannyibishev in https://github.com/hashicorp/setup-terraform/pull/125
|
||||||
|
|
@ -138,7 +149,8 @@ INTERNAL:
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
|
||||||
<!-- Links to tag comparisons -->
|
<!-- Links to tag comparisons -->
|
||||||
[Unreleased]: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...main
|
[Unreleased]: https://github.com/hashicorp/setup-terraform/compare/v2.0.2...main
|
||||||
|
[2.0.2]: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2
|
||||||
[2.0.1]: https://github.com/hashicorp/setup-terraform/compare/v2.0.0...v2.0.1
|
[2.0.1]: https://github.com/hashicorp/setup-terraform/compare/v2.0.0...v2.0.1
|
||||||
[2.0.0]: https://github.com/hashicorp/setup-terraform/compare/v1.4.0...v2.0.0
|
[2.0.0]: https://github.com/hashicorp/setup-terraform/compare/v1.4.0...v2.0.0
|
||||||
[1.4.0]: https://github.com/hashicorp/setup-terraform/compare/v1.3.2...v1.4.0
|
[1.4.0]: https://github.com/hashicorp/setup-terraform/compare/v1.3.2...v1.4.0
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "setup-terraform",
|
"name": "setup-terraform",
|
||||||
"version": "2.0.0",
|
"version": "2.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "setup-terraform",
|
"name": "setup-terraform",
|
||||||
"version": "2.0.0",
|
"version": "2.0.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "setup-terraform",
|
"name": "setup-terraform",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "Setup Terraform CLI for GitHub Actions",
|
"description": "Setup Terraform CLI for GitHub Actions",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"publisher": "hashicorp",
|
"publisher": "hashicorp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue