Skip to content

Commit

Permalink
Merge pull request #2986 from freifunk-gluon/backport-2973-to-v2023.1.x
Browse files Browse the repository at this point in the history
[Backport v2023.1.x] docs: releases/v2023.1: add warning and known issue for v2021.1.x x86 upgrade
  • Loading branch information
neocturne authored Sep 17, 2023
2 parents c6512a4 + 84ca00f commit d303ab3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.strike {
text-decoration: line-through;
}

/*
This fixes the vertical position of list markers when the first
element in the <li> is a <pre> block
Expand Down
15 changes: 14 additions & 1 deletion docs/releases/v2023.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Important notes
Upgrades to v2023.1 and later releases are only supported from releases v2021.1 and later.
This is due to migrations that have been removed to simplify maintenance.

**Note:**
Due to a bug, configuration is lost on upgrades from Gluon v2021.1.x on the *x86-64*,
*x86-generic* and *x86-legacy* targets, returning nodes to config mode. If your
network is still running a Gluon version older than v2022.1, it is recommended to
skip v2023.1 and wait for the v2023.1.1 release.

Added hardware support
----------------------
Expand Down Expand Up @@ -95,9 +100,13 @@ Bugfixes
Minor changes
-------------

- Images built for the ``x86`` targets are now natively bootable on
- .. rst-class:: strike

Images built for the ``x86`` targets are now natively bootable on
EFI systems without CSM or BIOS support modes.

EFI support was found to break upgrades from Gluon v2021.1.x. It will be removed from
v2023.1.x to be reintroduced in a later release.

Known issues
------------
Expand All @@ -120,3 +129,7 @@ Known issues
(`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_)

This may lead to issues in environments where a fixed MAC address is expected (like VMware when promiscuous mode is disallowed).

* Configuration is lost on upgrades from Gluon v2021.1.x on the *x86-64*, *x86-generic* and *x86-legacy* targets,
returning nodes to config mode
(`#2967 <https://github.com/freifunk-gluon/gluon/issues/2967>`_)

0 comments on commit d303ab3

Please sign in to comment.