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