[ubuntu/yakkety-proposed] lxd 2.0.1-0ubuntu1 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Mon May 16 22:06:17 UTC 2016


lxd (2.0.1-0ubuntu1) yakkety; urgency=medium

  * New upstream bugfix release (2.0.1)
    - Don't fail to start when shmounts can't be mounted, instead fail
      container startup
    - Invalidate the simplestreams cache on proxy change
    - Write the container's config file on start to the log path directly
    - Fix crash in list due to empty responses (Issue #1903)
    - Fail when removing non-existent profiles (Issue #1886)
    - Document --alias to image import (Issue #1900)
    - Fix "lxc start" and "lxc stop" options (stateful/stateless)
    - Give better error on invalid source stream (simplestreams)
    - Add basic REST API usage example to README.md
    - Fix typo in lxc stop --help
    - Convert lxc-to-lxd to stable supported pylxd API (Issue #1901)
    - Properly log image update failures
    - Better validate and rollback bad images (Issue #1913)
    - Send operation return value through SmartError
    - Fix basic filtering in lxc list (Issue #1917)
    - Tell the user how to launch a container on first start (Issue #1931)
    - Redirect "remote" to "remote:" when not conflicting (Issue #1931)
    - Don't load the LXC config for snapshots (Issue #1935)
    - list: Allow filtering by unset key (Issue #1917)
    - Fix example in lxc launch
    - Update Japanese translation and other po files
    - Fall back to cpuset.cpus on older kernels (Issue #1929)
    - Properly validate the server configuration keys (Issue #1939)
    - Fix daemonConfig handling of storage
    - Don't remove config file on forkmigrate
    - Fix config handling following config validation change
    - Fixed Markdown syntax in documentation
    - Don't fail early when removing disks (Issue #1964)
    - Don't recursively delete devices
    - Don't fail when some unix devices fail to be deleted
    - Use the same config checks for unix-char and unix-block
    - Allow removing when fs object no longer exists (Issue #1967)
    - Do proper logfile expiry (Issue #1966)
    - Make logging a bit more consistent
    - Don't ignore zfs errors
    - Properly update the mode, uid and gid on existing files (Issue #1975)
    - Detect invalid certificate files (Issue #1977)
    - Fix broken apparmor status check
    - Allow on/off as boolean strings
    - Properly validate the container configuration keys (Issue #1940)
    - Don't mask rsync transfer errors
    - Move execPath to a global variable
    - Use custom netcat instead of nc -U for rsync over websocket (Issue #1944)
    - Fix wrong state dir path in migration
    - Don't fail deleting images when the storage delete fails
    - Improve messages in the Japanese translation
    - Add more checks for the criu binary
    - Rework (live) migration tests
    - Make it explicit in documentation that devices on create are optional
    - Properly record the source of all image copies (Issue #2010)
    - Don't mark containers as ERROR while being created (Issue #1988)
    - Cleanup events sent for operations (Issue #1992)
    - Fix ZFS refcounting issues (Issue #1916 and Issue #2013)
    - Propagate snapshot config when copying a snapshot (Issue #2017)
    - Implement lxc config show for snapshots
    - Add Unix socket example to REST API usage

Date: Mon, 16 May 2016 17:57:46 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lxd/2.0.1-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 16 May 2016 17:57:46 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.0.1-0ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
 golang-github-lxc-lxd-dev - Container hypervisor based on LXC - go source
 lxc2       - Container hypervisor based on LXC - metapackage
 lxd        - Container hypervisor based on LXC - daemon
 lxd-client - Container hypervisor based on LXC - client
 lxd-tools  - Container hypervisor based on LXC - extra tools
Changes:
 lxd (2.0.1-0ubuntu1) yakkety; urgency=medium
 .
   * New upstream bugfix release (2.0.1)
     - Don't fail to start when shmounts can't be mounted, instead fail
       container startup
     - Invalidate the simplestreams cache on proxy change
     - Write the container's config file on start to the log path directly
     - Fix crash in list due to empty responses (Issue #1903)
     - Fail when removing non-existent profiles (Issue #1886)
     - Document --alias to image import (Issue #1900)
     - Fix "lxc start" and "lxc stop" options (stateful/stateless)
     - Give better error on invalid source stream (simplestreams)
     - Add basic REST API usage example to README.md
     - Fix typo in lxc stop --help
     - Convert lxc-to-lxd to stable supported pylxd API (Issue #1901)
     - Properly log image update failures
     - Better validate and rollback bad images (Issue #1913)
     - Send operation return value through SmartError
     - Fix basic filtering in lxc list (Issue #1917)
     - Tell the user how to launch a container on first start (Issue #1931)
     - Redirect "remote" to "remote:" when not conflicting (Issue #1931)
     - Don't load the LXC config for snapshots (Issue #1935)
     - list: Allow filtering by unset key (Issue #1917)
     - Fix example in lxc launch
     - Update Japanese translation and other po files
     - Fall back to cpuset.cpus on older kernels (Issue #1929)
     - Properly validate the server configuration keys (Issue #1939)
     - Fix daemonConfig handling of storage
     - Don't remove config file on forkmigrate
     - Fix config handling following config validation change
     - Fixed Markdown syntax in documentation
     - Don't fail early when removing disks (Issue #1964)
     - Don't recursively delete devices
     - Don't fail when some unix devices fail to be deleted
     - Use the same config checks for unix-char and unix-block
     - Allow removing when fs object no longer exists (Issue #1967)
     - Do proper logfile expiry (Issue #1966)
     - Make logging a bit more consistent
     - Don't ignore zfs errors
     - Properly update the mode, uid and gid on existing files (Issue #1975)
     - Detect invalid certificate files (Issue #1977)
     - Fix broken apparmor status check
     - Allow on/off as boolean strings
     - Properly validate the container configuration keys (Issue #1940)
     - Don't mask rsync transfer errors
     - Move execPath to a global variable
     - Use custom netcat instead of nc -U for rsync over websocket (Issue #1944)
     - Fix wrong state dir path in migration
     - Don't fail deleting images when the storage delete fails
     - Improve messages in the Japanese translation
     - Add more checks for the criu binary
     - Rework (live) migration tests
     - Make it explicit in documentation that devices on create are optional
     - Properly record the source of all image copies (Issue #2010)
     - Don't mark containers as ERROR while being created (Issue #1988)
     - Cleanup events sent for operations (Issue #1992)
     - Fix ZFS refcounting issues (Issue #1916 and Issue #2013)
     - Propagate snapshot config when copying a snapshot (Issue #2017)
     - Implement lxc config show for snapshots
     - Add Unix socket example to REST API usage
Checksums-Sha1:
 e04ec8800728f9bd4eb0d26b3b4671a43a741c30 2700 lxd_2.0.1-0ubuntu1.dsc
 8ef83a95169672b03fc42155dba0d1cc8a51fbf1 8960562 lxd_2.0.1.orig.tar.gz
 4f45f549b7d0195666245439ae773699622e8be5 85136 lxd_2.0.1-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 1f5a23406a7176acdfa71634a6ea400b45b792cdca0c26da8d915de95b93d9ff 2700 lxd_2.0.1-0ubuntu1.dsc
 1ec7eec68c6c1ca67c1e5f1c06edeb8e80e2ff45cb8c6843efc85a9d370439ac 8960562 lxd_2.0.1.orig.tar.gz
 a3fe3bbec054db9408d767ec281ed636683f4e6d1ccefe924db33be778d38fcf 85136 lxd_2.0.1-0ubuntu1.debian.tar.xz
Files:
 2df1a118d00586a5e1432508ca449c80 2700 admin optional lxd_2.0.1-0ubuntu1.dsc
 abcb56e2540ca98ae100349714afc65b 8960562 admin optional lxd_2.0.1.orig.tar.gz
 8aea5c3d38ee1e2cb8750732286110a9 85136 admin optional lxd_2.0.1-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXOkLvAAoJEMY4l01keS1n/aQP/2ojyaGP/IQhldatPzaUfnnD
tUIU/iIHDZTUG5wxEQpKnkIoTchYQB2VS8Dod5/aLMNgntBCP76DxUVMW8UmFzy0
j4xLm+LMt5i/KdJtNbjq+mG0gC05PDPNpHoNbmIi8/s8KQhPbbQlUIvHtZKjF2Is
3Qc1wOvesDmcoD5Cvi61R+cBDV2BEmybhvYbrMxH1doJUiMIttmZWY6qbqMZ8+cm
0d12MSK2XrEregn9kXO+lvJUCR3tk+gWBIhnFD2C8JSiUOt670I5VvVSaer3uydH
45QjrfzRMlYLUP3UQEMVw1AKVcadUEer8PB1CaujtmFWIBdW8fmaKcCm28nZiLAb
LE05CiiXmio6q2xlXkM2Oqse0kEtiprcU8UTAqh80ukLKmRR06518MFCZe+7vmaq
SImkmf5ChpQF95BjM5ATWRP+YMVVF/Yjd1hcuYpC7VgQ+UFMzztgxpCr9KFbm9o/
mR4CnrshA6W2CBsfqZ5uvvT+/fqsnqT/w6PbJ4B18PRi6T4/o7fl3J03idRnp1vM
nyllfFqEVEFwGks7YrlrMrebp2A5Y1h2iUA1g8l6TxY0Uy1susCnQ6zLygvs1VBJ
mufrtk5TOn2n4uJSCdsPD3QbfvrMEbWGxVokZxD8nuCfkCA0CoJad03ds3lq1RW3
WXUSvcjzkjWzKL6D29o0
=Cq7e
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list