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