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