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