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