Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@Madh93 Madh93 released this 19 May 15:16
· 5 commits to main since this release
347016f

Highlights

  • Nicer output in install and uninstall commands powered by Bubble Tea
  • Now providers are installed in parallel (this can be adjusted by using the --jobs <NUMBER> flag)
  • The cache directory from the Terraform CLI configuration file is used if present (thanks @carlpett)
  • Available Brew and Scoop packages

Changelog

  • 4493a60 Clean cacheDir path to ensure correct separators
  • b0b8ac0 Merge pull request #2 from carlpett/read-cache-dir-from-config
  • c17e5c0 build: setup Homebrew
  • b0c6e02 build: setup Scoop
  • ab3b5b2 feat: Use cache dir from Terraform config file if present
  • 0f92527 feat: avoid installing duplicated providers from file
  • 347016f feat: bump version to 0.4.0
  • 92b1f3b feat: install providers in parallel
  • 066858c feat: use bubbletea