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