From 30502f46dff2193a750836f83f221e9bd8545b52 Mon Sep 17 00:00:00 2001 From: lumarel Date: Sat, 1 Jun 2024 07:44:11 +0800 Subject: [PATCH 1/4] Remove empty headings and fix tag --- docs/release_notes/8_10.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/release_notes/8_10.md b/docs/release_notes/8_10.md index 087ea4d415..39d6783243 100644 --- a/docs/release_notes/8_10.md +++ b/docs/release_notes/8_10.md @@ -1,7 +1,7 @@ --- title: Current Release 8.10 tags: - - 8.10 + - "8.10" - 8.10 release - Rocky 8.10 --- @@ -24,12 +24,6 @@ You can find more on the artifacts produced by the Cloud Special Interest Group, 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). @@ -85,12 +79,6 @@ Notable changes include: * 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: From 8dd0b3d3473220467a61ae954842b529e561c1e4 Mon Sep 17 00:00:00 2001 From: lumarel Date: Sat, 1 Jun 2024 07:44:28 +0800 Subject: [PATCH 2/4] Add latest versions to release notes table --- docs/release_notes/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 56038171f9..3f9f6cd567 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -24,6 +24,8 @@ Rocky 9 (Code Name "Blue Onyx") has general support until 31 May 2027 and securi | 9.0 | 2022-07-14 | 5.14.0-70.13.1 | | 9.1 | 2022-11-26 | 5.14.0-162.6.1 | | 9.2 | 2023-05-16 | 5.14.0-284.11.1 | +| 9.3 | 2023-11-20 | 5.14.0-362.8.1 | +| 9.4 | 2024-05-09 | 5.14.0-427.13.1 | ## Rocky 8 @@ -40,5 +42,7 @@ Rocky 8 (Code Name "Green Obsidian") has general support until 1 May 2024 and se | 8.6 | 2022-05-16 | 4.18.0-372.9.1 | | 8.7 | 2022-11-14 | 4.18.0-425.3.1 | | 8.8 | 2023-05-19 | 4.18.0-477.10.1 | +| 8.9 | 2023-11-22 | 4.18.0-513.5.1 | +| 8.10 | 2024-05-30 | 4.18.0-553 | If you have any questions or comments, please join the discussion [here](https://chat.rockylinux.org/rocky-linux/channels/documentation). From 0b3a8d337488e1a690ee62b32b02faae4a3f273d Mon Sep 17 00:00:00 2001 From: lumarel Date: Sat, 1 Jun 2024 07:49:24 +0800 Subject: [PATCH 3/4] This are only notes for the image builder (look 9.4) --- docs/release_notes/8_10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/8_10.md b/docs/release_notes/8_10.md index 39d6783243..2ce8089827 100644 --- a/docs/release_notes/8_10.md +++ b/docs/release_notes/8_10.md @@ -30,7 +30,7 @@ For a complete list of major changes, see the [upstream listing here](https://ac Detailed next are highlights and new features from this release. -### Installer and image creation +### Image builder * 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 From bb9661bbe13d62a18d22d887c03206a8763fcd3f Mon Sep 17 00:00:00 2001 From: lumarel Date: Sat, 1 Jun 2024 07:51:17 +0800 Subject: [PATCH 4/4] It's the 31st not the 30th --- docs/release_notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 3f9f6cd567..230510106a 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -43,6 +43,6 @@ Rocky 8 (Code Name "Green Obsidian") has general support until 1 May 2024 and se | 8.7 | 2022-11-14 | 4.18.0-425.3.1 | | 8.8 | 2023-05-19 | 4.18.0-477.10.1 | | 8.9 | 2023-11-22 | 4.18.0-513.5.1 | -| 8.10 | 2024-05-30 | 4.18.0-553 | +| 8.10 | 2024-05-31 | 4.18.0-553 | If you have any questions or comments, please join the discussion [here](https://chat.rockylinux.org/rocky-linux/channels/documentation).