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