Skip to content

Commit 42a3b0c

Browse files
Prepare before 1.11.2 release (#36681)
1 parent d13e4c3 commit 42a3b0c

7 files changed

+42
-22
lines changed

.changes/1.11.2.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 1.11.2 (March 12, 2025)
2+
3+
4+
ENHANCEMENTS:
5+
6+
* Azure Backend supports ADO Pipelines OIDC token refresh by using the `oidc_request_url`, `oidc_request_token` and (the new) `ado_pipeline_service_connection_id`. ([#36458](https://github.com/hashicorp/terraform/issues/36458))
7+
8+
9+
BUG FIXES:
10+
11+
* Return error when the templatestring function contains only a single interpolation that evaluates to a null value ([#36652](https://github.com/hashicorp/terraform/issues/36652))
12+
13+
* Backend/azure: `subscription_id` be optional & skip *unnecessary* management plane API call in some setup ([#36595](https://github.com/hashicorp/terraform/issues/36595))
14+
15+
16+
NOTES:
17+
18+
* Updated dependency github.com/hashicorp/aws-sdk-go-base/v2 to v2.0.0-beta.62 to support newly added AWS regions ([#36625](https://github.com/hashicorp/terraform/issues/36625))
19+
20+

.changes/v1.11/BUG FIXES-20250310-093153.yaml

-5
This file was deleted.

.changes/v1.11/BUG FIXES-20250311-104640.yaml

-5
This file was deleted.

.changes/v1.11/ENHANCEMENTS-20250207-164803.yaml

-5
This file was deleted.

.changes/v1.11/NOTES-20250305-101858.yaml

-5
This file was deleted.

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
## 1.11.2 (Unreleased)
1+
## 1.11.2 (March 12, 2025)
2+
3+
4+
ENHANCEMENTS:
5+
6+
* Azure Backend supports ADO Pipelines OIDC token refresh by using the `oidc_request_url`, `oidc_request_token` and (the new) `ado_pipeline_service_connection_id`. ([#36458](https://github.com/hashicorp/terraform/issues/36458))
7+
8+
9+
BUG FIXES:
10+
11+
* Return error when the templatestring function contains only a single interpolation that evaluates to a null value ([#36652](https://github.com/hashicorp/terraform/issues/36652))
12+
13+
* Backend/azure: `subscription_id` be optional & skip *unnecessary* management plane API call in some setup ([#36595](https://github.com/hashicorp/terraform/issues/36595))
14+
15+
16+
NOTES:
17+
18+
* Updated dependency github.com/hashicorp/aws-sdk-go-base/v2 to v2.0.0-beta.62 to support newly added AWS regions ([#36625](https://github.com/hashicorp/terraform/issues/36625))
19+
220

321
## 1.11.1 (March 5, 2025)
422

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

6381
* Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend ([#36453](https://github.com/hashicorp/terraform/issues/36453))
82+
83+
6484
## Previous Releases
6585

6686
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.2-dev
1+
1.11.2

0 commit comments

Comments
 (0)