mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Release v1.3.0-alpha20220608
This commit is contained in:
parent
5bfd746696
commit
da14009ef0
2 changed files with 3 additions and 3 deletions
|
|
@ -16,11 +16,11 @@ UPGRADE NOTES:
|
|||
|
||||
Assigning `{ a = "foo" }` to this variable will result in the value `{ a = "foo", b = null, c = 127 }`.
|
||||
|
||||
This functionality was introduced as an experiment in Terraform 0.14. This release removes the experimental `defaults` function. [GH-31154]
|
||||
This functionality was introduced as an experiment in Terraform 0.14. This release removes the experimental `defaults` function. ([#31154](https://github.com/hashicorp/terraform/issues/31154))
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* Made `terraform output` CLI help documentation consistent with web-based documentation [GH-29354]
|
||||
* Made `terraform output` CLI help documentation consistent with web-based documentation ([#29354](https://github.com/hashicorp/terraform/issues/29354))
|
||||
|
||||
## Previous Releases
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ var Version = "1.3.0"
|
|||
// 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 = "alpha20220608"
|
||||
|
||||
// SemVer is an instance of version.Version. This has the secondary
|
||||
// benefit of verifying during tests and init time that our version is a
|
||||
|
|
|
|||
Loading…
Reference in a new issue