Skip to content

Commit 7ce537d

Browse files
Prepare before 1.11.3 release (#36764)
1 parent b195789 commit 7ce537d

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

.changes/1.11.3.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.11.3 (March 26, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fixes unintended exit of CLI when using the remote backend and applying with post-plan tasks configured in HCP Terraform ([#36686](https://github.com/hashicorp/terraform/issues/36686))
7+
8+
* Modules with zero instances that contain ephemeral resources could produce an error during apply ([#36719](https://github.com/hashicorp/terraform/issues/36719))
9+
10+

.changes/v1.11/BUG FIXES-20250312-114637.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250319-091234.yaml

-5
This file was deleted.

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 1.11.3 (Unreleased)
1+
## 1.11.3 (March 26, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fixes unintended exit of CLI when using the remote backend and applying with post-plan tasks configured in HCP Terraform ([#36686](https://github.com/hashicorp/terraform/issues/36686))
7+
8+
* Modules with zero instances that contain ephemeral resources could produce an error during apply ([#36719](https://github.com/hashicorp/terraform/issues/36719))
9+
210

311
## 1.11.2 (March 12, 2025)
412

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

8391
* Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend ([#36453](https://github.com/hashicorp/terraform/issues/36453))
92+
93+
8494
## Previous Releases
8595

8696
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.3-dev
1+
1.11.3

0 commit comments

Comments
 (0)