Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Releases: hashicorp/terraform-github-actions

v0.5.2

01 Nov 19:46
4b1a4d1
Compare
Choose a tag to compare

v0.5.2

Fixed

  • Fixed an error with terraform fmt processing STDERR output when TF_LOG was set.

v0.5.1

01 Nov 16:40
bd8f895
Compare
Choose a tag to compare

v0.5.1

Fixed

  • Do not use -recursive option with terraform fmt for Terraform 0.11.x. (#90)

v0.5.0

01 Nov 02:59
6862e45
Compare
Choose a tag to compare

v0.5.0

Added

  • Added new YAML syntax for GitHub Actions.

Changed

  • Completely refactored the codebase into one GitHub Action. Please refer to the README for current usage.

Deprecated

N/A

Removed

  • Removed all TF_ACTION environment variables. Please refer to the README for current usage.
  • Removed HashiCorp Configuration Language (HCL) syntax.

Fixed

  • The actions now use the new YAML syntax. (#67)
  • Added support for Terraform 0.11.14. (#42)
  • Comments will not be posted to pull requests when terraform plan contains no changes. (#29)
  • Added ability to specify a Terraform version to use. (#23)

Security

N/A

v0.4.6

18 Oct 19:08
053dfce
Compare
Choose a tag to compare

Updating to Terraform 0.12.12.

v0.4.5

17 Oct 22:00
1225a44
Compare
Choose a tag to compare

Updating to Terraform 0.12.11.

v0.4.4

09 Oct 00:38
979773f
Compare
Choose a tag to compare

Merged pull request #73.

v0.4.3

09 Oct 00:34
311e58f
Compare
Choose a tag to compare

Upgrading to Terraform 0.12.10.

v0.4.2

04 Oct 05:03
70e3a08
Compare
Choose a tag to compare
Merge pull request #53 from nathandines/hotfix/no-curl-on-non-pr-builds

Do Not Try to Comment on Non-PR Builds (fixes #50)

v0.4.1

02 Oct 04:48
5162a59
Compare
Choose a tag to compare

Adding colorized output.

v0.4.0

18 Sep 04:38
788d1b9
Compare
Choose a tag to compare

Merged the following pull requests from a few users into one.

Figured it warranted a minor release.