]> git.proxmox.com Git - pve-container.git/blame - debian/changelog
use json schema format for network config
[pve-container.git] / debian / changelog
CommitLineData
c211d7ae
DM
1pve-container (0.9-22) unstable; urgency=medium
2
3 * allow to parse configuration values with spaces
4
5 * specify data format for hostname, searchdomain and nameserver
6
7 * add check for newlines before writing configuration
8
9 * vzdump fixes
10
11 * mountpoint_mount: disallow symlinks in bind mounts
12
13 * lxc API: use new disk option names in permission check
14
15 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
16
af4b00a1
DM
17pve-container (0.9-21) unstable; urgency=medium
18
19 * vzdump: support mountpoints
20
21 * change tar/rsync_vm to use the new exclude pattern method
22
23 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
24
c34cd4ea
DM
25pve-container (0.9-20) unstable; urgency=medium
26
27 * fix bug #712: fix stop mode backups when container is running
28
29 * add support for LVM
30
31 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
32
fb2d8270
DM
33pve-container (0.9-19) unstable; urgency=medium
34
35 * allow older debian versions (>= 4 (etch))
36
9fa65276
DM
37 * fix subvolume mounts (do not use loop device)
38
fb2d8270
DM
39 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
40
640916d4
DM
41pve-container (0.9-18) unstable; urgency=medium
42
43 * fix bug #710: use correct size for OpenVZ restore
44
842bae93
DM
45 * format_disk: call activate_volume()
46
640916d4
DM
47 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
48
003620d3
DM
49pve-container (0.9-17) unstable; urgency=medium
50
51 * mount_all: make sure rootfs exists (fix openvz restore bug)
52
53 * destroy: avoid warning about undefined 'protection' value
54
55 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
56
627e416f
DM
57pve-container (0.9-16) unstable; urgency=medium
58
59 * fix bug #707: Don't die in vm_shutdown when we have no errors
60
61 * add CT protection mode
62
63 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
64
32e36fce
DM
65pve-container (0.9-15) unstable; urgency=medium
66
67 * add bash completion support
68
69 * support resizing of owned container disks
70
71 * get rid of most of the loop-devices code
72
73 * fix unlock handling after migration
74
75 * add command to unlock a Container if it is locked
76
77 * add support to add mountpoints with pct set
78
79 * added pct exec command
80
81 * add missing archlinux ostype confdesc enum entry
82
83 * destroy owned mountpoints on pct destroy
84
85 * use multiple mount protection (mmp)
86
87 * many bug fixes
88
89 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
90
41ea68ca
DM
91pve-container (0.9-14) unstable; urgency=medium
92
93 * vm_create : add support for mountpoints
94
95 * run spiceterm and return spiceproxy config only if CT is running
96
97 * vzdump: correctly implement snapshot backup
98
99 * vzdump: use correct pid to access container root (fix suspend mode
100 backup)
101
102 * fix bug #691: fix vzdump stop mode backup on zfs
103
104 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
105
1f14baa6
DM
106pve-container (0.9-13) unstable; urgency=medium
107
108 * detect ostype when restoring OpenVZ containers
109
110 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
111
53a9acc5
DM
112pve-container (0.9-12) unstable; urgency=medium
113
114 * code cleanups
115
116 * implement pct listsnapshot cli command
117
118 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
119
ae8c06a1
DM
120pve-container (0.9-11) unstable; urgency=medium
121
122 * add mpX mountpoint configuration (experimental)
123
124 * remove <vmid>.fw file after lxc vm destroy
125
126 * cleanup directory structure
127
128 * add file access methods to LXCSetup::Base
129
130 * mountpoint: add support for host /dev/xxx block device passthrough
131
132 * Added PVE::LXCSetup::Base::setup_securetty
133
134 * archlinux template support
135
136 * implement new cmode option
137
138 * implement template creation
139
140 * add rbd storage type support
141
142 * do not use hardcoded disk image names
143
144 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
145
30137a89
DM
146pve-container (0.9-10) unstable; urgency=medium
147
148 * add support for RHEL/CentOS
149
150 * allow to set empty lxc.xxx values
151
152 * added pve-update-lxc-config postinstall hook
153
154 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
155
8eefced6
DM
156pve-container (0.9-9) unstable; urgency=medium
157
158 * Fix: If a Ct are created and a pool are given add the Ct to pool
159
160 * don't set proxy_arp and forwarding on lxc veths
161
162 * activate/deactivates volumes on container start/stop
163
164 * allow to use drbd storage for containers
165
166 * add manual page for container configuration format ("man pct.conf")
167
168 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
169
e05baf1c
DM
170pve-container (0.9-8) unstable; urgency=medium
171
172 * use our own configuration format for containers
173
174 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
175
25cdbca0
DM
176pve-container (0.9-7) unstable; urgency=medium
177
178 * fixes for container restore
179
180 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
181
882c975e
DM
182pve-container (0.9-6) unstable; urgency=medium
183
184 * fix memory and swap size calculations
185
186 * ipv6 slaac/autoconf support
187
188 * fix ipv4 replacement of running containers
189
190 * allow to restore backups of openvz containers
191
192 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
193
810362c0
DM
194pve-container (0.9-5) unstable; urgency=medium
195
196 * correctly detect container architecture
197
198 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
199
7fb2e318
DM
200pve-container (0.9-4) unstable; urgency=medium
201
202 * allow configuring lxc.seccomp
203
204 * network setup: allow dhcp, manual and unmanaged network
205
206 * implement snapshot API
207
208 * implement snapshots for zfs
209
210 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
211
891fde80
DM
212pve-container (0.9-3) unstable; urgency=medium
213
214 * fix tty setup for debian6
215
216 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
217
662f90a0
DM
218pve-container (0.9-2) unstable; urgency=medium
219
220 * correctly set password change time
221
222 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
223
2410127c
DM
224pve-container (0.9-1) unstable; urgency=medium
225
226 * correctly untaint crontab filenames
227
228 * create new ssh host keys at startup
229
230 * add net hotplug and hotplug ip configuration
231
91bf89e1
DM
232 * add support for Ubuntu 15.04
233
2410127c
DM
234 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
235
af9cc97c
DM
236pve-container (0.8-1) unstable; urgency=medium
237
238 * only use lxc-pve-mount-hook for containers on /etc/pve/
239
240 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
241
20464461
DM
242pve-container (0.7-2) unstable; urgency=medium
243
244 * use nowait trigger for pve-api-updates
245
246 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
247
256b0ea7
DM
248pve-container (0.7-1) unstable; urgency=medium
249
250 * randomize crontab entries
251
252 * install global lxc config
253
254 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
255
629a468d
DM
256pve-container (0.6-2) unstable; urgency=medium
257
258 * depend on lxc-pve
259
260 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
261
b979858c
DM
262pve-container (0.6-1) unstable; urgency=medium
263
264 * add support for centos6
265
266 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
267
2e1f4a16
DM
268pve-container (0.5-1) unstable; urgency=medium
269
270 * implement restore command
271
272 * implement disk size parameter (loop mounts)
273
274 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
275
dce235ad
DM
276pve-container (0.4-1) unstable; urgency=medium
277
278 * allow to setup root password
279
280 * implement dns setup for containers
281
282 * implement startup and onboot option
283
284 * implement cpuunits
285
286 * add firewall and vlan tag network options
287
288 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
289
44d75d46
DM
290pve-container (0.3-1) unstable; urgency=medium
291
292 * implement lxcnetaddbr to bring up network
293
294 * implement swap and cpulimit
295
296 * add regression tests
297
298 * add mount hook to setup container config
299
300 * add helper classes to setup container configuration
301
302 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
303
dba35ed0
DM
304pve-container (0.2-1) unstable; urgency=medium
305
306 * improved CLI
307
308 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
309
f76a2828
DM
310pve-container (0.1-1) unstable; urgency=medium
311
312 * first try
313
314 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
315