Skip to content

Releases: troyready/ihlp

v0.4.4

07 Dec 03:25
31fa384
Compare
Choose a tag to compare

Fixed

  • GCP project id will now be automatically retrieved from application default credentials

v0.4.3

02 Dec 01:03
2a7214b
Compare
Choose a tag to compare

Fixed

  • Terraform downloads on darwin not having correct permissions set

v0.4.2

01 Dec 18:02
396b756
Compare
Choose a tag to compare

Fixed

  • Better GCP auth error handling

v0.4.1

30 Nov 02:28
a5479f6
Compare
Choose a tag to compare

Fixed

  • Added tsconfig.json file generation to init

v0.4.0

22 Nov 23:26
fb38069
Compare
Choose a tag to compare

Fixed

  • Fixed init @types/node detection

Added

  • GCP deployment manager support

v0.3.2

17 Nov 23:21
70615a6
Compare
Choose a tag to compare

Added

  • AWS EKS with Flux init generator

v0.3.1

16 Nov 19:23
fe52010
Compare
Choose a tag to compare

Fixed

  • Fixed --target option (now skipping non-matching block correctly)
  • Fixed TF targets syntax (dropped extra quotes)

v0.3.0

16 Nov 03:10
847d4ad
Compare
Choose a tag to compare

Added

  • --target option to deploy/destroy/tf-shell to specify block names to target
  • target option in Terraform blocks to specify --target= option during terraform operations
  • --upgrade option to deploy to use the upgrade option of tf init

v0.2.0

07 Nov 17:53
14e7c6b
Compare
Choose a tag to compare

Added

  • --upgrade option to tf-shell to use the upgrade option of tf init

v0.1.10

07 Oct 07:04
6672d8b
Compare
Choose a tag to compare

Fixed

  • Add gitignore file to init examples