|
1 | 1 | --- |
2 | | -title: New images and welcoming new committers |
| 2 | +title: New images |
3 | 3 | layout: post |
4 | 4 | excerpt_separator: <!--more--> |
5 | 5 | --- |
6 | 6 |
|
7 | | -As of 04 December 2024 new images have been published. |
| 7 | +The 20250214 set of images is now published. |
8 | 8 |
|
9 | | -While there weren't originally supposed to be any more images |
10 | | -before reaching the beta phase, a new apk feature proved to |
11 | | -be necessary. |
12 | | - |
13 | | -Other than that, it's an incremental refresh with software |
14 | | -updates. |
| 9 | +This took longer than originally expected but there have been |
| 10 | +major changes that warranted waiting a bit longer for it |
15 | 11 |
|
16 | 12 | <!--more--> |
17 | 13 |
|
18 | | -## New committers |
19 | | - |
20 | | -We have two new committers, Jami Kettunen (deathmist) and |
21 | | -Isaac Freund (ifreund). Both have been a part of our community |
22 | | -for a long time and are active contributors; congratulations :) |
| 14 | +## Changes |
23 | 15 |
|
24 | | -Unfortunately, another of our contributors, nekopsykose, has |
25 | | -left the project recently. We thank her for being a part of |
26 | | -the community and all of the work over the years and wish her |
27 | | -the best. |
| 16 | +The images come with a fresh version of `apk-tools`. This version |
| 17 | +finally supports several features that we began using, particularly |
| 18 | +variable expansion and being able to migrate most of its files into |
| 19 | +a system-wide `/usr` location. |
28 | 20 |
|
29 | | -## Changes |
| 21 | +That means you finally have a way to properly change your mirror |
| 22 | +of choice without having to mess with the repository definitions. |
| 23 | +The process of doing that is in the relevant documentation section. |
30 | 24 |
|
31 | | -The `apk-tools` package manager has been updated again, ahead |
32 | | -of implementing a new kernel backup system. New static binaries, |
33 | | -new OCI images, and other things have also been updated to use |
34 | | -this new version of `apk`. |
| 25 | +The repository definitions have been updated to use the new v3-style |
| 26 | +index naming, though backwards compatibility is also provided. |
35 | 27 |
|
36 | | -That means this image set is now the minimum that can be used |
37 | | -to perform new installations, unless you update `apk-tools` |
38 | | -in the live environment beforehand. |
| 28 | +Kernel 6.13 is used in the new images. That means updated hardware |
| 29 | +support and other things. |
39 | 30 |
|
40 | | -Various software has been updated. Linux kernel 6.12 is now the |
41 | | -default, most notably. |
| 31 | +Both the GNOME and Plasma images (the latter is still experimental) |
| 32 | +come with the latest versions of their respective desktop environments. |
42 | 33 |
|
43 | | -The ISOs now have a bootable partition in the protective MBR. |
44 | | -That means compatibility with certain x86 BIOS machines should |
45 | | -be better. |
| 34 | +Various fixes have been made to allow the live system to work better |
| 35 | +and more seamlessly on more machines. |
46 | 36 |
|
47 | | -## Upcoming changes |
| 37 | +Additionally, 32-bit PowerPC images are now a standard release architecture |
| 38 | +and included in the batch. We have some plans to also introduce support |
| 39 | +for the LoongArch64 ISA, which may join them next time. |
48 | 40 |
|
49 | | -This is likely the last update before entering the beta phase, |
50 | | -for real this time. |
| 41 | +Due to all of these changes as well as updates in the infrastructure, |
| 42 | +this new set is the recommended baseline for installation. Older images |
| 43 | +have an out of date package manager and installation scripts, which may |
| 44 | +be problematic with the current layout. |
0 commit comments