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