Draft Release Notes for Alpine 3.23.0: Difference between revisions

From Alpine Linux
No edit summary
 
(25 intermediate revisions by 4 users not shown)
Line 3: Line 3:
If you experience any issues with the upgrade, please let us know and file an issue in our repositories.
If you experience any issues with the upgrade, please let us know and file an issue in our repositories.


{{Note|We're beginning to work on the roadmap for Alpine Linux v3.23. To view the upcoming changes, see {{Issue|17294}}.}}
{{Note|This is a list of upcoming changes for the next release 3.23. The release is still work-in-progress and changes might happen.}}


== Important changes ==
== Important changes ==


=== {{pkg|apk-tools}} v3 ===
=== {{pkg|apk-tools}} v3 ===
{{Note|The switch will happen in Alpine edge on 1 July. See {{MR|82593}}}}


After 5 years of development in the <code>master</code> branch of apk-tools, apk v3 is now ready for Alpine v3.23.0. This should be a safe and seamless upgrade from apk v2, but might has some breaking changes if you use <code>libapk</code>.
After 5 years of development in the <code>master</code> branch of apk-tools, apk v3 is now ready for Alpine v3.23.0. This should be a safe and seamless upgrade from apk v2, but might has some breaking changes if you use <code>libapk</code>.
Line 16: Line 14:


For more information, take a look at the release notes of apk v3: TODO
For more information, take a look at the release notes of apk v3: TODO
=== /usr merge ===
New installations are now /usr-merged, and people are encouraged to merge their systems after upgrade. See the [https://alpinelinux.org/posts/2025-10-01-usr-merge.html official announcement] for more details.


=== {{Pkg|linux-stable}} replaces {{Pkg|linux-edge}} ===
=== {{Pkg|linux-stable}} replaces {{Pkg|linux-edge}} ===
Line 26: Line 28:


== Significant changes ==
== Significant changes ==
=== Static binaries are built as PIE ===
{{Note|TODO: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17294#note_524739}}
=== LLVM metapackage ===
{{Note|TODO}}
=== nftrules ===
{{Note|TODO: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/67137}}
=== curl HTTP/3 ===
{{Note|TODO: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/89382}}


== Note-worthy updates ==
== Note-worthy updates ==
Line 50: Line 68:
* wlroots TODO
* wlroots TODO
* zigbee2mqtt TODO
* zigbee2mqtt TODO
* ffmpeg TODO
=== GCC 15 ===
=== LLVM 21 ===
=== ifupdown-ng 0.13 ===
{{Note|TODO}}
=== GNOME 49 ===
https://release.gnome.org/49/
* We kept gnome-session (and gdm) at 48 because of the [https://release.gnome.org/49/developers/index.html#stronger-systemd-dependencies stricter systemd dependency] ({{Issue|17514}})
* Our gdk-pixbuf didn't enable the glycin sandboxing library yet ({{Issue|17550}})
=== ffmpeg 8 ===
The {{Pkg|ffmpeg}} package got upgraded from version 6 to 8.
Most consumers of ffmpeg are now built against ffmpeg 8, but some packages might still use ffmpeg 6 or 7, depending on its API compatability. Therefore the {{Pkg|ffmpeg6}} and {{Pkg|ffmpeg7}} packages are also still available.
Also note that {{Pkg|ffmpeg4}} got removed and all consumers were migrated to at least ffmpeg 6.
=== ifstate 2 ===
The declarative network configuration tool {{Pkg|ifstate}} has been upgraded from version 1.x to version 2. It is not possible to use the old configuration file of ifstate 1.x with ifstate 2.x! The configuration file '''must''' be adapted to the new schema and file name to prevent breaking the host's network the next time it is booted! More information about the required config changes can be found in the [https://ifstate.net/2.0/docs/upgrades/#ifstate-20 ifstate documentation].


== Significant removals ==
== Significant removals ==
<!--
=== {{Pkg|binutils-gold}} removed ===
{{Note|TODO: not done yet and maybe not in 3.23}}
The gold linker got deprecated by upstream on February 2025 and in Alpine v3.23 we removed it from our repositories.
Previously this has been hold because of Go's use of the gold linker for ARM architectures, but these days the default ld linker works as expected.
-->
=== More Qt5 removals ===
{{Note|TODO}}
=== ffmpeg4 ===
{{Note|TODO}}
=== LLVM 17 ===
=== rssh ===
rssh package has been removed due to the dead upstream.


<hr><center>[[Release Notes for Alpine 3.22.0|← Previous page: Release Notes for Alpine 3.22.0]]</center>
<hr><center>[[Release Notes for Alpine 3.22.0|← Previous page: Release Notes for Alpine 3.22.0]]</center>

Latest revision as of 16:23, 18 October 2025

As always, make sure to read Upgrading Alpine to a new major release when upgrading to a new release.

If you experience any issues with the upgrade, please let us know and file an issue in our repositories.

Note: This is a list of upcoming changes for the next release 3.23. The release is still work-in-progress and changes might happen.

Important changes

apk-tools v3

After 5 years of development in the master branch of apk-tools, apk v3 is now ready for Alpine v3.23.0. This should be a safe and seamless upgrade from apk v2, but might has some breaking changes if you use libapk.

Note that we will only transition the package manager to v3, but will keep the v2 index and package format. We plan to move to the v3 index and package format after Alpine v3.23.

For more information, take a look at the release notes of apk v3: TODO

/usr merge

New installations are now /usr-merged, and people are encouraged to merge their systems after upgrade. See the official announcement for more details.

linux-stable replaces linux-edge

For years, linux-lts and linux-edge grew apart and developed their own kernel configs, different architectures, etc.

Now linux-edge gets replaced with linux-stable which has the identical configuration as linux-lts, but follows the stable releases instead of the long-term releases (see https://kernel.org/).

If you had linux-edge installed, apk automatically installs linux-stable as a replacement. There is a reasonably amount of kernel config differences, if you need a config option that existed previously in linux-edge, please open a issue to add the required option to linux-lts. Also this change might involve manual boot loader configuration, as the kernel has been renamed and follows linux-lts' packaging recipe.

Significant changes

Static binaries are built as PIE

LLVM metapackage

Note: TODO

nftrules

curl HTTP/3

Note-worthy updates

As always, many packages were upgraded. Make sure to read the individual release notes of the projects you use.

  • BIRD TODO
  • busybox TODO
  • Deno TODO
  • GCC TODO
  • GNOME TODO
  • Go TODO
  • ISC BIND TODO
  • KDE Plasma TODO
  • Linux TODO
  • LLVM TODO
  • LXQt TODO
  • nginx TODO
  • NodeJS TODO (LTS)
  • PHP TODO
  • Qt TODO
  • Ruby TODO
  • Rust TODO
  • wlroots TODO
  • zigbee2mqtt TODO
  • ffmpeg TODO

GCC 15

LLVM 21

ifupdown-ng 0.13

Note: TODO

GNOME 49

https://release.gnome.org/49/

ffmpeg 8

The ffmpeg package got upgraded from version 6 to 8.

Most consumers of ffmpeg are now built against ffmpeg 8, but some packages might still use ffmpeg 6 or 7, depending on its API compatability. Therefore the ffmpeg6 and ffmpeg7 packages are also still available.

Also note that ffmpeg4 got removed and all consumers were migrated to at least ffmpeg 6.

ifstate 2

The declarative network configuration tool ifstate has been upgraded from version 1.x to version 2. It is not possible to use the old configuration file of ifstate 1.x with ifstate 2.x! The configuration file must be adapted to the new schema and file name to prevent breaking the host's network the next time it is booted! More information about the required config changes can be found in the ifstate documentation.

Significant removals

More Qt5 removals

Note: TODO

ffmpeg4

Note: TODO

LLVM 17

rssh

rssh package has been removed due to the dead upstream.


← Previous page: Release Notes for Alpine 3.22.0