You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
## 1.10.1 (Unreleased)
1
+
## 1.10.1 (December 4, 2024)
2
2
3
3
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))
0 commit comments