Unverified Commit 54f3e203 authored by hc-github-team-tf-core's avatar hc-github-team-tf-core
Browse files

Release v1.2.6

parent 436340dd
No related merge requests found
Pipeline #43593 failed with stages
in 40 minutes and 43 seconds
Showing with 8 additions and 8 deletions
+8 -8
## 1.2.6 (Unreleased)
## 1.2.6 (July 27, 2022)
ENHANCEMENTS:
* Add a warning and guidance when `terraform init` fails to fully populate the `.terraform.lock.hcl` file. [GH-31399]
* Add a direct link to the relevant documentation when `terraform init` fails on missing checksums. [GH-31408]
* Add a warning and guidance when `terraform init` fails to fully populate the `.terraform.lock.hcl` file. ([#31399](https://github.com/hashicorp/terraform/issues/31399))
* Add a direct link to the relevant documentation when `terraform init` fails on missing checksums. ([#31408](https://github.com/hashicorp/terraform/issues/31408))
BUG FIXES:
* Fix panic on `terraform show` when state file is invalid or unavailable. [GH-31444]
* Fix `terraform providers lock` command failing on missing checksums. [GH-31389]
* Some combinations of move block operations would be executed in the wrong order [GH-31499]
* Don't attribute an error to the provider when a computed attribute is listed in `ignore_changes` [GH-31509]
* Fix panic on `terraform show` when state file is invalid or unavailable. ([#31444](https://github.com/hashicorp/terraform/issues/31444))
* Fix `terraform providers lock` command failing on missing checksums. ([#31389](https://github.com/hashicorp/terraform/issues/31389))
* Some combinations of move block operations would be executed in the wrong order ([#31499](https://github.com/hashicorp/terraform/issues/31499))
* Don't attribute an error to the provider when a computed attribute is listed in `ignore_changes` ([#31509](https://github.com/hashicorp/terraform/issues/31509))
## 1.2.5 (July 13, 2022)
......
......@@ -16,7 +16,7 @@ var Version = "1.2.6"
// 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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment