]> git.proxmox.com Git - pve-container.git/blob - debian/changelog
bump version to 1.0-69
[pve-container.git] / debian / changelog
1 pve-container (1.0-69) unstable; urgency=medium
2
3 * migration: add checks from QemuMigrate
4
5 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Jun 2016 06:38:22 +0200
6
7 pve-container (1.0-68) unstable; urgency=medium
8
9 * docs: update mountpoint descriptions
10
11 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jun 2016 11:33:18 +0200
12
13 pve-container (1.0-67) unstable; urgency=medium
14
15 * restore: use empty config to reserve container ID
16
17 * split up create_rootfs and restore_and_configure
18
19 * ignore ro flag when creating/restoring CT
20
21 * bindmount: catch rw/ro race and add tests
22
23 * add bindmount regression tests
24
25 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 10:33:41 +0200
26
27 pve-container (1.0-66) unstable; urgency=medium
28
29 * Setup: add gentoo support
30
31 * Close #999: gentoo: hostname is in /etc/conf.d/hostname
32
33 * Setup/Debian.pm: use BEGIN/END markers for gateway scripts
34
35 * fix deletion of backup snapshots
36
37 * exclude non-volume mps from backup
38
39 * don't allow automatic restore to dev/bind rootfs
40
41 * warn about unsupported backup configuration
42
43 * add ignore_ro flag to mount_all
44
45 * automatically restore mountpoints from backup
46
47 * deal with a check_mount_path race condition
48
49 -- Proxmox Support Team <support@proxmox.com> Wed, 25 May 2016 10:18:25 +0200
50
51 pve-container (1.0-65) unstable; urgency=medium
52
53 * allow VLAN 1 tag in containers
54
55 * remove backup property from rootfs
56
57 * new helper mountpoint_backup_enabled()
58
59 -- Proxmox Support Team <support@proxmox.com> Wed, 18 May 2016 11:30:16 +0200
60
61 pve-container (1.0-64) unstable; urgency=medium
62
63 * setup: add ct_is_executable wrapper
64
65 * setup: check if securetty exists
66
67 * improve error message on container without rootfs
68
69 -- Proxmox Support Team <support@proxmox.com> Sat, 14 May 2016 09:06:11 +0200
70
71 pve-container (1.0-63) unstable; urgency=medium
72
73 * cleanup gateway hooks in debian network setup
74
75 * fix uninitialized value warning
76
77 * Alpine: generate correct inittab
78
79 * Alpine: fixup securetty
80
81 * fix #971: don't activate shared storage in offline migration
82
83 -- Proxmox Support Team <support@proxmox.com> Tue, 03 May 2016 07:19:19 +0200
84
85 pve-container (1.0-62) unstable; urgency=medium
86
87 * centos: fixup ipv6 out-of-subnet route
88
89 * debian: always include the 'dev' portion in explicit routes
90
91 * setup: deal with link-local gateways
92
93 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Apr 2016 16:00:06 +0200
94
95 pve-container (1.0-61) unstable; urgency=medium
96
97 * add support for ubuntu xenial
98
99 * push/pull permissions: use octal by default
100
101 * fix #942: restore ACL and other rootfs options from backup
102
103 * Debian: correctly setup getty service on systemd based containers
104
105 * honor acl setting with zfs
106
107 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2016 11:25:34 +0200
108
109 pve-container (1.0-60) unstable; urgency=medium
110
111 * vm_status: return more verbose HA state
112
113 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 09:04:43 +0200
114
115 pve-container (1.0-59) unstable; urgency=medium
116
117 * setup: ability to ignore files
118
119 * Fix #929: delete veths in the post-stop hook
120
121 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Apr 2016 10:32:03 +0200
122
123 pve-container (1.0-58) unstable; urgency=medium
124
125 * Build-Depend on pve-doc-generator
126
127 * generate manpages with pve-doc-generator
128
129 * debian: support containers upgraded to use systemd
130
131 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 12:36:29 +0200
132
133 pve-container (1.0-57) unstable; urgency=medium
134
135 * Add authorized ssh key setup to post_create_hook
136
137 * Add missing '\n' to content in ct_modify_file
138
139 * Add 'perms' option to ct_modify_file
140
141 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Apr 2016 15:29:22 +0200
142
143 pve-container (1.0-56) unstable; urgency=medium
144
145 * use consistent prefix for worker names
146
147 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Apr 2016 16:39:28 +0200
148
149 pve-container (1.0-55) unstable; urgency=medium
150
151 * add read_password sub for 'pct create'
152
153 * use asciicode compatible markup
154
155 * enable quotas for passed through /dev devices
156
157 * Fix #925: activate volume before trying to resize
158
159 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 07:20:36 +0200
160
161 pve-container (1.0-54) unstable; urgency=medium
162
163 * Fix #918: add /dev/mapper symlinks for dm-* devices
164
165 * autodev: create missing paths
166
167 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Mar 2016 16:35:01 +0100
168
169 pve-container (1.0-53) unstable; urgency=medium
170
171 * Add force parameter for migration with bind/dev mp
172
173 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Mar 2016 16:51:40 +0100
174
175 pve-container (1.0-52) unstable; urgency=medium
176
177 * Prevent race conditions in snapshot mode backup
178
179 * Use set_lock and remove_lock
180
181 * require -experimental for pct clone and template
182
183 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 09:00:04 +0100
184
185 pve-container (1.0-51) unstable; urgency=medium
186
187 * fix #912: centos/redhat confusion
188
189 * implement cpulimit hotplugging
190
191 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 17:52:33 +0100
192
193 pve-container (1.0-50) unstable; urgency=medium
194
195 * follow the change in PVE::AbstractConfig
196
197 * implement rate limiting
198
199 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:37:09 +0100
200
201 pve-container (1.0-49) unstable; urgency=medium
202
203 * change update_etc_hosts to use ct_modify_file
204
205 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Mar 2016 09:49:39 +0100
206
207 pve-container (1.0-48) unstable; urgency=medium
208
209 * Refactor config-related methods into AbstractConfig
210
211 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 10:21:45 +0100
212
213 pve-container (1.0-47) unstable; urgency=medium
214
215 * Implement pct mount/unmount (for emergency maintenance)
216
217 * Implement pct push/pull
218
219 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 14:38:14 +0100
220
221 pve-container (1.0-46) unstable; urgency=medium
222
223 * setup: move setup_container_getty_service to Base
224
225 * suse: move setup_securetty to template_fixup()
226
227 * Add to unused volumes only if really unused
228
229 * exclude 'parent' from config when restoring
230
231 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 11:49:15 +0100
232
233 pve-container (1.0-45) unstable; urgency=medium
234
235 * add Alpine Linux distribution
236
237 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2016 12:15:11 +0100
238
239 pve-container (1.0-44) unstable; urgency=medium
240
241 * snapshot: replace global sync with a namespace sync
242
243 * add support for read-only bind mounts
244
245 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 11:57:11 +0100
246
247 pve-container (1.0-43) unstable; urgency=medium
248
249 * Improve error handling in snapshot_create
250
251 * VZDump lock update, drop lock_aquire/lock_release
252
253 * prevent snapshot name 'vzdump' from user
254
255 * improve mountpoint parsing
256
257 * added quota flag to mountpoints (disk quota support)
258
259 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 06:58:26 +0100
260
261 pve-container (1.0-42) unstable; urgency=medium
262
263 * fix growing of a running container's memory limit
264
265 * opensuse 13.2 support
266
267 * added $skiplock parameter for pct start/stop
268
269 * Fix #791: warn when resize2fs fails
270
271 * Fix #881: uninitialized value on valid lxc.cgroup keys
272
273 * Remove mknod call from pre-start hook
274
275 * Only add actual volumes to volid_list
276
277 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2016 12:17:27 +0100
278
279 pve-container (1.0-41) unstable; urgency=medium
280
281 * added 'acl' and 'ro' mountpoint options
282
283 * fix PVE::HA use clauses
284
285 * create firewall dir on CT restore
286
287 * Closes #877: Skip mps with backup=0 for snapshot backups
288
289 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 16:43:27 +0100
290
291 pve-container (1.0-40) unstable; urgency=medium
292
293 * Add dependency to 'file' package
294
295 * Implement linked clones
296
297 * Rework snapshot config removal logic
298
299 * Don't hold flock for whole backup operation
300
301 -- Proxmox Support Team <support@proxmox.com> Sat, 23 Jan 2016 08:56:34 +0100
302
303 pve-container (1.0-39) unstable; urgency=medium
304
305 * add support for network trunks
306
307 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2016 17:01:38 +0100
308
309 pve-container (1.0-38) unstable; urgency=medium
310
311 * Set backup lock during stop and suspend backups
312
313 * Check lock for pct start, stop, suspend, shutdown
314
315 * fix mount_all, improve bind mount handling
316
317 * Add mp to required in pct set mount-point
318
319 * snapshot_create: unfreeze after snapshot creation
320
321 * allow to create containers on lvmthin storage
322
323 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2016 17:13:31 +0100
324
325 pve-container (1.0-37) unstable; urgency=medium
326
327 * check for quorum when starting a container
328
329 * vm_stop: make sure the container is stopped using lxc-wait
330
331 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Jan 2016 15:14:22 +0100
332
333 pve-container (1.0-36) unstable; urgency=medium
334
335 * vzdump stop mode: wait until container is stopped
336
337 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Dec 2015 15:49:20 +0100
338
339 pve-container (1.0-35) unstable; urgency=medium
340
341 * Setup: order fqdn before hostname in /etc/hosts
342
343 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2015 09:09:48 +0100
344
345 pve-container (1.0-34) unstable; urgency=medium
346
347 * Revert "set memory.kmem.limit_in_bytes"
348
349 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Dec 2015 12:28:11 +0100
350
351 pve-container (1.0-33) unstable; urgency=medium
352
353 * fix bug #840: vzdump - fix compression command pipe
354
355 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Dec 2015 08:48:16 +0100
356
357 pve-container (1.0-32) unstable; urgency=medium
358
359 * Revert "Mounting of zfspool snapshots are not necessary."
360
361 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 08:10:27 +0100
362
363 pve-container (1.0-31) unstable; urgency=medium
364
365 * Revert "use the unmount-namespace stop hook"
366
367 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2015 16:33:09 +0100
368
369 pve-container (1.0-30) unstable; urgency=medium
370
371 * OpenSUSE 13.1 support added
372
373 * create: don't skip arch detection on unpack errors
374
375 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Dec 2015 11:03:47 +0100
376
377 pve-container (1.0-29) unstable; urgency=medium
378
379 * add 'fedora' to ostype schema enum
380
381 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 11:24:26 +0100
382
383 pve-container (1.0-28) unstable; urgency=medium
384
385 * renamed lxc.start.unshare to lxc.monitor.unshare
386
387 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 09:56:33 +0100
388
389 pve-container (1.0-27) unstable; urgency=medium
390
391 * fix bug #827: Setup: don't replace fqdn with searchdomain in /etc/hosts
392
393 * add support for Fedora 22
394
395 * add/restore firewall config with vzdump
396
397 * warn when trying to delete non-existent options
398
399 * create_disks: don't drop extra parameters
400
401 * vzdump: exclude lost+found with unprivilged containers
402
403 * don't restore mountpoint settings
404
405 * vzdump: use --anchored on tar
406
407 * honor backup=yes/no for bind and device mountpoints
408
409 * Redhat: handle /etc/sysconfig/network better
410
411 * Redhat: fix ipv4 dhcp only setup
412
413 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 09:59:30 +0100
414
415 pve-container (1.0-26) unstable; urgency=medium
416
417 * Mounting of zfspool snapshots are not necessary
418
419 * use the unmount-namespace stop hook
420
421 * vzdump: warn about lack of xattr/acl support on nfs
422
423 * Use new lxc.start.unshare setting
424
425 * set memory.kmem.limit_in_bytes
426
427 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:43:02 +0100
428
429 pve-container (1.0-25) unstable; urgency=medium
430
431 * support unpriviledged containers
432
433 * improve OS type detection
434
435 * remove --totals from COMMON_TAR_FLAGS
436
437 * vzdump: userns support
438
439 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:29:14 +0100
440
441 pve-container (1.0-24) unstable; urgency=medium
442
443 * setup: fix ssh-key perms lost with the rewrite
444
445 * create/restore: add --warning=no-xattr-write to tar
446
447 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:19:47 +0100
448
449 pve-container (1.0-23) unstable; urgency=medium
450
451 * improve setup error message
452
453 * create: safer rewrite_ssh_host_keys
454
455 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 11:44:20 +0100
456
457 pve-container (1.0-22) unstable; urgency=medium
458
459 * preserve posix capabilities
460
461 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:56:32 +0100
462
463 pve-container (1.0-21) unstable; urgency=medium
464
465 * allow debian stretch/sid containers
466
467 * destroy: check if container is still running
468
469 * LXC::Setup: Load required host files in new()
470
471 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 11:23:00 +0100
472
473 pve-container (1.0-20) unstable; urgency=medium
474
475 * fix bug #799: resize running CT with no loopdev.
476
477 * Setup: fix bad /dev bindmount
478
479 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 11:16:25 +0100
480
481 pve-container (1.0-19) unstable; urgency=medium
482
483 * support Ubuntu 15.10
484
485 -- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2015 18:39:39 +0100
486
487 pve-container (1.0-18) unstable; urgency=medium
488
489 * depend on xz-utils
490
491 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 06:48:20 +0100
492
493 pve-container (1.0-17) unstable; urgency=medium
494
495 * fix bug #770: CPU usage stats for containers
496
497 * added symlink testcase
498
499 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 13:09:29 +0100
500
501 pve-container (1.0-16) unstable; urgency=medium
502
503 * fix bug #770: implement Network stats for containers
504
505 * LXC::Setup: chroot into the container (thanks to RACK911Labs.com for
506 the hint)
507
508 * LXC::get_primary_ips: ipv6 can be 'auto'
509
510 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 11:43:30 +0100
511
512 pve-container (1.0-15) unstable; urgency=medium
513
514 * Start a worker in lxc resize
515
516 * move resize to have it available in the pveshell and at the rest api
517
518 * allow to mount iso images
519
520 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:27:46 +0100
521
522 pve-container (1.0-14) unstable; urgency=medium
523
524 * redhat: fix unused values
525
526 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2015 12:10:56 +0200
527
528 pve-container (1.0-13) unstable; urgency=medium
529
530 * restore: make sure only the first pct.conf is extracted
531
532 * redhat: don't use aliases for dual stack networking
533
534 * redhat: use the fully qualified hostname
535
536 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Oct 2015 08:31:24 +0200
537
538 pve-container (1.0-12) unstable; urgency=medium
539
540 * allow /32 CIDRs and remove duplicated mask array
541
542 * network setup: deal with gateways outside the subnet
543
544 * redhat: use the fully qualified hostname
545
546 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2015 08:52:02 +0200
547
548 pve-container (1.0-11) unstable; urgency=medium
549
550 * setup/debian: avoid writing multiple auto lines
551
552 * setup/debian: avoid extra newlines
553
554 * allow /32 CIDRs and remove duplicated mask array
555
556 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 09:49:28 +0200
557
558 pve-container (1.0-10) unstable; urgency=medium
559
560 * improve regex to match redhat/centos OS version
561
562 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 08:27:06 +0200
563
564 pve-container (1.0-9) unstable; urgency=medium
565
566 * use new PVE::JSONSchema::parse_siz
567
568 * Add new pct fsck command to check the mountpoints of a container
569
570 * update inittab instead of replacing it
571
572 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 10:25:56 +0200
573
574 pve-container (1.0-8) unstable; urgency=medium
575
576 * make bridge parameter option - required for hotplug code
577
578 * fix test if storage allows containers
579
580 * fix bug #752: correct size of mount point after resize
581
582 * fix bug #750: deactivate volumes to be sure there are no volumes
583 are active on the source node
584
585 -- Proxmox Support Team <support@proxmox.com> Sat, 10 Oct 2015 17:24:31 +0200
586
587 pve-container (1.0-7) unstable; urgency=medium
588
589 * Create /fastboot to skip run fsck
590
591 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:47:47 +0200
592
593 pve-container (1.0-6) unstable; urgency=medium
594
595 * cleanup: replace disk-size calculation in pct resize
596
597 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 09:37:44 +0200
598
599 pve-container (1.0-5) unstable; urgency=medium
600
601 * lxc hooks: use run_cli_handler(), remove stale docs
602
603 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 13:47:30 +0200
604
605 pve-container (1.0-4) unstable; urgency=medium
606
607 * remove 'noload' option from zfspool mounts
608
609 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 16:28:04 +0200
610
611 pve-container (1.0-3) unstable; urgency=medium
612
613 * fix hotplug error in update_pct_config
614
615 * added lxc.hook.stop to valid_lxc_conf_keys
616
617 * add mountpoint deletion support and unused volumes
618
619 * set minimum mtu to 64
620
621 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 11:42:34 +0200
622
623 pve-container (1.0-2) unstable; urgency=medium
624
625 * set TERM=linux for containers
626
627 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 09:27:01 +0200
628
629 pve-container (1.0-1) unstable; urgency=medium
630
631 * vzdump: mount snapshots with the noload option
632
633 * vzdump:lxc: sync and skip journal in snapshot mode
634
635 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:55:13 +0200
636
637 pve-container (0.9-23) unstable; urgency=medium
638
639 * Use format hashes in json schemas
640
641 * When destroying a container, remove bind mounts and block devices
642 from the list of volumes to delete.
643
644 * improve CT protection mode
645
646 * vzdump: tar: disable warnings about ignored files
647
648 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 10:11:31 +0200
649
650 pve-container (0.9-22) unstable; urgency=medium
651
652 * allow to parse configuration values with spaces
653
654 * specify data format for hostname, searchdomain and nameserver
655
656 * add check for newlines before writing configuration
657
658 * vzdump fixes
659
660 * mountpoint_mount: disallow symlinks in bind mounts
661
662 * lxc API: use new disk option names in permission check
663
664 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
665
666 pve-container (0.9-21) unstable; urgency=medium
667
668 * vzdump: support mountpoints
669
670 * change tar/rsync_vm to use the new exclude pattern method
671
672 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
673
674 pve-container (0.9-20) unstable; urgency=medium
675
676 * fix bug #712: fix stop mode backups when container is running
677
678 * add support for LVM
679
680 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
681
682 pve-container (0.9-19) unstable; urgency=medium
683
684 * allow older debian versions (>= 4 (etch))
685
686 * fix subvolume mounts (do not use loop device)
687
688 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
689
690 pve-container (0.9-18) unstable; urgency=medium
691
692 * fix bug #710: use correct size for OpenVZ restore
693
694 * format_disk: call activate_volume()
695
696 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
697
698 pve-container (0.9-17) unstable; urgency=medium
699
700 * mount_all: make sure rootfs exists (fix openvz restore bug)
701
702 * destroy: avoid warning about undefined 'protection' value
703
704 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
705
706 pve-container (0.9-16) unstable; urgency=medium
707
708 * fix bug #707: Don't die in vm_shutdown when we have no errors
709
710 * add CT protection mode
711
712 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
713
714 pve-container (0.9-15) unstable; urgency=medium
715
716 * add bash completion support
717
718 * support resizing of owned container disks
719
720 * get rid of most of the loop-devices code
721
722 * fix unlock handling after migration
723
724 * add command to unlock a Container if it is locked
725
726 * add support to add mountpoints with pct set
727
728 * added pct exec command
729
730 * add missing archlinux ostype confdesc enum entry
731
732 * destroy owned mountpoints on pct destroy
733
734 * use multiple mount protection (mmp)
735
736 * many bug fixes
737
738 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
739
740 pve-container (0.9-14) unstable; urgency=medium
741
742 * vm_create : add support for mountpoints
743
744 * run spiceterm and return spiceproxy config only if CT is running
745
746 * vzdump: correctly implement snapshot backup
747
748 * vzdump: use correct pid to access container root (fix suspend mode
749 backup)
750
751 * fix bug #691: fix vzdump stop mode backup on zfs
752
753 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
754
755 pve-container (0.9-13) unstable; urgency=medium
756
757 * detect ostype when restoring OpenVZ containers
758
759 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
760
761 pve-container (0.9-12) unstable; urgency=medium
762
763 * code cleanups
764
765 * implement pct listsnapshot cli command
766
767 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
768
769 pve-container (0.9-11) unstable; urgency=medium
770
771 * add mpX mountpoint configuration (experimental)
772
773 * remove <vmid>.fw file after lxc vm destroy
774
775 * cleanup directory structure
776
777 * add file access methods to LXCSetup::Base
778
779 * mountpoint: add support for host /dev/xxx block device passthrough
780
781 * Added PVE::LXCSetup::Base::setup_securetty
782
783 * archlinux template support
784
785 * implement new cmode option
786
787 * implement template creation
788
789 * add rbd storage type support
790
791 * do not use hardcoded disk image names
792
793 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
794
795 pve-container (0.9-10) unstable; urgency=medium
796
797 * add support for RHEL/CentOS
798
799 * allow to set empty lxc.xxx values
800
801 * added pve-update-lxc-config postinstall hook
802
803 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
804
805 pve-container (0.9-9) unstable; urgency=medium
806
807 * Fix: If a Ct are created and a pool are given add the Ct to pool
808
809 * don't set proxy_arp and forwarding on lxc veths
810
811 * activate/deactivates volumes on container start/stop
812
813 * allow to use drbd storage for containers
814
815 * add manual page for container configuration format ("man pct.conf")
816
817 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
818
819 pve-container (0.9-8) unstable; urgency=medium
820
821 * use our own configuration format for containers
822
823 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
824
825 pve-container (0.9-7) unstable; urgency=medium
826
827 * fixes for container restore
828
829 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
830
831 pve-container (0.9-6) unstable; urgency=medium
832
833 * fix memory and swap size calculations
834
835 * ipv6 slaac/autoconf support
836
837 * fix ipv4 replacement of running containers
838
839 * allow to restore backups of openvz containers
840
841 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
842
843 pve-container (0.9-5) unstable; urgency=medium
844
845 * correctly detect container architecture
846
847 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
848
849 pve-container (0.9-4) unstable; urgency=medium
850
851 * allow configuring lxc.seccomp
852
853 * network setup: allow dhcp, manual and unmanaged network
854
855 * implement snapshot API
856
857 * implement snapshots for zfs
858
859 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
860
861 pve-container (0.9-3) unstable; urgency=medium
862
863 * fix tty setup for debian6
864
865 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
866
867 pve-container (0.9-2) unstable; urgency=medium
868
869 * correctly set password change time
870
871 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
872
873 pve-container (0.9-1) unstable; urgency=medium
874
875 * correctly untaint crontab filenames
876
877 * create new ssh host keys at startup
878
879 * add net hotplug and hotplug ip configuration
880
881 * add support for Ubuntu 15.04
882
883 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
884
885 pve-container (0.8-1) unstable; urgency=medium
886
887 * only use lxc-pve-mount-hook for containers on /etc/pve/
888
889 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
890
891 pve-container (0.7-2) unstable; urgency=medium
892
893 * use nowait trigger for pve-api-updates
894
895 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
896
897 pve-container (0.7-1) unstable; urgency=medium
898
899 * randomize crontab entries
900
901 * install global lxc config
902
903 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
904
905 pve-container (0.6-2) unstable; urgency=medium
906
907 * depend on lxc-pve
908
909 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
910
911 pve-container (0.6-1) unstable; urgency=medium
912
913 * add support for centos6
914
915 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
916
917 pve-container (0.5-1) unstable; urgency=medium
918
919 * implement restore command
920
921 * implement disk size parameter (loop mounts)
922
923 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
924
925 pve-container (0.4-1) unstable; urgency=medium
926
927 * allow to setup root password
928
929 * implement dns setup for containers
930
931 * implement startup and onboot option
932
933 * implement cpuunits
934
935 * add firewall and vlan tag network options
936
937 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
938
939 pve-container (0.3-1) unstable; urgency=medium
940
941 * implement lxcnetaddbr to bring up network
942
943 * implement swap and cpulimit
944
945 * add regression tests
946
947 * add mount hook to setup container config
948
949 * add helper classes to setup container configuration
950
951 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
952
953 pve-container (0.2-1) unstable; urgency=medium
954
955 * improved CLI
956
957 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
958
959 pve-container (0.1-1) unstable; urgency=medium
960
961 * first try
962
963 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
964