-
Notifications
You must be signed in to change notification settings - Fork 365
WIP release notes and other changes for release 9.4 #1974
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
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1e4b3df
WIP release notes and other changes for release 9.4
sspencerwire 48fbd6c
Update release notes 9.4
sspencerwire 586200e
Merge branch 'main' of github.com:rocky-linux/documentation into WIP_…
sspencerwire 7995aa6
Add info regarding deprecated software to the end of the release notes
sspencerwire 4b2d8aa
Update docs/release_notes/9_4.md
sspencerwire f0212e1
Update docs/release_notes/9_4.md
sspencerwire 682fb71
Update .pages
sspencerwire 8f5760d
Update 9_4.md
wsoyinka 32a054e
add release team highlights
NeilHanlon 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
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
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,157 @@ | ||
| --- | ||
| title: Current Release 9.4 | ||
| tags: | ||
| - 9.4 | ||
| - 9.4 release | ||
| - Rocky 9.4 | ||
| --- | ||
|
|
||
| # Release notes for Rocky Linux 9.4 | ||
|
|
||
| You can find a complete list of most changes in the [upstream release notes found here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index). | ||
|
|
||
| ## Upgrading | ||
|
|
||
| You can upgrade from Rocky Linux 9.x to Rocky Linux 9.4 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.4. | ||
|
|
||
| ## 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.4, 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.4 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. | ||
|
|
||
| #### 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/). | ||
|
|
||
| ### New and notable | ||
|
|
||
| ## Major changes | ||
|
|
||
| For a complete list of major changes, see the [upstream listing here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/overview#overview-major-changes). | ||
|
|
||
| Highlights and new features from this release are detailed next. | ||
|
|
||
| ### Image builder | ||
|
|
||
| * From Rocky Linux 9.4 forward, you can specify arbitrary custom mount points except for specific paths that are reserved for the operating system | ||
| * Creation of different partitioning modes is now available including `auto-lvm`, `lvm`, and `raw` | ||
| * Customize tailor options for a profile and add it to your blueprint customizations by using selected and unselected options to add and remove rules | ||
|
|
||
| ### Security | ||
|
|
||
| Listed below are security-related highlights in the latest Rocky Linux 9.4 release. For a complete list of security-related changes, see the [upstream link here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/new-features#new-features-security). | ||
|
|
||
| * **SELinux** userspace release 3.6 introduces deny rules for further customizing policies | ||
| * **Keylime** server components, the verifier and registrar, are available as Containers | ||
| * **Rsyslog** processing system introduces customizable TLS/SSL encryption settings and additional options that relate to capability dropping | ||
| * **OpenSSL** TLS toolkit adds a drop-in directory for provider-specific configuration files | ||
| * **libkcapi** 1.4.0 introduces new tools and options. Notably, with the new `-T` option, you can specify target file names in hash-sum calculations | ||
| * **stunnel 5.7.1** TLS/SSL tunneling service changes the behavior of OpenSSL 1.1 and later versions in FIPS mode. Besides this change, this version provides many new features such as support for modern PostgreSQL clients | ||
|
|
||
| ### Dynamic programming languages, web, and database servers | ||
|
|
||
| For a detailed list of the changes in this category see the [upstream link here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/new-features#new-features-dynamic-programming-languages-web-and-database-servers). | ||
|
|
||
| Later versions of the following Application Streams are now available: | ||
|
|
||
| * **Python 3.12** | ||
| * **Ruby 3.3** available as a module stream | ||
| * **PHP 8.2** available as a module stream | ||
| * **nginx 1.24** available as a module stream | ||
| * **MariaDB 10.11** available as a module stream | ||
| * **PostgreSQL 16** available as a module stream | ||
|
|
||
| The following applications have been upgraded: | ||
|
|
||
| * **Git** rebased to version 2.43.0 | ||
| * **Git LFS** rebased to version 3.4.1 | ||
|
|
||
| ### Containers | ||
|
|
||
| For details on the changes in this category [see the upstream link here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/new-features#new-features-containers). | ||
|
|
||
| Notable changes include: | ||
|
|
||
| * The `podman build farm` command for creating multi-architecture container images is available as a Technology Preview | ||
| * Podman now supports `containers.conf` modules to load a predetermined set of configurations | ||
| * The Container Tools package is updated | ||
| * Podman v4.9 RESTful API now displays data of progress when you pull or push an image to the registry | ||
| * SQLite is now fully supported as a default database backend for podman | ||
| * `Containerfile` now supports multi-line HereDoc instructions | ||
| * `pasta` as a network name is now deprecated | ||
| * The BoltDB database backend is now deprecated | ||
| * The `container-tools:4.0` module is now deprecated | ||
| * The Container Network Interface (CNI) network stack is deprecated and will be removed in a future release | ||
|
|
||
| ### Compilers and development tools | ||
|
|
||
| For details on the changes in this category [see the upstream link here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/new-features#new-features-compilers-and-development-tools) | ||
|
|
||
| * LLVM Toolset rebased to version 17.0 | ||
| * Rust Toolset rebased to version 1.75.0 | ||
| * Go Toolset rebased to version 1.21.0 | ||
| * Clang resource directory moved (from `usr/lib64/clang/17` to `usr/lib/clang/17`) | ||
| * `elfutils` rebased to version 0.190 | ||
| * `systemtap` rebased to version 5.0 | ||
| * Updated GCC Toolset 13 | ||
| * `pcp` updated to version 6.2.0 | ||
| * New `grafana-selinux` package | ||
| * New processor microarchitectures supported in `papi` | ||
| * New package `maven-openjdk21` | ||
| * New package `libzip-tools` | ||
| * `cmake` rebased to version 3.26 | ||
|
|
||
| ## Known issues | ||
|
|
||
| Many known issues exist in 9.4 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 | ||
|
|
||
| Review the [upstream listing](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/known-issues) for the complete details on these issues. | ||
|
|
||
| !!! 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. | ||
|
|
||
| ## 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! | ||
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.