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