Releases: infracost/infracost-gh-action
v0.8.4
v0.8.3
What's Changed
- feat: add sync usage file input by @aliscott in #32
- feat: add show_skipped and SLACK_WEBHOOK_URL envs by @alikhajeh1 in #26
- refactor: use the newly supported default entrypoint by @alikhajeh1 in #28
- docs: add example of using multiple AWS creds by @aliscott in #29
- docs: add post_condition: update by @tim775 in #30
- docs: add alternative method by @alikhajeh1 in #25
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
feat: add post_condition
feature, percentage_threshold
has been deprecated, see https://github.com/infracost/infracost-gh-action#post_condition
0.6.0
🚀 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
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 toterraform_json_file
tfplan
has been renamed toterraform_plan_file
use_tfstate
has been renamed toterraform_use_state
tfdir
has been renamed toterraform_dir
tfflags
has been renamed toterraform_plan_flags
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
Adds support for arguments introduced in infracost 0.6.2