Skip to content

Commit 7bffc91

Browse files
authored
release: prepare for v1.10.1 (#36157)
1 parent c256e50 commit 7bffc91

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 1.10.1 (Unreleased)
1+
## 1.10.1 (December 4, 2024)
22

33
BUG FIXES:
4-
- cli: Complex variables values set via environment variables were parsed incorrectly during apply [GH-36121]
5-
- config: `templatefile` would panic if given and entirely unknown map of variables [GH-36118]
6-
- config: `templatefile` would panic if the variables map contains marked values [GH-36127]
7-
- config: Remove constraint that an expanded resource block must only be used in conjunction with imports using `for_each` [GH-36119]
8-
- backend/s3: Lock files could not be written to buckets with object locking enabled [GH-36120]
4+
- cli: Complex variables values set via environment variables were parsed incorrectly during apply ([#36121](https://github.com/hashicorp/terraform/issues/36121))
5+
- config: `templatefile` would panic if given and entirely unknown map of variables ([#36118](https://github.com/hashicorp/terraform/issues/36118))
6+
- config: `templatefile` would panic if the variables map contains marked values ([#36127](https://github.com/hashicorp/terraform/issues/36127))
7+
- config: Remove constraint that an expanded resource block must only be used in conjunction with imports using `for_each` ([#36119](https://github.com/hashicorp/terraform/issues/36119))
8+
- backend/s3: Lock files could not be written to buckets with object locking enabled ([#36120](https://github.com/hashicorp/terraform/issues/36120))
99

1010
## 1.10.0 (November 27, 2024)
1111

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

0 commit comments

Comments
 (0)