]> git.proxmox.com Git - pve-network.git/blame - debian/changelog
zone status: mark vnets with unknown zone as failed
[pve-network.git] / debian / changelog
CommitLineData
2f1e0d01
TL
1libpve-network-perl (0.5-1) pve; urgency=medium
2
3 * add foundation for IP Adresss Management (IPAM)
4 + add subnet plugin
5 + vnets: add subnets
6 + zones: simple|evpn: add gateway ip from subnets to vnet
7 + add IPAMs plugins
8 + add DNS plugin
9
10 * fix vnet gateway for routed setup + /32 pointopoint subnet
11
12 * api: generate 'running-config' state instead of version increase on apply
13
14 * api: add running/pending zones/vnets/subnets/controllers
15
16 * zones: evpn : add support for loopback
17
18 * zones: evpn/simple: add missing mask to gateway address
19
20 * evpn: frr: use datacenter default profile (lower timeouts)
21
22 * get local VNets: display vnet alias in comments
23
24 * use canonical ipv6 address (RFC 5952) everywhere
25
26 * zones: evpn: fix exitnodes for SNAT
27
28 * zones: evpn: move vnet mac option to evpn zone plugin
29
30 * zones: evpn: fix arp-accept and ip-forward with IPv6 SNAT
31
32 * zones: simple: fix ip-forward && IPv6 SNAT
33
34 * controllers: increase controllerid to 64 characters max
35
36 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 16:51:32 +0200
37
a5b8d7de
TL
38libpve-network-perl (0.4-7) pve; urgency=medium
39
40 * improve status API
41
42 * use more flexible split_list for ip lists to allow various common separators
43
44 * vnet: make tag optional and verify value in zone plugins
45
46 * add a 'simple' plugin
47
48 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 14:14:48 +0200
49
9a19045d
TL
50libpve-network-perl (0.4-6) pve; urgency=medium
51
52 * add vnet vlan-aware option for layer2 plugins
53
54 * vlan: ovs: use dot1q-tunnel with 802.1q when vlanaware is enabled
55
56 * qinq|vlan: ovs: add ovsint interfaces to ovs-ports list
57
58 * vlan|qinq: add mtu to ovsint link port
59
60 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 14:15:42 +0200
61
f455c686
TL
62libpve-network-perl (0.4-5) pve; urgency=medium
63
64 * api: fix reload-all UPID handling
65
66 * restrict zone and vnet names to 8 characters
67
68 * VLAN, QinQ: avoid tagging VM/CT ports directly
69
70 * VXLAN, EVPN: prefix internal interface names
71
72 -- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 21:23:01 +0200
73
c239a193
TL
74libpve-network-perl (0.4-4) pve; urgency=medium
75
76 * only parse version if local sdn file exists
77
78 * d/control: recommend frr-pythontools, ifupdown2
79
80 * vlan plugin: add support for no vlan-aware bridge
81
82 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 17:08:04 +0200
83
b27a097a
TL
84libpve-network-perl (0.4-3) pve; urgency=medium
85
86 * use .version and global lock instead of .new files
87
88 -- Proxmox Support Team <support@proxmox.com> Sat, 02 May 2020 19:20:33 +0200
89
19d8e799 90libpve-network-perl (0.4-2) pve; urgency=medium
afeeb0c5
TL
91
92 * vlan/qinq: use vlan-raw-device to support long predictable interfaces name
93
94 * evpn: add support for local frr.config
95
96 * controller : evpn : only allow 1 evpn controller
97
98 * API2: Vnets: fix update
99
100 * vlan/qinq: use bridge option instead uplink-id
101
102 * move status code to zone plugin
103
104 * qinq, vlanplugin: add status
105
106 * move mtu properties to zone
107
108 * add get_bridge_vlan
109
110 * add tap|veth create|plug
111
19d8e799
TL
112 * add get_local_vnets
113
114 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Apr 2020 19:58:10 +0200
afeeb0c5 115
cc211ddb
TL
116libpve-network-perl (0.3-3) pve; urgency=medium
117
118 * evpn: remove uplink-id, auto find interfaces instead
119
120 * zones: vxlan : remove uplink-id (autofind) and multicast (not really used)
121
122 * ensure /etc/pve/sdn directory is created when writing to configuration
123
124 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Dec 2019 09:50:39 +0100
125
0b67e1c2
TL
126libpve-network-perl (0.3-2) pve; urgency=medium
127
128 * add faucet, evpn, qinq Plugins
129
130 * add permissions
131
132 * general refactoring
133
134 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 12:56:55 +0100
135
f38f0a4d
TL
136libpve-network-perl (0.3-1) pve; urgency=medium
137
138 * add FRR plugin
139
140 * VXLAN: add VRF and VRFVXLAN
141
142 * VXLAN: add support for ipv4/ipv6/mac for anycast routing
143
144 * VXLAN: add ip-forward|ip6-forward|arp-accept for routing
145
146 * VXLAN: add gateway-nodes option
147
148 * VXLAN: EVPN: fix routing to local vms on gateway nodes
149
150 * general fixes and improvements
151
152 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Sep 2019 16:57:42 +0200
153
c43c4b5f
TL
154libpve-network-perl (0.2-1) pve; urgency=medium
155
156 * add API
157
158 * improve VNET, VXLAN and VXLAN Multicast plugins
159
160 * use SDN (Software Defined Network) as base module path
161
162 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2019 10:19:25 +0200
163
4d756085 164libpve-network-perl (0.1-1) unstable; urgency=medium
0399edbb
AD
165
166 * Initial release
167
168 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Mar 2019 12:50:26 +0100
169