Infracost Gh Action Versions Save

GitHub Action for Infracost. Shows cloud cost estimates for Terraform in pull requests.

v0.8.4

2 years ago

What's Changed

Full Changelog: https://github.com/infracost/infracost-gh-action/compare/v0.8.3...v0.8.4

v0.8.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/infracost/infracost-gh-action/compare/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

3 years ago

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

0.6.0

3 years ago

🚀 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

3 years ago

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

3 years ago

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

v0.4.1

3 years ago

feat: add usage-file flag (#13)

v0.4.0

3 years ago

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

3 years ago

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

v0.3.0

3 years ago

Adds support for arguments introduced in infracost 0.6.2