[ubuntu/zesty-proposed] lxd 2.5-0ubuntu1 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Wed Oct 26 04:32:16 UTC 2016
lxd (2.5-0ubuntu1) zesty; urgency=medium
* New upstream release (2.5):
- lxc/remote: Allow adding a new remote just by FQDN/IP (without a name)
- lxd/containers: Implement exec output recording in the API
- lxd/images: Store the simplestreams cache to disk (allows for
offline use of those remote images)
- lxd/certificates: Add support for PUT/PATCH of certificates
- lxd/containers: Support signal forwarding in exec session
- lxd/containers: Add support for GPU hotplug ("gpu" device type)
- appveyor: Add appveyor config to git
- client: Disable keepalives in http.Transports
- client: Fix tests of client on Windows/Mac
- doc: Add official Windows support to README
- doc: Sort API endpoints in rest-api
- doc: Use consistent method ordering in rest-api
- doc: Use spaces everywhere
- doc: We actually require 2.0.0 or higher
- doc: Workaround github markdown renderer
- examples: Use .yaml as the yaml extension
- extra: Added the command network to lxc-client bash-completion
- extra: Allow dash in parameters to lxc-client bash-completion
- extra: Fix _lxd_profiles in lxc-client bash-completion
- lxc/copy: Don't use the operation as a marker of success
- lxc/copy: Wait on the source operation too
- lxc/exec: Set term to "dumb" on windows
- lxc/file: Fix help typo
- lxc/file: Fix mkdir -p /
- lxc/file: Normalize paths before sending them to the server
- lxc/init: Fix typo in nictype value for -n
- lxc/list: Fix typo in lxc list help
- lxc/push: Fix typo
- lxc/remote: Fix remote add with Go tip
- lxd/certificates: Export all documented certificate fields
- lxd/containers: Be more verbose on mkdir failure
- lxd/containers: Catch and return more errors in OnStop
- lxd/containers: Clean up apparmor stuff in OnStart when something fails
- lxd/containers: Don't destroy ephemeral container on restart
- lxd/containers: Don't show invalid logs
- lxd/containers: exec: Remove unused code
- lxd/containers: Fix forkmount to work with 4.8 and higher
- lxd/containers: Fix wording of seccomp error message
- lxd/containers: Improve config validation on update
- lxd/containers: Log OnStart/OnStop hook errors
- lxd/containers: More reliable container autostart
- lxd/containers: Only load kernel modules if not loaded
- lxd/containers: Properly validate CPU allowance
- lxd/containers: Properly validate memory limits
- lxd/containers: Record the err from go-lxc
- lxd/containers: Remove legacy code from OnStop
- lxd/containers: Report correct dev type in log
- lxd/containers: Set LXC loglevel to match daemon
- lxd/containers: USB vendorid is mandatory, productid isn't
- lxd/devices: Be less optimistic about netlink info
- lxd/devices: Use DEVNAME entry of netlink for usb
- lxd/images: Detect out of disk space unpack errors
- lxd/images: Don't make unnecessary image copies
- lxd/images: Fix invalid filename of metadata on export
- lxd/init: Detect zfs kernel support
- lxd/init: Ignore ZFS if in a container
- lxd/migration: Fix a race for collecting logs
- lxd/migration: Remove debugging by file creation
- lxd/migration: Start migration storage at the right time
- lxd/networks: Always allow communication with dnsmasq
- lxd/networks: Always pass --enable-ra with IPv6
- lxd/networks: Fill DHCP checksums
- lxd/networks: Fix IPv6 DHCP logic
- shared/cert: be more thorough when parsing ip addr
- shared: Move Linux specific tests away
- travis: Run the client tests
- travis: Update to match Jenkins Go versions
* Disabling shared libraries for now (broken with Go 1.7)
Date: Tue, 25 Oct 2016 23:32:02 -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.5-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 25 Oct 2016 23:32:02 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.5-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.5-0ubuntu1) zesty; urgency=medium
.
* New upstream release (2.5):
- lxc/remote: Allow adding a new remote just by FQDN/IP (without a name)
- lxd/containers: Implement exec output recording in the API
- lxd/images: Store the simplestreams cache to disk (allows for
offline use of those remote images)
- lxd/certificates: Add support for PUT/PATCH of certificates
- lxd/containers: Support signal forwarding in exec session
- lxd/containers: Add support for GPU hotplug ("gpu" device type)
.
- appveyor: Add appveyor config to git
- client: Disable keepalives in http.Transports
- client: Fix tests of client on Windows/Mac
- doc: Add official Windows support to README
- doc: Sort API endpoints in rest-api
- doc: Use consistent method ordering in rest-api
- doc: Use spaces everywhere
- doc: We actually require 2.0.0 or higher
- doc: Workaround github markdown renderer
- examples: Use .yaml as the yaml extension
- extra: Added the command network to lxc-client bash-completion
- extra: Allow dash in parameters to lxc-client bash-completion
- extra: Fix _lxd_profiles in lxc-client bash-completion
- lxc/copy: Don't use the operation as a marker of success
- lxc/copy: Wait on the source operation too
- lxc/exec: Set term to "dumb" on windows
- lxc/file: Fix help typo
- lxc/file: Fix mkdir -p /
- lxc/file: Normalize paths before sending them to the server
- lxc/init: Fix typo in nictype value for -n
- lxc/list: Fix typo in lxc list help
- lxc/push: Fix typo
- lxc/remote: Fix remote add with Go tip
- lxd/certificates: Export all documented certificate fields
- lxd/containers: Be more verbose on mkdir failure
- lxd/containers: Catch and return more errors in OnStop
- lxd/containers: Clean up apparmor stuff in OnStart when something fails
- lxd/containers: Don't destroy ephemeral container on restart
- lxd/containers: Don't show invalid logs
- lxd/containers: exec: Remove unused code
- lxd/containers: Fix forkmount to work with 4.8 and higher
- lxd/containers: Fix wording of seccomp error message
- lxd/containers: Improve config validation on update
- lxd/containers: Log OnStart/OnStop hook errors
- lxd/containers: More reliable container autostart
- lxd/containers: Only load kernel modules if not loaded
- lxd/containers: Properly validate CPU allowance
- lxd/containers: Properly validate memory limits
- lxd/containers: Record the err from go-lxc
- lxd/containers: Remove legacy code from OnStop
- lxd/containers: Report correct dev type in log
- lxd/containers: Set LXC loglevel to match daemon
- lxd/containers: USB vendorid is mandatory, productid isn't
- lxd/devices: Be less optimistic about netlink info
- lxd/devices: Use DEVNAME entry of netlink for usb
- lxd/images: Detect out of disk space unpack errors
- lxd/images: Don't make unnecessary image copies
- lxd/images: Fix invalid filename of metadata on export
- lxd/init: Detect zfs kernel support
- lxd/init: Ignore ZFS if in a container
- lxd/migration: Fix a race for collecting logs
- lxd/migration: Remove debugging by file creation
- lxd/migration: Start migration storage at the right time
- lxd/networks: Always allow communication with dnsmasq
- lxd/networks: Always pass --enable-ra with IPv6
- lxd/networks: Fill DHCP checksums
- lxd/networks: Fix IPv6 DHCP logic
- shared/cert: be more thorough when parsing ip addr
- shared: Move Linux specific tests away
- travis: Run the client tests
- travis: Update to match Jenkins Go versions
* Disabling shared libraries for now (broken with Go 1.7)
Checksums-Sha1:
103b04f5273d70ea20ef55f3f1b32d431213122e 2672 lxd_2.5-0ubuntu1.dsc
ac0252c72fe04267b535f55019718578bb3ba052 4301913 lxd_2.5.orig.tar.gz
d47e1f042f5a81e984a3f59fab085fc760b6a387 86228 lxd_2.5-0ubuntu1.debian.tar.xz
Checksums-Sha256:
581f67404fb4011628040517e21eb1f9c686a4d9228d78bfce9882ab67dcdf20 2672 lxd_2.5-0ubuntu1.dsc
631e5755c581e19b2dfe8cd20be6b0244177ecb97601cc3f1c96e6c65636d76c 4301913 lxd_2.5.orig.tar.gz
da6cff9879f479c2639b6fb29951e1d433523b4d6794e8bb726313d89863ca50 86228 lxd_2.5-0ubuntu1.debian.tar.xz
Files:
e44bba5c0ca3c1900067f4b365400b55 2672 admin optional lxd_2.5-0ubuntu1.dsc
98d2ee7aedc7b9fe515fc83168a57e76 4301913 admin optional lxd_2.5.orig.tar.gz
286da22ff29e3dbe0c334ca93ad6bae0 86228 admin optional lxd_2.5-0ubuntu1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJYECPPAAoJEMY4l01keS1nzYwP/jQCMFtxUKNfvZy2eH5P9rCL
stHYmH+wBQIN/qQIT0rHfvDwjPTp0EpdEFoPbBVoJ/cAcAt1RoesPc32aW7ZktkT
MYjE1e4pmUW7BIKYgUW2QqPuuX40SHeekprkdIRahuiui0shjOS6KTyFCsNqvk1O
rL0nGcZr9bVbaJM/jwh0b7tBkf9Sz5srntDI3Q4buVhEiP1baKcr+S9dx8jPVbGn
DhY/nZqTKBAytJFddsnk6Ce3k5GL4bhHrgdSaCdX2I1K7Vg5ebntgA6juuCqgtQm
+FFzVeySjbbaCAqUWkEhKmLujtuD5WCzdmM2svqmL4BShfgmVxJ0EaDHrljvvhAc
99kGPoPlDVIJSGYIZXYdUruUec+GWb6p7OxwyE1d4SKdkmKOSc7jJoxQd53btAVl
ZapoIGiwezWkj4G52s3njxuo/XciWDVgx81qz/JdV0yi6KJlzvnTpmv7EGSQaugq
iimMWIZ0e1BpPa/QOfakbNaWq3Oqe9YxMHwZm/yQLQCIkEJeMgAR4veGfPO/DyDX
LQzh1C6jwE12T1LaENJPnXceMw/0XHKsGM4okhBawMu2hDEWAeCdfesy2uktFKz9
fC6zi2yl2uMboh7Ej5q9i1tOqP9Y20ySsipoqzCbKWEerWcFmq05ztL8i0QXMaPL
JtoLC47pytjnBC/SPP2F
=zIWT
-----END PGP SIGNATURE-----
More information about the Zesty-changes
mailing list