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