From: Thomas Lamprecht Date: Mon, 26 Apr 2021 14:51:38 +0000 (+0200) Subject: bump version to 0.5-1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2f1e0d01e88cd9d6d6164bc557929b7d6626483c;p=matthieu%2Fpve-network.git bump version to 0.5-1 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/changelog b/debian/changelog index 52137c8..c83933e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +libpve-network-perl (0.5-1) pve; urgency=medium + + * add foundation for IP Adresss Management (IPAM) + + add subnet plugin + + vnets: add subnets + + zones: simple|evpn: add gateway ip from subnets to vnet + + add IPAMs plugins + + add DNS plugin + + * fix vnet gateway for routed setup + /32 pointopoint subnet + + * api: generate 'running-config' state instead of version increase on apply + + * api: add running/pending zones/vnets/subnets/controllers + + * zones: evpn : add support for loopback + + * zones: evpn/simple: add missing mask to gateway address + + * evpn: frr: use datacenter default profile (lower timeouts) + + * get local VNets: display vnet alias in comments + + * use canonical ipv6 address (RFC 5952) everywhere + + * zones: evpn: fix exitnodes for SNAT + + * zones: evpn: move vnet mac option to evpn zone plugin + + * zones: evpn: fix arp-accept and ip-forward with IPv6 SNAT + + * zones: simple: fix ip-forward && IPv6 SNAT + + * controllers: increase controllerid to 64 characters max + + -- Proxmox Support Team Mon, 26 Apr 2021 16:51:32 +0200 + libpve-network-perl (0.4-7) pve; urgency=medium * improve status API