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