Skip to content

Commit

Permalink
Release v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Oct 28, 2021
1 parent c0bd7d6 commit 71f77c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 1.0.10 (Unreleased)
## 1.0.10 (October 28, 2021)

BUG FIXES:

* backend/oss: Fix panic when there's an error looking up OSS endpoints [GH-29784]
* backend/remote: Fix version check when migrating state [GH-29793]
* cli: Restore `-lock` and `-lock-timeout` flags for the `init` command, which were removed in 0.15.0 [GH-29773]
* cli: Fix bug where `terraform init -input=false` would hang waiting for user input to choose a workspace [GH-29805]
* backend/oss: Fix panic when there's an error looking up OSS endpoints ([#29784](https://github.com/hashicorp/terraform/issues/29784))
* backend/remote: Fix version check when migrating state ([#29793](https://github.com/hashicorp/terraform/issues/29793))
* cli: Restore `-lock` and `-lock-timeout` flags for the `init` command, which were removed in 0.15.0 ([#29773](https://github.com/hashicorp/terraform/issues/29773))
* cli: Fix bug where `terraform init -input=false` would hang waiting for user input to choose a workspace ([#29805](https://github.com/hashicorp/terraform/issues/29805))

## 1.0.9 (October 13, 2021)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var Version = "1.0.10"
// 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 71f77c8

Please sign in to comment.