Skip to content

Commit 4920d02

Browse files
Prepare before 1.11.1 release (#36639)
1 parent 5fcae9a commit 4920d02

8 files changed

+34
-27
lines changed

.changes/1.11.1.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.11.1 (March 5, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Temporarily revert updated Windows symlink handling until we can account for known existing configurations using non-symlink junctions. ([#36575](https://github.com/hashicorp/terraform/issues/36575))
7+
8+
* `terraform test`: Fix crash when a run block attempts to cleanup after a non-applyable plan. ([#36582](https://github.com/hashicorp/terraform/issues/36582))
9+
10+
* Updated dependency golang.org/x/oauth2 from v0.23.0 => v0.27.0 to integrate latest changes (fix for CVE-2025-22868) ([#36584](https://github.com/hashicorp/terraform/issues/36584))
11+
12+
* lang/funcs/transpose: Avoid crash due to map with null values ([#36611](https://github.com/hashicorp/terraform/issues/36611))
13+
14+
* Combining ephemeral and sensitive marks could fail when serializing planned changes ([#36619](https://github.com/hashicorp/terraform/issues/36619))
15+
16+

.changes/v1.11/BUG FIXES-20250225-083056.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250226-140931.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250226-181429.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250303-125722.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250303-144020.yaml

-5
This file was deleted.

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## 1.11.1 (Unreleased)
1+
## 1.11.1 (March 5, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Temporarily revert updated Windows symlink handling until we can account for known existing configurations using non-symlink junctions. ([#36575](https://github.com/hashicorp/terraform/issues/36575))
7+
8+
* `terraform test`: Fix crash when a run block attempts to cleanup after a non-applyable plan. ([#36582](https://github.com/hashicorp/terraform/issues/36582))
9+
10+
* Updated dependency golang.org/x/oauth2 from v0.23.0 => v0.27.0 to integrate latest changes (fix for CVE-2025-22868) ([#36584](https://github.com/hashicorp/terraform/issues/36584))
11+
12+
* lang/funcs/transpose: Avoid crash due to map with null values ([#36611](https://github.com/hashicorp/terraform/issues/36611))
13+
14+
* Combining ephemeral and sensitive marks could fail when serializing planned changes ([#36619](https://github.com/hashicorp/terraform/issues/36619))
15+
216

317
## 1.11.0 (February 27, 2025)
418

@@ -45,6 +59,8 @@ BUG FIXES:
4559
* backends: Fix crash when interrupting during interactive prompt for values ([#36448](https://github.com/hashicorp/terraform/issues/36448))
4660

4761
* Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend ([#36453](https://github.com/hashicorp/terraform/issues/36453))
62+
63+
4864
## Previous Releases
4965

5066
For information on prior major and minor releases, refer to their changelogs:

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1-dev
1+
1.11.1

0 commit comments

Comments
 (0)