Skip to content

v1.2.3

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 15 Jun 17:56
· 2683 commits to main since this release

1.2.3 (June 15, 2022)

UPGRADE NOTES:

  • The following remote state backends are now marked as deprecated, and are
    planned to be removed in a future Terraform release. These backends have
    been unmaintained since before Terraform v1.0, and may contain known bugs,
    outdated packages, or security vulnerabilities.
    • artifactory
    • etcd
    • etcdv3
    • manta
    • swift

BUG FIXES:

  • Missing check for error diagnostics in GetProviderSchema could result in panic (#31184)
  • Module registries returning X-Terraform-Get locations with no URL would error with "no getter available for X-Terraform-Get source protocol" (#31237)
  • Fix crash from concurrent operation on shared set of resource instance dependencies (#31246)
  • backend/cos: tencentcloud-terraform-lock tag was not removed in all cases (#31223)