Releases: DontShaveTheYak/cf2tf
Releases · DontShaveTheYak/cf2tf
v0.4.1
Changes
🚀 Features
🐛 Bug Fixes
- Nested Attributes weren't handled correctly because the conversion of CF prop to TF args happened first @shadycuz (#93)
- Fixed failed to render argument stack_name @shadycuz (#93)
- Fixed edge cases when converting a CF type to a search string for finding the matching TF doc file @shadycuz (#93)
🧰 Maintenance
v0.4.0
v0.3.1
Changes
🧰 Maintenance
- Update actions/checkout action to v3.1.0 @renovate (#77)
- Update README.md @evanniedojadlo (#76)
- Update dependency mypy to ^0.982 @renovate (#75)
- Update release-drafter/release-drafter action to v5.21.0 @renovate (#70)
- Update dependency pytest-cov to v4 @renovate (#74)
- Update dependency mypy to ^0.981 @renovate (#73)
- Update codecov/codecov-action action to v3.1.1 @renovate (#71)
v0.3.0
Changes
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
v0.2.7
v0.2.6
Changes
🚀 Features
- Use gettempdir() when cloning Terraform AWS provider source code @thaiphv (#46)
- cf2tf should now support windows!
🐛 Bug Fixes
🧰 Maintenance
- Bump actions/setup-python from 4.1.0 to 4.2.0 @dependabot (#44)
- Bump flake8 from 4.0.1 to 5.0.4 @dependabot (#45)
v0.2.5
v0.2.4
A special thanks to @pogzyb who is the FIRST DontShaveTheYak contributor 🥇 🎉 ❤️
Changes
🐛 Bug Fixes
🧰 Maintenance
- Bump typing-extensions from 4.2.0 to 4.3.0 @dependabot (#31)
- Bump coverage from 6.4.1 to 6.4.2 @dependabot (#33)
- Bump actions/setup-python from 4.0.0 to 4.1.0 @dependabot (#32)
- Bump mypy from 0.961 to 0.971 @dependabot (#34)
- Bump requests from 2.28.0 to 2.28.1 @dependabot (#30)
v0.2.3
Changes
🐛 Bug Fixes
Thanks @xentripetal for reporting and helping to fix so many bugs!
- Fix multiple bugs @shadycuz (#27)
- Allow join inside equals function
- Mappings not working if the map name was a function/variable
- pseudo variables referenced as
data.aws_region.current.name
- empty strings in conditionals
🧰 Maintenance
- Bump black from 22.3.0 to 22.6.0 @dependabot (#26)