Skip to content

Releases: infracost/infracost-gh-action

v0.8.4

10 Nov 21:56
f41ec83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

28 Oct 17:56
22692dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.3

Note: This version skips to v0.8.3 to keep in sync with the Circle CI Orb

v0.7.0

06 Apr 19:14
dee7f20
Compare
Choose a tag to compare

feat: add post_condition feature, percentage_threshold has been deprecated, see https://github.com/infracost/infracost-gh-action#post_condition

0.6.0

09 Mar 20:38
68b5a0d
Compare
Choose a tag to compare

🚀 This release included major improvements to the Infracost CLI.

IMPORTANT: please follow the v0.8 migration guide to migrate from older versions.

v0.4.3

07 Feb 21:47
Compare
Choose a tag to compare

IMPORTANT:
This release deprecates the old flags per the infracost v0.7.17 release - these will be removed in the next release (v0.8.0). If you're using the old names in your GH Action, please update your yaml to use the docker://infracost/infracost:latest or docker://infracost/infracost:v0.7.17 image and rename your parameters:

  • tfjson has been renamed to terraform_json_file
  • tfplan has been renamed to terraform_plan_file
  • use_tfstate has been renamed to terraform_use_state
  • tfdir has been renamed to terraform_dir
  • tfflags has been renamed to terraform_plan_flags

v0.4.2

25 Jan 16:04
b859aec
Compare
Choose a tag to compare

feat: remove flags that don't work as intended in CI just now (#15)

v0.4.1

12 Jan 18:26
6414ce4
Compare
Choose a tag to compare

feat: add usage-file flag (#13)

v0.4.0

25 Nov 17:37
27c74c4
Compare
Choose a tag to compare

refactor: use infracost CI scripts (#12), this is a BREAKING change as the GH Action output names have been renamed from:
master_monthly_cost to default_branch_monthly_cost
pull_request_monthly_cost to current_branch_monthly_cost

v0.3.1

18 Nov 21:18
3951eee
Compare
Choose a tag to compare

feat: add support for --use-tfstate (#10)
docs: make README clearer (#11)

v0.3.0

12 Oct 10:24
Compare
Choose a tag to compare

Adds support for arguments introduced in infracost 0.6.2