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