Skip to content

Commit

Permalink
Release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Jul 27, 2022
1 parent 436340d commit 54f3e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
@@ -1,16 +1,16 @@
## 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)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -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
Expand Down

0 comments on commit 54f3e20

Please sign in to comment.