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