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