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