Skip to content

Releases: minamijoyo/tfupdate

v0.9.2

09 Aug 14:46
Compare
Choose a tag to compare

Changelog

  • 04f37af Bump version to v0.9.2
  • 742e7be Add support for OpenTofu 1.10
  • 7218bc1 Add support for Terraform 1.12
  • 2b4df41 Update hcl to v2.24.0
  • 09a3dd9 Update golang.org/x/crypto to v0.41.0
  • 52e7b89 Add AI agent optimization project structure and guidelines
  • 9e63ca3 Add CLAUDE.md for Claude Code guidance

v0.9.1

05 May 01:51
Compare
Choose a tag to compare

Changelog

  • c3da6ab Bump version to v0.9.1
  • 3e801eb Fix the build issue with the replace directive

v0.9.0

03 May 13:51
Compare
Choose a tag to compare

Changelog

  • a14bb6c Bump version to v0.9.0
  • ccc387c Update description for brew tap
  • 358e2c6 Add acceptance tests for OpenTofu
  • 35c1be9 Add support for updating .terraform.lock.hcl using OpenTofu registry
  • f011592 Create a lock index from the given tfregistry config
  • 7144eb6 Unify tfregistry config for release and lock packages
  • 08dd5e0 Allow TFREGISTRY_BASE_URL to set the host of the Terraform registry
  • cdfeaec Remove the experimental badge from the Registry Provider source type
  • 1cd1a5e Use the list all versions API for the OpenTofu registry compatibility
  • 64780bd Add support for the OpenTofu registry as a release source
  • dd06b3e Pin all GitHub Actions
  • ab6ae1e Use a forked terraform-config-inspect to support .tofu extension
  • ddd4c0b Add support for .tofu extension
  • c033372 Add support for updating version constraints of opentofu core
  • 6974b08 Add support for Terraform 1.11
  • f393f08 Update hcl to v2.23.0
  • 3c73b86 Update Alpine to 3.21
  • f841de7 Update golangci-lint to 1.64.8
  • 3266f0c Update Go to 1.24

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