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

Stéphane Graber stgraber at ubuntu.com
Wed Mar 8 22:23:14 UTC 2017


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

  * New upstream release (2.11):
    - New "aliases" field in POST /1.0/images
    - Reworked help messages and "lxc manpage" command (LP: #1544984)
    - New "vlan" nic property for "macvlan" devices
    - doc: Add instructions to grow ZFS loop (LP: #1648995)
    - doc: Improve storage doc
    - global: Use RunCommand everywhere
    - i18n: Refresh templates
    - i18n: Update translations from weblate
    - i18n: Update translation templates
    - lxc: Allow --version to be passed with any command
    - lxc: Make help/usage a bit more consistent
    - lxc: Rework for better manpages
    - lxc/image: Show the alias description
    - lxc/profile: Properly implement "profile unset" (LP: #1669772)
    - lxd/containers: Don't use FindProcess, just pass exec.Cmd
    - lxd/containers: Properly revert memory limits on failure
    - lxd/images: Properly return the alias description
    - lxd/images: Refactor code a bit
    - lxd/migration: Actually unset the storage pool if unavailable
    - lxd/migration: Better handle rsync errors (subprocesses)
    - lxd/migration: Set correct pool property for btrfs
    - lxd/migration: Set correct pool property for zfs
    - lxd/migration: Tweak rsync logging a bit
    - lxd/patches: Call tryMount() if not already mounted
    - lxd/patches: Conditionalize lvrename
    - lxd/patches: Delete image db entry if LV is missing
    - lxd/patches: Detect the logical volume size
    - lxd/patches: Fix incorrect btrfs source properties
    - lxd/patches: Handle mixed-storage upgrade
    - lxd/patches: Use MNT_DETACH for lvm
    - lxd/patches: Use RemoveAll() for lvm snapshots dir
    - lxd/storage/btrfs: Correctly handle loop-backed pools
    - lxd/storage/btrfs: Handle custom subvolume paths
    - lxd/storage/dir: Limit valid pool source paths
    - lxd/storage/lvm: Call {pv,vg}scan
    - lxd/storage/lvm: Dumb down functions from methods to functions
    - lxd/storage: Deal with source not being btrfs
    - lxd/storage: Ensure correct pool for snapshots
    - lxd/storage: Harden the btrfs migration code
    - lxd/storage: Report prepareLoopDev() error directly
    - shared/idmap: Fix various issues
    - tests: Add more dir and btrfs tests
    - tests: Improve lvm part of storage tests
  * Use "lxc manpage" to generate the manpages.
  * Update debian/tests/control to pull in lvm2 and thin-provisioning-tools.
  * Include lxd-benchmark in lxd-tools.

Date: Wed, 08 Mar 2017 16:24: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.11-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 08 Mar 2017 16:24:35 -0500
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.11-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
Launchpad-Bugs-Fixed: 1544984 1648995 1669772
Changes:
 lxd (2.11-0ubuntu1) zesty; urgency=medium
 .
   * New upstream release (2.11):
     - New "aliases" field in POST /1.0/images
     - Reworked help messages and "lxc manpage" command (LP: #1544984)
     - New "vlan" nic property for "macvlan" devices
     - doc: Add instructions to grow ZFS loop (LP: #1648995)
     - doc: Improve storage doc
     - global: Use RunCommand everywhere
     - i18n: Refresh templates
     - i18n: Update translations from weblate
     - i18n: Update translation templates
     - lxc: Allow --version to be passed with any command
     - lxc: Make help/usage a bit more consistent
     - lxc: Rework for better manpages
     - lxc/image: Show the alias description
     - lxc/profile: Properly implement "profile unset" (LP: #1669772)
     - lxd/containers: Don't use FindProcess, just pass exec.Cmd
     - lxd/containers: Properly revert memory limits on failure
     - lxd/images: Properly return the alias description
     - lxd/images: Refactor code a bit
     - lxd/migration: Actually unset the storage pool if unavailable
     - lxd/migration: Better handle rsync errors (subprocesses)
     - lxd/migration: Set correct pool property for btrfs
     - lxd/migration: Set correct pool property for zfs
     - lxd/migration: Tweak rsync logging a bit
     - lxd/patches: Call tryMount() if not already mounted
     - lxd/patches: Conditionalize lvrename
     - lxd/patches: Delete image db entry if LV is missing
     - lxd/patches: Detect the logical volume size
     - lxd/patches: Fix incorrect btrfs source properties
     - lxd/patches: Handle mixed-storage upgrade
     - lxd/patches: Use MNT_DETACH for lvm
     - lxd/patches: Use RemoveAll() for lvm snapshots dir
     - lxd/storage/btrfs: Correctly handle loop-backed pools
     - lxd/storage/btrfs: Handle custom subvolume paths
     - lxd/storage/dir: Limit valid pool source paths
     - lxd/storage/lvm: Call {pv,vg}scan
     - lxd/storage/lvm: Dumb down functions from methods to functions
     - lxd/storage: Deal with source not being btrfs
     - lxd/storage: Ensure correct pool for snapshots
     - lxd/storage: Harden the btrfs migration code
     - lxd/storage: Report prepareLoopDev() error directly
     - shared/idmap: Fix various issues
     - tests: Add more dir and btrfs tests
     - tests: Improve lvm part of storage tests
   * Use "lxc manpage" to generate the manpages.
   * Update debian/tests/control to pull in lvm2 and thin-provisioning-tools.
   * Include lxd-benchmark in lxd-tools.
Checksums-Sha1:
 0a26d811b2ae5f9dede8872d65f4e3bd610d2858 2844 lxd_2.11-0ubuntu1.dsc
 77a75e86614796c0aa49d3d3b2b87a9b17080a2a 5329835 lxd_2.11.orig.tar.gz
 4ba4c3139ceac95b129a1df4d6f4d23a16e5e8c6 93044 lxd_2.11-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 8e3b16e1bbff05ac877da2ac34e6909e0cd8d1a5684bcdf73e59ac1001245e9a 2844 lxd_2.11-0ubuntu1.dsc
 0768285994780fe80075e0afabea4fb4280c6d3bc9012656b70ee0aff80a6186 5329835 lxd_2.11.orig.tar.gz
 071e14233e7cdec1623c75ee68118535ab3ea367fd529c793bfc3ce6303125c1 93044 lxd_2.11-0ubuntu1.debian.tar.xz
Files:
 9962b059cb88270a3912c9106207cf67 2844 admin optional lxd_2.11-0ubuntu1.dsc
 8a6cb6947079501fe50db4c8392e1f39 5329835 admin optional lxd_2.11.orig.tar.gz
 b73fa8c58668746b1561a80bb8e2d4ff 93044 admin optional lxd_2.11-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYwIP+AAoJEMY4l01keS1nwxEP+wexKrgFY+26LDiugkdQI/mF
WH0nXVVY7vY8/p3OB4bkMkFnIHNu1coHLbOPNzvaSzVLDRAgbjLLc1UJ3EtNw1De
lwVBZPkGx6v+DZ5iJfgyFsxf3scWK16v80kQQoSnFA+tio2jtR+2Ft9y3vcn/zF6
dFpHO6VyRgPSaoRzSx7BJ+SqwfR+hSw1LQGUBk9g00MWD9G0gqzLyWIom7VjhXqO
CgZBXHajOBgjTIDa++P4Rfa5ubahWSyMPnNQv/0BiilyjjL9X74fpR4rKV9FFEai
sqcYlHlx2BWA01geGG2MWt89tLqS7IW4d0y5a8+qMeWdI48tztClEt9rTG+ikOpD
5beauUlMZTtxs4OsBnjK0eyw4zzLXmxV7FeuazhB2jLatBMPydw83ndQwjG/ESBY
NR1hk8kN8/VfxszG9mrUfaoVAjZRjGUK9kWMtJ4R/AXGZtzOLHcQki8e3Q1U85co
nwC0pd2KoNp96j9b1q0DLVwr+iaKtzYk3gA4+VOi9jWGHvBpJYOZ8aJ9PDwGkyXQ
ckGf8BwkFKpC7YLJBJPwfgxsJ8XnI8dA9S5S0+5+UN8d9rFt78Mvxyk0Cv7jw7SC
aH7+dY+Amvua2Jng00lBa3Ln7JpsLbKD3UL9W82A69LROPuJhVtzxcHRarn4UUDt
G29kU3gkxR2mTqYU7yuz
=JTyR
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list