-
Notifications
You must be signed in to change notification settings - Fork 347
Add Rocky Team release highlights #1155
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 3 commits into
rocky-linux:main
from
sspencerwire:9_2_new_and_notable
May 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,16 +22,57 @@ As well as the normal install images, there are several images available for new | |
|
||
In addition, images for Oracle Cloud Platform (OCP), GenericCloud, Amazon AWS (EC2), Container RootFS/OCI, Google Cloud Platform, Microsoft Azure, and other CSP-maintained images are available. | ||
|
||
The GenericCloud, EC2, and Azure images now have a variant that uses an LVM partition for the root filesystem, allowing systems administrators additional flexibility and options for configuring their systems, and the GenericCloud image is also available for ppc64le and s390x. | ||
The GenericCloud, EC2, and Microsoft Azure images now have a variant that uses an LVM partition for the root filesystem, allowing systems administrators additional flexibility and options for configuring their systems, and the GenericCloud image is also available for ppc64le and s390x. | ||
|
||
Vagrant images are now available for x86_64 and aarch64, and container images for all 4 arches. | ||
|
||
More information on the artifacts produced by the Cloud Special Interest Group, as well as information on how to get involved can be found on the [SIG/Cloud Wiki page](https://sig-cloud.rocky.page/). | ||
|
||
The Cinnamon Live image is new with this release. | ||
|
||
## Installing | ||
|
||
To install Rocky Linux 9.2, head to the [download page](https://rockylinux.org/download/) and download the version you need for your architecture. | ||
|
||
## The Rocky Team Release Highlights | ||
|
||
### Breaking Changes | ||
|
||
* centos-release-nfv now provides content built on RHEL buildroots instead of centos stream, for compatibility reasons | ||
* The Container Universal Base Images (rockylinux:9-ubi) are changed to be more similar to the RHEL UBI images. This means: | ||
* `curl-minimal` + `libcurl-minimal` replaces `libcurl` | ||
* `gzip` got added | ||
* `gdb-gdbserver` got added | ||
* `dmidecode` got removed | ||
* `brotli` got removed | ||
* `binutils` got removed | ||
* network config cleanup got added | ||
* Microsofr Azure images are now published in the Shared Galleries as well as in the Marketplace. The shared galleries option provides a direct way to consume Rocky Images on Microsoft Azure without jumping through the hoops of subscribing to the image via the marketplace. | ||
* In addition, this shared gallery will allow us to publish more frequently updated images to the marketplace | ||
* The publisher ID for the marketplace images has not changed yet, but we are working to get a new ID for `resf` which is shorter and more memorable | ||
* LVM Image variants for all types now remove `/etc/lvm/devices/system.devices` to resolve issues with PV/VG/LVs upon installation of the images due to being hardcoded to a specific device new-features-compilers-and-development-tools | ||
|
||
### New and Notable | ||
|
||
* python 3.11 is available now, and it is not an application stream | ||
* git 2.39 is also here, with support for SSH key signing | ||
* Improved support for Intel Lake Field, Alder Lake N, Raptor Lake, Ice Lake NNPI, and Meteor Lake | ||
* rsyslog privileges got limited, which could affect anyone extending the default logset | ||
* There are 3 new application streams: | ||
* nginx 1.22 | ||
* postgresql 15 | ||
* swig 4.1 (part of crb) | ||
* The Flatpak bug that breaks all fonts in Flatpaks (Cantarell) got fixed! | ||
* The Kernel version is now 5.14.0-284.11.1 | ||
* There is an aarch64 64k kernel now (kernel-64k) | ||
* NFS `nfsrahead` got added | ||
* tomcat 9 is now part of the repos | ||
* Wayland is now enabled by default for Aspeed GPUs | ||
* Intel ARC GPUs should theoretically also work now | ||
* Containers | ||
* The container-tools RPM meta-package | ||
* CNI network stack has been deprecated, Aardvark and Netavark are preferred, Netavark is the default for Podman | ||
|
||
## Major Changes | ||
|
||
For a complete list of major changes, please see the [upstream listing here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/overview#overview-major-changes). | ||
|
@@ -41,9 +82,7 @@ Some highlights and new features from this release are detailed next. | |
### Installer and Image Creation | ||
|
||
* Image builder now offers a new and improved way to create blueprints and images in the image builder web console. | ||
* Creating customized files and directories in the /etc directory is now supported. | ||
|
||
Some highlights and new features from this release are detailed next. | ||
* Creating customized files and directories in the `/etc` directory is now supported. | ||
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. at line 119 below the spelling for changes should be changed |
||
|
||
### Security | ||
|
||
|
@@ -113,14 +152,6 @@ The following compiler toolsets have been updated: | |
* Rust Toolset 1.66 | ||
* Go Toolset 1.19.6 | ||
|
||
### Java Implementation | ||
|
||
The Appstream repository now includes: | ||
|
||
* The `java-17-openjdk` packages, which provide the OpenJDK 17 Java Runtime Environment and the OpenJDK 17 Java Software Development Kit. | ||
* The `java-11-openjdk` packages, which provide the OpenJDK 11 Java Runtime Environment and the OpenJDK 11 Java Software Development Kit. | ||
* The `java-1.8.0-openjdk` packages, which provide the OpenJDK 8 Java Runtime Environment and the OpenJDK 8 Java Software Development Kit. | ||
|
||
### Containers | ||
|
||
For details on changes in this category see the [upstream link here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/new-features#new-features-containers). Notable changes include: | ||
|
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.