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