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