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