X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=07c790030c283de253ff85e33e23aca3bce18de3;hb=5a7a51d0ca6feca3c1bdf3189413c289e3b63739;hp=78208918867c27a90cec63cb3de1eac867a2e645;hpb=3ac31835293b7c849e6a3f8b91d21d4e18f7ec6b;p=pve-container.git diff --git a/debian/changelog b/debian/changelog index 7820891..07c7900 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,150 @@ +pve-container (2.0-32) unstable; urgency=medium + + * fix #2014: don't check if unpriv for blkio + + * fix #2028: keep custom uid mapping during restore + + -- Proxmox Support Team Mon, 07 Jan 2019 13:45:47 +0100 + +pve-container (2.0-31) unstable; urgency=medium + + * fix #1234: pct: implement rescan + + * allow using 'fuse' file systems in a container thorugh a new feature flag + + -- Proxmox Support Team Thu, 29 Nov 2018 12:54:20 +0100 + +pve-container (2.0-30) unstable; urgency=medium + + * fix #1808: readonly mount source disk + + * support Fedora 29 + + * call map_volume before using volumes + + -- Proxmox Support Team Fri, 09 Nov 2018 17:33:43 +0100 + +pve-container (2.0-29) unstable; urgency=medium + + * add Ubuntu 18.10 (Cosmic Cuttlefish) support + + * close #1940: pct console: added ability to specify escape sequence + + -- Proxmox Support Team Mon, 22 Oct 2018 10:24:35 +0200 + +pve-container (2.0-28) unstable; urgency=medium + + * configure IPv6AcceptRA in systemd-networkd files + + * enable emulation of containers using qemu-user-static + + * add feature flags (for now: mount, nesting, keyctl) using apparmor + profile generation + + -- Proxmox Support Team Wed, 03 Oct 2018 16:45:56 +0200 + +pve-container (2.0-27) unstable; urgency=medium + + * fix #1885: delete old route when changing gateway + + * fix #1874: autodev hook: setup devices cgroup + + * fix #1897: bump MAX_MOUNT_POINTS to 256 + + * config: add missing lock types to schema + + -- Proxmox Support Team Thu, 13 Sep 2018 11:19:19 +0200 + +pve-container (2.0-26) unstable; urgency=medium + + * fix #1851: check 'replicate' flag for non-volume mountpoints + + * document more API return properties + + * use SHA-512 for container passwords + + * add support for openSUSE Leap 15.0 + + * add fqdn to /etc/hosts even with no ip + + -- Proxmox Support Team Thu, 23 Aug 2018 13:56:46 +0200 + +pve-container (2.0-25) unstable; urgency=medium + + * deal with disabled cgroup subsystems + + * use systemd-networkd for newer Fedora containers + + * fix #1844: check /etc/.pve-ignore.hosts early + + -- Proxmox Support Team Mon, 30 Jul 2018 09:19:42 +0200 + +pve-container (2.0-24) unstable; urgency=medium + + * correctly handle extra mounpoints when creating a template + + * fix #1786: check for shared storage on clone + + * fix #1792: Do not assign vars in conditional statement + + * fix #1778: check if storage support templates + + * api create: allow auto start of container after create finished + + -- Proxmox Support Team Wed, 27 Jun 2018 09:10:35 +0200 + +pve-container (2.0-23) unstable; urgency=medium + + * rescan volume size when attaching unused volume + + * support Fedora 28 + + * fix #1721: unmount containers before trying to mount them + + * rescan volume zie when copying volume + + * add cifs as allowed storage type + + -- Proxmox Support Team Mon, 14 May 2018 11:09:39 +0200 + +pve-container (2.0-22) unstable; urgency=medium + + * add Ubuntu 18.04 to known versions + + -- Proxmox Support Team Mon, 23 Apr 2018 11:04:59 +0200 + +pve-container (2.0-21) unstable; urgency=medium + + * create: fix passing of template file descriptor + + * restore: support i/o rate limiting + + * fix #1704: get container uptime with /proc//stat + + * fix skiplock for pct start + + * clone: randomize network MAC HW address of clone + + * clone: implement target parameter + + * implement full clone + + -- Proxmox Support Team Thu, 22 Mar 2018 09:14:19 +0100 + +pve-container (2.0-20) unstable; urgency=medium + + * Fix #1547: on migration abort, the CT starts again + + * seperate serachdomain and nameserver config + + -- Proxmox Support Team Mon, 12 Mar 2018 13:24:08 +0100 + +pve-container (2.0-19) unstable; urgency=medium + + * close #1668: add Devuan support + + -- Proxmox Support Team Fri, 16 Feb 2018 06:12:06 +0100 + pve-container (2.0-18) unstable; urgency=medium * add termproxy api call