Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 11:43
2a9aca8

1.3.0 (2024-02-16)

Features

  • Add args validation through all core apis (3214e0e)
    • ✅ This allows to perform strict validations before boot the containers. If they're passed, it's validated the file existance and also its consistency (meaning, if it's an actual .tfvars file).

Refactoring

  • Add more test in config and env packages (55fde49)
  • Enhance the error logic (e518b4b)
  • Minor fixes, add validation for arguments, and tfvars (9e1cbae)

Other

  • add CHANGELOG to ignored files for markdown linter (081ad83)
  • fix terraform-docs configuration for example modules (45ea705)
  • generated missing docs (5715782)
  • remove go-vet from hooks (c83d2f3)