Skip to content

Releases: minamijoyo/tfupdate

v0.8.5

02 Aug 09:36
Compare
Choose a tag to compare

Changelog

v0.8.5-beta2

02 Aug 09:26
Compare
Choose a tag to compare
v0.8.5-beta2 Pre-release
Pre-release

Changelog

  • 43d19cf Switch to the official action for creating GitHub App token

v0.8.5-beta1

02 Aug 09:00
Compare
Choose a tag to compare
v0.8.5-beta1 Pre-release
Pre-release

Changelog

v0.8.4

01 Aug 03:04
Compare
Choose a tag to compare

Changelog

v0.8.4-beta1

01 Aug 02:55
Compare
Choose a tag to compare
v0.8.4-beta1 Pre-release
Pre-release

Changelog

v0.8.2

15 Apr 00:43
Compare
Choose a tag to compare

Changelog

  • 6619e6c Bump version to v0.8.2
  • 26d4cdf Add support for Terraform 1.8
  • 35c906e Add support for provider-defined functions
  • d8f4871 feat: update to use go 1.22

v0.8.1

26 Jan 13:16
Compare
Choose a tag to compare

Changelog

  • 9844864 Bump version to v0.8.1
  • 9cf3bc9 Add support for Terraform 1.7
  • 12c4d72 Update hcl to v2.19.1
  • e067869 Compile regex only for tfupdate module command
  • e1441c9 Compile the regex once in the NewOption func
  • 9f63ba1 Proper escaping of the regular expression example
  • c4a046f chore: fix linting format error
  • 94700d7 Add RE2 regex support for module updates

v0.8.0

08 Oct 15:05
Compare
Choose a tag to compare

Changelog

  • 69e4241 Bump version to v0.8.0
  • 0726470 Add support for Terraform v1.6
  • f2bcaec Add support for provider namespace
  • 4b1cefd Fixed a crash when parsing invalid release versions as SemVer
  • 4df143a Update hcl to v2.18.1
  • c759066 Update actions/checkout to v4
  • 9f2ac75 deps: update to use go1.21

v0.7.2

07 Jul 08:58
Compare
Choose a tag to compare

Changelog

  • 3c8f8f9 Bump version to v0.7.2
  • dc6f2d7 Fix a regression issue for updating .hcl file

v0.7.1

05 Jul 06:33
Compare
Choose a tag to compare

Changelog

  • a9ab7c9 Bump version to v0.7.1
  • 78a5112 Fix a regression issue for using absolute path
  • 0a20d4a Update docker related actions to latest
  • 02e7f5e Set docker build timeout to 20m