Skip to content

v2.1.3

Compare
Choose a tag to compare
@tonedefdev tonedefdev released this 07 Feb 18:33
· 38 commits to main since this release
c530613

Changelog

  • f9f34ae Resolved issue with homebrew symlinking terracreds which was causing issues when trying to generate the credential helper binary version
  • 94fa27f Ensure store test logs err. Update readme with new version
  • a6be865 Fixed test to check for os version to verify correct config file name is checked
  • 6d4cc3d Setting tc_config_path to resolve test issues
  • 649f6b0 Trying appdata as home dir for win
  • 38fa41a Actually adding new test
  • c59033f Moved tests to separate workflow. Added windows tests
  • 3dc8c64 Build and export current path to env PATH to use the bin for testing
  • 232038e Building terracreds to use with test cases
  • e77cf67 Attempting to create the directories needed ahead of time
  • 9280a4e Added home directory env var for runner
  • d70c8a9 Used if condition to ensure goreleaser only runs when it's a tag
  • 1054af2 Specified to run tests on pr
  • b03ce95 Added tests in pipeline
  • 52c7a9b Fixed location of the terraformrc file on mac and linux. Fixed file mode for plugins directory and binary. Added more tests to cover more cases. Bumped version
  • d17e177 Adding more test cases
  • d7b1c75 Adding unit tests and fixing issues where forget wasn't working properly
  • 88418d7 Making the logic for updating config vault shorter and easier to read. Removing vars and const from main and making them fields in the cmd config struct to simplify how the config is built
  • 4080243 Restructuring project to make testing individual components easier and to make the code more readable