Skip to content

Commit

Permalink
Merge pull request #36384 from hashicorp/prepare/1.10.5
Browse files Browse the repository at this point in the history
Prepare for 1.10.5 release
  • Loading branch information
jbardin authored Jan 22, 2025
2 parents 31e4888 + 322573c commit 898e397
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .changes/1.10.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 1.10.5 (January 22, 2025)


BUG FIXES:

* element(...): no longer crashes when asked for a negative index into a tuple. ([#36376](https://github.com/hashicorp/terraform/issues/36376))

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

* jsondecode(...): improved error message when objects contain duplicate keys ([#36376](https://github.com/hashicorp/terraform/issues/36376))


5 changes: 0 additions & 5 deletions .changes/backported/BUG FIXES-20250122-082755.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/backported/BUG FIXES-20250122-083138.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/backported/BUG FIXES-20250122-110052.yaml

This file was deleted.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 1.10.5 (Unreleased)
## 1.10.5 (January 22, 2025)


BUG FIXES:

* element(...): no longer crashes when asked for a negative index into a tuple. ([#36376](https://github.com/hashicorp/terraform/issues/36376))

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

* jsondecode(...): improved error message when objects contain duplicate keys ([#36376](https://github.com/hashicorp/terraform/issues/36376))


## 1.10.4 (January 8, 2025)

Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.5-dev
1.10.5

0 comments on commit 898e397

Please sign in to comment.