Releases: kreuzwerker/m1-terraform-provider-helper
0.2.5
Changelog
- 46c13d6 Merge pull request #16 from patrickjahns/feat/respect_go_path
- f84c6e2 Merge pull request #18 from kreuzwerker/fix_aws_provider_build
- f6c2225 Prepare release 0.2.5
- 7233f8d docs(readme): prefix version in example with 'v'
- 1a619ca fix: Provide different build commands for different provider versions.
- 892628c fix: respect GOPATH environment variable
- 0de32bb style: do not cuddle return statement
- 91efe3c test: Add tests for helper functions.
0.2.4
0.2.3
0.2.2
Changelog
83ad0ad Merge pull request #7 from kreuzwerker/install_improvements
a91a69e Prepare release 0.2.2
908e5a1 docs: Update tf provider information.
2627abf fix(lint): Fix cuddled assignments.
4abd152 fix(scripts): Let python script run until the end.
c626b92 refactor(scripts): Cleanup py script to get tf provider info.
0a8b697 refactor(scripts): Rename python script.
746492b src: Improve handling of existing provider repos.
0.2.1
Changelog
a2b7b09 Add files via upload
d6fa33c Add files via upload
6115630 Add files via upload
211d356 Add files via upload
72fd0c1 Delete main.py
b32f51e Delete provider_information.md
836f43d Delete provider_information.md
1f46bfd Merge pull request #5 from victorvinken/main
f841821 Prepare release 0.2.1
6d4faa1 doc: Add installation instruction. Closes #4
ac07195 fix: add linux os and amd64 arch for brew formula
0.2.0
0.1.3
Changelog
ec68130 Prepare release 0.1.3
2c72e88 chore(deps): Remove github.com/mitchellh/go-BaseDir.
7cc425a chore: Add first tests.
4caada2 ci: Add Brew section to goreleaser.
2ce2d68 fix(deps): Add github.com/mitchellh/go-BaseDir
ab65a7e refactor: Move status application logic to app.go.
ee65c8d refactor: Rewrite App.Config and make Out configurable.
695029d test: Add test for CheckStatus and IsTerraformPluginDirExistent.