KUSANAGI Security Edition has been updated.
The default MariaDB for initial configuration with the kusanagi init command has been switched to MariaDB 10.11.
If you would like to initialize with MariaDB 10.6, specify --mariadb10.6 in the kusanagi init command.
To upgrade from MariaDB 10.6 to MariaDB 10.11, use the kusanagi upgrade mariadb command.
Note that it is not possible to downgrade from MariaDB 10.11 to MariaDB 10.6.
Support for MariaDB 12.3 has been added.
In order to use it as a new database, use "kusanagi init" or "kusanagi dbinit" command.
# kusanagi init --mariadb12.3 or # kusanagi dbinit mariadb --use mariadb12.3
In order to upgrade the existing database, use "kusanagi upgrade" command.
# kusanagi upgrade mariadb --use mariadb12.3
You can apply the module update with the following command:
# dnf upgrade
Python version has been changed to Python 3.12 since KUSANAGI 10.2.0 release.
For details, please refer to Support for Python 3.12 in KUSANAGI Security Edition .
If automatic updates of middleware are enabled in kusanagi autoupdate command, this fix will be applied automatically.