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

Stéphane Graber stgraber at ubuntu.com
Wed Mar 1 05:52:14 UTC 2017


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

  * New upstream release:
    - doc: Escape markdown
    - doc: Fix badly named example device
    - global: Use int64 for uid and gid everywhere
    - i18n: Refresh translations and templates
    - i18n: Update translations from weblate
    - lxc: Move common functions/types to utils.go
    - lxc/action: Improve batch mode
    - lxc/file: Detect and fail to transfer symlinks
    - lxc/publish: Wait for the container to be running
    - lxd/containers: Clarify uid/gid error
    - lxd/containers: Don't parse id ranges as int32
    - lxd/containers: Fix override of Devices during copy
    - lxd/containers: Fix uint32 check
    - lxd/containers: Initialize idmap on demand
    - lxd/containers: Kill forkexec on abnormal websocket closure
    - lxd/containers: Properly validate architectures
    - lxd/containers: Remove debugging during idmap changes
    - lxd/containers: Simplify container storage init
    - lxd/containers: Validate container idmap as early as possible
    - lxd/containers: Validate the expanded config at container create
    - lxd/daemon: Check for the validity of the id maps at startup
    - lxd/daemon: Detect downgrades with newer DB and fail
    - lxd/daemon: Fix some race conditions
    - lxd/events: Improve formatting in events API
    - lxd/images: Properly handled non-optimized stores
    - lxd/init: Only show userns message if lacking uid/gid
    - lxd/patches: Activate volume group and logical volumes
    - lxd/patches: Do not parse volume.size for lvm
    - lxd/patches: Fix zfs upgrade from existing dataset
    - lxd/storage: Add proper logging
    - lxd/storage: Check if profiles use pool or volume
    - lxd/storage: Detect if loop file is already in use
    - lxd/storage: Improve storage volume attachment
    - lxd/storage: Make flag argument configurable
    - lxd/storage: Move storage drivers cache to storage.go
    - lxd/storage: Remove unused function argument
    - lxd/storage: Return correct error messages
    - lxd/storage: Simplifiy StoragePoolInit()
    - lxd/storage/btrfs: Quotas can't be enabled when unprivileged
    - lxd/storage/lvm: Allow updating lvm.vg_name
    - lxd/storage/lvm: Allow updating lvm.thinpool_name
    - lxd/storage/lvm: Activate volume groups and logical volumes
    - lxd/storage/lvm: Don't set volume size
    - shared/idmap: Drop GetOwner
    - shared/idmap: Implement Usable() functions
    - shared/idmap: Make more of an effort to find a default
    - tests: Add test for storage volume {attach,detach}
    - tests: Don't leak zpools in "lxd init" test

  * Drop all patches, now upstream.
  * Update "upgrade-bridge" script to be a bit more quiet.

Date: Wed, 01 Mar 2017 00:34:43 -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.10-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Mar 2017 00:34:43 -0500
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.10-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.10-0ubuntu1) zesty; urgency=medium
 .
   * New upstream release:
     - doc: Escape markdown
     - doc: Fix badly named example device
     - global: Use int64 for uid and gid everywhere
     - i18n: Refresh translations and templates
     - i18n: Update translations from weblate
     - lxc: Move common functions/types to utils.go
     - lxc/action: Improve batch mode
     - lxc/file: Detect and fail to transfer symlinks
     - lxc/publish: Wait for the container to be running
     - lxd/containers: Clarify uid/gid error
     - lxd/containers: Don't parse id ranges as int32
     - lxd/containers: Fix override of Devices during copy
     - lxd/containers: Fix uint32 check
     - lxd/containers: Initialize idmap on demand
     - lxd/containers: Kill forkexec on abnormal websocket closure
     - lxd/containers: Properly validate architectures
     - lxd/containers: Remove debugging during idmap changes
     - lxd/containers: Simplify container storage init
     - lxd/containers: Validate container idmap as early as possible
     - lxd/containers: Validate the expanded config at container create
     - lxd/daemon: Check for the validity of the id maps at startup
     - lxd/daemon: Detect downgrades with newer DB and fail
     - lxd/daemon: Fix some race conditions
     - lxd/events: Improve formatting in events API
     - lxd/images: Properly handled non-optimized stores
     - lxd/init: Only show userns message if lacking uid/gid
     - lxd/patches: Activate volume group and logical volumes
     - lxd/patches: Do not parse volume.size for lvm
     - lxd/patches: Fix zfs upgrade from existing dataset
     - lxd/storage: Add proper logging
     - lxd/storage: Check if profiles use pool or volume
     - lxd/storage: Detect if loop file is already in use
     - lxd/storage: Improve storage volume attachment
     - lxd/storage: Make flag argument configurable
     - lxd/storage: Move storage drivers cache to storage.go
     - lxd/storage: Remove unused function argument
     - lxd/storage: Return correct error messages
     - lxd/storage: Simplifiy StoragePoolInit()
     - lxd/storage/btrfs: Quotas can't be enabled when unprivileged
     - lxd/storage/lvm: Allow updating lvm.vg_name
     - lxd/storage/lvm: Allow updating lvm.thinpool_name
     - lxd/storage/lvm: Activate volume groups and logical volumes
     - lxd/storage/lvm: Don't set volume size
     - shared/idmap: Drop GetOwner
     - shared/idmap: Implement Usable() functions
     - shared/idmap: Make more of an effort to find a default
     - tests: Add test for storage volume {attach,detach}
     - tests: Don't leak zpools in "lxd init" test
 .
   * Drop all patches, now upstream.
   * Update "upgrade-bridge" script to be a bit more quiet.
Checksums-Sha1:
 412d71dd2d6394dfd4fa436680c1a2386c5f82de 2784 lxd_2.10-0ubuntu1.dsc
 3805fba658528a4b9f3d6385e345a0c1b0265d33 5271388 lxd_2.10.orig.tar.gz
 d7c0c7981a20e2c8f474b757b845d48db573dcac 91980 lxd_2.10-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 3ebbc765dc857eba03e95ca3165fb4cdb983e39f7b04204cec5a7fab41278521 2784 lxd_2.10-0ubuntu1.dsc
 dcdbc0666a2adf635e1c11c474766f70bb7d3fa6a00a5923e1d7001f4f084857 5271388 lxd_2.10.orig.tar.gz
 ec9bdf0d7b323491a7e6db1657e60fa281f706769065156a9f9eb7523c54bfc0 91980 lxd_2.10-0ubuntu1.debian.tar.xz
Files:
 46c13308f073d1d46c32a7bf9ccee648 2784 admin optional lxd_2.10-0ubuntu1.dsc
 8f5760f8cfeb7022d32b0e0b2f138d2f 5271388 admin optional lxd_2.10.orig.tar.gz
 8ac1831633adfaed897ef54ad6b19518 91980 admin optional lxd_2.10-0ubuntu1.debian.tar.xz

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

iQIcBAEBCgAGBQJYtmFlAAoJEMY4l01keS1n8hgP/iyn6/3O2IwSEFxIaQOngvNS
hSqs8nVel7Y23q7S+eLmdjdSfdKv3nUFsymw7FNBFmgYRuQo9F7HSFprumiOMhuG
QpE1IIvc54/d2bKvTfx2fY6VuJBIqdu11qQsEbKKMMLKfd1ydfLH3+/YM8zUeCLv
Eg6Ob4cnuKizp1TS+eIuQd9LRizx3sQ6DRAh8ZovXZXNFtozPMjxOn5TX2U0Q5XI
R7MBPNfC9JwnC9jt4C6EPAKQ6soPwMLngG0ZLnCwd3kn5hJxwAdr1cwiIdd5DuQv
/DsmFrmK8TYUkRAUrqSxAYjDORxHVSfouUMAmGGhClHddpIe8A+hdeanv1nWEB1T
mhcrz/WXypXqoXHaV0OEUYJOKQAx1ME8jarWFpADHJ0rKDpx3vm/5qJ8zR5IqVdP
BIN/DdKKLHVV92maf2H0qjZjP6UO2zR3BIfGpXGWCzVaZkJxIOR3WozaksWvuI03
n+hT+7VAVc9I6XWJZ9eoJ42JC7CTiY3VNQ/4K+1udCbtLn8I0FnM4+H+iyV7ZFKz
MMkcUmdtPxTA+2P+CSIZoih6JT5MdDWWsIryPVU1Q/tjxBCZimTgT+mVomZzmhZ7
VcNokWFB+/F9RwlVCnbu+JOXFkEjv7MtP4MDcg22/QYq4eW+DHH6oN5eVnhD0pVd
PyEoEzX9ZzEBeJ8GGMKt
=CjNQ
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list