Skip to content

v0.10.29

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 10:45
ff23a12

Infracost v0.10.29

In this new release, we've concentrated on enhancing tag policy support. Furthermore, we've added a CLI cache to enhance the speed and efficiency of pricing lookups. Users should see a noticeable performance improvement when they upgrade.

New Features

  • Implemented a pricing client cache to improve performance by @hugorut.
  • Introduced support for applying tag policies to AWS launch templates by @hugorut.
  • Added block device tags to the AWS instance resource by @tim775.
  • Added the il-central-1 region by @aliscott.

Enhancements

  • Enhanced data block functionality in submodules to return correct values from stubbed data blocks by @hugorut.
  • Introduced support for optional defaults by @hugorut.
  • Refactored the comment handler to include backoff retry logic by @hugorut.
  • Conducted formatting adjustments by @tim775.

Fixes

  • Fixed a race condition issue by ensuring terragrunt sources are downloaded only once by @tim775.
  • Addressed an issue that caused a panic due to incorrect variable type definition by @hugorut.
  • Resolved issues related to invalid function arguments in mocking by @aliscott.
  • Fixed the handling of un-Rel-able paths by @tim775.

Full Changelog