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