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