Skip to content

Commit 79c0b66

Browse files
Prepare before 1.11.0-rc2 release (#36534)
1 parent 1996c85 commit 79c0b66

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.0 (Unreleased)
1+
## 1.11.0-rc2 (February 19, 2025)
22

33

44
NEW FEATURES:
@@ -31,7 +31,7 @@ ENHANCEMENTS:
3131
- client_secret_file_path
3232
([#36258](https://github.com/hashicorp/terraform/issues/36258))
3333

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

3636

3737
BUG FIXES:
@@ -42,6 +42,8 @@ BUG FIXES:
4242

4343
* backends: Fix crash when interrupting during interactive prompt for values ([#36448](https://github.com/hashicorp/terraform/issues/36448))
4444

45+
* Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend ([#36453](https://github.com/hashicorp/terraform/issues/36453))
46+
4547

4648
## Previous Releases
4749

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0-dev
1+
1.11.0-rc2

0 commit comments

Comments
 (0)