summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lamprecht <t.lamprecht@proxmox.com>2025-04-08 13:52:06 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2025-04-08 13:52:06 +0200
commit1fd6496b5e462272b61a17207f6f25c5097b63a2 (patch)
tree49aae202cadca7d14d39c8ea2cb99724960a3e55
parent3a904729fdc1e0b6b52e404a56221304cb62c011 (diff)
bump version to 0.11.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d3e8c15..c899552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+libpve-network-perl (0.11.0) bookworm; urgency=medium
+
+ * dns: powerdns: correctly handle different records types (A / AAAA)
+
+ * ipam: netbox: implement deleting subnets and improve error handling.
+
+ * fix #5496: fix handling DHCP ranges and allocation for Netbox IPAM
+ plugin.
+
+ * vnet: do not skip if no range is defined, ask for allocation inside prefix
+ instead.
+
+ * correctly register reservation details when allocating the next free IP.
+
+ * subnet: dhcp: do not allow overlapping DHCP ranges.
+
+ -- Proxmox Support Team <support@proxmox.com> Tue, 08 Apr 2025 13:52:02 +0200
+
libpve-network-perl (0.10.1) bookworm; urgency=medium
* sdn: fix comparison of pending configuration values