-
Notifications
You must be signed in to change notification settings - Fork 347
WIP release notes #2489
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
WIP release notes #2489
Changes from 2 commits
3a68798
97962b0
c961fe3
52309e9
50edaa5
34e5f67
6a0ce57
8d1826b
72ec58f
3e9bb9c
ce331cd
573d7d4
ee9576f
c72209a
769d93c
7ff5f90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Current Release 9.4 | ||
title: Release 9.4 | ||
tags: | ||
- 9.4 | ||
- 9.4 release | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
--- | ||
title: Current Release 9.5 | ||
tags: | ||
- 9.5 | ||
- 9.5 release | ||
- Rocky 9.5 | ||
--- | ||
|
||
## Release notes for Rocky Linux 9.5 | ||
|
||
You can find a complete list of most changes in the [upstream release notes found here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf). | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Upgrading | ||
|
||
You can upgrade from Rocky Linux 9.x to Rocky Linux 9.5 by running `sudo dnf -y upgrade`. | ||
|
||
!!! Note | ||
|
||
Rocky Linux does not offer an upgrade path from any version of Rocky Linux 8. We recommend doing a fresh OS install to move to Rocky Linux 9.5. | ||
|
||
## Images | ||
|
||
Several images are available along with the normal install images, including cloud and container platforms. | ||
|
||
You can find more on the artifacts produced by the Cloud Special Interest Group, and information on how to get involved on the [SIG/Cloud Wiki page](https://sig-cloud.rocky.page/). | ||
|
||
## Installing | ||
|
||
Prior to installing, [ensure compatibility of your CPU with this procedure!](https://docs.rockylinux.org/gemstones/test_cpu_compat/) | ||
|
||
To install Rocky Linux 9.5, head to the [download page](https://rockylinux.org/download/) and download the version you need for your architecture. | ||
|
||
## The Rocky team release highlights | ||
|
||
### Cloud and Live Image Updates | ||
|
||
#### New image build workflow and process | ||
|
||
Most images for the 9.5 release were created using a new image builder: [KIWI](https://github.com/OSInside/kiwi/), from OpenSUSE. The images aim to be feature complete with the old images, and no serious regressions are intended. If you find a bug, please let us know and we will do our best to resolve or explain any differences. | ||
|
||
The images still built with imagefactory are: Vagrant-VBox, Vagrant-VMware, and OCP-Base (Oracle Cloud Platform). The remaining Cloud, Container, and Vagrant images were built using KIWI. The new build workflow will enable Rocky Linux to provide more frequent updates to our images on all cloud providers. | ||
|
||
You are invited to check out the [KIWI configuration](https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r9) used as well as our [toolkit](https://git.resf.org/sig_core/toolkit) used to invoke KIWI. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @NeilHanlon Will this still be the case? Were there any changes to the process? If it's still the case, we might just remove this section and add it as a note to the images above. |
||
|
||
#### Azure - Community Galleries and Publisher Change | ||
|
||
The Rocky Linux publisher account for Microsoft Azure has changed, and previous images are now deprecated. For more information, including details on how to migrate to the new account, please visit the [forums post](https://forums.rockylinux.org/t/rocky-linux-images-on-azure-important-update/13721). | ||
|
||
In addition to the Azure Marketplace, Rocky Linux is available for free on the Azure Community Gallery, providing incredibly easy access to run Rocky on Microsoft Azure. Instructions on how to utilize the Community Gallery images can be found on this [news post](https://rockylinux.org/news/rocky-on-azure-community-gallery/). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That happened in 9.4 and isn't really new anymore, would also move that up to the images if at all. |
||
|
||
### New and notable | ||
|
||
## Major changes | ||
|
||
For a complete list of major changes, see the [upstream listing here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf#__WKANCHOR_6). | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
Highlights and new features from this release are detailed next. | ||
|
||
### Security | ||
|
||
Listed below are security-related highlights in the latest Rocky Linux 9.5 release. For a complete list of security-related changes, see the [upstream link here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf#%23new-features-security). | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
* **SELinux** The SELinux policy now provides a boolean that allows QEMU Guest Agent to execute confined commands | ||
* **OpenSSL** TLS toolkit upgrades to 3.2.2. OpenSSL now supports certificate compression and adds in Brainpool curves to the TLS 1.3 protocol. | ||
* **ca-certificates** program now provides trusted CA roots in the OpenSSL directory format format | ||
* **crypto-policies** packages are updated to extend its control to algorithm sections in Java | ||
* **NSS** cryptographic toolkit are rebased to upstream version 3.101 | ||
|
||
### Dynamic programming languages, web, and database servers | ||
|
||
For a detailed list of the changes in this category see the [upstream link here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf#%23technology-previews-dynamic-programming-languages-web-and-database-servers). | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
Later versions of the following Application Streams are now available: | ||
|
||
* **Apache HTTP Server 2.4.62** | ||
* **Node.js 22** | ||
|
||
### Compilers and development tools | ||
|
||
For details on the changes in this category [see the upstream link here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf#%23new-features-compilers-and-development-tools) | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Think you took the wrong line but also added this 👍🏻 |
||
|
||
Updated system toolchain components: | ||
|
||
* **GCC 11.5** | ||
* **Annobin 12.70** | ||
|
||
Updated performance tools and debuggers: | ||
|
||
* **GDB 14.2** | ||
* **Valgrind 3.23.0** | ||
* **SystemTap 5.1** | ||
* **elfutils 0.191** | ||
* **libabigail 2.5** | ||
|
||
Updated performance monitoring tools: | ||
|
||
* **PCP 6.2.2** | ||
* **Grafana 10.2.6** | ||
|
||
Updated compiler toolsets: | ||
|
||
* **GCC Toolset 14** | ||
* **LLVM Toolset 18.1.8** | ||
* **Rust Toolset 1.79.0** | ||
* **Go Toolset 1.22** | ||
|
||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## Known issues | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Many known issues exist in 9.5 including those related to: | ||
|
||
* Installer and image creation | ||
* Security | ||
* Software management | ||
* Shells and command-line tools | ||
* Infrastructure services | ||
* Networking | ||
* Kernel | ||
* File systems and storage | ||
* Dynamic programing languages, web and database servers | ||
* Identity management | ||
* Desktop | ||
* Graphics infrastructure | ||
* Virtualization | ||
* Supportability | ||
* Containers | ||
|
||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Review the [upstream listing](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/pdf/9.5_release_notes/Red_Hat_Enterprise_Linux-9-9.5_Release_Notes-en-US.pdf#__WKANCHOR_5g) for the complete details on these issues. | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
!!! info "Deprecated Software" | ||
|
||
Some Application Streams, which are part of the Rocky Linux 9.4 repositories, won't receive any further updates. These currently include Node.js 16 (retirement April 2024) and .NET 7 (retirement May 2024). Furthermore OpenJDK 11 will reach it's EoL for Rocky Linux 9 in October 2024. Please make sure to use supported versions (Node.js 18 or 20 modules, .NET 6 or 8 packages, OpenJDK 1.8.0, 17 or 21 packages) if further patches are desired. | ||
sspencerwire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## 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 wish 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 wish to participate! |
Uh oh!
There was an error while loading. Please reload this page.