Skip to content

Commit

Permalink
Prepare for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Oct 10, 2023
1 parent 8745e89 commit 506c5eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
@@ -1,17 +1,17 @@
## 1.6.1 (Unreleased)
## 1.6.1 (October 10, 2023)

ENHANCEMENTS:
* backend/s3: The `skip_requesting_account_id` argument supports AWS API implementations that do not have the IAM, STS, or metadata API. ([#34002](https://github.com/hashicorp/terraform/pull/34002))

BUG FIXES:
* config: Using sensitive values as one or both of the results of a conditional expression will no longer crash. [GH-33996]
* config: Conditional expression returning refined-non-null result will no longer crash. [GH-33996]
* cli: Skip original signing key expiration check when installing providers through the registry. [GH-34004]
* cli: `GIT_SSH_COMMAND` was being overwritten when fetching git sources. [GH-34045]
* cli: Reverted back to previous behavior of ignoring signing key expiration for provider installation, since it's the provider registry's responsibility to verify key validity at publication time. [GH-34004]
* cli: `GIT_SSH_COMMAND` is now preserved again when fetching modules from git source addresses. [GH-34045]
* cloud: The `TF_WORKSPACE` environment variable works with the `cloud` block again; it can specify a workspace when none is configured, or select an active workspace when the config specifies `tags`. [GH-34012]
* backend/s3: S3, DynamoDB, IAM, and STS endpoint parameters will no longer fail validation if the parsed scheme or hostname is empty. ([#34017](https://github.com/hashicorp/terraform/pull/34017))
* backend/s3: Providing a key alias to the `kms_key_id` argument will no longer fail validation. ([#33993](https://github.com/hashicorp/terraform/pull/33993))

ENHANCEMENTS:
* backend/s3: The `skip_requesting_account_id` argument supports AWS API implementations that do not have the IAM, STS, or metadata API. ([#34002](https://github.com/hashicorp/terraform/pull/34002))

## 1.6.0 (October 4, 2023)

UPGRADE NOTES:
Expand Down

0 comments on commit 506c5eb

Please sign in to comment.