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