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