]> git.proxmox.com Git - pve-container.git/blame - debian/changelog
Fix #918: add /dev/mapper symlinks for dm-* devices
[pve-container.git] / debian / changelog
CommitLineData
b9ed7808
DM
1pve-container (1.0-53) unstable; urgency=medium
2
3 * Add force parameter for migration with bind/dev mp
4
5 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Mar 2016 16:51:40 +0100
6
bd25edd8
DM
7pve-container (1.0-52) unstable; urgency=medium
8
9 * Prevent race conditions in snapshot mode backup
10
11 * Use set_lock and remove_lock
12
0822d32f
DM
13 * require -experimental for pct clone and template
14
bd25edd8
DM
15 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 09:00:04 +0100
16
1021703d
DM
17pve-container (1.0-51) unstable; urgency=medium
18
c4a932ad
DM
19 * fix #912: centos/redhat confusion
20
1021703d
DM
21 * implement cpulimit hotplugging
22
23 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 17:52:33 +0100
24
94f171c8
DM
25pve-container (1.0-50) unstable; urgency=medium
26
27 * follow the change in PVE::AbstractConfig
28
43321a3c
DM
29 * implement rate limiting
30
94f171c8
DM
31 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:37:09 +0100
32
be97961c
DM
33pve-container (1.0-49) unstable; urgency=medium
34
35 * change update_etc_hosts to use ct_modify_file
36
37 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Mar 2016 09:49:39 +0100
38
c6e6c5cf
DM
39pve-container (1.0-48) unstable; urgency=medium
40
41 * Refactor config-related methods into AbstractConfig
42
43 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 10:21:45 +0100
44
1b3b63ea
DM
45pve-container (1.0-47) unstable; urgency=medium
46
47 * Implement pct mount/unmount (for emergency maintenance)
48
49 * Implement pct push/pull
50
51 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 14:38:14 +0100
52
cdf0e51f
DM
53pve-container (1.0-46) unstable; urgency=medium
54
55 * setup: move setup_container_getty_service to Base
56
57 * suse: move setup_securetty to template_fixup()
58
59 * Add to unused volumes only if really unused
60
ea24e33f
DM
61 * exclude 'parent' from config when restoring
62
cdf0e51f
DM
63 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 11:49:15 +0100
64
c08ac339
DM
65pve-container (1.0-45) unstable; urgency=medium
66
67 * add Alpine Linux distribution
68
69 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2016 12:15:11 +0100
70
163c88d9
DM
71pve-container (1.0-44) unstable; urgency=medium
72
73 * snapshot: replace global sync with a namespace sync
74
c43ec0d6
DM
75 * add support for read-only bind mounts
76
163c88d9
DM
77 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 11:57:11 +0100
78
ffc09c34
DM
79pve-container (1.0-43) unstable; urgency=medium
80
81 * Improve error handling in snapshot_create
82
83 * VZDump lock update, drop lock_aquire/lock_release
84
85 * prevent snapshot name 'vzdump' from user
86
87 * improve mountpoint parsing
88
2399bb20
DM
89 * added quota flag to mountpoints (disk quota support)
90
ffc09c34
DM
91 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 06:58:26 +0100
92
9b28b538
DM
93pve-container (1.0-42) unstable; urgency=medium
94
95 * fix growing of a running container's memory limit
96
97 * opensuse 13.2 support
98
99 * added $skiplock parameter for pct start/stop
100
101 * Fix #791: warn when resize2fs fails
102
103 * Fix #881: uninitialized value on valid lxc.cgroup keys
104
105 * Remove mknod call from pre-start hook
106
107 * Only add actual volumes to volid_list
108
109 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2016 12:17:27 +0100
110
9f8f5593
DM
111pve-container (1.0-41) unstable; urgency=medium
112
113 * added 'acl' and 'ro' mountpoint options
114
e387f469
DM
115 * fix PVE::HA use clauses
116
6d9f40bb
DM
117 * create firewall dir on CT restore
118
c38b70cc
DM
119 * Closes #877: Skip mps with backup=0 for snapshot backups
120
9f8f5593
DM
121 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 16:43:27 +0100
122
0b6628e6
DM
123pve-container (1.0-40) unstable; urgency=medium
124
125 * Add dependency to 'file' package
126
127 * Implement linked clones
128
129 * Rework snapshot config removal logic
130
131 * Don't hold flock for whole backup operation
132
133 -- Proxmox Support Team <support@proxmox.com> Sat, 23 Jan 2016 08:56:34 +0100
134
135355f2
DM
135pve-container (1.0-39) unstable; urgency=medium
136
137 * add support for network trunks
138
139 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2016 17:01:38 +0100
140
9040d3c0
DM
141pve-container (1.0-38) unstable; urgency=medium
142
143 * Set backup lock during stop and suspend backups
144
145 * Check lock for pct start, stop, suspend, shutdown
146
147 * fix mount_all, improve bind mount handling
148
149 * Add mp to required in pct set mount-point
150
151 * snapshot_create: unfreeze after snapshot creation
152
153 * allow to create containers on lvmthin storage
154
155 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2016 17:13:31 +0100
156
0d9e7c5e
DM
157pve-container (1.0-37) unstable; urgency=medium
158
159 * check for quorum when starting a container
160
161 * vm_stop: make sure the container is stopped using lxc-wait
162
163 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Jan 2016 15:14:22 +0100
164
96a2f1d1
DM
165pve-container (1.0-36) unstable; urgency=medium
166
167 * vzdump stop mode: wait until container is stopped
168
169 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Dec 2015 15:49:20 +0100
170
502e3e53
DM
171pve-container (1.0-35) unstable; urgency=medium
172
173 * Setup: order fqdn before hostname in /etc/hosts
174
175 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2015 09:09:48 +0100
176
8d96c5d1
DM
177pve-container (1.0-34) unstable; urgency=medium
178
179 * Revert "set memory.kmem.limit_in_bytes"
180
181 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Dec 2015 12:28:11 +0100
182
3889966a
WB
183pve-container (1.0-33) unstable; urgency=medium
184
185 * fix bug #840: vzdump - fix compression command pipe
186
187 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Dec 2015 08:48:16 +0100
188
2123a774
DM
189pve-container (1.0-32) unstable; urgency=medium
190
191 * Revert "Mounting of zfspool snapshots are not necessary."
192
193 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 08:10:27 +0100
194
14589f25
DM
195pve-container (1.0-31) unstable; urgency=medium
196
197 * Revert "use the unmount-namespace stop hook"
198
199 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2015 16:33:09 +0100
200
7f6a843e
DM
201pve-container (1.0-30) unstable; urgency=medium
202
203 * OpenSUSE 13.1 support added
204
205 * create: don't skip arch detection on unpack errors
206
207 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Dec 2015 11:03:47 +0100
208
6e6c0efa
DM
209pve-container (1.0-29) unstable; urgency=medium
210
211 * add 'fedora' to ostype schema enum
212
213 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 11:24:26 +0100
214
1b8d9ada
DM
215pve-container (1.0-28) unstable; urgency=medium
216
217 * renamed lxc.start.unshare to lxc.monitor.unshare
218
219 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 09:56:33 +0100
220
28c5389e
DM
221pve-container (1.0-27) unstable; urgency=medium
222
ce289e3c
WB
223 * fix bug #827: Setup: don't replace fqdn with searchdomain in /etc/hosts
224
b0143ab1
WB
225 * add support for Fedora 22
226
28c5389e
DM
227 * add/restore firewall config with vzdump
228
6e68f51b
DM
229 * warn when trying to delete non-existent options
230
231 * create_disks: don't drop extra parameters
232
233 * vzdump: exclude lost+found with unprivilged containers
234
235 * don't restore mountpoint settings
236
237 * vzdump: use --anchored on tar
238
239 * honor backup=yes/no for bind and device mountpoints
240
241 * Redhat: handle /etc/sysconfig/network better
242
243 * Redhat: fix ipv4 dhcp only setup
244
28c5389e
DM
245 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 09:59:30 +0100
246
4c9db320
DM
247pve-container (1.0-26) unstable; urgency=medium
248
249 * Mounting of zfspool snapshots are not necessary
250
1fb9fb5b
DM
251 * use the unmount-namespace stop hook
252
253 * vzdump: warn about lack of xattr/acl support on nfs
254
255 * Use new lxc.start.unshare setting
256
257 * set memory.kmem.limit_in_bytes
258
4c9db320
DM
259 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:43:02 +0100
260
389e7a56
DM
261pve-container (1.0-25) unstable; urgency=medium
262
263 * support unpriviledged containers
264
265 * improve OS type detection
266
267 * remove --totals from COMMON_TAR_FLAGS
268
269 * vzdump: userns support
270
271 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:29:14 +0100
272
29d54bf9
DM
273pve-container (1.0-24) unstable; urgency=medium
274
275 * setup: fix ssh-key perms lost with the rewrite
276
277 * create/restore: add --warning=no-xattr-write to tar
278
279 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:19:47 +0100
280
e72b717c
DM
281pve-container (1.0-23) unstable; urgency=medium
282
283 * improve setup error message
284
285 * create: safer rewrite_ssh_host_keys
286
287 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 11:44:20 +0100
288
f6efa6e3
DM
289pve-container (1.0-22) unstable; urgency=medium
290
291 * preserve posix capabilities
292
293 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:56:32 +0100
294
c7d04683
DM
295pve-container (1.0-21) unstable; urgency=medium
296
297 * allow debian stretch/sid containers
298
d607c17d
DM
299 * destroy: check if container is still running
300
23d928a1
WB
301 * LXC::Setup: Load required host files in new()
302
c7d04683
DM
303 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 11:23:00 +0100
304
34c69c85
DM
305pve-container (1.0-20) unstable; urgency=medium
306
307 * fix bug #799: resize running CT with no loopdev.
308
8ba6ef14
WB
309 * Setup: fix bad /dev bindmount
310
34c69c85
DM
311 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 11:16:25 +0100
312
d11b5e50
DM
313pve-container (1.0-19) unstable; urgency=medium
314
315 * support Ubuntu 15.10
316
317 -- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2015 18:39:39 +0100
318
0b39ec4a
DM
319pve-container (1.0-18) unstable; urgency=medium
320
d11b5e50 321 * depend on xz-utils
0b39ec4a
DM
322
323 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 06:48:20 +0100
324
688afc63
WL
325pve-container (1.0-17) unstable; urgency=medium
326
327 * fix bug #770: CPU usage stats for containers
328
329 * added symlink testcase
330
331 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 13:09:29 +0100
332
1dbe56d6
DM
333pve-container (1.0-16) unstable; urgency=medium
334
a6d7be05
DM
335 * fix bug #770: implement Network stats for containers
336
1dbe56d6
DM
337 * LXC::Setup: chroot into the container (thanks to RACK911Labs.com for
338 the hint)
339
340 * LXC::get_primary_ips: ipv6 can be 'auto'
341
342 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 11:43:30 +0100
343
e41c9805
DM
344pve-container (1.0-15) unstable; urgency=medium
345
346 * Start a worker in lxc resize
347
348 * move resize to have it available in the pveshell and at the rest api
349
350 * allow to mount iso images
351
352 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:27:46 +0100
353
529bf040
DM
354pve-container (1.0-14) unstable; urgency=medium
355
356 * redhat: fix unused values
357
358 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2015 12:10:56 +0200
359
4901d141
DM
360pve-container (1.0-13) unstable; urgency=medium
361
362 * restore: make sure only the first pct.conf is extracted
363
364 * redhat: don't use aliases for dual stack networking
365
366 * redhat: use the fully qualified hostname
367
368 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Oct 2015 08:31:24 +0200
369
3bca4711
DM
370pve-container (1.0-12) unstable; urgency=medium
371
372 * allow /32 CIDRs and remove duplicated mask array
373
374 * network setup: deal with gateways outside the subnet
375
ead433af
WB
376 * redhat: use the fully qualified hostname
377
3bca4711
DM
378 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2015 08:52:02 +0200
379
217dd44e
DM
380pve-container (1.0-11) unstable; urgency=medium
381
382 * setup/debian: avoid writing multiple auto lines
383
384 * setup/debian: avoid extra newlines
385
f7a7b413
WB
386 * allow /32 CIDRs and remove duplicated mask array
387
217dd44e
DM
388 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 09:49:28 +0200
389
08d4dc57
DM
390pve-container (1.0-10) unstable; urgency=medium
391
392 * improve regex to match redhat/centos OS version
393
394 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 08:27:06 +0200
395
2df8257c
DM
396pve-container (1.0-9) unstable; urgency=medium
397
e9b868e7
DM
398 * use new PVE::JSONSchema::parse_siz
399
400 * Add new pct fsck command to check the mountpoints of a container
2df8257c 401
cf4f10f6
DM
402 * update inittab instead of replacing it
403
2df8257c
DM
404 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 10:25:56 +0200
405
adbd9b4b
DM
406pve-container (1.0-8) unstable; urgency=medium
407
408 * make bridge parameter option - required for hotplug code
409
89e9642c
DM
410 * fix test if storage allows containers
411
b46c0bf2
WL
412 * fix bug #752: correct size of mount point after resize
413
c9bc5018
WL
414 * fix bug #750: deactivate volumes to be sure there are no volumes
415 are active on the source node
416
adbd9b4b
DM
417 -- Proxmox Support Team <support@proxmox.com> Sat, 10 Oct 2015 17:24:31 +0200
418
9572eb19
DM
419pve-container (1.0-7) unstable; urgency=medium
420
421 * Create /fastboot to skip run fsck
422
423 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:47:47 +0200
424
ad657ff5
DM
425pve-container (1.0-6) unstable; urgency=medium
426
427 * cleanup: replace disk-size calculation in pct resize
428
429 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 09:37:44 +0200
430
cf1b1563
DM
431pve-container (1.0-5) unstable; urgency=medium
432
433 * lxc hooks: use run_cli_handler(), remove stale docs
434
435 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 13:47:30 +0200
436
5dc78eef
DM
437pve-container (1.0-4) unstable; urgency=medium
438
439 * remove 'noload' option from zfspool mounts
440
441 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 16:28:04 +0200
442
aefd41f3
DM
443pve-container (1.0-3) unstable; urgency=medium
444
445 * fix hotplug error in update_pct_config
446
447 * added lxc.hook.stop to valid_lxc_conf_keys
448
449 * add mountpoint deletion support and unused volumes
450
451 * set minimum mtu to 64
452
453 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 11:42:34 +0200
454
c52e88d9
DM
455pve-container (1.0-2) unstable; urgency=medium
456
457 * set TERM=linux for containers
458
459 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 09:27:01 +0200
460
de81c147
DM
461pve-container (1.0-1) unstable; urgency=medium
462
463 * vzdump: mount snapshots with the noload option
464
465 * vzdump:lxc: sync and skip journal in snapshot mode
466
467 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:55:13 +0200
468
18c803bd
DM
469pve-container (0.9-23) unstable; urgency=medium
470
471 * Use format hashes in json schemas
472
473 * When destroying a container, remove bind mounts and block devices
474 from the list of volumes to delete.
475
476 * improve CT protection mode
477
478 * vzdump: tar: disable warnings about ignored files
479
480 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 10:11:31 +0200
481
c211d7ae
DM
482pve-container (0.9-22) unstable; urgency=medium
483
484 * allow to parse configuration values with spaces
485
486 * specify data format for hostname, searchdomain and nameserver
487
488 * add check for newlines before writing configuration
489
490 * vzdump fixes
491
492 * mountpoint_mount: disallow symlinks in bind mounts
493
494 * lxc API: use new disk option names in permission check
495
496 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
497
af4b00a1
DM
498pve-container (0.9-21) unstable; urgency=medium
499
500 * vzdump: support mountpoints
501
502 * change tar/rsync_vm to use the new exclude pattern method
503
504 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
505
c34cd4ea
DM
506pve-container (0.9-20) unstable; urgency=medium
507
508 * fix bug #712: fix stop mode backups when container is running
509
510 * add support for LVM
511
512 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
513
fb2d8270
DM
514pve-container (0.9-19) unstable; urgency=medium
515
516 * allow older debian versions (>= 4 (etch))
517
9fa65276
DM
518 * fix subvolume mounts (do not use loop device)
519
fb2d8270
DM
520 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
521
640916d4
DM
522pve-container (0.9-18) unstable; urgency=medium
523
524 * fix bug #710: use correct size for OpenVZ restore
525
842bae93
DM
526 * format_disk: call activate_volume()
527
640916d4
DM
528 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
529
003620d3
DM
530pve-container (0.9-17) unstable; urgency=medium
531
532 * mount_all: make sure rootfs exists (fix openvz restore bug)
533
534 * destroy: avoid warning about undefined 'protection' value
535
536 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
537
627e416f
DM
538pve-container (0.9-16) unstable; urgency=medium
539
540 * fix bug #707: Don't die in vm_shutdown when we have no errors
541
542 * add CT protection mode
543
544 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
545
32e36fce
DM
546pve-container (0.9-15) unstable; urgency=medium
547
548 * add bash completion support
549
550 * support resizing of owned container disks
551
552 * get rid of most of the loop-devices code
553
554 * fix unlock handling after migration
555
556 * add command to unlock a Container if it is locked
557
558 * add support to add mountpoints with pct set
559
560 * added pct exec command
561
562 * add missing archlinux ostype confdesc enum entry
563
564 * destroy owned mountpoints on pct destroy
565
566 * use multiple mount protection (mmp)
567
568 * many bug fixes
569
570 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
571
41ea68ca
DM
572pve-container (0.9-14) unstable; urgency=medium
573
574 * vm_create : add support for mountpoints
575
576 * run spiceterm and return spiceproxy config only if CT is running
577
578 * vzdump: correctly implement snapshot backup
579
580 * vzdump: use correct pid to access container root (fix suspend mode
581 backup)
582
583 * fix bug #691: fix vzdump stop mode backup on zfs
584
585 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
586
1f14baa6
DM
587pve-container (0.9-13) unstable; urgency=medium
588
589 * detect ostype when restoring OpenVZ containers
590
591 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
592
53a9acc5
DM
593pve-container (0.9-12) unstable; urgency=medium
594
595 * code cleanups
596
597 * implement pct listsnapshot cli command
598
599 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
600
ae8c06a1
DM
601pve-container (0.9-11) unstable; urgency=medium
602
603 * add mpX mountpoint configuration (experimental)
604
605 * remove <vmid>.fw file after lxc vm destroy
606
607 * cleanup directory structure
608
609 * add file access methods to LXCSetup::Base
610
611 * mountpoint: add support for host /dev/xxx block device passthrough
612
613 * Added PVE::LXCSetup::Base::setup_securetty
614
615 * archlinux template support
616
617 * implement new cmode option
618
619 * implement template creation
620
621 * add rbd storage type support
622
623 * do not use hardcoded disk image names
624
625 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
626
30137a89
DM
627pve-container (0.9-10) unstable; urgency=medium
628
629 * add support for RHEL/CentOS
630
631 * allow to set empty lxc.xxx values
632
633 * added pve-update-lxc-config postinstall hook
634
635 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
636
8eefced6
DM
637pve-container (0.9-9) unstable; urgency=medium
638
639 * Fix: If a Ct are created and a pool are given add the Ct to pool
640
641 * don't set proxy_arp and forwarding on lxc veths
642
643 * activate/deactivates volumes on container start/stop
644
645 * allow to use drbd storage for containers
646
647 * add manual page for container configuration format ("man pct.conf")
648
649 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
650
e05baf1c
DM
651pve-container (0.9-8) unstable; urgency=medium
652
653 * use our own configuration format for containers
654
655 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
656
25cdbca0
DM
657pve-container (0.9-7) unstable; urgency=medium
658
659 * fixes for container restore
660
661 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
662
882c975e
DM
663pve-container (0.9-6) unstable; urgency=medium
664
665 * fix memory and swap size calculations
666
667 * ipv6 slaac/autoconf support
668
669 * fix ipv4 replacement of running containers
670
671 * allow to restore backups of openvz containers
672
673 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
674
810362c0
DM
675pve-container (0.9-5) unstable; urgency=medium
676
677 * correctly detect container architecture
678
679 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
680
7fb2e318
DM
681pve-container (0.9-4) unstable; urgency=medium
682
683 * allow configuring lxc.seccomp
684
685 * network setup: allow dhcp, manual and unmanaged network
686
687 * implement snapshot API
688
689 * implement snapshots for zfs
690
691 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
692
891fde80
DM
693pve-container (0.9-3) unstable; urgency=medium
694
695 * fix tty setup for debian6
696
697 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
698
662f90a0
DM
699pve-container (0.9-2) unstable; urgency=medium
700
701 * correctly set password change time
702
703 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
704
2410127c
DM
705pve-container (0.9-1) unstable; urgency=medium
706
707 * correctly untaint crontab filenames
708
709 * create new ssh host keys at startup
710
711 * add net hotplug and hotplug ip configuration
712
91bf89e1
DM
713 * add support for Ubuntu 15.04
714
2410127c
DM
715 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
716
af9cc97c
DM
717pve-container (0.8-1) unstable; urgency=medium
718
719 * only use lxc-pve-mount-hook for containers on /etc/pve/
720
721 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
722
20464461
DM
723pve-container (0.7-2) unstable; urgency=medium
724
725 * use nowait trigger for pve-api-updates
726
727 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
728
256b0ea7
DM
729pve-container (0.7-1) unstable; urgency=medium
730
731 * randomize crontab entries
732
733 * install global lxc config
734
735 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
736
629a468d
DM
737pve-container (0.6-2) unstable; urgency=medium
738
739 * depend on lxc-pve
740
741 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
742
b979858c
DM
743pve-container (0.6-1) unstable; urgency=medium
744
745 * add support for centos6
746
747 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
748
2e1f4a16
DM
749pve-container (0.5-1) unstable; urgency=medium
750
751 * implement restore command
752
753 * implement disk size parameter (loop mounts)
754
755 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
756
dce235ad
DM
757pve-container (0.4-1) unstable; urgency=medium
758
759 * allow to setup root password
760
761 * implement dns setup for containers
762
763 * implement startup and onboot option
764
765 * implement cpuunits
766
767 * add firewall and vlan tag network options
768
769 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
770
44d75d46
DM
771pve-container (0.3-1) unstable; urgency=medium
772
773 * implement lxcnetaddbr to bring up network
774
775 * implement swap and cpulimit
776
777 * add regression tests
778
779 * add mount hook to setup container config
780
781 * add helper classes to setup container configuration
782
783 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
784
dba35ed0
DM
785pve-container (0.2-1) unstable; urgency=medium
786
787 * improved CLI
788
789 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
790
f76a2828
DM
791pve-container (0.1-1) unstable; urgency=medium
792
793 * first try
794
795 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
796