0.100
Releasing 0.100 💯
- Documentation improvements
- Improved integration tests
- Overall cleanup and refactoring
- Improved SR-IOV first boot experience
- Initial Open vSwitch support (LP: #1728134)
- Add support for Wireguard tunnels
- Add support for IP address labels (LP: #1743200)
- Improved routing & globbing in NetworkManager backend
- route attributes "from", "onlink" and "table"
- matching interfaces by glob pattern
- Add support for hidden wireless SSIDs (LP: #1866100)
- Introduce support for networkd address options (LP: #1803203)
- Implement ipv6-address-token key (LP: #1737976)
Bug fixes:
- Not connect to WiFi after 'netplan apply' (LP: #1874377)
- Call daemon-reload after we touched systemd unit files (LP: #1874494)
- Don't fail if same primary slave was set before (LP: #1817651)
- Fix process_link_changes handling 'up' interfaces (LP: #1875411)
- Fix GCC-10 -fno-common linker errors (LP: #1875412)
- Flush IPs of NM managed interfaces (LP: #1870561)
We would like to thank everybody who contributed to this release! 🚀
in no particular order: @pondermatic @aganders3 @thom311 @hrasiq @geirha @lxnt @sil2100 @slyon
Alexander Sabourenkov (1):
Add wireguard support, take two. (#113)
Ashley Anderson (1):
Add `hidden` to connect to non-broadcast SSIDs (#132)
Geir Hauge (1):
Fix inconsistent indentation (#150)
Heitor Alves de Siqueira (2):
Fix process_link_changes handling 'up' interfaces (#143)
Introduce support for networkd address options (#89)
James Richards (1):
Fix typo in docs "networks:" -> "network:" (#131)
Lukas Märdian (15):
Fix LP#1874377: Not connect to WiFi after 'netplan apply' (#133)
Call daemon-reload after we touched systemd unit files (LP: #1874494) (#135)
Don't fail if same primary slave was set before (LP: #1817651) (#136)
Doc: Mark versions of new config keys (#137)
Add NM integration tests for interface globbing and route options (#140)
Fix autopkgtest on arm64 with NM 1.24 (#146)
Fix GCC-10 -fno-common linker errors (LP: #1875412) (#155)
Flush IPs of NM managed interfaces (LP: #1870561) (#159)
Implement ipv6-address-token-id key (LP: #1737976) (#161)
test:wifi: fix typo in test YAML
doc: fix 'modems' formatting
doc: improve ipv6-address-generation documentation
Makefile: improve 'make clean'
tests:routing: verify multiple NM routing options
tests: improve tunnels integration test, to make it non-flaky
Thomas Haller (1):
nm: support route attributes "from", "onlink", and "table" and "match.interface-name" (#84)
Łukasz Zemczak (5):
Add some basic SR-IOV examples.
Add missing feature flags, fix manpage for DHCP overrides.
Correct documentation on dhcp route-metric
Work on a better first-boot experience with SR-IOV (#141)
Openvswitch support (LP: #1728134) (#154)