Skip to content

Commit

Permalink
Release v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Mar 10, 2021
1 parent 15db658 commit ee7197b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## 0.14.8 (Unreleased)
## 0.14.8 (March 10, 2021)

BUG FIXES:

* config: Update HCL package to fix panics when indexing using sensitive values [GH-28034]
* core: Fix error when using sensitive values in provisioner configuration [GH-27819]
* core: Fix empty diags not getting associated with source [GH-28029]
* backend/remote: Fix non-functional `-lock-timeout` argument when using the remote backend with local operations [GH-27845]
* config: Update HCL package to fix panics when indexing using sensitive values ([#28034](https://github.com/hashicorp/terraform/issues/28034))
* core: Fix error when using sensitive values in provisioner configuration ([#27819](https://github.com/hashicorp/terraform/issues/27819))
* core: Fix empty diags not getting associated with source ([#28029](https://github.com/hashicorp/terraform/issues/28029))
* backend/remote: Fix non-functional `-lock-timeout` argument when using the remote backend with local operations ([#27845](https://github.com/hashicorp/terraform/issues/27845))

ENHANCEMENTS:

* config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules [GH-28034]
* config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules ([#28034](https://github.com/hashicorp/terraform/issues/28034))

## 0.14.7 (February 17, 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 = "0.14.8"
// 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 ee7197b

Please sign in to comment.