Skip to content

Commit

Permalink
WIP release notes and other changes for release 8.10 (#1973)
Browse files Browse the repository at this point in the history
* WIP release notes and other changes for release 8.10
* framework for 8.10 release notes doc with changes made
* updated `.pages` file

* Remove "Breaking change" listing for now, leaving just the heading.

* Update .pages

Add 9.4 release

* Update links for 8.10 release

* Fix spelling issue from Serge Croise suggestion

* Application stream statement

* Update .pages

Fix multi-listing of 9.3

* Remove 8.9 as Current Release
  • Loading branch information
sspencerwire authored May 31, 2024
1 parent 748f074 commit 1c02e15
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/release_notes/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
nav:
- ... | index*.md
- ... | 9_4*.md
- ... | 8_9*.md
- ... | 8_10*.md
- ... | 9_3*.md
- ... | 8_9*.md
- ... | 9_2*.md
- ... | 8_8*.md
- ... | 9_1*.md
Expand Down
122 changes: 122 additions & 0 deletions docs/release_notes/8_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
---
title: Current Release 8.10
tags:
- 8.10
- 8.10 release
- Rocky 8.10
---

# Release notes for Rocky Linux 8.10

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/8/html/8.10_release_notes/index)

## Upgrading

You can upgrade from Rocky Linux 8.x to Rocky Linux 8.10 by running `sudo dnf -y upgrade`.

## 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 for how to get involved on the [SIG/Cloud Wiki page](https://sig-cloud.rocky.page/).

## Installing

To install Rocky Linux 8.10, 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

#### Live Images

## 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/8/html/8.10_release_notes/overview#overview-major-changes).

Detailed next are highlights and new features from this release.

### Installer and image creation

* different partitioning modes, such as `auto-lvm`, `lvm`, and `raw` are available
* 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 8.10 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/8/html/8.10_release_notes/new-features#new-features-security).

* **SCAP Security Guide 0.1.72** contains updated CIS profiles, a profile aligned with the PCI DSS policy version 4.0, and profiles for the latest DISA STIG policies
* **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
* **OpenSSL TLS Toolkit** now contains API-level protections against Bleichenbacher-like attacks on the RSA PKCS #1 v1.5 decryption process

### 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/8/html/8.10_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**
* **PHP 8.2**
* **nginx 1.24**
* **MariaDB 10.11**
* **PostgreSQL 16**

The following applications have been upgraded:

* **Git** to version 2.43.0
* **Git LFS** 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/8/html/8.10_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

#### Updated performance tools and debuggers

#### Updated performance monitoring tools

#### Updated compiler toolsets

## Known Issues

Many known issues exist in 8.10 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/8/html/8.10_release_notes/known-issues) for the complete details on these issues.

!!! info

Some Application Streams, which are part of the Rocky Linux 8.10 repositories, won't receive any further updates. Remember to note any application streams that are EOL or deprecated and update to newer streams if 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!
2 changes: 1 addition & 1 deletion docs/release_notes/8_9.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Current Release 8.9
title: Release 8.9
tags:
- 8.9
- 8.9 release
Expand Down

0 comments on commit 1c02e15

Please sign in to comment.