[ubuntu/xenial-proposed] lxd 2.0.1-0ubuntu1~16.04.1 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Wed May 18 09:22:16 UTC 2016
lxd (2.0.1-0ubuntu1~16.04.1) xenial; urgency=medium
* New upstream bugfix release (2.0.1) (LP: #1582891)
- 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: Tue, 17 May 2016 18:07:37 -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~16.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 17 May 2016 18:07:37 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.0.1-0ubuntu1~16.04.1
Distribution: xenial
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
Launchpad-Bugs-Fixed: 1582891
Changes:
lxd (2.0.1-0ubuntu1~16.04.1) xenial; urgency=medium
.
* New upstream bugfix release (2.0.1) (LP: #1582891)
- 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:
33c5b3496c0ebf52d1d0836c9fb23821a85e39f1 2732 lxd_2.0.1-0ubuntu1~16.04.1.dsc
8ef83a95169672b03fc42155dba0d1cc8a51fbf1 8960562 lxd_2.0.1.orig.tar.gz
2a141730adf48fbea5be6df6b65754d76de4da17 85120 lxd_2.0.1-0ubuntu1~16.04.1.debian.tar.xz
Checksums-Sha256:
245311e9af30f22e4f8a3032a740a4b3efa444a9d6e0a5b755c3a576ddc687fd 2732 lxd_2.0.1-0ubuntu1~16.04.1.dsc
1ec7eec68c6c1ca67c1e5f1c06edeb8e80e2ff45cb8c6843efc85a9d370439ac 8960562 lxd_2.0.1.orig.tar.gz
afeab719e02540783d7b6937fc4ac5a4ecb636b108120c3ecb8dc147d09e4023 85120 lxd_2.0.1-0ubuntu1~16.04.1.debian.tar.xz
Files:
72a9bc9ea222e7addfc8ef9275bdec24 2732 admin optional lxd_2.0.1-0ubuntu1~16.04.1.dsc
abcb56e2540ca98ae100349714afc65b 8960562 admin optional lxd_2.0.1.orig.tar.gz
5ccf493ba3467777488d249340692cdf 85120 admin optional lxd_2.0.1-0ubuntu1~16.04.1.debian.tar.xz
More information about the Xenial-changes
mailing list