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