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