Skip to content

Commit ca38989

Browse files
committed
Merge tag 'v0.50.14' into secret-0.50.x
2 parents 208bc0e + f2e6295 commit ca38989

File tree

96 files changed

+1507
-17187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1507
-17187
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,24 @@ Ref: https://keepachangelog.com/en/1.0.0/
3636

3737
# Changelog
3838

39-
## [Unreleased]
39+
## [v0.50.14](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.14) - 2025-07-08
40+
41+
### Bug Fixes
42+
43+
* [GHSA-p22h-3m2v-cmgh](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-p22h-3m2v-cmgh) Fix x/distribution can halt when historical rewards overflow.
44+
45+
46+
## [v0.50.13](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.13) - 2025-03-12
47+
48+
### Bug Fixes
49+
50+
* [GHSA-47ww-ff84-4jrg](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-47ww-ff84-4jrg) Fix x/group can halt when erroring in EndBlocker
51+
52+
## [v0.50.12](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.12) - 2025-02-20
53+
54+
### Bug Fixes
55+
56+
* [GHSA-x5vx-95h7-rv4p](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-x5vx-95h7-rv4p) Fix Group module can halt chain when handling a malicious proposal
4057

4158

4259
## [v0.50.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11) - 2024-12-16

RELEASE_NOTES.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
1-
# Cosmos SDK v0.50.11 Release Notes
2-
3-
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/58)
1+
# Cosmos SDK v0.50.14 Release Notes
42

53
## 🚀 Highlights
64

7-
We are back on schedule for our monthly v0.50.x patch releases.
8-
The last two months, next to ramping up on v0.52 and v2, we added a few bug fixes and (UX) improvements.
5+
This patch release fixes [GHSA-p22h-3m2v-cmgh](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-p22h-3m2v-cmgh).
6+
It resolves a `x/distribution` module issue that can halt chains when the historical rewards pool overflows.
7+
Chains using the `x/distribution` module are affected by this issue.
98

10-
Notable changes:
9+
We recommended upgrading to this patch release as soon as possible.
1110

12-
* Fix [ABS-0043/ABS-0044](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm).
13-
* New Linux-only backend that adds Linux kernel's `keyctl` support
14-
* Skip sims test when running dry on validators
11+
This patch is state-breaking; chains must perform a coordinated upgrade. This patch cannot be applied in a rolling upgrade.
1512

1613
## 📝 Changelog
1714

18-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.11/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.10...v0.50.11) from the last release.
19-
20-
## Maintenance Policy
21-
22-
Cosmos SDK Olympus (v0.52) final release is approaching really soon. That means the Eden line (v0.50.x) will soon only be supported for bug fixes only, as per our release policy. Earlier versions are not maintained.
23-
24-
Note, that the next SDK release, v0.52, does not include `x/params` migration, when migrating from < v0.47, v0.50.x **or** v0.47.x, is a mandatory migration.
25-
26-
Start integrating with [Cosmos SDK Eden (v0.52)](https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#v052x) and enjoy and the new features and performance improvements.
15+
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.14/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.13...v0.50.14) from the last release.

0 commit comments

Comments
 (0)