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