This commit is contained in:
tf-release-bot 2019-10-18 18:39:16 +00:00 committed by TeamCity
parent 4e787a2ade
commit ade49ebca7
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
## 0.12.12 (Unreleased)
## 0.12.12 (October 18, 2019)
BUG FIXES:
* backend/remote: Don't do local validation of whether variables are set prior to submitting, because only the remote system knows the full set of configured stored variables and environment variables that might contribute. This avoids erroneous error messages about unset required variables for remote runs when those variables will be set by stored variables in the remote workspace. [GH-23122]
* backend/remote: Don't do local validation of whether variables are set prior to submitting, because only the remote system knows the full set of configured stored variables and environment variables that might contribute. This avoids erroneous error messages about unset required variables for remote runs when those variables will be set by stored variables in the remote workspace. ([#23122](https://github.com/hashicorp/terraform/issues/23122))
## 0.12.11 (October 17, 2019)

View File

@ -16,7 +16,7 @@ var Version = "0.12.12"
// 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