From c07ece95aedec6ea6d7d12f33eaaffb7f3ab3850 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sun, 5 May 2024 23:30:53 -0700 Subject: [PATCH 1/3] feat: add a temporary upgrade path page --- .../en/release/upgrade-to-ultramarine-40.mdx | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/content/docs/en/release/upgrade-to-ultramarine-40.mdx diff --git a/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx new file mode 100644 index 0000000..c35c987 --- /dev/null +++ b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx @@ -0,0 +1,33 @@ +--- +title: Upgrade to Ultramarine 40 +description: "A temporary notice for the 39 to 40 upgrade path." +--- + +This page is a temporary notice for upgrading Ultramarine 39 to 40. +For this release cycle, we've decided to release an upgrade path before the full distrbution release. +This should let existing users enjoy the new set of packages in 40 sooner. +A full blog post detailing changes will be published for the full distrbution release. + +## Flagship, GNOME, and KDE Editions + +You can use the editon's graphical app store to upgrade your system to 40. +On Flagship and GNOME, this will be GNOME Software, while on KDE, this will be Plasma Discover. + +You might need to update your system normally before the upgrade to 40 shows up in the app store. + +## Pantheon Edition + +TODO + +## Command line + +In case the above doesn't work, you can always upgrade through the command line, using `dnf system-upgrade`. + +Run the following and follow the prompts: + +```sh +sudo dnf upgrade --refresh +sudo dnf install dnf-plugin-system-upgrade +sudo dnf system-upgrade download --releasever=40 +sudo dnf system-upgrade reboot +``` From 7efa1c71e7993ca5cd2176b16464fdae0f7a2d69 Mon Sep 17 00:00:00 2001 From: lea Date: Mon, 6 May 2024 18:16:44 -0700 Subject: [PATCH 2/3] feat: add pantheon edition upgrade notice --- src/content/docs/en/release/upgrade-to-ultramarine-40.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx index c35c987..010a9eb 100644 --- a/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx +++ b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx @@ -17,7 +17,10 @@ You might need to update your system normally before the upgrade to 40 shows up ## Pantheon Edition -TODO +The Pantheon upgrade path isn't ready yet. +While all of the required packages are in the UM and Terra repositories, the Pantheon desktop enviroment is broken for a variety of reasons. +We are currently working with upstream and other partners to resolve this, but it's possible that Pantheon may be skipped, deprecated, or defered until mid-cycle. +If you are interested in contributing to Ultramarine Pantheon, please join our [Discord](https://discord.gg/5fdPuxTg5Q) or [Matrix[](https://matrix.to/#/#hub:fyralabs.com) and let us know! ## Command line From d0f300931fe787a9e74f3d00d5345a982c3b132a Mon Sep 17 00:00:00 2001 From: lea Date: Mon, 6 May 2024 18:24:19 -0700 Subject: [PATCH 3/3] Update src/content/docs/en/release/upgrade-to-ultramarine-40.mdx Co-authored-by: Jaiden Riordan --- src/content/docs/en/release/upgrade-to-ultramarine-40.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx index 010a9eb..0da11d0 100644 --- a/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx +++ b/src/content/docs/en/release/upgrade-to-ultramarine-40.mdx @@ -20,7 +20,7 @@ You might need to update your system normally before the upgrade to 40 shows up The Pantheon upgrade path isn't ready yet. While all of the required packages are in the UM and Terra repositories, the Pantheon desktop enviroment is broken for a variety of reasons. We are currently working with upstream and other partners to resolve this, but it's possible that Pantheon may be skipped, deprecated, or defered until mid-cycle. -If you are interested in contributing to Ultramarine Pantheon, please join our [Discord](https://discord.gg/5fdPuxTg5Q) or [Matrix[](https://matrix.to/#/#hub:fyralabs.com) and let us know! +If you are interested in contributing to Ultramarine Pantheon, please join [our chats](en/community/community) and let us know! ## Command line