Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Jun 15, 2022
1 parent 59618df commit 9a30749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.2.3 (Unreleased)
## 1.2.3 (June 15, 2022)

UPGRADE NOTES:

Expand All @@ -14,10 +14,10 @@ UPGRADE NOTES:

BUG FIXES:

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

## 1.2.2 (June 01, 2022)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -16,7 +16,7 @@ var Version = "1.2.3"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var Prerelease = "dev"
var Prerelease = ""

// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 9a30749

Please sign in to comment.