Skip to content

Latest commit

 

History

History
162 lines (74 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

162 lines (74 loc) · 7.48 KB

Changelog

0.0.17 (2024-05-31)

Features

  • Add validation function for Terragrunt modules (#40) (fbe6175)
  • validation: Add function to check if a file is a valid HCL file (#39) (115b9ec)
  • validation: Add functions to check for Terragrunt and .hcl file validity (#42) (2bafbaa)

Refactoring

  • stage: Change assert to require in compareValues function (#37) (8e3832f)

0.0.16 (2024-05-23)

Refactoring

  • Add ability to specify plan file path in options (#35) (cf3655d)

0.0.15 (2024-05-23)

Features

  • Add WithEnvVars option to pass environment variables (#33) (fd75143)
  • scenario: update NewWithOptions function to use default retryable errors with Terraform options (#31) (32a2381)

Bug Fixes

  • Fix PlanFilePath to use absolute path instead of relative path (#34) (9e91a96)

Refactoring

  • client: Use constant for plan output file path in New constructor. (#30) (b7e90f7)

0.0.14 (2024-04-28)

Features

  • cloudprovider: add support for new AWS services (#25) (f70dae1)

0.0.13 (2024-04-17)

Refactoring

  • enhance git repo validator function (b791280)
  • expose APIs for finding git repo by different methods (17e7960)

0.0.12 (2024-04-16)

Other

  • adding S3 client aws cloud provider (#22) (36950d4)

0.0.11 (2024-04-16)

Features

  • add support for JSONPath testcases (#18) (cb46401)

0.0.10 (2024-04-02)

Features

  • Add test for ProcessTemplFile function (#15) (064c951)

0.0.9 (2024-04-01)

Features

  • Add function to check if a directory is a git repository (#13) (6ad6ec0)

0.0.8 (2024-03-28)

Features

  • Improve Terraform variables and paths handling (#12) (48b0537)
  • tfvars: Add function to get .tfvars files from a directory (#10) (a01a7db)

Refactoring

  • Refactor GetRelativePathFromGitRepo function signature and variable names (#9) (10bbfa5)

0.0.7 (2024-03-28)

Features

  • add support for absolute path in the setup terraform for parallelism (#6) (3cc6a3a)

Refactoring

  • Update Terraform directory setup for parallelism (#8) (2d06eea)

0.0.6 (2024-03-18)

Features

  • add paralellism as a built-in function into the client creation (7e83867)

0.0.5 (2024-03-18)

Refactoring

  • remove options creation on advanced options (5cc9f6d)

0.0.4 (2024-03-18)

Other

  • make golangci happy (ce5d0bf)
  • remove structure saving during initialization (43a79b9)

0.0.3 (2024-03-18)

Other

  • amend 404 link on readme.md (ef42f17)

Refactoring

  • avoid naming collision on packages (e930ccf)

0.0.2 (2024-03-18)

Features

Bug Fixes

Docs