[ubuntu/zesty-proposed] lxd 2.6-0ubuntu1 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Wed Nov 23 04:52:14 UTC 2016


lxd (2.6-0ubuntu1) zesty; urgency=medium

  * New upstream release (2.6):
    - Support for container specific uid/gid maps
    - Send progress notification during container migration (API only)
    - Copy the source image properties into the container properties
    - doc: Add hacking guide (debugging.md)
    - doc: Add missing pci options for gpu in configuration.md
    - doc: Bump liblxc version required in README
    - doc: Document user.network-config
    - doc: Exec recording needs an API extension
    - doc: Specify docker installation details in README
    - lxc/delete: Update help text
    - lxc/file: Fix recursive file pull/push on Windows
    - lxc/finger: Update help text
    - lxc/restore: Update help text
    - lxc: Rework progress handling
    - lxd/containers: Actually surface the last used update error
    - lxd/containers: Add /snap/bin to PATH even if only /snap exists
    - lxd/containers: Attach to userns on file operations
    - lxd/containers: Better handle concurent stop/shutdown
    - lxd/containers: Clarify container delete failure error
    - lxd/containers: Correctly set liblxc loglevel to debug when in debug mode
    - lxd/containers: Don't double delete ephemeral containers
    - lxd/containers: Improve container error handling
    - lxd/containers: Improve container locking mechanism
    - lxd/containers: Save properties on publish
    - lxd/containers: Skip leading whitespace in raw.lxc
    - lxd/containers: Start storage when necessary during stateful start
    - lxd/containers: Timeout container freeze on stop
    - lxd/containers: Track speed during network transfers
    - lxd/images: Don't update images at all if interval is 0
    - lxd/main: Immediately exit when no DB in activateifneeded
    - lxd/networks: Fixed minor typo in checkNetwork
    - lxd/networks: Spawn dnsmasq on FAN bridges
    - lxd/storage: Fix 10s delay on removing ZFS used images
    - lxd/storage: Freeze container during copy on directory backend
    - scripts/lxc-to-lxd: Better output with no container
    - scripts/lxc-to-lxd: Check that source path exists (disk)
    - scripts/lxc-to-lxd: Consistent logging
    - scripts/lxc-to-lxd: Don't fail dry-run with running containers
    - scripts/lxc-to-lxd: Drop dependency on pylxd
    - scripts/lxc-to-lxd: Fix lxdpath handling
    - scripts/lxc-to-lxd: Formatting
    - scripts/lxc-to-lxd: Migrate lxc.aa_profile if set
    - scripts/lxc-to-lxd: Print summary and proper exit code
    - shared/idmapset: Fix typo in Intersects
    - shared/simplestreams: Cleanup unused properties
    - tests: Cleanup leftover containers
    - tests: Don't depend on main.sh for filemanip
    - tests: Implement LXD_VERBOSE for reduced verbosity
    - tests: Reduce verbosity under LXD_DEBUG
  * Always link against system libsqlite3 (applies to backports/PPA).
  * Restart LXD if running at the end of upgrade (race with the unix socket).

Date: Tue, 22 Nov 2016 23:39:35 -0500
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.6-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 22 Nov 2016 23:39:35 -0500
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.6-0ubuntu1
Distribution: zesty
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.6-0ubuntu1) zesty; urgency=medium
 .
   * New upstream release (2.6):
     - Support for container specific uid/gid maps
     - Send progress notification during container migration (API only)
     - Copy the source image properties into the container properties
     - doc: Add hacking guide (debugging.md)
     - doc: Add missing pci options for gpu in configuration.md
     - doc: Bump liblxc version required in README
     - doc: Document user.network-config
     - doc: Exec recording needs an API extension
     - doc: Specify docker installation details in README
     - lxc/delete: Update help text
     - lxc/file: Fix recursive file pull/push on Windows
     - lxc/finger: Update help text
     - lxc/restore: Update help text
     - lxc: Rework progress handling
     - lxd/containers: Actually surface the last used update error
     - lxd/containers: Add /snap/bin to PATH even if only /snap exists
     - lxd/containers: Attach to userns on file operations
     - lxd/containers: Better handle concurent stop/shutdown
     - lxd/containers: Clarify container delete failure error
     - lxd/containers: Correctly set liblxc loglevel to debug when in debug mode
     - lxd/containers: Don't double delete ephemeral containers
     - lxd/containers: Improve container error handling
     - lxd/containers: Improve container locking mechanism
     - lxd/containers: Save properties on publish
     - lxd/containers: Skip leading whitespace in raw.lxc
     - lxd/containers: Start storage when necessary during stateful start
     - lxd/containers: Timeout container freeze on stop
     - lxd/containers: Track speed during network transfers
     - lxd/images: Don't update images at all if interval is 0
     - lxd/main: Immediately exit when no DB in activateifneeded
     - lxd/networks: Fixed minor typo in checkNetwork
     - lxd/networks: Spawn dnsmasq on FAN bridges
     - lxd/storage: Fix 10s delay on removing ZFS used images
     - lxd/storage: Freeze container during copy on directory backend
     - scripts/lxc-to-lxd: Better output with no container
     - scripts/lxc-to-lxd: Check that source path exists (disk)
     - scripts/lxc-to-lxd: Consistent logging
     - scripts/lxc-to-lxd: Don't fail dry-run with running containers
     - scripts/lxc-to-lxd: Drop dependency on pylxd
     - scripts/lxc-to-lxd: Fix lxdpath handling
     - scripts/lxc-to-lxd: Formatting
     - scripts/lxc-to-lxd: Migrate lxc.aa_profile if set
     - scripts/lxc-to-lxd: Print summary and proper exit code
     - shared/idmapset: Fix typo in Intersects
     - shared/simplestreams: Cleanup unused properties
     - tests: Cleanup leftover containers
     - tests: Don't depend on main.sh for filemanip
     - tests: Implement LXD_VERBOSE for reduced verbosity
     - tests: Reduce verbosity under LXD_DEBUG
   * Always link against system libsqlite3 (applies to backports/PPA).
   * Restart LXD if running at the end of upgrade (race with the unix socket).
Checksums-Sha1:
 18ecf4258ab03bd132588bccccda1acef2f47ba7 2672 lxd_2.6-0ubuntu1.dsc
 3418d9c6e3195a0d867eab8ed6ad012aeaa9c692 5100275 lxd_2.6.orig.tar.gz
 ec6e0f24e6d31b3784cc55af9dda48d8d37f46f2 86980 lxd_2.6-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 5d201095da550740368fdfe75c054dcdc74b45fc73e18d2143f990d0e3b749a2 2672 lxd_2.6-0ubuntu1.dsc
 4d8456c01554676e37dcfb9aa44b0566f26ea91b7518419b388423e44107799c 5100275 lxd_2.6.orig.tar.gz
 54c6ad0d5984354a3b15fd10b115e1a532c35650620a2775deebc8cd7e89e8c9 86980 lxd_2.6-0ubuntu1.debian.tar.xz
Files:
 029c0cae8a17f2de810435239fab1dca 2672 admin optional lxd_2.6-0ubuntu1.dsc
 1bc362f7fa1a33d7012a606f6b54ec47 5100275 admin optional lxd_2.6.orig.tar.gz
 134e56ae8633e89a5649ee8dcb0fb959 86980 admin optional lxd_2.6-0ubuntu1.debian.tar.xz

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

iQIcBAEBCgAGBQJYNR92AAoJEMY4l01keS1n5ccQAMjljHQ5A/89G0awcXfiuZ1e
Poqg+3LWCVNu6Cg83uXkHucYUcjDGK/RexegbFA3LLGdyxZDmtpDjOsLhoB9kYdj
36Op2SF2g4mtgXk1TqzjGMYgdqyTB/1+VyuRTTajpci4MFHCP73IrPTAE845wzq7
QwaucPRF2TrbAqdgLja3Q4lBBUzEeERFYy/4JvZ5jCKqTzLJp4GZZ9zJm1l+W8F0
3VZLUOEUaIzgUtz/6HLqExFh7rhkdsr33+NebIGUYP/VLaQLIchcJZVJPk7DjJMP
OylQVz36doUK0W9+gWtY8AwghszRL95oOsL2EthMpF5rVYZHgvtZcEwUyRoXzpgx
7aJv2m+s0UDhUvkdxjAf96l6Xppr5TzWn8DZ0Hh+BlxqQ8/1cXwqCXFgArEGW0m1
xfKiiknBVcpHNGYWbkCU2QmMJn1iE03gloHf26/4JZvyCkEHSMXBUjfZpkhthWpV
CsW9yfaFqoSFC+L6smwLPewJ1gH56nxR97UpbpWr42QTqwer1vhuKHQu/fHn9vSY
T0qXKg8w4pFmHT+mdj4XNBiaKIlEoSr2LKc3MhyomHo1n1xZ2S3W8qpziUtjtOBe
yiidaBs2FvcVamTMFZj2ZhEW6SbBsfWPYVZgAlk5P9Wp5bj68xFGT4hiG0e+LfJ+
NbxoVzlfbK2pixUv13JB
=twOs
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list