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