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.8.0

25 Feb 18:50
b2ca17c
Compare
Choose a tag to compare

v0.8.0

Added

  • Added an import subcommand. (#117)
  • Added a taint subcommand. (#134)

Changed

  • Use unary operator to test for non-empty variable. (#145)

v0.7.1

29 Jan 21:12
81c2769
Compare
Choose a tag to compare

v0.7.1

Fixed

  • Fixed missing tf_actions_plan_has_changes output when plan exit code is 0. (#136)

v0.7.0

29 Jan 15:20
4288c50
Compare
Choose a tag to compare

v0.7.0

Added

  • Added tf_actions_plan_output output. (#119)

Changed

  • Removed unecessary step in Dockerfile. (#132)

Fixed

  • Process multi-line outputs correctly. (#116)
  • Fixed typo in outputs documentation. (#126)

v0.6.4

24 Dec 03:30
8549015
Compare
Choose a tag to compare

v0.6.4

Added

  • Added the ability to download latest stable Terraform version when tf_actions_version is set to latest.

v0.6.3

25 Nov 21:43
250dd1c
Compare
Choose a tag to compare

v0.6.3

Added

  • Added the ability to configure a CLI credentials file to authenticate to Terraform Cloud/Enterprise.

v0.6.2

18 Nov 02:35
9b888f8
Compare
Choose a tag to compare

v0.6.2

Added

  • Added an output subcommand and corresponding tf_actions_output output.

Fixed

  • Fixed improper passing of arguments to the subcommand. (#114)

v0.6.1

10 Nov 16:31
0faa5b7
Compare
Choose a tag to compare

v0.6.1

Fixed

  • Fixed improper handling of args in each terraform command when args contained no value. (#109) (#110)

v0.6.0

09 Nov 04:16
c9cc1bb
Compare
Choose a tag to compare

v0.6.0

Added

  • Allow passing arguments using GitHub Actions args attribute. (#105)

Changed

  • Updated examples to reflect new additions.

v0.5.4

09 Nov 03:44
5bb74f3
Compare
Choose a tag to compare

v0.5.4

Changed

  • Always post a comment on a pull request regardless of exit code when using apply. (#97)
  • Pass comment content to jq using pipes instead of arguments.

v0.5.3

04 Nov 19:17
0441f90
Compare
Choose a tag to compare

v0.5.3

Fixed

  • Fixed improper comment formatting on fmt, plan, and apply.