Skip to content

Releases: Excoriate/tftest

v0.0.17

18 Oct 09:32
2d2f71e

Choose a tag to compare

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)

v0.0.16

23 May 10:09
c919caf

Choose a tag to compare

0.0.16 (2024-05-23)

Refactoring

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

v0.0.15

23 May 10:02
1bb5541

Choose a tag to compare

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)

v0.0.14

28 Apr 07:31
fa500db

Choose a tag to compare

0.0.14 (2024-04-28)

Features

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

v0.0.13

21 Apr 09:30
cb08bd5

Choose a tag to compare

0.0.13 (2024-04-17)

Refactoring

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

v0.0.12

16 Apr 14:02
2e1cff1

Choose a tag to compare

0.0.12 (2024-04-16)

Other

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

v0.0.11

16 Apr 11:57
d6deb7b

Choose a tag to compare

0.0.11 (2024-04-16)

Features

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

v0.0.10

02 Apr 03:04
557eb5f

Choose a tag to compare

0.0.10 (2024-04-02)

Features

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

v0.0.9

01 Apr 04:14
dd2dff3

Choose a tag to compare

0.0.9 (2024-04-01)

Features

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

v0.0.8

28 Mar 10:43
2a5f179

Choose a tag to compare

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)