diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d3c69b41c7..d71f3e6c9a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.0 (Unreleased) +## 1.15.0-alpha20260114 (January 14, 2026) NEW FEATURES: @@ -27,6 +27,13 @@ BUG FIXES: * `state show`: The `state show` command will now explicitly fail and return code 1 when it fails to render the named resources state ([#37933](https://github.com/hashicorp/terraform/issues/37933)) +* lifecycle: `replace_triggered_by` now reports an error when given an invalid attribute reference that does not exist in the target resource ([#36740](https://github.com/hashicorp/terraform/issues/36740)) + + +UPGRADE NOTES: + +* backend/s3: The `AWS_USE_FIPS_ENDPOINT` and `AWS_USE_DUALSTACK_ENDPOINT` environment variables now only respect `true` or `false` values, aligning with the AWS SDK for Go. This replaces the previous behavior which treated any non-empty value as `true`. ([#37601](https://github.com/hashicorp/terraform/issues/37601)) + EXPERIMENTS: diff --git a/version/VERSION b/version/VERSION index 9a4866bbcede..880d77e29849 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.0-dev +1.15.0-alpha20260114