]> git.proxmox.com Git - pve-container.git/blame - debian/changelog
update changelog
[pve-container.git] / debian / changelog
CommitLineData
28c5389e
DM
1pve-container (1.0-27) unstable; urgency=medium
2
3 * add/restore firewall config with vzdump
4
6e68f51b
DM
5 * warn when trying to delete non-existent options
6
7 * create_disks: don't drop extra parameters
8
9 * vzdump: exclude lost+found with unprivilged containers
10
11 * don't restore mountpoint settings
12
13 * vzdump: use --anchored on tar
14
15 * honor backup=yes/no for bind and device mountpoints
16
17 * Redhat: handle /etc/sysconfig/network better
18
19 * Redhat: fix ipv4 dhcp only setup
20
28c5389e
DM
21 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 09:59:30 +0100
22
4c9db320
DM
23pve-container (1.0-26) unstable; urgency=medium
24
25 * Mounting of zfspool snapshots are not necessary
26
1fb9fb5b
DM
27 * use the unmount-namespace stop hook
28
29 * vzdump: warn about lack of xattr/acl support on nfs
30
31 * Use new lxc.start.unshare setting
32
33 * set memory.kmem.limit_in_bytes
34
4c9db320
DM
35 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:43:02 +0100
36
389e7a56
DM
37pve-container (1.0-25) unstable; urgency=medium
38
39 * support unpriviledged containers
40
41 * improve OS type detection
42
43 * remove --totals from COMMON_TAR_FLAGS
44
45 * vzdump: userns support
46
47 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:29:14 +0100
48
29d54bf9
DM
49pve-container (1.0-24) unstable; urgency=medium
50
51 * setup: fix ssh-key perms lost with the rewrite
52
53 * create/restore: add --warning=no-xattr-write to tar
54
55 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:19:47 +0100
56
e72b717c
DM
57pve-container (1.0-23) unstable; urgency=medium
58
59 * improve setup error message
60
61 * create: safer rewrite_ssh_host_keys
62
63 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 11:44:20 +0100
64
f6efa6e3
DM
65pve-container (1.0-22) unstable; urgency=medium
66
67 * preserve posix capabilities
68
69 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:56:32 +0100
70
c7d04683
DM
71pve-container (1.0-21) unstable; urgency=medium
72
73 * allow debian stretch/sid containers
74
d607c17d
DM
75 * destroy: check if container is still running
76
23d928a1
WB
77 * LXC::Setup: Load required host files in new()
78
c7d04683
DM
79 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 11:23:00 +0100
80
34c69c85
DM
81pve-container (1.0-20) unstable; urgency=medium
82
83 * fix bug #799: resize running CT with no loopdev.
84
8ba6ef14
WB
85 * Setup: fix bad /dev bindmount
86
34c69c85
DM
87 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 11:16:25 +0100
88
d11b5e50
DM
89pve-container (1.0-19) unstable; urgency=medium
90
91 * support Ubuntu 15.10
92
93 -- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2015 18:39:39 +0100
94
0b39ec4a
DM
95pve-container (1.0-18) unstable; urgency=medium
96
d11b5e50 97 * depend on xz-utils
0b39ec4a
DM
98
99 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 06:48:20 +0100
100
688afc63
WL
101pve-container (1.0-17) unstable; urgency=medium
102
103 * fix bug #770: CPU usage stats for containers
104
105 * added symlink testcase
106
107 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 13:09:29 +0100
108
1dbe56d6
DM
109pve-container (1.0-16) unstable; urgency=medium
110
a6d7be05
DM
111 * fix bug #770: implement Network stats for containers
112
1dbe56d6
DM
113 * LXC::Setup: chroot into the container (thanks to RACK911Labs.com for
114 the hint)
115
116 * LXC::get_primary_ips: ipv6 can be 'auto'
117
118 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 11:43:30 +0100
119
e41c9805
DM
120pve-container (1.0-15) unstable; urgency=medium
121
122 * Start a worker in lxc resize
123
124 * move resize to have it available in the pveshell and at the rest api
125
126 * allow to mount iso images
127
128 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:27:46 +0100
129
529bf040
DM
130pve-container (1.0-14) unstable; urgency=medium
131
132 * redhat: fix unused values
133
134 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2015 12:10:56 +0200
135
4901d141
DM
136pve-container (1.0-13) unstable; urgency=medium
137
138 * restore: make sure only the first pct.conf is extracted
139
140 * redhat: don't use aliases for dual stack networking
141
142 * redhat: use the fully qualified hostname
143
144 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Oct 2015 08:31:24 +0200
145
3bca4711
DM
146pve-container (1.0-12) unstable; urgency=medium
147
148 * allow /32 CIDRs and remove duplicated mask array
149
150 * network setup: deal with gateways outside the subnet
151
ead433af
WB
152 * redhat: use the fully qualified hostname
153
3bca4711
DM
154 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2015 08:52:02 +0200
155
217dd44e
DM
156pve-container (1.0-11) unstable; urgency=medium
157
158 * setup/debian: avoid writing multiple auto lines
159
160 * setup/debian: avoid extra newlines
161
f7a7b413
WB
162 * allow /32 CIDRs and remove duplicated mask array
163
217dd44e
DM
164 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 09:49:28 +0200
165
08d4dc57
DM
166pve-container (1.0-10) unstable; urgency=medium
167
168 * improve regex to match redhat/centos OS version
169
170 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 08:27:06 +0200
171
2df8257c
DM
172pve-container (1.0-9) unstable; urgency=medium
173
e9b868e7
DM
174 * use new PVE::JSONSchema::parse_siz
175
176 * Add new pct fsck command to check the mountpoints of a container
2df8257c 177
cf4f10f6
DM
178 * update inittab instead of replacing it
179
2df8257c
DM
180 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 10:25:56 +0200
181
adbd9b4b
DM
182pve-container (1.0-8) unstable; urgency=medium
183
184 * make bridge parameter option - required for hotplug code
185
89e9642c
DM
186 * fix test if storage allows containers
187
b46c0bf2
WL
188 * fix bug #752: correct size of mount point after resize
189
c9bc5018
WL
190 * fix bug #750: deactivate volumes to be sure there are no volumes
191 are active on the source node
192
adbd9b4b
DM
193 -- Proxmox Support Team <support@proxmox.com> Sat, 10 Oct 2015 17:24:31 +0200
194
9572eb19
DM
195pve-container (1.0-7) unstable; urgency=medium
196
197 * Create /fastboot to skip run fsck
198
199 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:47:47 +0200
200
ad657ff5
DM
201pve-container (1.0-6) unstable; urgency=medium
202
203 * cleanup: replace disk-size calculation in pct resize
204
205 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 09:37:44 +0200
206
cf1b1563
DM
207pve-container (1.0-5) unstable; urgency=medium
208
209 * lxc hooks: use run_cli_handler(), remove stale docs
210
211 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 13:47:30 +0200
212
5dc78eef
DM
213pve-container (1.0-4) unstable; urgency=medium
214
215 * remove 'noload' option from zfspool mounts
216
217 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 16:28:04 +0200
218
aefd41f3
DM
219pve-container (1.0-3) unstable; urgency=medium
220
221 * fix hotplug error in update_pct_config
222
223 * added lxc.hook.stop to valid_lxc_conf_keys
224
225 * add mountpoint deletion support and unused volumes
226
227 * set minimum mtu to 64
228
229 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 11:42:34 +0200
230
c52e88d9
DM
231pve-container (1.0-2) unstable; urgency=medium
232
233 * set TERM=linux for containers
234
235 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 09:27:01 +0200
236
de81c147
DM
237pve-container (1.0-1) unstable; urgency=medium
238
239 * vzdump: mount snapshots with the noload option
240
241 * vzdump:lxc: sync and skip journal in snapshot mode
242
243 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:55:13 +0200
244
18c803bd
DM
245pve-container (0.9-23) unstable; urgency=medium
246
247 * Use format hashes in json schemas
248
249 * When destroying a container, remove bind mounts and block devices
250 from the list of volumes to delete.
251
252 * improve CT protection mode
253
254 * vzdump: tar: disable warnings about ignored files
255
256 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 10:11:31 +0200
257
c211d7ae
DM
258pve-container (0.9-22) unstable; urgency=medium
259
260 * allow to parse configuration values with spaces
261
262 * specify data format for hostname, searchdomain and nameserver
263
264 * add check for newlines before writing configuration
265
266 * vzdump fixes
267
268 * mountpoint_mount: disallow symlinks in bind mounts
269
270 * lxc API: use new disk option names in permission check
271
272 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
273
af4b00a1
DM
274pve-container (0.9-21) unstable; urgency=medium
275
276 * vzdump: support mountpoints
277
278 * change tar/rsync_vm to use the new exclude pattern method
279
280 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
281
c34cd4ea
DM
282pve-container (0.9-20) unstable; urgency=medium
283
284 * fix bug #712: fix stop mode backups when container is running
285
286 * add support for LVM
287
288 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
289
fb2d8270
DM
290pve-container (0.9-19) unstable; urgency=medium
291
292 * allow older debian versions (>= 4 (etch))
293
9fa65276
DM
294 * fix subvolume mounts (do not use loop device)
295
fb2d8270
DM
296 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
297
640916d4
DM
298pve-container (0.9-18) unstable; urgency=medium
299
300 * fix bug #710: use correct size for OpenVZ restore
301
842bae93
DM
302 * format_disk: call activate_volume()
303
640916d4
DM
304 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
305
003620d3
DM
306pve-container (0.9-17) unstable; urgency=medium
307
308 * mount_all: make sure rootfs exists (fix openvz restore bug)
309
310 * destroy: avoid warning about undefined 'protection' value
311
312 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
313
627e416f
DM
314pve-container (0.9-16) unstable; urgency=medium
315
316 * fix bug #707: Don't die in vm_shutdown when we have no errors
317
318 * add CT protection mode
319
320 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
321
32e36fce
DM
322pve-container (0.9-15) unstable; urgency=medium
323
324 * add bash completion support
325
326 * support resizing of owned container disks
327
328 * get rid of most of the loop-devices code
329
330 * fix unlock handling after migration
331
332 * add command to unlock a Container if it is locked
333
334 * add support to add mountpoints with pct set
335
336 * added pct exec command
337
338 * add missing archlinux ostype confdesc enum entry
339
340 * destroy owned mountpoints on pct destroy
341
342 * use multiple mount protection (mmp)
343
344 * many bug fixes
345
346 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
347
41ea68ca
DM
348pve-container (0.9-14) unstable; urgency=medium
349
350 * vm_create : add support for mountpoints
351
352 * run spiceterm and return spiceproxy config only if CT is running
353
354 * vzdump: correctly implement snapshot backup
355
356 * vzdump: use correct pid to access container root (fix suspend mode
357 backup)
358
359 * fix bug #691: fix vzdump stop mode backup on zfs
360
361 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
362
1f14baa6
DM
363pve-container (0.9-13) unstable; urgency=medium
364
365 * detect ostype when restoring OpenVZ containers
366
367 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
368
53a9acc5
DM
369pve-container (0.9-12) unstable; urgency=medium
370
371 * code cleanups
372
373 * implement pct listsnapshot cli command
374
375 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
376
ae8c06a1
DM
377pve-container (0.9-11) unstable; urgency=medium
378
379 * add mpX mountpoint configuration (experimental)
380
381 * remove <vmid>.fw file after lxc vm destroy
382
383 * cleanup directory structure
384
385 * add file access methods to LXCSetup::Base
386
387 * mountpoint: add support for host /dev/xxx block device passthrough
388
389 * Added PVE::LXCSetup::Base::setup_securetty
390
391 * archlinux template support
392
393 * implement new cmode option
394
395 * implement template creation
396
397 * add rbd storage type support
398
399 * do not use hardcoded disk image names
400
401 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
402
30137a89
DM
403pve-container (0.9-10) unstable; urgency=medium
404
405 * add support for RHEL/CentOS
406
407 * allow to set empty lxc.xxx values
408
409 * added pve-update-lxc-config postinstall hook
410
411 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
412
8eefced6
DM
413pve-container (0.9-9) unstable; urgency=medium
414
415 * Fix: If a Ct are created and a pool are given add the Ct to pool
416
417 * don't set proxy_arp and forwarding on lxc veths
418
419 * activate/deactivates volumes on container start/stop
420
421 * allow to use drbd storage for containers
422
423 * add manual page for container configuration format ("man pct.conf")
424
425 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
426
e05baf1c
DM
427pve-container (0.9-8) unstable; urgency=medium
428
429 * use our own configuration format for containers
430
431 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
432
25cdbca0
DM
433pve-container (0.9-7) unstable; urgency=medium
434
435 * fixes for container restore
436
437 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
438
882c975e
DM
439pve-container (0.9-6) unstable; urgency=medium
440
441 * fix memory and swap size calculations
442
443 * ipv6 slaac/autoconf support
444
445 * fix ipv4 replacement of running containers
446
447 * allow to restore backups of openvz containers
448
449 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
450
810362c0
DM
451pve-container (0.9-5) unstable; urgency=medium
452
453 * correctly detect container architecture
454
455 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
456
7fb2e318
DM
457pve-container (0.9-4) unstable; urgency=medium
458
459 * allow configuring lxc.seccomp
460
461 * network setup: allow dhcp, manual and unmanaged network
462
463 * implement snapshot API
464
465 * implement snapshots for zfs
466
467 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
468
891fde80
DM
469pve-container (0.9-3) unstable; urgency=medium
470
471 * fix tty setup for debian6
472
473 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
474
662f90a0
DM
475pve-container (0.9-2) unstable; urgency=medium
476
477 * correctly set password change time
478
479 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
480
2410127c
DM
481pve-container (0.9-1) unstable; urgency=medium
482
483 * correctly untaint crontab filenames
484
485 * create new ssh host keys at startup
486
487 * add net hotplug and hotplug ip configuration
488
91bf89e1
DM
489 * add support for Ubuntu 15.04
490
2410127c
DM
491 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
492
af9cc97c
DM
493pve-container (0.8-1) unstable; urgency=medium
494
495 * only use lxc-pve-mount-hook for containers on /etc/pve/
496
497 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
498
20464461
DM
499pve-container (0.7-2) unstable; urgency=medium
500
501 * use nowait trigger for pve-api-updates
502
503 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
504
256b0ea7
DM
505pve-container (0.7-1) unstable; urgency=medium
506
507 * randomize crontab entries
508
509 * install global lxc config
510
511 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
512
629a468d
DM
513pve-container (0.6-2) unstable; urgency=medium
514
515 * depend on lxc-pve
516
517 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
518
b979858c
DM
519pve-container (0.6-1) unstable; urgency=medium
520
521 * add support for centos6
522
523 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
524
2e1f4a16
DM
525pve-container (0.5-1) unstable; urgency=medium
526
527 * implement restore command
528
529 * implement disk size parameter (loop mounts)
530
531 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
532
dce235ad
DM
533pve-container (0.4-1) unstable; urgency=medium
534
535 * allow to setup root password
536
537 * implement dns setup for containers
538
539 * implement startup and onboot option
540
541 * implement cpuunits
542
543 * add firewall and vlan tag network options
544
545 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
546
44d75d46
DM
547pve-container (0.3-1) unstable; urgency=medium
548
549 * implement lxcnetaddbr to bring up network
550
551 * implement swap and cpulimit
552
553 * add regression tests
554
555 * add mount hook to setup container config
556
557 * add helper classes to setup container configuration
558
559 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
560
dba35ed0
DM
561pve-container (0.2-1) unstable; urgency=medium
562
563 * improved CLI
564
565 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
566
f76a2828
DM
567pve-container (0.1-1) unstable; urgency=medium
568
569 * first try
570
571 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
572