Release Notes for Alpine 3.19.0: Difference between revisions

From Alpine Linux
(Mention linux-rpi changes)
No edit summary
Line 76: Line 76:
== Raspberry pi ==
== Raspberry pi ==


The {{pkg|linux-rpi kernels}} has been simplified. There is now a single kernel flavor for each architecture. This means that the kernels {{pkg|linux-rpi2}} and {{pkg|linux-rpi4}} are replaced with {{pkg|linux-rpi}}. The {{Path|config.txt}} is now generated by {{pkg|raspberrypi-bootloader}}.
The {{pkg|linux-rpi}} has been simplified. There is now a single kernel flavor for each architecture. This means that the kernels {{pkg|linux-rpi2}} and {{pkg|linux-rpi4}} are replaced with {{pkg|linux-rpi}}. The {{Path|config.txt}} is now generated by {{pkg|raspberrypi-bootloader}}.


[[Category:News]]
[[Category:News]]

Revision as of 10:59, 4 December 2023

Base System

iptables-nft

The /sbin/iptables{,-save,-restore} symlinks now point to xtables-nft-multi instead of xtables-legacy-multi. This means they use the nftables kernel backend instead of the legacy iptables one.

Since the new iptables- binaries also don't use the iptables backend, to work with any existing rules and save them, you need to install iptables-legacy and use iptables-legacy-save.

Because mixing backends is not supported, you should reboot your system if you have to use the iptables commands after upgrading.

netns

The OpenRC package contains a patch to make it possible to start most services in netns namespaces. See also netns.

Others

HashiCorp packages

Due to the relicensing of HashiCorp software to BUSL-1.1, a non-Open-Source license, the following software have been removed from Alpine:

  • Consul
  • Nomad
  • Packer
  • Terraform
  • Vault

Our discussion on the topic can be found here.

opentofu, a fork of Terraform, is available in our testing repository for users of our rolling release, edge.

Java 21

The latest LTS java release, openjdk21, is now available in the community repository.

KDE

KDE Applications have been upgraded from 23.04.x to 23.08.x. KDE Frameworks have been upgraded from 5.105.0 to 5.112.0. Note that the KDE Frameworks packages have been renamed to add a 5 suffix in preparation for the upcoming KDE 6 release in the next Alpine release. Everything should automatically be upgraded properly but if problems occur make sure to check if the right renamed packages are installed.

Yggdrasil v0.5

yggdrasil was upgraded to 0.5.x and the new routing scheme is incompatible with previous versions. "Nodes running this new version will not be able to peer with earlier versions of Yggdrasil" (v0.5.0 release notes, v0.5 blog post).

Upgrades

  • GCC 13
  • LLVM 17
  • Kea 2.4
  • Xen 4.18
  • Git 2.43
  • Perl 5.38
  • PHP 8.3
  • PostgreSQL 16
  • SQLite 3.44
  • Redis 7.2
  • Node.js (lts) 20.10
  • Node.js (current) 21.3
  • QEMU 8.1
  • Ceph 18.2
  • GNOME 45
  • LXQt 1.4
  • wlroots 0.17
  • Go 1.21
  • Rust 1.72
  • Crystal 1.10
  • Racket 8.11
  • ECL 23.9.9
  • Erlang 26
  • zlib 1.3
  • libsodium 1.0.19
  • ICU 74.1
  • Protobuf 24.4
  • fmt 10
  • PipeWire 1.0.0

Raspberry pi

The linux-rpi has been simplified. There is now a single kernel flavor for each architecture. This means that the kernels linux-rpi2 and linux-rpi4 are replaced with linux-rpi. The config.txt is now generated by raspberrypi-bootloader.