5
0
mirror of git://git.proxmox.com/git/pve-network.git synced 2025-01-21 22:03:53 +03:00

bump version to 0.9.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-22 14:46:53 +01:00
parent 2a17e5f323
commit a9107d35d2

25
debian/changelog vendored
View File

@ -1,3 +1,28 @@
libpve-network-perl (0.9.0) bookworm; urgency=medium
* dnsmasq: fix config directory permission
* api: take partial configs for update (PUT) requests
* api: handle delete parameter when updating ipams, dns entries, controllers
* fix dhcpv6 router advertisement
* subnets: only delete macs.db entries if mac is available
* ipam: improve update / delete behavior
* sdn: validate dhcp-range in API
* install dnsmasq@.service snippet to start after networking.service in
order to make sure ifupdown has created all the interfaces before dnsmasq
tries to find them and to fix suggesting that its a provider for network
target
* dnsmasq: use quite-ra to avoid log spam
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2023 14:46:31 +0100
libpve-network-perl (0.8.5) bookworm; urgency=medium
* sdn: register MAC in IPAM if not found