Skip to content

Releases: minamijoyo/tfmigrate

v0.4.5

04 May 13:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • df02bcc Bump version to v0.4.5
  • 3adef41 Update goreleaser-action to v7
  • 83dbab9 Update create-github-app-token to v3
  • dd9cebb Update setup-go to v6
  • 517181b Update actions/checkout to v6
  • acbc7de Update golangci-lint-action to v9.2.0
  • 5e5d94e Remove unnecessary exclusion settings
  • bf2831c Suppress linter warnings that are essentially harmless
  • ff5c624 Fix QF1008: could remove embedded field from selector (staticcheck)
  • 6bd0532 Fix QF1001: could apply De Morgan's law (staticcheck)
  • d254ced Fix docs URL for golangci-lint
  • 1d2495d Update golangci-lint to v2.11.4
  • 6cc071f Update Go to v1.26
  • 632304c Fix generating plugin cache in testacc
  • ce98ca1 Add support for Terraform v1.15

v0.4.4

22 Dec 02:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 1dc76ed Bump version to v0.4.4
  • aa85fd9 Add support for OpenTofu v1.11
  • 410b439 Add support for Terraform v1.14

v0.4.3

10 Aug 01:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • ec688de Bump version to v0.4.3
  • 03bd2e9 Add support for OpenTofu v1.10
  • 4f94e4d chore: Upgrade golang libs with vulnerabilities
  • 7939b67 Use the OpenTofu installer instead of Docker image on test setup
  • f875b78 Add support for Terraform v1.12

v0.4.2

28 Apr 05:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 0948807 Bump version to v0.4.2
  • 3527c0a Remove non-ascii characters
  • 3585905 Remove trailing white spaces
  • fae7030 Add support for OpenTofu v1.9
  • de60b56 Add support for Terraform v1.11
  • fc436d8 Update Go to v1.24
  • f30f0ba Allow setting --config via the environment variable TFMIGRATE_CONFIG
  • c1c58f9 Allow environment variables to be injected into .tfmigrate.hcl
  • df9a9a4 Pin all GitHub Actions
  • 75f0da2 Fix the problem that "TFMIGRATE_EXEC_PATH=terragrunt" raise parse error due to CLI redesign of terragrunt v0.73.0.
  • b8fb0b8 Change wording
  • 56d0f9a Add section documenting usage and requirements for terragrunt
  • 18e3a05 Add an example of how to integrate tfmigrate with Digger

v0.4.1

03 Dec 09:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • e8bca1a Bump version to v0.4.1
  • 5598231 Add support for Terraform v1.10
  • 58718c7 Restore and deprecate the to_skip_plan in a single-state migration
  • 2501e45 Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan".

v0.4.0

11 Nov 09:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

v0.4.0-beta1

07 Nov 08:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.4.0-beta1 Pre-release
Pre-release

Changelog

  • b1b6fac Bump version to v0.4.0-beta1
  • 1d9da6a Upgrade AWS SDK Go to v2

v0.3.25

06 Nov 09:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 95e1083 Bump version to 0.3.25
  • 444ca23 Update test matrix to latest
  • f766113 Rename docker-compose.yml to compose.yaml
  • ec1a808 Remove obsolete version attribute from docker-compose.yml
  • 995c55b upgrade aws-sdk-go to v1.55.5

v0.3.24

06 Aug 14:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 59451f0 Bump version to v0.3.24
  • c37337b Switch to the official action for creating GitHub App token
  • 05dcb2c Update goreleaser to v2
  • 9ea02f8 Add support for OpenTofu 1.8
  • 89941a9 Update setup-go to v5
  • e25efeb Fix lint issues
  • 26719be Update golangci-lint to v1.59.1
  • 7e634d6 Update alpine to v3.20
  • 99c1fd3 Use docker compose command instead of docker-compose
  • 9328fbe Add support for Terraform v1.9

v0.3.23

01 May 01:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 1965743 Bump version to v0.3.23
  • e750f87 Add support for OpenTofu v1.7
  • e82c0dd chore: Upgrade golang libs with vulnerabilities