Skip to content

Commit d03254d

Browse files
authored
chore: v0.38.17 release (tendermint#4909)
1 parent d8b51b4 commit d03254d

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- `[go/runtime]` Bump minimum Go version to 1.22.11
2+
([\#4891](https://github.com/cometbft/cometbft/pull/4891))

.changelog/v0.38.17/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*February 3, 2025*
2+
3+
This release fixes two security issues (ASA-2025-001, ASA-2025-002). Users are
4+
encouraged to upgrade as soon as possible.

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## v0.38.17
4+
5+
*February 3, 2025*
6+
7+
This release fixes two security issues (ASA-2025-001, ASA-2025-002). Users are
8+
encouraged to upgrade as soon as possible.
9+
10+
### BUG FIXES
11+
12+
- `[blocksync]` Ban peer if it reports height lower than what was previously reported
13+
([ASA-2025-001](https://github.com/cometbft/cometbft/security/advisories/GHSA-22qq-3xwm-r5x4))
14+
- `[types]` Check that `Part.Index` equals `Part.Proof.Index`
15+
([ASA-2025-001](https://github.com/cometbft/cometbft/security/advisories/GHSA-r3r4-g7hq-pq4f))
16+
17+
### DEPENDENCIES
18+
19+
- `[go/runtime]` Bump minimum Go version to 1.22.11
20+
([\#4891](https://github.com/cometbft/cometbft/pull/4891))
21+
322
## v0.38.16
423

524
*December 20 2024*
@@ -14,8 +33,6 @@ As a consequence of this incorrect behavior a node would be marked as BAD.
1433
- `[mocks]` Mockery `v2.49.0` broke the mocks. We had to add a `.mockery.yaml` to
1534
properly handle this change.
1635
([\#4521](https://github.com/cometbft/cometbft/pull/4521))
17-
- `[p2p/pex`]: do not send PEX request in fast dial mode
18-
([\#4649](https://github.com/cometbft/cometbft/pull/4649))
1936

2037
## v0.38.15
2138

@@ -864,3 +881,4 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).
864881
## Previous changes
865882

866883
For changes released before the creation of CometBFT, please refer to the Tendermint Core [CHANGELOG.md](https://github.com/tendermint/tendermint/blob/a9feb1c023e172b542c972605311af83b777855b/CHANGELOG.md).
884+

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
// TMVersionDefault is the used as the fallback version of CometBFT
55
// when not using git describe. It is formatted with semantic versioning.
6-
TMCoreSemVer = "0.38.16"
6+
TMCoreSemVer = "0.38.17"
77
// ABCISemVer is the semantic version of the ABCI protocol
88
ABCISemVer = "2.0.0"
99
ABCIVersion = ABCISemVer

0 commit comments

Comments
 (0)