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