Releases: mbode/terraform-state-mover
0.5.0
Changelog
Added
- Reintroduce possibility of partial moves by selecting Finished as source
- Add builds for
darwin/arm64
andwindows/arm64
by upgrading Go from 1.15 to 1.17
Fixed
- Fix passing of extra arguments to
terraform plan
call
Commits
0.4.2
Changelog
Fixed
- Fix deprecation warning about
bottle :unneeded
in homebrew tap
Commits
0.4.1
0.4.0
Changelog
Added
- Search in resource addresses (#20, contributed by @pascal-hofmann)
- Print terraform state mv commands on interrupt (#22, contributed by @pascal-hofmann)
Commits
ac19967 Add example for skipping state refresh to README.md
04398ed Assert terraform compatibility for 0.15.0…5 and older patch releases
7c61389 Bump github.com/agnivade/levenshtein from 1.1.0 to 1.1.1
ffbc6bc Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0
30474f0 Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0
78ea923 Ensure compatibility with Terraform 0.14
cf3b2f6 Ensure compatibility with Terraform 1.0.0
16d6b21 Ensure terraform version compatibility for up to 0.14.7
47b3eb2 Make lists searchable and add key mapping to README.md
f9dfb6d Print terraform state mv commands on interrupt
73d38be Refine GitHub action
6806abc Release 0.4.0
e70d765 Upgrade to GitHub-native Dependabot
0.3.0
Changelog
Added
- Delay flag to prevent hitting rate limits with remote state (#8, contributed by @xanonid)
- Flags for verbose output and dry-run mode (#8, contributed by @xanonid)
Commits
2b68a2e Add delay flag to prevent hitting rate limits with remote state
3cae4e8 Add hint to README.md about GCP provider and delay flag
3bf6fca Add verbose and dry-run flag
2aef259 Ensure Terraform 0.13.4 compatibility
bdf4ed2 Release 0.3.0
7816d7a Set default delay to 0s, uses config everywhere (review comments)
4752829 Track test coverage on codecov.io
0.2.0
Changelog
Added
- Publish a homebrew formula
Commits
4f444d8 Add dependabot badge to readme
a5c33f6 Bump github.com/manifoldco/promptui from 0.7.0 to 0.8.0
5572f58 Bump github.com/urfave/cli/v2 from 2.0.0-20190806… to 2.2.0
fba9b8d Create changelog
ba95bb9 Ensure Terraform 0.13.3 compatibility
bd95c6b Publish for homebrew
ad576d8 Release 0.2.0
5d6e412 Update README to include a link to releases
0.1.0
Changelog
Added
- Initial release
Commits
6ffdb19 Add LICENSE
d55e056 Add README including demo gif
397c836 Add badges to README
e83afef Add comments to top-level package and exported types
fffe5a4 Add github action
5c96bd1 Add help and version commands
42ad18c Add tf versions 0.12.10 to 0.12.26 to test matrix
3e65578 Add travis integration
1e94984 Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1
f7f4ad5 Bump github.com/manifoldco/promptui from 0.3.2 to 0.7.0
743afb5 Check 0.10 compatibility
89599c1 Check 0.9 compatibility
c4aec91 Check compatibility with terraform versions up to 0.12.9
e6d4cb0 Check terraform 0.11 compatibility
5e4fd6a Create initial version
e118021 Do not use travis anymore
e3c434d Document terraform version compatibility in readme
1c465a1 Ensure Terraform 0.13 compatibility in test
d68fa21 Fix ineffassign
fc3323d Fix tests
ee705c4 Fix tests
fa85352 Improve error handling
538d85b Install terraform on travis
7d9c0fd Limit types of source resources to those of the destinations
fc04784 Make compatible with pre 0.12
07fd745 Merge pull request #2 from mbode/dependabot/go_modules/github.com/manifoldco/promptui-0.7.0
ec8fc9b Merge pull request #3 from mbode/dependabot/go_modules/github.com/hashicorp/go-version-1.2.1
f30302c Move several resources without needing to run terraform plan
again
e27f7af Pass args to terraform plan
47846b0 Sort suggested destinations by editing distance
98d1ffa Test terraform 0.12 version compatibility
489ae23 Upgrade go 1.12 -> 1.15
17be82a Use goreleaser
56a41fa Use matrix strategy to test against different terraform versions