]> git.proxmox.com Git - pve-container.git/blame - debian/changelog
sync_container_namespace: skip virtual filesystems
[pve-container.git] / debian / changelog
CommitLineData
854ac31b
TL
1pve-container (3.2-1) pve; urgency=medium
2
3 * improve feedback for failed Container startup
4
5 * allow one to enable debug level logging to the start task log
6
7 * setup: add kali-rolling as supported release
8
9 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2020 21:21:15 +0200
10
c238f579
TL
11pve-container (3.1-13) pve; urgency=medium
12
13 * do the activation of storage volumes outside of the containers mount
14 namespace to avoid issues when it's required to activate the underlying
15 storage
16
17 * fix passing the offline storage migration bandwidth limit
18
19 * fix #2790: volume resize: fix API behavior in the case where the disk
20 volume has already the exact size requested
21
22 * allow one to configure up to 32 network interfaces
23
24 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 12:48:18 +0200
25
c670e962
TL
26pve-container (3.1-12) pve; urgency=medium
27
28 * backup: reduce verbosity of logging when syncing filesystems in snapshot
29 mode
30
31 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:42:23 +0200
32
c3b764a0
TL
33pve-container (3.1-11) pve; urgency=medium
34
35 * fix #2820: don't hotplug over existing mpX
36
37 * setup/debian: use CIDR for Debian Buster and newer
38
39 * vzdump: set heuristic task size information for Proxmox Backup Server
40 target storage
41
42 * cgroup: get old swap value when hotplugging only memory
43
44 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jul 2020 13:32:55 +0200
45
bb6de343
TL
46pve-container (3.1-10) pve; urgency=medium
47
48 * improve snapshot mode backups with a Proxmox Backup Server as target
49
50 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 18:12:11 +0200
51
bcdde612
TL
52pve-container (3.1-9) pve; urgency=medium
53
54 * fix #2778: use vm_start instead of systemctl to start/restart
55 container
56
57 * add helper to get reason for mounpoint backup exclusion
58
59 * fix #1423: add timezone config option
60
61 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:45 +0200
62
0ea46c7d
TL
63pve-container (3.1-8) pve; urgency=medium
64
65 * lxc: fall back to unmanaged when no OS detected and no /etc/os-
66 release file found
67
68 * adapt network create hook to new pve-network version, if installed
69
70 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 17:39:27 +0200
71
d652b1f6
TL
72pve-container (3.1-7) pve; urgency=medium
73
74 * fix #2655: setup securetty during template fixup also for centos version
75 7 and newer
76
77 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 15:29:13 +0200
78
e7dbc037
TL
79pve-container (3.1-6) pve; urgency=medium
80
81 * avoid using LXC CLI tools for CT freeze/unfreeze and improve support for
82 both cgroups v1 and v2 freezer
83
84 -- Proxmox Support Team <support@proxmox.com> Fri, 15 May 2020 16:21:19 +0200
85
5b9ef808 86pve-container (3.1-5) pve; urgency=medium
240caf43 87
5b9ef808 88 * fix: #2124 add zstd
240caf43
FG
89
90 * create_vm: avoid premature write_config caused by update_pct_config
91
92 * api/destroy: repeat early checks after locking
93
5b9ef808 94 * vzdump: use new pbs option
240caf43
FG
95
96 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:23:42 +0200
97
c04ef741
WB
98pve-container (3.1-3) pve; urgency=medium
99
100 * add 'force' to destroy-vm to allow destroying running containers
101
102 * whitelist lxc.cgroup2.* raw keys
103
104 * consider lxc.cgroup2.cpuset.cpus as an explicit cpuset to not try to
105 override it with a cgroupv1 entry
106
107 * support cpuset cgroupv2 controller for writing lxc configs
108
109 * improve cgroup controller version discovery
110
111 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Apr 2020 11:22:13 +0200
112
e5db0772
FG
113pve-container (3.1-2) pve; urgency=medium
114
115 * Use foreach_volume instead of foreach_mountpoint-variants
116
117 * Use parse_volume instead of parse_ct-variants
118
119 * Use new storage_migrate interface
120
121 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Apr 2020 08:50:54 +0200
122
e5d5c547
WB
123pve-container (3.1-1) pve; urgency=medium
124
125 * rework cgroup handling for initial cgroupv2 support
126
127 * add required configuration changes for lxc-4.0 with now-upstream container
128 cgroup isolation
129
130 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Apr 2020 14:14:50 +0200
131
11dfebff
FG
132pve-container (3.0-24) pve; urgency=medium
133
134 * For clone+copy features, make sure a valid format for the target is supported
135
136 * Rely on template_create to check whether creating a template is possible
137
138 * fix #1904: convert to base image when moving a volume of a template
139
140 * move_volume: if deleting old volume fails, add it as unused
141
142 * VZDump: mark template disks as ro
143
144 * Implement volume-related helpers and use new foreach_volume
145
146 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Mar 2020 09:35:57 +0200
147
5bb6ad7a
TL
148pve-container (3.0-23) pve; urgency=medium
149
150 * lxc_config: mount /sys as mixed for unprivileged by default to avoid
151 issues with recent systemd versions running inside the container
152
153 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Mar 2020 19:02:48 +0100
154
8096ede6
TL
155pve-container (3.0-22) pve; urgency=medium
156
157 * Fix mounting ZFS snapshots whose dataset is not mounted below '/'
158
159 * fix #2580: api/delete: drop CT from HA resources if purge is set
160
161 * setup: warn on unknown os-release ID
162
163 * allow restoring non-volume backups again
164
165 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Mar 2020 09:09:45 +0100
166
6df88c36
TL
167pve-container (3.0-21) pve; urgency=medium
168
169 * fix #2611: use correct operation in get_bandwidth_limit for migration limit
170
171 * setup/ubuntu: add upcoming 20.04 focal release
172
173 * vzdump: add support for proxmox backup server
174
175 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 12:00:48 +0100
176
0817ffd3
TL
177pve-container (3.0-20) pve; urgency=medium
178
179 * add mknod feature flag
180
181 * set lxc.seccomp.notify.cookie to the vmid
182
183 * llow reading snapshot config for VM.Audit
184
185 * fix #2598: activate volumes before mounting in stop mode backup
186
187 * apply pending: do cleanup pending between, not during, change/delete loop
188
189 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Feb 2020 13:59:00 +0100
190
36834e91
TL
191pve-container (3.0-19) pve; urgency=medium
192
193 * fix fsck command for ceph RBD backed volumes, map and unmap them
194
195 * fix #2560: adapt some sysctl values for high CT counts
196
197 * fix #2568: hotplug: fix typo for 'cpu.shares'
198
199 * setup: allow all Centos 8.x stable versions
200
201 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jan 2020 18:53:00 +0100
202
903b1129
WB
203pve-container (3.0-18) pve; urgency=medium
204
205 * undo the display change from 3.0-17 for now
206
207 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jan 2020 09:29:23 +0100
208
5b1dc534
WB
209pve-container (3.0-17) pve; urgency=medium
210
211 * enable centos 8.1 containers
212
213 * more consistent display of unnamed containers (add a space between 'CT'
214 and the number)
215
216 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jan 2020 08:44:38 +0100
217
415e7bc5
WB
218pve-container (3.0-16) pve; urgency=medium
219
220 * replace the deprecated DHCP=none with DHCP=no in .network units on systemd
221 based containers
222
223 * fix an issue where when debugging container startup running them directly
224 via `lxc-start` instead of `pct start`, the prestart hook would mount
225 containers relative to the current working directory instead of where
226 they're supposed to be mounted
227
228 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jan 2020 09:37:08 +0100
229
d942db0e
TL
230pve-container (3.0-15) pve; urgency=medium
231
232 * fix #2512: post-stop: unmount stage mps before cleanup
233
234 * post-stop-hook: unmount before deactivating storages
235
236 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Dec 2019 16:04:39 +0100
237
2131708a
TL
238pve-container (3.0-14) pve; urgency=medium
239
240 * fix bindmounting with staged mount points
241
242 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 18:27:41 +0100
243
7e739cd3
TL
244pve-container (3.0-13) pve; urgency=medium
245
246 * move applying pending changes from pre-start to post-stop, as we can
247 regenerate the LXC config safely there.
248
249 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Nov 2019 09:52:53 +0100
250
2d174819
TL
251pve-container (3.0-12) pve; urgency=medium
252
253 * implement CT mountpoint hotplugging, for host running 5.3 or newer Linux
254 kernel
255
256 * implement container reboot over API and CLI
257
258 * add 'tags' config option for adding meta information to CT
259
260 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 19:27:34 +0100
261
10a6b3e4
FG
262pve-container (3.0-11) pve; urgency=medium
263
264 * add PVE::LXC::Tools
265
266 * change hooks to use new helper
267
268 * config: whitelist lxc.hook.version
269
270 * fix #2453: actually reflect random MAC address selection in config
271
272 * fix #2456 setting bind-mount through API/CLI is broken
273
274 * improve test reliability in absence of running pmxcfs
275
276 * follow refactoring in pve-cluster
277
278 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:08:15 +0100
279
0b57d5be
TL
280pve-container (3.0-10) pve; urgency=medium
281
282 * support Fedora 31 as Container distribution
7d3c1ed2
TL
283
284 * minor adaptions of pending changed related code
285
286 * setup: move host architecture translation from pve-common to container
287
288 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2019 07:32:43 +0100
289
d7e7cdaf
TL
290pve-container (3.0-8) pve; urgency=medium
291
292 * fix issue where TTYs aren't correctly set after restore
293
294 * ensure that lxc.* entries are restored only once
295
296 * add Ubuntu 19.10 Eoan as supported
297
298 * fix #2412: ct destroy: only delete config after deleted from pools and
299 Firewall
300
301 * implement basic pending changes for running containers
302
303 * fix #1291: add purge option for destroy vm api call, allows one to remove
304 any reference of this CT from backup and replication jobs.
305
306 * add check to resize disk if current size could not be determined
307
308 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 22:04:12 +0200
309
42cb6829
TL
310pve-container (3.0-7) pve; urgency=medium
311
312 * mountpoints: create parent dirs with correct owner
313
314 * setup: allow CentOS 5 and CentOS 8
315
316 * do not leave fstrim lock if initial mount-all-volumes procedure
317 fails
318
319 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Sep 2019 07:21:18 +0200
320
c3eb7b01
FG
321pve-container (3.0-5) pve; urgency=medium
322
323 * vzdump: always add (empty) firewall config and improve handling of
324 restoring it from archive
325
326 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2019 12:34:32 +0200
327
dc364b70
TL
328pve-container (3.0-4) pve; urgency=medium
329
330 * setup CT getty: ensure the getty.target is not masked and improve the logic
331 which ensures that only the correct getty services are enabled
332
333 * fix #1042: inotify: increase watches, instances & queue default
334 limits
335
336 * remove obsolete lxc@.service.d
337
338 * config: whitelist lxc.seccomp.notify.proxy/cookie
339
340 * add support for debian bullseye/sid
341
342 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2019 16:03:22 +0200
343
99a65aed
TL
344pve-container (3.0-3) pve; urgency=medium
345
346 * fix #1451: allow one to add mount options to CT mountpoints
347
348 * fix #2270: allow custom lxc options to be restored as root
349
350 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:25:12 +0200
351
0108c02e
TL
352pve-container (3.0-2) pve; urgency=medium
353
354 * Fix #576: Fix dangling files for Move Disk
355
356 * restore_archive: check if compression_map format is undefined
357
358 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 18:37:35 +0200
359
d2ed3796
TL
360pve-container (3.0-1) pve; urgency=medium
361
362 * Bump version for Debian Buster / PVE 6.0
363
364 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 12:41:01 +0200
365
9fb87820
TL
366pve-container (2.0-39) unstable; urgency=medium
367
368 * fix #2027: do not disable IPV6_AUTOCONF on centos
369
370 * fix #2200: vm_stop: add nokill-after-timeout parameter
371
372 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 16:37:58 +0200
373
7fa709ec
TL
374pve-container (2.0-38) unstable; urgency=medium
375
376 * fix: #1075: Correctly restore CT templates form backup
377
378 * raise supported fedora version to 30
379
380 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 11:11:57 +0000
381
ca2c79e9
TL
382pve-container (2.0-37) unstable; urgency=medium
383
384 * setup: fix alpine ipv6-slaac configuration
385
386 * add lock information to CT status call
387
388 * fix #1607: implement pct fstrim
389
390 * fix #2147: re-add support for current opensuse tumbleweed
391
392 * fix: #1218 Add flag 'unique' to pct restore in order to set new MAC
393 addresses to NICs
394
395 * storage migrate: add bwlimit parameter
396
397 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 16:24:33 +0200
398
681c8030
TL
399pve-container (2.0-36) unstable; urgency=medium
400
401 * Fix #2109: map volumes explicitly if resizing a stopped container
402
403 * config: hwaddr: enforce unicast MAC addresses
404
405 * setup: add initial support for Ubuntu 19.04 Disco Dingo
406
407 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Mar 2019 12:37:34 +0100
408
feb68ed2
TL
409pve-container (2.0-35) unstable; urgency=medium
410
411 * fix #2080: fix device encoding in the prestart hook
412
413 * fix #2086: change process checking mechanism in vmstatus
414
415 * fix #2104: config "features: mount" regex pattern
416
417 * fix #1891: Add zsh command completion generation for pct
418
419 * fix #2117: don't keep custom idmap in pct pipe restore
420
421 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Mar 2019 08:11:24 +0100
422
4746f548
TL
423pve-container (2.0-34) unstable; urgency=medium
424
425 * fix #889: api create: reserver config with create lock early
426
427 * fix #1924: add snapshot parameter
428
429 * add pre- start/stop hookscript
430
431 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 13:12:10 +0100
432
ea1455d5
WB
433pve-container (2.0-33) unstable; urgency=medium
434
435 * whitelist namespaced lxc.sysctl.* entries
436
437 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Jan 2019 15:36:18 +0100
438
5b35992e
TL
439pve-container (2.0-32) unstable; urgency=medium
440
441 * fix #2014: don't check if unpriv for blkio
442
443 * fix #2028: keep custom uid mapping during restore
444
445 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Jan 2019 13:45:47 +0100
446
d6c84176
TL
447pve-container (2.0-31) unstable; urgency=medium
448
449 * fix #1234: pct: implement rescan
450
451 * allow using 'fuse' file systems in a container thorugh a new feature flag
452
453 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:54:20 +0100
454
ad3d68df
TL
455pve-container (2.0-30) unstable; urgency=medium
456
457 * fix #1808: readonly mount source disk
458
459 * support Fedora 29
460
461 * call map_volume before using volumes
462
463 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Nov 2018 17:33:43 +0100
464
8388e9f2
DM
465pve-container (2.0-29) unstable; urgency=medium
466
467 * add Ubuntu 18.10 (Cosmic Cuttlefish) support
468
469 * close #1940: pct console: added ability to specify escape sequence
470
471 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Oct 2018 10:24:35 +0200
472
f128d6b2
TL
473pve-container (2.0-28) unstable; urgency=medium
474
475 * configure IPv6AcceptRA in systemd-networkd files
476
477 * enable emulation of containers using qemu-user-static
478
479 * add feature flags (for now: mount, nesting, keyctl) using apparmor
480 profile generation
481
482 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Oct 2018 16:45:56 +0200
483
e68ea73b
TL
484pve-container (2.0-27) unstable; urgency=medium
485
486 * fix #1885: delete old route when changing gateway
487
488 * fix #1874: autodev hook: setup devices cgroup
489
490 * fix #1897: bump MAX_MOUNT_POINTS to 256
491
492 * config: add missing lock types to schema
493
494 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Sep 2018 11:19:19 +0200
495
dee24ffb
TL
496pve-container (2.0-26) unstable; urgency=medium
497
498 * fix #1851: check 'replicate' flag for non-volume mountpoints
499
500 * document more API return properties
501
502 * use SHA-512 for container passwords
503
504 * add support for openSUSE Leap 15.0
505
506 * add fqdn to /etc/hosts even with no ip
507
508 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Aug 2018 13:56:46 +0200
509
0ea22dab
TL
510pve-container (2.0-25) unstable; urgency=medium
511
512 * deal with disabled cgroup subsystems
513
514 * use systemd-networkd for newer Fedora containers
515
516 * fix #1844: check /etc/.pve-ignore.hosts early
517
518 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jul 2018 09:19:42 +0200
519
972956b9
TL
520pve-container (2.0-24) unstable; urgency=medium
521
522 * correctly handle extra mounpoints when creating a template
523
524 * fix #1786: check for shared storage on clone
525
526 * fix #1792: Do not assign vars in conditional statement
527
528 * fix #1778: check if storage support templates
529
530 * api create: allow auto start of container after create finished
531
532 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jun 2018 09:10:35 +0200
533
2b123f0f
FG
534pve-container (2.0-23) unstable; urgency=medium
535
536 * rescan volume size when attaching unused volume
537
538 * support Fedora 28
539
540 * fix #1721: unmount containers before trying to mount them
541
542 * rescan volume zie when copying volume
543
544 * add cifs as allowed storage type
545
546 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:09:39 +0200
547
0222a258
DM
548pve-container (2.0-22) unstable; urgency=medium
549
550 * add Ubuntu 18.04 to known versions
551
552 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Apr 2018 11:04:59 +0200
553
85e718a0
TL
554pve-container (2.0-21) unstable; urgency=medium
555
556 * create: fix passing of template file descriptor
557
558 * restore: support i/o rate limiting
559
560 * fix #1704: get container uptime with /proc/<pid>/stat
561
562 * fix skiplock for pct start
563
564 * clone: randomize network MAC HW address of clone
565
566 * clone: implement target parameter
567
568 * implement full clone
569
570 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 09:14:19 +0100
571
268cf6f5
DM
572pve-container (2.0-20) unstable; urgency=medium
573
574 * Fix #1547: on migration abort, the CT starts again
575
576 * seperate serachdomain and nameserver config
577
578 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Mar 2018 13:24:08 +0100
579
924588b5
DM
580pve-container (2.0-19) unstable; urgency=medium
581
582 * close #1668: add Devuan support
583
584 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 06:12:06 +0100
585
3ac31835
WB
586pve-container (2.0-18) unstable; urgency=medium
587
588 * add termproxy api call
589
590 * setup/fedora: we support fedora release 27
591
592 * pct mount: tell user where they can find the mounted files
593
594 * vzdump: fix visibility of warning about lack of xattr/acl support on nfs
595
596 * use systemd-networkd for ubuntu >= 17.10
597
598 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 14:57:46 +0100
599
2cfd4303
FG
600pve-container (2.0-17) unstable; urgency=medium
601
602 * migrate: skip replication handling if not replicated
603
604 * migrate: only restart if conf was moved
605
606 * add vm_stop helper
607
608 * switch to pve-container@ unit
609
610 * fixes #1227: include ns/ dir in read_cgroup_value
611
612 * VM.Snapshot.Rollback privilege added
613
614 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:11:19 +0200
615
59d10fdd
WB
616pve-container (2.0-16) unstable; urgency=medium
617
618 * fix #1253: show ssh key fingerprints again
619
620 * fix #1464: setup/suse: support SLES 12 container
621
622 * close #1478: add check for unsupported config
623
624 * config: update for lxc-2.1
625
626 * API/clone: do not overwrite global signal handlers
627
628 * setup/fedora: use os_release and support 26
629
630 * fix os-release mapping for similar flavoured distros
631
632 * setup: recognize 'sles' os_release ID
633
634 * setup/suse: support tumbleweed container
635
636 * setup/suse: check early if setting up the ct getty service is needed
637
638 * setup/suse: use new os_release_var to simplify version detection
639
640 * use /etc/os-release
641
642 * setup: add a additional mapping for archlinux
643
644 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Sep 2017 13:48:50 +0200
645
54e0aa9c
WB
646pve-container (2.0-15) unstable; urgency=medium
647
648 * support debian 9.1
649
650 * recognize debian buster/sid
651
652 * recognize ubuntu 17.10
653
654 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2017 09:17:03 +0200
655
222941d3
DM
656pve-container (2.0-14) unstable; urgency=medium
657
658 * allow disks on shared storages on replicated VMs
659
660 * refuse to add non-replicatable disks to replicating VMs
661
662 * API HA tasks: we request states not execute them
663
664 * use COMMON_TAR_FLAGS from pve-storage
665
666 * create: open templates as real root
667
668 * remove unused next_free_nbd_dev function
669
670 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 12:50:37 +0200
671
0c1491ce
DM
672pve-container (2.0-13) unstable; urgency=medium
673
674 * migrate: pass the with_snapshots parameter
675
676 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 12:56:02 +0200
677
11d1cd30
DM
678pve-container (2.0-12) unstable; urgency=medium
679
680 * PVE::LXC::Migrate - use replication job, transfer replication state
681
682 * get_replicatable_volumes: add additional tests
683
684 * src/PVE/API2/LXC.pm: aquire guest_migration_lock inside worker
685
686 * Add a migration lock to avoid a replication on rollback-time
687
688 * PVE::LXC::Config - implement $cleanup flag for get_replicatable_volumes
689
690 * migrate: implement insecure storage migration
691
692 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 09:10:56 +0200
693
dd21db89
WB
694pve-container (2.0-11) unstable; urgency=medium
695
696 * support width and height parameter for vncproxy
697
698 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jun 2017 09:16:11 +0200
699
cab4a681
DM
700pve-container (2.0-10) unstable; urgency=medium
701
702 * migrate: aquire guest_migration_lock during
703
704 * use new PVE::ReplicationConfig
705
706 * do not allow destroy if there are replication jobs
707
708 * use Syscall module instead of raw syscall numbers
709
710 * migrate: pass ssh_info to storage_migrate
711
712 * tests: fix broken snapshot delete tests
713
714 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:31:14 +0200
715
aa27217f
DM
716pve-container (2.0-9) unstable; urgency=medium
717
718 * correctly handle passwords with utf8 wide characters
719
720 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:50:10 +0200
721
06b9b592
DM
722pve-container (2.0-8) unstable; urgency=medium
723
724 * add support for Ubuntu 17.04 (zesty)
725
726 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 07:00:13 +0200
727
229a151f
WB
728pve-container (2.0-7) unstable; urgency=medium
729
730 * whitelisted lxc.limit.* config entries usable with the next lxc release
731
732 * added storage replication settings
733
734 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:59:28 +0200
735
f99ed89b 736pve-container (2.0-6) unstable; urgency=medium
37bf9a98
DM
737
738 * support opensuse >= 42
739
740 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Apr 2017 06:28:07 +0200
741
3e32cfe7
DM
742pve-container (2.0-4) unstable; urgency=medium
743
744 * add console fix for debian containers using systemd
745
746 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Mar 2017 12:57:05 +0100
747
fea02e5b
WB
748pve-container (2.0-3) unstable; urgency=medium
749
750 * don't try to create the deprecated rsa1 ssh keys
751
752 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2017 09:27:22 +0100
753
a7fe4100
FG
754pve-container (2.0-2) unstable; urgency=medium
755
756 * improved reboot container fix
757
758 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 13:50:21 +0100
759
967e5acd
FG
760pve-container (2.0-1) unstable; urgency=medium
761
762 * rebuild for PVE 5.0 / Debian Stretch
763
764 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Mar 2017 15:27:11 +0100
765
f6189136
FG
766pve-container (1.0-95) unstable; urgency=medium
767
768 * correctly handle reboots within containers
769
770 * improve locale handling in vnc console
771
772 * fix architecture detection in restore_archive
773
774 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Mar 2017 15:19:33 +0100
775
21078664
WB
776pve-container (1.0-94) unstable; urgency=medium
777
778 * fix #1153: improve behavior when entering unicode in passwords prompts
779
780 * use the lxc@.service unit to start containers to avoid issues with
781 pvedaemon restarts.
782
783 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Feb 2017 14:13:10 +0100
784
2913df06
FG
785pve-container (1.0-93) unstable; urgency=medium
786
787 * add dependency on libpve-guest-common-perl
788
789 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:40:19 +0100
790
71cf5ab0
DM
791pve-container (1.0-92) unstable; urgency=medium
792
793 * use new PVE::Storage::check_volume_access()
794
795 * fix #1253: display SSH fingerprints on CT setup
796
797 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:17:56 +0100
798
2e75d135
DM
799pve-container (1.0-91) unstable; urgency=medium
800
801 * add setup_environment hook to CLIHandler class
802
803 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 13:21:24 +0100
804
0dc638c8
DM
805pve-container (1.0-90) unstable; urgency=medium
806
807 * skip unprivileged config parameter when restoring a container (revert
808 previos patch)
809
810 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Dec 2016 09:02:41 +0100
811
c94e2b76
DM
812pve-container (1.0-89) unstable; urgency=medium
813
814 * supress warning when we try to delete a non-existent option
815
816 * fix #1226: show the right amount of memory usage
817
818 * fix #1225: restore without config changes for VMUser
819
820 * document bind/device mp permissions better
821
822 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Dec 2016 11:56:17 +0100
823
6d35a351
DM
824pve-container (1.0-88) unstable; urgency=medium
825
826 * setup: allow fedora 22-25
827
828 * setup: more general approach to tty paths
829
830 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 10:13:12 +0100
831
a87b0c65
DM
832pve-container (1.0-87) unstable; urgency=medium
833
834 * implement lxc restart migration
835
836 * VZDump: implement stopwait
837
838 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2016 12:12:26 +0100
839
cd504a44
DM
840pve-container (1.0-86) unstable; urgency=medium
841
842 * Do not skip unprivileged config parameter when restoring a container
843
844 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2016 07:39:07 +0100
845
026c663e
WB
846pve-container (1.0-85) unstable; urgency=medium
847
848 * start: don't fail if no lxc cpuset cgroup exists yet
849
850 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2016 11:39:50 +0100
851
fb33c6f4
DM
852pve-container (1.0-84) unstable; urgency=medium
853
854 * start: use a random cpuset at startup
855
856 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 15:51:20 +0100
857
24c1a73f
DM
858pve-container (1.0-83) unstable; urgency=medium
859
860 * vm_shutdown: request 'stopped' state for HA enabled CTs
861
862 * switch to 'ha-manager set'
863
864 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 08:28:04 +0100
865
96c09ae7
DM
866pve-container (1.0-82) unstable; urgency=medium
867
868 * fix spelling: 'mountpoint' 'mount point'
869
870 * fix #1147: allow marking non-volume mps as shared
871
872 * Ubuntu 16.10: fix systemd console files
873
874 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Nov 2016 16:50:34 +0100
875
97722116
DM
876pve-container (1.0-81) unstable; urgency=medium
877
878 * add support for Ubuntu 16.10
879
880 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Nov 2016 08:43:29 +0100
881
e6a27d94
DM
882pve-container (1.0-80) unstable; urgency=medium
883
884 * pct: add new command 'pct cpusets' to print assigned cpu sets
885
886 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Oct 2016 07:46:40 +0200
887
8eb1cd20
DM
888pve-container (1.0-79) unstable; urgency=medium
889
890 * PVE::LXC::Config::has_lxc_entry() new helper
891
892 * vmstatus: fix memory usage value including cache sizes
893
894 * fix devices file check in autodev hook
895
896 * add new option 'cores' to restrict visible cores
897
898 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Oct 2016 11:46:49 +0200
899
1d784e94
DM
900pve-container (1.0-78) unstable; urgency=medium
901
902 * alpine: fix getty line removal
903
904 * tests: add missing loopback interfaces
905
906 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 09:35:34 +0200
907
452ec338
DM
908pve-container (1.0-77) unstable; urgency=medium
909
910 * fix #1134: debian: don't start empty interface sections
911
912 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Oct 2016 11:49:48 +0200
913
8b1ac04f
DM
914pve-container (1.0-76) unstable; urgency=medium
915
916 * bug #1021: add loopback interface if not network config
917
918 * fix config path in warning about undetectable architecture
919
920 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Oct 2016 11:39:42 +0200
921
4a99d619
DM
922pve-container (1.0-75) unstable; urgency=medium
923
924 * restore: fix simple with non-volume mps
925
926 * restore: add permission check, only restore lxc.* if root
927
928 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Sep 2016 14:14:06 +0200
929
356e890a
DM
930pve-container (1.0-74) unstable; urgency=medium
931
932 * correctly set unlimited cpulimit at runtime
933
934 * use integer values for minimum and maximum (json schema cleanup)
935
936 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 07:44:29 +0200
937
1adb8abc
DM
938pve-container (1.0-73) unstable; urgency=medium
939
940 * fix #1078: accept arch parameter
941
942 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Aug 2016 07:26:30 +0200
943
00d92418
DM
944pve-container (1.0-72) unstable; urgency=medium
945
946 * Fix #1070: vzdump: handle sparse files in suspend mode
947
948 * don't let lxc handle container reboots directly
949
950 * update_lxc_config: sort network devices for consistency
951
952 * update_lxc_config: remove unused parameter
953
954 * ArchLinux: don't use the lxc/ subdir for ttys
955
956 * add status call to pct
957
958 * allow deleting of container hostname
959
960 * pass datacenter.cfg's mac_prefix to random_ether_addr
961
962 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2016 13:14:32 +0200
963
591b30f1
WB
964pve-container (1.0-71) unstable; urgency=medium
965
966 * fix a possible undefined value error
967
968 * provide a better error message for rbd without krbd
969
970 * improve migration output concerning local volumes
971
972 * include custom lxc options when displaying config
973
974 * fix #1046: add non-snapshotted disks as unused
975
976 * added 'pct df'
977
978 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 12:35:03 +0200
979
05eb563f
DM
980pve-container (1.0-70) unstable; urgency=medium
981
982 * fix #146: add name to backup log
983
984 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Jun 2016 08:26:23 +0200
985
a6c30e98
DM
986pve-container (1.0-69) unstable; urgency=medium
987
988 * migration: add checks from QemuMigrate
989
990 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Jun 2016 06:38:22 +0200
991
fb0c5056
DM
992pve-container (1.0-68) unstable; urgency=medium
993
994 * docs: update mountpoint descriptions
995
996 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jun 2016 11:33:18 +0200
997
5525a3df
DM
998pve-container (1.0-67) unstable; urgency=medium
999
1000 * restore: use empty config to reserve container ID
1001
1002 * split up create_rootfs and restore_and_configure
1003
1004 * ignore ro flag when creating/restoring CT
1005
1006 * bindmount: catch rw/ro race and add tests
1007
1008 * add bindmount regression tests
1009
1010 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 10:33:41 +0200
1011
7ab6e832
DM
1012pve-container (1.0-66) unstable; urgency=medium
1013
1014 * Setup: add gentoo support
1015
27b10d0b
DM
1016 * Close #999: gentoo: hostname is in /etc/conf.d/hostname
1017
a5d9039e
WB
1018 * Setup/Debian.pm: use BEGIN/END markers for gateway scripts
1019
27b10d0b
DM
1020 * fix deletion of backup snapshots
1021
1022 * exclude non-volume mps from backup
1023
bd8aab00
DM
1024 * don't allow automatic restore to dev/bind rootfs
1025
1026 * warn about unsupported backup configuration
1027
6f85c64e
DM
1028 * add ignore_ro flag to mount_all
1029
1030 * automatically restore mountpoints from backup
1031
bd8aab00
DM
1032 * deal with a check_mount_path race condition
1033
27b10d0b 1034 -- Proxmox Support Team <support@proxmox.com> Wed, 25 May 2016 10:18:25 +0200
7ab6e832 1035
f42938cd
DM
1036pve-container (1.0-65) unstable; urgency=medium
1037
1038 * allow VLAN 1 tag in containers
1039
1040 * remove backup property from rootfs
1041
1042 * new helper mountpoint_backup_enabled()
1043
1044 -- Proxmox Support Team <support@proxmox.com> Wed, 18 May 2016 11:30:16 +0200
1045
1dc0c1f9
DM
1046pve-container (1.0-64) unstable; urgency=medium
1047
1048 * setup: add ct_is_executable wrapper
1049
1050 * setup: check if securetty exists
1051
1052 * improve error message on container without rootfs
1053
1054 -- Proxmox Support Team <support@proxmox.com> Sat, 14 May 2016 09:06:11 +0200
1055
cb8dffad
DM
1056pve-container (1.0-63) unstable; urgency=medium
1057
1058 * cleanup gateway hooks in debian network setup
1059
1060 * fix uninitialized value warning
1061
9a16f80b
DM
1062 * Alpine: generate correct inittab
1063
1064 * Alpine: fixup securetty
1065
45ed85b7
DM
1066 * fix #971: don't activate shared storage in offline migration
1067
cb8dffad
DM
1068 -- Proxmox Support Team <support@proxmox.com> Tue, 03 May 2016 07:19:19 +0200
1069
c853a3bf
DM
1070pve-container (1.0-62) unstable; urgency=medium
1071
1072 * centos: fixup ipv6 out-of-subnet route
1073
1074 * debian: always include the 'dev' portion in explicit routes
1075
1076 * setup: deal with link-local gateways
1077
1078 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Apr 2016 16:00:06 +0200
1079
7ab7f603
DM
1080pve-container (1.0-61) unstable; urgency=medium
1081
1082 * add support for ubuntu xenial
1083
9fa8bba7
DM
1084 * push/pull permissions: use octal by default
1085
1086 * fix #942: restore ACL and other rootfs options from backup
1087
b6876f11
DM
1088 * Debian: correctly setup getty service on systemd based containers
1089
719129ea
WB
1090 * honor acl setting with zfs
1091
7ab7f603
DM
1092 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2016 11:25:34 +0200
1093
47600c82
DM
1094pve-container (1.0-60) unstable; urgency=medium
1095
1096 * vm_status: return more verbose HA state
1097
1098 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 09:04:43 +0200
1099
3d35ce51
DM
1100pve-container (1.0-59) unstable; urgency=medium
1101
1102 * setup: ability to ignore files
1103
a22ce86f
DM
1104 * Fix #929: delete veths in the post-stop hook
1105
3d35ce51
DM
1106 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Apr 2016 10:32:03 +0200
1107
5bdebcfa
DM
1108pve-container (1.0-58) unstable; urgency=medium
1109
1110 * Build-Depend on pve-doc-generator
1111
1112 * generate manpages with pve-doc-generator
1113
22a479c1
DM
1114 * debian: support containers upgraded to use systemd
1115
5bdebcfa
DM
1116 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 12:36:29 +0200
1117
d720ca4b
DM
1118pve-container (1.0-57) unstable; urgency=medium
1119
1120 * Add authorized ssh key setup to post_create_hook
1121
1122 * Add missing '\n' to content in ct_modify_file
1123
1124 * Add 'perms' option to ct_modify_file
1125
1126 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Apr 2016 15:29:22 +0200
1127
8373bf12
DM
1128pve-container (1.0-56) unstable; urgency=medium
1129
1130 * use consistent prefix for worker names
1131
1132 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Apr 2016 16:39:28 +0200
1133
8f9c0f28
DM
1134pve-container (1.0-55) unstable; urgency=medium
1135
1136 * add read_password sub for 'pct create'
1137
1138 * use asciicode compatible markup
1139
9aae651b
DM
1140 * enable quotas for passed through /dev devices
1141
71bf21dd
DM
1142 * Fix #925: activate volume before trying to resize
1143
8f9c0f28
DM
1144 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 07:20:36 +0200
1145
76c92766
DM
1146pve-container (1.0-54) unstable; urgency=medium
1147
1148 * Fix #918: add /dev/mapper symlinks for dm-* devices
1149
1150 * autodev: create missing paths
1151
1152 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Mar 2016 16:35:01 +0100
1153
b9ed7808
DM
1154pve-container (1.0-53) unstable; urgency=medium
1155
1156 * Add force parameter for migration with bind/dev mp
1157
1158 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Mar 2016 16:51:40 +0100
1159
bd25edd8
DM
1160pve-container (1.0-52) unstable; urgency=medium
1161
1162 * Prevent race conditions in snapshot mode backup
1163
1164 * Use set_lock and remove_lock
1165
0822d32f
DM
1166 * require -experimental for pct clone and template
1167
bd25edd8
DM
1168 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 09:00:04 +0100
1169
1021703d
DM
1170pve-container (1.0-51) unstable; urgency=medium
1171
c4a932ad
DM
1172 * fix #912: centos/redhat confusion
1173
1021703d
DM
1174 * implement cpulimit hotplugging
1175
1176 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 17:52:33 +0100
1177
94f171c8
DM
1178pve-container (1.0-50) unstable; urgency=medium
1179
1180 * follow the change in PVE::AbstractConfig
1181
43321a3c
DM
1182 * implement rate limiting
1183
94f171c8
DM
1184 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:37:09 +0100
1185
be97961c
DM
1186pve-container (1.0-49) unstable; urgency=medium
1187
1188 * change update_etc_hosts to use ct_modify_file
1189
1190 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Mar 2016 09:49:39 +0100
1191
c6e6c5cf
DM
1192pve-container (1.0-48) unstable; urgency=medium
1193
1194 * Refactor config-related methods into AbstractConfig
1195
1196 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 10:21:45 +0100
1197
1b3b63ea
DM
1198pve-container (1.0-47) unstable; urgency=medium
1199
1200 * Implement pct mount/unmount (for emergency maintenance)
1201
1202 * Implement pct push/pull
1203
1204 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 14:38:14 +0100
1205
cdf0e51f
DM
1206pve-container (1.0-46) unstable; urgency=medium
1207
1208 * setup: move setup_container_getty_service to Base
1209
1210 * suse: move setup_securetty to template_fixup()
1211
1212 * Add to unused volumes only if really unused
1213
ea24e33f
DM
1214 * exclude 'parent' from config when restoring
1215
cdf0e51f
DM
1216 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 11:49:15 +0100
1217
c08ac339
DM
1218pve-container (1.0-45) unstable; urgency=medium
1219
1220 * add Alpine Linux distribution
1221
1222 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2016 12:15:11 +0100
1223
163c88d9
DM
1224pve-container (1.0-44) unstable; urgency=medium
1225
1226 * snapshot: replace global sync with a namespace sync
1227
c43ec0d6
DM
1228 * add support for read-only bind mounts
1229
163c88d9
DM
1230 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 11:57:11 +0100
1231
ffc09c34
DM
1232pve-container (1.0-43) unstable; urgency=medium
1233
1234 * Improve error handling in snapshot_create
1235
1236 * VZDump lock update, drop lock_aquire/lock_release
1237
1238 * prevent snapshot name 'vzdump' from user
1239
1240 * improve mountpoint parsing
1241
2399bb20
DM
1242 * added quota flag to mountpoints (disk quota support)
1243
ffc09c34
DM
1244 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 06:58:26 +0100
1245
9b28b538
DM
1246pve-container (1.0-42) unstable; urgency=medium
1247
1248 * fix growing of a running container's memory limit
1249
1250 * opensuse 13.2 support
1251
1252 * added $skiplock parameter for pct start/stop
1253
1254 * Fix #791: warn when resize2fs fails
1255
1256 * Fix #881: uninitialized value on valid lxc.cgroup keys
1257
1258 * Remove mknod call from pre-start hook
1259
1260 * Only add actual volumes to volid_list
1261
1262 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2016 12:17:27 +0100
1263
9f8f5593
DM
1264pve-container (1.0-41) unstable; urgency=medium
1265
1266 * added 'acl' and 'ro' mountpoint options
1267
e387f469
DM
1268 * fix PVE::HA use clauses
1269
6d9f40bb
DM
1270 * create firewall dir on CT restore
1271
c38b70cc
DM
1272 * Closes #877: Skip mps with backup=0 for snapshot backups
1273
9f8f5593
DM
1274 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 16:43:27 +0100
1275
0b6628e6
DM
1276pve-container (1.0-40) unstable; urgency=medium
1277
1278 * Add dependency to 'file' package
1279
1280 * Implement linked clones
1281
1282 * Rework snapshot config removal logic
1283
1284 * Don't hold flock for whole backup operation
1285
1286 -- Proxmox Support Team <support@proxmox.com> Sat, 23 Jan 2016 08:56:34 +0100
1287
135355f2
DM
1288pve-container (1.0-39) unstable; urgency=medium
1289
1290 * add support for network trunks
1291
1292 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2016 17:01:38 +0100
1293
9040d3c0
DM
1294pve-container (1.0-38) unstable; urgency=medium
1295
1296 * Set backup lock during stop and suspend backups
1297
1298 * Check lock for pct start, stop, suspend, shutdown
1299
1300 * fix mount_all, improve bind mount handling
1301
1302 * Add mp to required in pct set mount-point
1303
1304 * snapshot_create: unfreeze after snapshot creation
1305
1306 * allow to create containers on lvmthin storage
1307
1308 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2016 17:13:31 +0100
1309
0d9e7c5e
DM
1310pve-container (1.0-37) unstable; urgency=medium
1311
1312 * check for quorum when starting a container
1313
1314 * vm_stop: make sure the container is stopped using lxc-wait
1315
1316 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Jan 2016 15:14:22 +0100
1317
96a2f1d1
DM
1318pve-container (1.0-36) unstable; urgency=medium
1319
1320 * vzdump stop mode: wait until container is stopped
1321
1322 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Dec 2015 15:49:20 +0100
1323
502e3e53
DM
1324pve-container (1.0-35) unstable; urgency=medium
1325
1326 * Setup: order fqdn before hostname in /etc/hosts
1327
1328 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2015 09:09:48 +0100
1329
8d96c5d1
DM
1330pve-container (1.0-34) unstable; urgency=medium
1331
1332 * Revert "set memory.kmem.limit_in_bytes"
1333
1334 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Dec 2015 12:28:11 +0100
1335
3889966a
WB
1336pve-container (1.0-33) unstable; urgency=medium
1337
1338 * fix bug #840: vzdump - fix compression command pipe
1339
1340 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Dec 2015 08:48:16 +0100
1341
2123a774
DM
1342pve-container (1.0-32) unstable; urgency=medium
1343
1344 * Revert "Mounting of zfspool snapshots are not necessary."
1345
1346 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 08:10:27 +0100
1347
14589f25
DM
1348pve-container (1.0-31) unstable; urgency=medium
1349
1350 * Revert "use the unmount-namespace stop hook"
1351
1352 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2015 16:33:09 +0100
1353
7f6a843e
DM
1354pve-container (1.0-30) unstable; urgency=medium
1355
1356 * OpenSUSE 13.1 support added
1357
1358 * create: don't skip arch detection on unpack errors
1359
1360 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Dec 2015 11:03:47 +0100
1361
6e6c0efa
DM
1362pve-container (1.0-29) unstable; urgency=medium
1363
1364 * add 'fedora' to ostype schema enum
1365
1366 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 11:24:26 +0100
1367
1b8d9ada
DM
1368pve-container (1.0-28) unstable; urgency=medium
1369
1370 * renamed lxc.start.unshare to lxc.monitor.unshare
1371
1372 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 09:56:33 +0100
1373
28c5389e
DM
1374pve-container (1.0-27) unstable; urgency=medium
1375
ce289e3c
WB
1376 * fix bug #827: Setup: don't replace fqdn with searchdomain in /etc/hosts
1377
b0143ab1
WB
1378 * add support for Fedora 22
1379
28c5389e
DM
1380 * add/restore firewall config with vzdump
1381
6e68f51b
DM
1382 * warn when trying to delete non-existent options
1383
1384 * create_disks: don't drop extra parameters
1385
1386 * vzdump: exclude lost+found with unprivilged containers
1387
1388 * don't restore mountpoint settings
1389
1390 * vzdump: use --anchored on tar
1391
1392 * honor backup=yes/no for bind and device mountpoints
1393
1394 * Redhat: handle /etc/sysconfig/network better
1395
1396 * Redhat: fix ipv4 dhcp only setup
1397
28c5389e
DM
1398 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 09:59:30 +0100
1399
4c9db320
DM
1400pve-container (1.0-26) unstable; urgency=medium
1401
1402 * Mounting of zfspool snapshots are not necessary
1403
1fb9fb5b
DM
1404 * use the unmount-namespace stop hook
1405
1406 * vzdump: warn about lack of xattr/acl support on nfs
1407
1408 * Use new lxc.start.unshare setting
1409
1410 * set memory.kmem.limit_in_bytes
1411
4c9db320
DM
1412 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:43:02 +0100
1413
389e7a56
DM
1414pve-container (1.0-25) unstable; urgency=medium
1415
1416 * support unpriviledged containers
1417
1418 * improve OS type detection
1419
1420 * remove --totals from COMMON_TAR_FLAGS
1421
1422 * vzdump: userns support
1423
1424 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:29:14 +0100
1425
29d54bf9
DM
1426pve-container (1.0-24) unstable; urgency=medium
1427
1428 * setup: fix ssh-key perms lost with the rewrite
1429
1430 * create/restore: add --warning=no-xattr-write to tar
1431
1432 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:19:47 +0100
1433
e72b717c
DM
1434pve-container (1.0-23) unstable; urgency=medium
1435
1436 * improve setup error message
1437
1438 * create: safer rewrite_ssh_host_keys
1439
1440 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 11:44:20 +0100
1441
f6efa6e3
DM
1442pve-container (1.0-22) unstable; urgency=medium
1443
1444 * preserve posix capabilities
1445
1446 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:56:32 +0100
1447
c7d04683
DM
1448pve-container (1.0-21) unstable; urgency=medium
1449
1450 * allow debian stretch/sid containers
1451
d607c17d
DM
1452 * destroy: check if container is still running
1453
23d928a1
WB
1454 * LXC::Setup: Load required host files in new()
1455
c7d04683
DM
1456 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 11:23:00 +0100
1457
34c69c85
DM
1458pve-container (1.0-20) unstable; urgency=medium
1459
1460 * fix bug #799: resize running CT with no loopdev.
1461
8ba6ef14
WB
1462 * Setup: fix bad /dev bindmount
1463
34c69c85
DM
1464 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 11:16:25 +0100
1465
d11b5e50
DM
1466pve-container (1.0-19) unstable; urgency=medium
1467
1468 * support Ubuntu 15.10
1469
1470 -- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2015 18:39:39 +0100
1471
0b39ec4a
DM
1472pve-container (1.0-18) unstable; urgency=medium
1473
d11b5e50 1474 * depend on xz-utils
0b39ec4a
DM
1475
1476 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 06:48:20 +0100
1477
688afc63
WL
1478pve-container (1.0-17) unstable; urgency=medium
1479
1480 * fix bug #770: CPU usage stats for containers
1481
1482 * added symlink testcase
1483
1484 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 13:09:29 +0100
1485
1dbe56d6
DM
1486pve-container (1.0-16) unstable; urgency=medium
1487
a6d7be05
DM
1488 * fix bug #770: implement Network stats for containers
1489
1dbe56d6
DM
1490 * LXC::Setup: chroot into the container (thanks to RACK911Labs.com for
1491 the hint)
1492
1493 * LXC::get_primary_ips: ipv6 can be 'auto'
1494
1495 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 11:43:30 +0100
1496
e41c9805
DM
1497pve-container (1.0-15) unstable; urgency=medium
1498
1499 * Start a worker in lxc resize
1500
1501 * move resize to have it available in the pveshell and at the rest api
1502
1503 * allow to mount iso images
1504
1505 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:27:46 +0100
1506
529bf040
DM
1507pve-container (1.0-14) unstable; urgency=medium
1508
1509 * redhat: fix unused values
1510
1511 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2015 12:10:56 +0200
1512
4901d141
DM
1513pve-container (1.0-13) unstable; urgency=medium
1514
1515 * restore: make sure only the first pct.conf is extracted
1516
1517 * redhat: don't use aliases for dual stack networking
1518
1519 * redhat: use the fully qualified hostname
1520
1521 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Oct 2015 08:31:24 +0200
1522
3bca4711
DM
1523pve-container (1.0-12) unstable; urgency=medium
1524
1525 * allow /32 CIDRs and remove duplicated mask array
1526
1527 * network setup: deal with gateways outside the subnet
1528
ead433af
WB
1529 * redhat: use the fully qualified hostname
1530
3bca4711
DM
1531 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2015 08:52:02 +0200
1532
217dd44e
DM
1533pve-container (1.0-11) unstable; urgency=medium
1534
1535 * setup/debian: avoid writing multiple auto lines
1536
1537 * setup/debian: avoid extra newlines
1538
f7a7b413
WB
1539 * allow /32 CIDRs and remove duplicated mask array
1540
217dd44e
DM
1541 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 09:49:28 +0200
1542
08d4dc57
DM
1543pve-container (1.0-10) unstable; urgency=medium
1544
1545 * improve regex to match redhat/centos OS version
1546
1547 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Oct 2015 08:27:06 +0200
1548
2df8257c
DM
1549pve-container (1.0-9) unstable; urgency=medium
1550
e9b868e7
DM
1551 * use new PVE::JSONSchema::parse_siz
1552
1553 * Add new pct fsck command to check the mountpoints of a container
2df8257c 1554
cf4f10f6
DM
1555 * update inittab instead of replacing it
1556
2df8257c
DM
1557 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 10:25:56 +0200
1558
adbd9b4b
DM
1559pve-container (1.0-8) unstable; urgency=medium
1560
1561 * make bridge parameter option - required for hotplug code
1562
89e9642c
DM
1563 * fix test if storage allows containers
1564
b46c0bf2
WL
1565 * fix bug #752: correct size of mount point after resize
1566
c9bc5018
WL
1567 * fix bug #750: deactivate volumes to be sure there are no volumes
1568 are active on the source node
1569
adbd9b4b
DM
1570 -- Proxmox Support Team <support@proxmox.com> Sat, 10 Oct 2015 17:24:31 +0200
1571
9572eb19
DM
1572pve-container (1.0-7) unstable; urgency=medium
1573
1574 * Create /fastboot to skip run fsck
1575
1576 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:47:47 +0200
1577
ad657ff5
DM
1578pve-container (1.0-6) unstable; urgency=medium
1579
1580 * cleanup: replace disk-size calculation in pct resize
1581
1582 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 09:37:44 +0200
1583
cf1b1563
DM
1584pve-container (1.0-5) unstable; urgency=medium
1585
1586 * lxc hooks: use run_cli_handler(), remove stale docs
1587
1588 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 13:47:30 +0200
1589
5dc78eef
DM
1590pve-container (1.0-4) unstable; urgency=medium
1591
1592 * remove 'noload' option from zfspool mounts
1593
1594 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 16:28:04 +0200
1595
aefd41f3
DM
1596pve-container (1.0-3) unstable; urgency=medium
1597
1598 * fix hotplug error in update_pct_config
1599
1600 * added lxc.hook.stop to valid_lxc_conf_keys
1601
1602 * add mountpoint deletion support and unused volumes
1603
1604 * set minimum mtu to 64
1605
1606 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 11:42:34 +0200
1607
c52e88d9
DM
1608pve-container (1.0-2) unstable; urgency=medium
1609
1610 * set TERM=linux for containers
1611
1612 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 09:27:01 +0200
1613
de81c147
DM
1614pve-container (1.0-1) unstable; urgency=medium
1615
1616 * vzdump: mount snapshots with the noload option
1617
1618 * vzdump:lxc: sync and skip journal in snapshot mode
1619
1620 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:55:13 +0200
1621
18c803bd
DM
1622pve-container (0.9-23) unstable; urgency=medium
1623
1624 * Use format hashes in json schemas
1625
1626 * When destroying a container, remove bind mounts and block devices
1627 from the list of volumes to delete.
1628
1629 * improve CT protection mode
1630
1631 * vzdump: tar: disable warnings about ignored files
1632
1633 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 10:11:31 +0200
1634
c211d7ae
DM
1635pve-container (0.9-22) unstable; urgency=medium
1636
1637 * allow to parse configuration values with spaces
1638
1639 * specify data format for hostname, searchdomain and nameserver
1640
1641 * add check for newlines before writing configuration
1642
1643 * vzdump fixes
1644
1645 * mountpoint_mount: disallow symlinks in bind mounts
1646
1647 * lxc API: use new disk option names in permission check
1648
1649 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
1650
af4b00a1
DM
1651pve-container (0.9-21) unstable; urgency=medium
1652
1653 * vzdump: support mountpoints
1654
1655 * change tar/rsync_vm to use the new exclude pattern method
1656
1657 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
1658
c34cd4ea
DM
1659pve-container (0.9-20) unstable; urgency=medium
1660
1661 * fix bug #712: fix stop mode backups when container is running
1662
1663 * add support for LVM
1664
1665 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
1666
fb2d8270
DM
1667pve-container (0.9-19) unstable; urgency=medium
1668
1669 * allow older debian versions (>= 4 (etch))
1670
9fa65276
DM
1671 * fix subvolume mounts (do not use loop device)
1672
fb2d8270
DM
1673 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
1674
640916d4
DM
1675pve-container (0.9-18) unstable; urgency=medium
1676
1677 * fix bug #710: use correct size for OpenVZ restore
1678
842bae93
DM
1679 * format_disk: call activate_volume()
1680
640916d4
DM
1681 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
1682
003620d3
DM
1683pve-container (0.9-17) unstable; urgency=medium
1684
1685 * mount_all: make sure rootfs exists (fix openvz restore bug)
1686
1687 * destroy: avoid warning about undefined 'protection' value
1688
1689 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
1690
627e416f
DM
1691pve-container (0.9-16) unstable; urgency=medium
1692
1693 * fix bug #707: Don't die in vm_shutdown when we have no errors
1694
1695 * add CT protection mode
1696
1697 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
1698
32e36fce
DM
1699pve-container (0.9-15) unstable; urgency=medium
1700
1701 * add bash completion support
1702
1703 * support resizing of owned container disks
1704
1705 * get rid of most of the loop-devices code
1706
1707 * fix unlock handling after migration
1708
1709 * add command to unlock a Container if it is locked
1710
1711 * add support to add mountpoints with pct set
1712
1713 * added pct exec command
1714
1715 * add missing archlinux ostype confdesc enum entry
1716
1717 * destroy owned mountpoints on pct destroy
1718
1719 * use multiple mount protection (mmp)
1720
1721 * many bug fixes
1722
1723 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
1724
41ea68ca
DM
1725pve-container (0.9-14) unstable; urgency=medium
1726
1727 * vm_create : add support for mountpoints
1728
1729 * run spiceterm and return spiceproxy config only if CT is running
1730
1731 * vzdump: correctly implement snapshot backup
1732
1733 * vzdump: use correct pid to access container root (fix suspend mode
1734 backup)
1735
1736 * fix bug #691: fix vzdump stop mode backup on zfs
1737
1738 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
1739
1f14baa6
DM
1740pve-container (0.9-13) unstable; urgency=medium
1741
1742 * detect ostype when restoring OpenVZ containers
1743
1744 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
1745
53a9acc5
DM
1746pve-container (0.9-12) unstable; urgency=medium
1747
1748 * code cleanups
1749
1750 * implement pct listsnapshot cli command
1751
1752 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
1753
ae8c06a1
DM
1754pve-container (0.9-11) unstable; urgency=medium
1755
1756 * add mpX mountpoint configuration (experimental)
1757
1758 * remove <vmid>.fw file after lxc vm destroy
1759
1760 * cleanup directory structure
1761
1762 * add file access methods to LXCSetup::Base
1763
1764 * mountpoint: add support for host /dev/xxx block device passthrough
1765
1766 * Added PVE::LXCSetup::Base::setup_securetty
1767
1768 * archlinux template support
1769
1770 * implement new cmode option
1771
1772 * implement template creation
1773
1774 * add rbd storage type support
1775
1776 * do not use hardcoded disk image names
1777
1778 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
1779
30137a89
DM
1780pve-container (0.9-10) unstable; urgency=medium
1781
1782 * add support for RHEL/CentOS
1783
1784 * allow to set empty lxc.xxx values
1785
1786 * added pve-update-lxc-config postinstall hook
1787
1788 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
1789
8eefced6
DM
1790pve-container (0.9-9) unstable; urgency=medium
1791
1792 * Fix: If a Ct are created and a pool are given add the Ct to pool
1793
1794 * don't set proxy_arp and forwarding on lxc veths
1795
1796 * activate/deactivates volumes on container start/stop
1797
1798 * allow to use drbd storage for containers
1799
1800 * add manual page for container configuration format ("man pct.conf")
1801
1802 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
1803
e05baf1c
DM
1804pve-container (0.9-8) unstable; urgency=medium
1805
1806 * use our own configuration format for containers
1807
1808 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
1809
25cdbca0
DM
1810pve-container (0.9-7) unstable; urgency=medium
1811
1812 * fixes for container restore
1813
1814 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
1815
882c975e
DM
1816pve-container (0.9-6) unstable; urgency=medium
1817
1818 * fix memory and swap size calculations
1819
1820 * ipv6 slaac/autoconf support
1821
1822 * fix ipv4 replacement of running containers
1823
1824 * allow to restore backups of openvz containers
1825
1826 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
1827
810362c0
DM
1828pve-container (0.9-5) unstable; urgency=medium
1829
1830 * correctly detect container architecture
1831
1832 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
1833
7fb2e318
DM
1834pve-container (0.9-4) unstable; urgency=medium
1835
1836 * allow configuring lxc.seccomp
1837
1838 * network setup: allow dhcp, manual and unmanaged network
1839
1840 * implement snapshot API
1841
1842 * implement snapshots for zfs
1843
1844 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
1845
891fde80
DM
1846pve-container (0.9-3) unstable; urgency=medium
1847
1848 * fix tty setup for debian6
1849
1850 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
1851
662f90a0
DM
1852pve-container (0.9-2) unstable; urgency=medium
1853
1854 * correctly set password change time
1855
1856 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
1857
2410127c
DM
1858pve-container (0.9-1) unstable; urgency=medium
1859
1860 * correctly untaint crontab filenames
1861
1862 * create new ssh host keys at startup
1863
1864 * add net hotplug and hotplug ip configuration
1865
91bf89e1
DM
1866 * add support for Ubuntu 15.04
1867
2410127c
DM
1868 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
1869
af9cc97c
DM
1870pve-container (0.8-1) unstable; urgency=medium
1871
1872 * only use lxc-pve-mount-hook for containers on /etc/pve/
1873
1874 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
1875
20464461
DM
1876pve-container (0.7-2) unstable; urgency=medium
1877
1878 * use nowait trigger for pve-api-updates
1879
1880 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
1881
256b0ea7
DM
1882pve-container (0.7-1) unstable; urgency=medium
1883
1884 * randomize crontab entries
1885
1886 * install global lxc config
1887
1888 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
1889
629a468d
DM
1890pve-container (0.6-2) unstable; urgency=medium
1891
1892 * depend on lxc-pve
1893
1894 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
1895
b979858c
DM
1896pve-container (0.6-1) unstable; urgency=medium
1897
1898 * add support for centos6
1899
1900 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
1901
2e1f4a16
DM
1902pve-container (0.5-1) unstable; urgency=medium
1903
1904 * implement restore command
1905
1906 * implement disk size parameter (loop mounts)
1907
1908 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
1909
dce235ad
DM
1910pve-container (0.4-1) unstable; urgency=medium
1911
1912 * allow to setup root password
1913
1914 * implement dns setup for containers
1915
1916 * implement startup and onboot option
1917
1918 * implement cpuunits
1919
1920 * add firewall and vlan tag network options
1921
1922 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
1923
44d75d46
DM
1924pve-container (0.3-1) unstable; urgency=medium
1925
1926 * implement lxcnetaddbr to bring up network
1927
1928 * implement swap and cpulimit
1929
1930 * add regression tests
1931
1932 * add mount hook to setup container config
1933
1934 * add helper classes to setup container configuration
1935
1936 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
1937
dba35ed0
DM
1938pve-container (0.2-1) unstable; urgency=medium
1939
1940 * improved CLI
1941
1942 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
1943
f76a2828
DM
1944pve-container (0.1-1) unstable; urgency=medium
1945
1946 * first try
1947
1948 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
1949