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