Skip to content

Commit

Permalink
Prepare before 1.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Mar 5, 2025
1 parent 5fcae9a commit 715092b
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 27 deletions.
16 changes: 16 additions & 0 deletions .changes/1.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 1.11.1 (March 5, 2025)


BUG FIXES:

* 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))

* `terraform test`: Fix crash when a run block attempts to cleanup after a non-applyable plan. ([#36582](https://github.com/hashicorp/terraform/issues/36582))

* 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))

* lang/funcs/transpose: Avoid crash due to map with null values ([#36611](https://github.com/hashicorp/terraform/issues/36611))

* Combining ephemeral and sensitive marks could fail when serializing planned changes ([#36619](https://github.com/hashicorp/terraform/issues/36619))


5 changes: 0 additions & 5 deletions .changes/v1.11/BUG FIXES-20250225-083056.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/v1.11/BUG FIXES-20250226-140931.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/v1.11/BUG FIXES-20250226-181429.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/v1.11/BUG FIXES-20250303-125722.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/v1.11/BUG FIXES-20250303-144020.yaml

This file was deleted.

18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## 1.11.1 (Unreleased)
## 1.11.1 (March 5, 2025)


BUG FIXES:

* 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))

* `terraform test`: Fix crash when a run block attempts to cleanup after a non-applyable plan. ([#36582](https://github.com/hashicorp/terraform/issues/36582))

* 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))

* lang/funcs/transpose: Avoid crash due to map with null values ([#36611](https://github.com/hashicorp/terraform/issues/36611))

* Combining ephemeral and sensitive marks could fail when serializing planned changes ([#36619](https://github.com/hashicorp/terraform/issues/36619))


## 1.11.0 (February 27, 2025)

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

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


## Previous Releases

For information on prior major and minor releases, refer to their changelogs:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1-dev
1.11.1

0 comments on commit 715092b

Please sign in to comment.