Skip to content

v0.3.15

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 14:05
· 65 commits to master since this release

Changelog

  • 16c8195 Bump version to v0.3.15
  • 7408063 use ignoreLegacyStateInitErr in OverrideBackendToLocal
  • 67ed675 reduce special error handling to 'replace-provider'
  • 37e2834 allow terraform init to fail in additional codepaths
  • 4ecad8d improve state replace-provider tests
  • 5b6b03d improve replace-provider's unit tests
  • d522a4b unit test StateReplaceProviderAction
  • 64b3a3a simplify return by omitting variable declaration
  • 536cd84 correct documentation typo
  • 5744dc3 correct StateReplaceProviderAction type check
  • 8b3d1d8 correct typo in test ouput
  • 44b38c0 deps: bump to use go1.21 and fix golangci-lint errors
  • 4a1e408 add replace-provider action
  • a9940e1 Fix lint issues
  • ab0e6b7 Clean up after merging the tfmigrate-storage repository
  • e54607c Add 'storage/' from commit '197930a00017e79ae1bc5d23140c102f9a7fcb6b'
  • ba46ca9 Change tfmigrate-storage license from MPL2 to MIT
  • 5a75d4a add GoDocs to all public things
  • d35e88e create a helper method to shorten the implementation
  • c661d59 drop the Endpoint config
  • 8ad4b7b replace ioutil with io
  • ba92a6c feat: add a simple GCS storage impl
  • 01f149d Update golangci-lint to v1.45.2 and actions to latest
  • 3d07362 Add README.md
  • 7641a6e Setup CI with GitHub Actions
  • 62ad713 Add LICENSE
  • 095531f Update the module path to tfmigrate-storage
  • 8d7eaae Copy the storage package from minamijoyo/tfmigrate
  • 1617c7b Initial commit