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