Tfparse

Latest version: v0.6.14

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.6.1

What's Changed
* releng - update deps to pickup some defsec fixes by kapilt in https://github.com/cloud-custodian/tfparse/pull/135
* Support multiple vars files. by howbazaar in https://github.com/cloud-custodian/tfparse/pull/136

New Contributors
* howbazaar made their first contribution in https://github.com/cloud-custodian/tfparse/pull/136

**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/v0.6.0...v0.6.1

0.6.0

What's Changed

* feat: support passing a vars file by kapilt in https://github.com/cloud-custodian/tfparse/pull/104

**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* feat: allow_downloads option for module downloading by kapilt in https://github.com/cloud-custodian/tfparse/pull/102

* :seedling: Bump actions/setup-python from 4.3.0 to 4.5.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/78
* :seedling: Bump actions/download-artifact from 3.0.1 to 3.0.2 by dependabot in https://github.com/cloud-custodian/tfparse/pull/84
* :seedling: Bump actions/upload-artifact from 3.1.1 to 3.1.2 by dependabot in https://github.com/cloud-custodian/tfparse/pull/85
* :seedling: Bump pytest-forked from 1.4.0 to 1.6.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/86
* :seedling: Bump pypa/cibuildwheel from 2.11.3 to 2.12.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/92
* :seedling: Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/93
* :seedling: Bump actions/checkout from 3.3.0 to 3.5.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/98
* :seedling: Bump pytest from 7.2.0 to 7.2.2 by dependabot in https://github.com/cloud-custodian/tfparse/pull/90
* :seedling: Bump pytest-xdist from 3.1.0 to 3.2.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/91
* :seedling: Bump actions/setup-go from 3.5.0 to 4.0.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/96
* :seedling: Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.5 by dependabot in https://github.com/cloud-custodian/tfparse/pull/101
* :seedling: Bump black from 22.10.0 to 23.3.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/100


**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
* releng - add python3.11 to release wheel builds by kapilt in https://github.com/cloud-custodian/tfparse/pull/88


**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/0.4.0...v0.4.1

0.4.0

What's Changed
* Support relative modules that are above the root by djeebus in https://github.com/cloud-custodian/tfparse/pull/82

* :seedling: Bump actions/setup-go from 3.3.0 to 3.3.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/49
* :seedling: Bump actions/checkout from 3.0.2 to 3.1.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/50
* Add some ref-related content by djeebus in https://github.com/cloud-custodian/tfparse/pull/58
* :seedling: Bump actions/upload-artifact from 3.1.0 to 3.1.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/55
* :seedling: Bump pypa/cibuildwheel from 2.11.1 to 2.11.2 by dependabot in https://github.com/cloud-custodian/tfparse/pull/59
* :seedling: Bump actions/download-artifact from 3.0.0 to 3.0.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/56
* :seedling: Bump pytest-xdist from 2.5.0 to 3.0.2 by dependabot in https://github.com/cloud-custodian/tfparse/pull/61
* :seedling: Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/60
* :seedling: Bump pypa/cibuildwheel from 2.11.2 to 2.11.3 by dependabot in https://github.com/cloud-custodian/tfparse/pull/68
* upgrade defsec to 0.82.6 by djeebus in https://github.com/cloud-custodian/tfparse/pull/72
* :seedling: Bump actions/checkout from 3.1.0 to 3.3.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/77
* :seedling: Bump flake8 from 5.0.4 to 6.0.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/63
* :seedling: Bump pytest-xdist from 3.0.2 to 3.1.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/65
* :seedling: Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 by dependabot in https://github.com/cloud-custodian/tfparse/pull/67
* :seedling: Bump actions/setup-go from 3.3.1 to 3.5.0 by dependabot in https://github.com/cloud-custodian/tfparse/pull/73
* releng - prep 0.4.0 release by kapilt in https://github.com/cloud-custodian/tfparse/pull/83


**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/v0.3.0...0.4.0

0.3.0

What's Changed
* releng - fix cibw py 3.9 version declaration by kapilt in https://github.com/cloud-custodian/tfparse/pull/48
* :seedling: Bump pypa/cibuildwheel from 2.10.2 to 2.11.1 by dependabot in https://github.com/cloud-custodian/tfparse/pull/46
* Add setup.py back to fix cross compiling ARM64 by sontek in https://github.com/cloud-custodian/tfparse/pull/51
* Fix dynamic/content block handling by djeebus in https://github.com/cloud-custodian/tfparse/pull/47
* chore: release 0.3.0 by wwitzel3 in https://github.com/cloud-custodian/tfparse/pull/57

New Contributors
* djeebus made their first contribution in https://github.com/cloud-custodian/tfparse/pull/47

**Full Changelog**: https://github.com/cloud-custodian/tfparse/compare/v0.2.0...v0.3.0

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.