-
Notifications
You must be signed in to change notification settings - Fork 386
WIP release notes for 10.2 #3306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sspencerwire
merged 12 commits into
rocky-linux:main
from
sspencerwire:WIP_10_2_release
May 29, 2026
+104
−1
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5cfede5
Initial creation of release notes for 10.2
sspencerwire 75acf1b
Changes to WIP for 10
sspencerwire 088b116
Update docs/release_notes/10_2.md
sspencerwire 7e90a97
Update 10_2.md
sspencerwire 0b9030c
Update 10_2.md
sspencerwire 276fa8b
Update docs/release_notes/10_2.md
sspencerwire 0b8fdbe
Update docs/release_notes/10_2.md
sspencerwire 4280562
Update 10_1.md
sspencerwire 0e1db46
Add known issue regarding PHP
sspencerwire 6a12730
Add GCC Toolset 15 to release notes
sspencerwire 92753db
Update 10_2.md
sspencerwire d652849
Update 10_2.md
sspencerwire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| title: Current Release 10.1 | ||
| title: Release 10.1 | ||
| tags: | ||
| - 10.1 | ||
| - 10.1 release | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,103 @@ | ||
| --- | ||
| title: Current Release 10.2 | ||
| tags: | ||
| - 10.2 | ||
| - 10.2 release | ||
| - Rocky Linux 10.2 | ||
| --- | ||
|
|
||
| ## Rocky Linux 10.2 | ||
|
|
||
| Rocky Linux 10.2 (RL 10.2) is the latest minor release of Rocky Linux's enterprise operating system. Listed in this document are the **most notable** changes between 10.1 and 10.2. If something is not listed, it probably means it has changed little since 10.1. If you are migrating to Rocky Linux 10 for the first time, you might want to review the release notes for [10.0](10_0.md) and [10.1](10.1.md) as well. Some critical notes remain from these previous versions. | ||
|
|
||
| ### Upgrading to Rocky Linux 10.2 | ||
|
|
||
| To upgrade from any version of RL 10 to 10.2, simply run `dnf -y upgrade`. | ||
|
|
||
| Rocky Linux does not support upgrades to any major release. To move from 8.x or 9.x to Rocky Linux 10.x, perform a fresh install of the operating system and restore data from a backup. | ||
|
|
||
| ### New Features and Changes | ||
|
|
||
| The following sections describe selected features of RL 10.2. | ||
|
|
||
| As with all Rocky Linux releases, this release note covers numerous enhancements, changes, and new features. | ||
|
|
||
| For a complete list of major changes, see the upstream listing [here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.2_release_notes/overview). | ||
|
|
||
| ### Supported Architectures | ||
|
|
||
| !!! warning "Please check CPU Compatibility" | ||
|
|
||
| On the x86_64 processor architecture, RL 10 no longer supports hardware at the x86-64-v2 microarchitecture level and earlier, and makes the x86-64-v3 microarchitecture level the baseline for distribution. To test your CPU's microarchitecture compatibility, [use this procedure](../gemstones/test_cpu_compat.md). | ||
|
|
||
| ### Infrastructure services | ||
|
|
||
| - PostgreSQL 18 packages are now available. | ||
| - MariaDB 11.8 packages are now available. | ||
| - PHP 8.4 availability. | ||
| - `chrony` packages updated to 4.8. | ||
| - `frr` packages updated to 10.4.1. | ||
|
|
||
| ### Kernel | ||
|
|
||
| - extends kernel observability with additional `perf` features and new Intel core, unicore, c-state, and package performance events. | ||
| - more closely aligned `perf` and BPF tooling with upstream, including updating `perf` to the upstream version and enabling `debuginfod` support. | ||
| - expands `uncore` and `core` performance counters for newer Intel platforms and adds AMD IBS load-latency filtering, improving CPU and memory analysis. | ||
| - adds or updates drivers and device IDs for Intel EDAC, Intel QAT, and Intel/AMD accelerator and crypto devices, improving hardware coverage. | ||
| - extends `rtla` threshold overflow actions, adds `cpupower` Python bindings, and updates `rteval`, improving realtime analysis and tuning. | ||
| - updates kernel debugging and crash analysis by rebasing `crash` and enhancing LUKS-aware kdump handling in both the kernel and kdump utilities. | ||
|
|
||
| ### Security Features | ||
|
|
||
| - `keylime-agent` rebased to 0.2.9 | ||
| - `fapolicyd` packages rebased to 1.4.3 with rule filtering ability | ||
| - `clevis-pin-trustee` package provides a new Clevis pin trustee, enabling automated encryption and decryption of LUKS-encrypted volumes by using remote attestation through the Trustee Key Broker Service (KBS). | ||
| - `capnproto` a new package that provides a high-performance data interchange and remote procedure call (RPC) system, using zero-copy serialization to eliminate overhead of traditional encoding and decoding. | ||
| - `openssh` package introduces Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) post-quantum (PQ) key exchange combined with elliptic curves standardized by the National Institute of Standards and Technology (NIST) in FIPS mode. | ||
| - `libssh` introduces support for post-quantum traditional (PQ/T) hybrid key exchange methods based on the quantum-resistant ML-KEM standard and traditional Elliptic-curve Diffie-Hellman (ECDH) key exchange schemes. | ||
| - `p11-kit` packages upgraded to upstream version 0.26.1 delivering support for post-quantum cryptography (PQC) definitions in PKCS #11 headers. | ||
| - `podman-sequoia` library supports composite post-quantum signatures. | ||
|
|
||
| ### Compilers and development tools | ||
|
|
||
| #### System toolchain | ||
|
|
||
| Rocky Linux 10.2 includes the following system toolchain components: | ||
|
|
||
| - Annobin 13.02 | ||
|
|
||
| #### Compiler toolsets | ||
|
|
||
| - GCC Toolset 15, including: | ||
|
|
||
| - GCC 15.2 | ||
| - Binutils 2.44 | ||
|
|
||
| - LLVM Toolset 21.1.8 | ||
| - Rust Toolset 1.92.0 | ||
| - Go Toolset 1.26.0 | ||
|
|
||
| #### Performance tools and debuggers | ||
|
|
||
| - GDB 16.3 | ||
| - SystemTap 5.4 | ||
| - elfutils 0.194 | ||
| - libabigail 2.9 | ||
|
|
||
|
sspencerwire marked this conversation as resolved.
|
||
| ### Other notable changes | ||
|
|
||
| The FreeIPA project is working on a new user interface based on Cockpit. Portions of this are included in this release. (accessible at `/ipa/modern-ui`) | ||
|
|
||
| ## Known Issues | ||
|
|
||
| Since 10.2 now includes two versions of PHP (8.3 and 8.4), just adding a dependency *can* cause problems. Ensure when installing PHP dependencies that the dependency matches your installed version. As an example, if you are installing `php-json`, do a `dnf provides php-json` and then based on the response, install the package that is correct for your installed version of PHP. | ||
|
|
||
| There are [known issues reported in the upstream here.](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.2_release_notes/known-issues) | ||
|
|
||
|
sspencerwire marked this conversation as resolved.
|
||
| !!! info "Deprecated Software" | ||
|
|
||
| Some Application Streams, which are part of the Rocky Linux 10.2 repositories, will not receive any further updates. This is a regular occurrence that happens with nearly every release. Please make sure that you are using the latest supported version of the software. | ||
|
|
||
| ## Participating and reporting bugs | ||
|
|
||
| Please report any bugs you encounter to the [Rocky Linux Bug Tracker](https://bugs.rockylinux.org/). We also welcome you to join our community in any way you want, be it on our [Forums](https://forums.rockylinux.org), [Mattermost](https://chat.rockylinux.org), [IRC on Libera.Chat](irc://irc.liberachat/rockylinux), [Reddit](https://reddit.com/r/rockylinux), [Mailing Lists](https://lists.resf.org), or any other way you want to participate! | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.