Skip to content

Commit 4c33a0b

Browse files
Prepare before 1.11.0-rc1 release (#36481)
1 parent cccb2a9 commit 4c33a0b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.0 (Unreleased)
1+
## 1.11.0-rc1 (February 12, 2025)
22

33

44
NEW FEATURES:
@@ -20,11 +20,17 @@ ENHANCEMENTS:
2020

2121
* `terraform test`: Add new `state_key` attribute for `run` blocks, allowing test authors control over which internal state file should be used for the current test run. ([#36185](https://github.com/hashicorp/terraform/issues/36185))
2222

23+
* Include `ca-certificates` package in our official Docker image to help with certificate handling by downstream ([#36471](https://github.com/hashicorp/terraform/issues/36471))
24+
2325

2426
BUG FIXES:
2527

2628
* ephemeral values: correct error message when ephemeral values are included in provisioner output ([#36427](https://github.com/hashicorp/terraform/issues/36427))
2729

30+
* Attempting to override a variable during `apply` via `TF_VAR_` environment variable will now yield warning instead of misleading error. ([#36435](https://github.com/hashicorp/terraform/issues/36435))
31+
32+
* backends: Fix crash when interrupting during interactive prompt for values ([#36448](https://github.com/hashicorp/terraform/issues/36448))
33+
2834

2935
## Previous Releases
3036

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0-dev
1+
1.11.0-rc1

0 commit comments

Comments
 (0)