Skip to content

Commit 96a3016

Browse files
authored
chore: prepare v0.50.11 (#22643)
1 parent 43ac3df commit 96a3016

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
3838

3939
## [Unreleased]
4040

41+
## [v0.50.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11) - 2024-12-04
42+
4143
### Features
4244

4345
* (crypto/keyring) [#21653](https://github.com/cosmos/cosmos-sdk/pull/21653) New Linux-only backend that adds Linux kernel's `keyctl` support.

Diff for: RELEASE_NOTES.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
# Cosmos SDK v0.50.10 Release Notes
1+
# Cosmos SDK v0.50.11 Release Notes
22

33
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/58)
44

55
## 🚀 Highlights
66

7-
For this month patch release of the v0.50.x line, some bugs were fixed.
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.
89

9-
Notably, we fixed the following:
10+
Notable changes:
1011

11-
* Add the root command `module-hash-by-height` to query and retrieve module hashes at a specific height
12-
* `PreBlock` events (mainly `x/upgrade`) are now emitted (this time, for real)
13-
* A fix in runtime baseapp option ordering, giving issue when other modules were having options
12+
* New Linux-only backend that adds Linux kernel's `keyctl` support
13+
* Fix fallback genesis path in server
14+
* Skip sims test when running dry on validators
1415

1516
## 📝 Changelog
1617

17-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.10/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.9...v0.50.10) from the last release.
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.
1819

19-
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`.
20-
Note, that the next SDK release, v0.52, will not include `x/params` migration, when migrating from < v0.47, v0.50.x **or** v0.47.x, is a mandatory migration.
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.

0 commit comments

Comments
 (0)