Release Notes for Alpine 3.19.0: Difference between revisions
(note about removal of community/vault) |
No edit summary |
||
Line 17: | Line 17: | ||
=== HashiCorp packages === | === HashiCorp packages === | ||
Due to the relicensing of HashiCorp software to BUSL-1.1 (a non-Open-Source license) ([https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license link]), [https://www.vaultproject.io/ Vault] was removed from Alpine. | Due to the relicensing of HashiCorp software to BUSL-1.1 (a non-Open-Source license) ([https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license link]), [https://www.vaultproject.io/ Vault] was removed from Alpine. Other packages ({{pkg|consul}}, {{pkg|nomad}}, {{pkg|packer}}, {{pkg|terraform}}) might be affected as well. | ||
[[Category:News]] | [[Category:News]] |
Revision as of 03:20, 21 November 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) (link), Vault was removed from Alpine. Other packages (consul, nomad, packer, terraform) might be affected as well.