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