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