]> git.proxmox.com Git - pve-network.git/blobdiff - debian/changelog
bump version to 0.9.2
[pve-network.git] / debian / changelog
index c83933e4834dff0fb3758f4fdec23618ccc6d6ba..2338a7ed39f989c7e8110d12d442a6a5f0e2b78a 100644 (file)
@@ -1,3 +1,228 @@
+libpve-network-perl (0.9.2) bookworm; urgency=medium
+
+  * dnsmasq: drop no-resolve for default config
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Nov 2023 11:32:11 +0100
+
+libpve-network-perl (0.9.1) bookworm; urgency=medium
+
+  * sdn: allow deletion of empty subnet with gateway
+
+  * fix #4917: evpn: forbid vlan-aware bridge
+
+  * dnsmasq: check for existence of dnsmasq binary
+
+  * controller: evpn reload: cause a task-warning if frr is not installed
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Nov 2023 19:50:46 +0100
+
+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
+
+  * subnet: fix dhcp-dns-server format
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2023 20:34:42 +0100
+
+libpve-network-perl (0.8.4) bookworm; urgency=medium
+
+  * improve ip allocation in dhcp ranges
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2023 14:49:21 +0100
+
+libpve-network-perl (0.8.3) bookworm; urgency=medium
+
+  * add DHCP plugin base with initial 'dnsmasq' plugin
+
+  * ipam: manage ip/mac associations
+
+  * zones: add option to choose a dhcp server
+
+  * subnets: add dhcp options
+
+  * api: refactor URL structure for ipam
+    * move listing to /ipams/pve/status
+    * move create/update/delete to /vnets/{vnetid}/ips
+
+  * downgrade frr from recommended to suggested
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2023 14:41:43 +0100
+
+libpve-network-perl (0.8.2) bookworm; urgency=medium
+
+  * fix permissions && use new /sdn/zones/<zone>/<vnet> path
+
+  * zones: fix status
+
+  * sdn: config generation: check if interfaces.d/sdn is sourced
+
+  * zones: improve error message
+
+  * zones: add add|del_bridge_fdb to plugins
+
+  * zones: evpn: add disable-bridge-learning
+
+  * controller: evpn: fix find_bgp_controller
+
+  * controller: frr: add parsing of "interfaces" section
+
+  * controller: add isis router plugin
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Oct 2023 13:05:49 +0200
+
+libpve-network-perl (0.8.1) bookworm; urgency=medium
+
+  * fix #4657: evpn: fix exit-node with multiple vrf
+
+  * fix #4425: vxlan, evpn: add vxlan-port option to override default
+
+  * fix #4662: frr: fix config generation ordering
+
+  * fix #4389: evpn: exit nodes: null routes subnets from other zones
+
+  * fix #4683: zones: QinQ: fix vlan-protocol when bridge is VLAN aware
+
+  * network reload: fix UPID parsing for the case where a task produced
+    warnings or errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 06 Jun 2023 08:07:19 +0200
+
+libpve-network-perl (0.8.0) bookworm; urgency=medium
+
+  * re-build for Proxmox VE 8 / Debian 12 Bookworm
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 May 2023 18:18:20 +0200
+
+libpve-network-perl (0.7.3) bullseye; urgency=medium
+
+  * controllers: evpn: correctly limit the number of controllers to maximal
+    one
+
+  * frr: add support for prefix-list in config
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Mar 2023 17:19:14 +0100
+
+libpve-network-perl (0.7.2) bullseye; urgency=medium
+
+  * frr: update config frrversion to 8.2.2
+
+  * frr: add a local config parser and if configured merge with
+    generated config
+
+  * frr: config : add exit on router && routemaps to future proof
+    against upcoming FRR releases
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Nov 2022 14:08:26 +0100
+
+libpve-network-perl (0.7.1) bullseye; urgency=medium
+
+  * controllers: evpn: use frr restart if reload fails
+
+  * zonee: TAP plug: add support for disable bridge learning and helpers to
+    manage FDB entries manually
+
+  * controllers: evpn: fix multiple exit-nodes with route-map filtering
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Apr 2022 10:33:13 +0200
+
+libpve-network-perl (0.7.0) bullseye; urgency=medium
+
+  * controllers:
+    + allow minus and underscore in IDs again
+    + bgp: use loopback ip src for loopback network
+    + bgp: add bgp-multipath-as-path-relax option
+    + evpn: add min/max value to asn
+    + evpn/bgp : add exitnodes-primary && rework route-map
+    + evpn: add missing bgp router-id in vrf
+    + evpn: remove "no bgp ebgp-requires-policy"
+
+  * zones status: skip reporting on nodes not configured for a zone
+
+  * zones evpn: add rt-import allowing one to import external route target list
+    from external evpn network, e.g., for  DC inter-connect
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 13 Feb 2022 15:04:49 +0100
+
+libpve-network-perl (0.6.2) bullseye; urgency=medium
+
+  * evpn : add "ip route del vrf vrf_myzone unreachable default metric
+    4278198272" on exit node
+
+  * get_local_vnets: add permissions on /sdn/vnets/*
+
+  * evpn : add advertise-subnets and exitnodes-local-routing option
+
+  * vnet/subnet : add skipdns option
+
+  * api: zones: fix update
+
+  * zones: evpn: add disable-arp-nd-suppression option
+
+  * vnets: alias: check pattern and fix regex
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Nov 2021 19:33:54 +0100
+
+libpve-network-perl (0.6.1) bullseye; urgency=medium
+
+  * sdn: get local vnets : add IPAM and VLAN-aware values
+
+  * IPAM: IPv6 fixes
+
+  * subnets/ipam: fix is_gateway helper usage
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jul 2021 19:07:52 +0200
+
+libpve-network-perl (0.6.0) buster; urgency=medium
+
+  * zones: QinQ: classic bridge: fix bridge zone name with multiple zones/vnets
+
+  * zones: QinQ: ovs: fix duplicate ovs_ports with multiple zones/vnets
+
+  * d/control: fix package description
+
+  * zone: QinQ: add VNet without tag support
+
+  * zone/subnets: fix more cases when no IPAM is defined in the configuration
+
+  * zones: simple, evpn: only enable IP-forwarding if a gateway is defined on
+    the subnet
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 10 May 2021 10:44:56 +0200
+
+libpve-network-perl (0.5-2) pve; urgency=medium
+
+  * zones: make IPAM config optional for all zone plugins
+
+  * zone status: mark VNets with unknown zone as failed and early return to
+    avoid spamming the log with 'Use of uninitialized value' messages.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Apr 2021 18:25:18 +0200
+
 libpve-network-perl (0.5-1) pve; urgency=medium
 
   * add foundation for IP Adresss Management (IPAM)