Skip to content

Latest commit

 

History

History
183 lines (106 loc) · 5.89 KB

File metadata and controls

183 lines (106 loc) · 5.89 KB

CHANGELOG

v1.4.1 (2026-03-09)

Bug Fixes

  • Build strings for complex types differently for Terraform/Packer commands (#5, 906ee4e)

  • terraform,packer,cli: Build strings for lists and dicts differently (#5, 906ee4e)

Chores

  • Skip caching inside github actions [skip ci] (75e77a3)

v1.4.0 (2025-10-14)

Bug Fixes

  • Improve terraform comment handling (a131f41)

Features

  • Add support for selective vars decryption (b95c7da)

v1.3.1 (2025-10-08)

Bug Fixes

Chores

  • Allow manual dispatch of publish workflow (5ead25d)

  • Fix version issues [skip ci] (69c97e3)

  • Upgrade pydantic requirement (c5e92d5)

v1.3.0 (2025-09-26)

Bug Fixes

  • secret in Project Config is Optional (4e036fd)

  • Improve Pydantic error message if value is missing (ec311d2)

Chores

  • Add provider var to action (#4, 16b1f16)

  • Move publishing to PyPI to separate GA workflow (10c4e88)

  • Tag requires write permission (96eca5e)

Features

  • Support of Google Cloud (e740f27)

Refactoring

  • Rename ContainerRegistry to DockerRegistry (040fac8)

v1.2.1 (2025-09-23)

Bug Fixes

  • Explain NoCredentialsError (2d35df3)

Chores

  • Add manual version for strong-opx action (aac780a)

  • Install latest strong-opx only if no version is requested (e018429)

  • Install strong-opx from PyPI (#2, 4eb4de9)

  • Update project meta [skip ci] (1dc50f3)

  • Use Python 3.12 in GA (a498b88)

v1.2.0 (2025-09-19)

Chores

  • Only release from master branch (0576355)

Documentation

Features

Refactoring

  • Remove aws dependencies to optional dependencies [skip ci] (4d2ba2f)

v1.1.2 (2025-09-16)

Bug Fixes

  • Use environment to render FileTemplate using jinja2 (d6e024a)

v1.1.1 (2025-09-09)

Bug Fixes

  • Remove hardcoded tfbackend path and look for *.tfbackend (73f28e0)

v1.1.0 (2025-09-08)

Bug Fixes

  • If end_lineno is available, pass that to TemplateError (053abdd)

Features

  • Include template tag with auto indentation (4b82222)

Refactoring

  • Disallowed & syntax_error will return instead of raise (0ada862)

  • Improve tokenization to properly handle raw block (f98bee4)

  • Remove usage of legacy template syntax in unittests (efff900)

v1.0.0 (2025-09-02)

  • Initial Release