Release v1.3.0-alpha20220622

This commit is contained in:
hc-github-team-tf-core 2022-06-22 19:17:51 +00:00
parent 5df6bac2f7
commit 093abf5677
No known key found for this signature in database
GPG Key ID: C820C6D5CD27AB87
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ UPGRADE NOTES:
* `terraform show -json`: Output changes now include more detail about the unknown-ness of the planned value. Previously, a planned output would be marked as either fully known or partially unknown, with the `after_unknown` field having value `false` or `true` respectively. Now outputs correctly expose the full structure of unknownness for complex values, allowing consumers of the JSON output format to determine which values in a collection are known only after apply.
Consumers of the JSON output format expecting on the `after_unknown` field to be only `false` or `true` should be updated to support [the change representation](https://www.terraform.io/internals/json-format#change-representation) described in the documentation, and as was already used for resource changes. [GH-31235]
Consumers of the JSON output format expecting on the `after_unknown` field to be only `false` or `true` should be updated to support [the change representation](https://www.terraform.io/internals/json-format#change-representation) described in the documentation, and as was already used for resource changes. ([#31235](https://github.com/hashicorp/terraform/issues/31235))
ENHANCEMENTS:
@ -29,7 +29,7 @@ ENHANCEMENTS:
BUG FIXES:
* Made `terraform output` CLI help documentation consistent with web-based documentation. ([#29354](https://github.com/hashicorp/terraform/issues/29354))
* `terraform show -json`: Fixed missing unknown markers in the encoding of partially unknown tuples and sets. [GH-31236]
* `terraform show -json`: Fixed missing unknown markers in the encoding of partially unknown tuples and sets. ([#31236](https://github.com/hashicorp/terraform/issues/31236))
EXPERIMENTS:

View File

@ -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 = "alpha20220622"
// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a