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