Skip to content

Commit 898e397

Browse files
authored
Merge pull request #36384 from hashicorp/prepare/1.10.5
Prepare for 1.10.5 release
2 parents 31e4888 + 322573c commit 898e397

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

.changes/1.10.5.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 1.10.5 (January 22, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* element(...): no longer crashes when asked for a negative index into a tuple. ([#36376](https://github.com/hashicorp/terraform/issues/36376))
7+
8+
* Updated dependency `github.com/hashicorp/go-slug` `v0.16.0` => `v0.16.3` to integrate latest changes (fix for CVE-2025-0377) ([#36273](https://github.com/hashicorp/terraform/issues/36273))
9+
10+
* jsondecode(...): improved error message when objects contain duplicate keys ([#36376](https://github.com/hashicorp/terraform/issues/36376))
11+
12+

.changes/backported/BUG FIXES-20250122-082755.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/backported/BUG FIXES-20250122-083138.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/backported/BUG FIXES-20250122-110052.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 1.10.5 (Unreleased)
1+
## 1.10.5 (January 22, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* element(...): no longer crashes when asked for a negative index into a tuple. ([#36376](https://github.com/hashicorp/terraform/issues/36376))
7+
8+
* Updated dependency `github.com/hashicorp/go-slug` `v0.16.0` => `v0.16.3` to integrate latest changes (fix for CVE-2025-0377) ([#36273](https://github.com/hashicorp/terraform/issues/36273))
9+
10+
* jsondecode(...): improved error message when objects contain duplicate keys ([#36376](https://github.com/hashicorp/terraform/issues/36376))
11+
212

313
## 1.10.4 (January 8, 2025)
414

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.5-dev
1+
1.10.5

0 commit comments

Comments
 (0)