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