[ubuntu/artful-proposed] lxd 2.15-0ubuntu1 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Wed Jun 28 04:16:21 UTC 2017
lxd (2.15-0ubuntu1) artful; urgency=medium
* New upstream release (2.15):
- "lxc list" and "lxc image list" now both support table, json, yaml
and csv as output formats.
- It's now possible to cancel (DELETE) some background operations
while they're downloading content.
- The "lxc" command line tool was ported from our old client code to
the new client package.
This was the last bit of code which needed porting and we're now
planning on removing the old client package from our tree with LXD 2.16.
- New CopyContainer and CopyContainerSnapshot functions were added
to the client package.
- LXD will now dynamically remap custom storage volumes when
attached to containers.
- client: Add extra exec option to block on I/O
- client: Fail copy if the source isn't listening on network
- client: Fix potential race in event handler setup
- client: Only set file headers if value is provided
- doc: Add a note for blkio limits
- doc: Document image refresh API call
- doc: Fix missing markdown escaping
- doc: Tweak storage formatting
- lxc/file: Clean source path for recursive push
- lxc/file: Properly read file permissions on Windows
- lxd/containers: Support lxc.net.<n>.\* configuration keys on newer LXC
- lxd/containers: Check whether the disk device exists before unmount
- lxd/containers: Detect POLLNVAL when polling during exec
- lxd/containers: Fail if we get EBUSY during startup
- lxd/containers: Use the lxc.network.<n>.\* configuration keys
- lxd/db: Replace some uses of InternalError with SmartError
- lxd/images: Always expand the fingerprint
- lxd/images: If multiple cache hits, pick the latest
- lxd/images: Properly initialize image info in direct case
- lxd/images: Skip cached images without auto-update
- lxd/networks: Always pass --conf-file to dnsmasq
- lxd/networks: Only generate DHCP fw rules if enabled
- lxd/networks: Remove IPv6 leases on container delete
- lxd/networks: Tweak error in subnet auto detection
- lxd/patches: Fix bad upgrade for ZFS pools
- lxd/patches: Make sure localdevices are properly updated
- lxd/shutdown: Only timeout if told to
- lxd/storage: Fix ETag calculation for pools
- lxd/storage: Insert driver correctly
- lxd/storage/btrfs: Apply default flags BEFORE detecting type
- lxd/storage/btrfs: Enable filesystem quotas on demand
- lxd/storage/dir: Still create the needed symlinks on freeze failure
- lxd/storage/dir: Unfreeze on rsync errors
- lxd/storage/lvm: Allow non-empty VGs when thinpool exists
- lxd/storage/rsync: Handle sparse files when rsyncing
- lxd/storage/zfs: Fix container snapshot copy
- lxd/storage/zfs: Improve dummy dataset creation
- Makefile: Update pot before po
- shared/api: API extensions go at the bottom
- tests: Add more copy/migration tests
- tests: Add tests for custom storage volume attach
- tests: Add tests for "lxc file push -r ./"
- tests: Don't attempt to finger public remotes
- tests: Don't run migration tests again on LVM when backend is random
- tests: Use in-memory database for tests
* Bump standards to 4.0.0, no change required.
Date: Wed, 28 Jun 2017 00:05:49 -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.15-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Jun 2017 00:05:49 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.15-0ubuntu1
Distribution: artful
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.15-0ubuntu1) artful; urgency=medium
.
* New upstream release (2.15):
- "lxc list" and "lxc image list" now both support table, json, yaml
and csv as output formats.
- It's now possible to cancel (DELETE) some background operations
while they're downloading content.
- The "lxc" command line tool was ported from our old client code to
the new client package.
This was the last bit of code which needed porting and we're now
planning on removing the old client package from our tree with LXD 2.16.
- New CopyContainer and CopyContainerSnapshot functions were added
to the client package.
- LXD will now dynamically remap custom storage volumes when
attached to containers.
.
- client: Add extra exec option to block on I/O
- client: Fail copy if the source isn't listening on network
- client: Fix potential race in event handler setup
- client: Only set file headers if value is provided
- doc: Add a note for blkio limits
- doc: Document image refresh API call
- doc: Fix missing markdown escaping
- doc: Tweak storage formatting
- lxc/file: Clean source path for recursive push
- lxc/file: Properly read file permissions on Windows
- lxd/containers: Support lxc.net.<n>.\* configuration keys on newer LXC
- lxd/containers: Check whether the disk device exists before unmount
- lxd/containers: Detect POLLNVAL when polling during exec
- lxd/containers: Fail if we get EBUSY during startup
- lxd/containers: Use the lxc.network.<n>.\* configuration keys
- lxd/db: Replace some uses of InternalError with SmartError
- lxd/images: Always expand the fingerprint
- lxd/images: If multiple cache hits, pick the latest
- lxd/images: Properly initialize image info in direct case
- lxd/images: Skip cached images without auto-update
- lxd/networks: Always pass --conf-file to dnsmasq
- lxd/networks: Only generate DHCP fw rules if enabled
- lxd/networks: Remove IPv6 leases on container delete
- lxd/networks: Tweak error in subnet auto detection
- lxd/patches: Fix bad upgrade for ZFS pools
- lxd/patches: Make sure localdevices are properly updated
- lxd/shutdown: Only timeout if told to
- lxd/storage: Fix ETag calculation for pools
- lxd/storage: Insert driver correctly
- lxd/storage/btrfs: Apply default flags BEFORE detecting type
- lxd/storage/btrfs: Enable filesystem quotas on demand
- lxd/storage/dir: Still create the needed symlinks on freeze failure
- lxd/storage/dir: Unfreeze on rsync errors
- lxd/storage/lvm: Allow non-empty VGs when thinpool exists
- lxd/storage/rsync: Handle sparse files when rsyncing
- lxd/storage/zfs: Fix container snapshot copy
- lxd/storage/zfs: Improve dummy dataset creation
- Makefile: Update pot before po
- shared/api: API extensions go at the bottom
- tests: Add more copy/migration tests
- tests: Add tests for custom storage volume attach
- tests: Add tests for "lxc file push -r ./"
- tests: Don't attempt to finger public remotes
- tests: Don't run migration tests again on LVM when backend is random
- tests: Use in-memory database for tests
.
* Bump standards to 4.0.0, no change required.
Checksums-Sha1:
f036557e814091ac90f1a0a480f8feee2ce6cdd0 2879 lxd_2.15-0ubuntu1.dsc
94d34b2797d16d049f4a2170a5a17f89bea4e4c2 5617933 lxd_2.15.orig.tar.gz
0931ad5e9b6a96bc00b67a233eb830fdadcbdccb 97672 lxd_2.15-0ubuntu1.debian.tar.xz
a800e85a2ec2380c77fd2a484b55e5f0e51d48d0 7323 lxd_2.15-0ubuntu1_source.buildinfo
Checksums-Sha256:
a42f8a76f57c69b7fcfd00b0c775a0ab68cd54488e7a54b19a26261cd6fbec93 2879 lxd_2.15-0ubuntu1.dsc
7148665eb1d678b59042d07a83eb33dcd7ef14eba98cf4463ac496f4cf7b26e5 5617933 lxd_2.15.orig.tar.gz
52a1c0617725944532de2a509fef3fd8c26c17ca457b3d01b30f4152deec5f13 97672 lxd_2.15-0ubuntu1.debian.tar.xz
7d10f2d478272bfe84bdedfcf0b080b968a286a6d38a7aebf7c31c2395eb33e6 7323 lxd_2.15-0ubuntu1_source.buildinfo
Files:
51d49934c3c55253ddf5e3e40f010a4f 2879 admin optional lxd_2.15-0ubuntu1.dsc
eeb66d0685d3927a3cd4154214b9d62b 5617933 admin optional lxd_2.15.orig.tar.gz
e460075503d9bbae17be0e56d81598f8 97672 admin optional lxd_2.15-0ubuntu1.debian.tar.xz
6aeb2e1838cd3bcc23f7e34e2e30d02a 7323 admin optional lxd_2.15-0ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJZUy11AAoJEMY4l01keS1nzwwP/3/ew2xYXMfzTPciMou7GD9M
jpMgYAEiyOOsY9jP//seHwa7kFMQ7vZpLWeCq0CodLNEUnbJ0gZt8s+EiIwpPmpP
Xezvue7sblAaBqfNxl1gU6X/FbBAC2gcK/cOXHE7Uaft/AODhL3xchngnVi/fKZA
BrV7daU2OSNYAf0RpvtD8Zodi2klKebhaSFdM+oD4zso3o9n8aI7XdHdsetMYVsC
YlWaU5pN1DAe4UhH1IoDIuXiud1tLUTYYUq0bnBUk4oQe0lC1Lid2s3Kjvzv2KNU
Ywh/q+Myh5vfq8uLCZoLCaRMJggRIJowSERX/N8L7UUxC2H6wcYhjxA7okcXf0x8
L2kqtxHovOKr45KMFfSA6pd21gOlQ8IYrzG1E2mPJ/cfILL9Aj4nUmMEITkKAxgq
07+iolE/Yj6xea60qolOxFXooFOiUtGadEt2H3vJUcRuMlwQ1FlKwdFYWc/pSiz2
JSBgHwQ2QCXxJqDk6acxZiNoIk3KhetzoS3isMp89E9LHEiUABICPrDJAxd50Rlu
iwA1F6wC3tI6d88bnG7BsSj14oYbU4P1RFRPXZuOCq7jX5Bw18pcPBq5BF2+YObc
xMyU31v4BuRbru/p3IJQW8hc7FX+ESxzbeSYtCYBVsOMXYi7pYjwHsvm+zmL/nci
PfjY9qT7mXjAJB7rDJma
=CnW1
-----END PGP SIGNATURE-----
More information about the Artful-changes
mailing list