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

Stéphane Graber stgraber at ubuntu.com
Wed Dec 21 05:47:12 UTC 2016


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

  * New upstream release (2.7):
    - New "ipv4.firewall" and "ipv6.firewall" network attributes
      controlling the generation of iptables FORWARD rules
    - New "ipv4.routes" and "ipv6.routes" network attributes allowing
      for additional static routes to be set to the network.
    - New "lxd import" command allowing importing of containers when all
      that exists is the "containers" directory.

    - client: Commonize update methods and add PATCH
    - extra/lxc-to-lxd: Add more unsupported config keys
    - extra/lxc-to-lxd: All properties must be strings
    - extra/lxc-to-lxd: Copy rootfs by default, do not move
    - extra/lxc-to-lxd: Show nicer error on missing python3-lxc
    - extra/lxc-to-lxd: Switch to using whitelist
    - i18n: Update french translation
    - lxc/file: Fix off by one error in push
    - lxc: Improve help messages
    - lxc/init: Fix example
    - lxc/launch: Just use init.go's flags()
    - lxd: Common codepath for http client
    - lxd: Don't set InsecureSkipVerify on daemon's tls config
    - lxd: Log daemon version
    - lxd: Make LXD_DIR 711 by default (needed for unprivileged containers)
    - lxd: Only mark daemon ready once containers are up
    - lxd: Properly validate daemon keys on unset
    - lxd: Refactoring of sub-command code
    - lxd: Use our custom http server when updating HTTPS address too
    - lxd/containers: Add basic logging to container creation
    - lxd/containers: Avoid race condition in network fill function
    - lxd/containers: Blacklist lxc.syslog and lxc.ephemeral
    - lxd/containers: Cleanup leftover temp file
    - lxd/containers: Detect background tasks to allow clean exit on exec
    - lxd/containers: Do mounts in the right order
    - lxd/containers: Don't record last_state.power twice
    - lxd/containers: Fix container state recording
    - lxd/containers: Fix device hotplug with major/minor set
    - lxd/containers: Fix file push error handling
    - lxd/containers: Fix logging for file_manip commands
    - lxd/containers: Move FromLXCState out of shared
    - lxd/containers: Return a clear error when replacing a directory
    - lxd/containers: Rework EEXISTS detection on create
    - lxd/networks: Allow for network-specific lease updates
    - lxd/networks: DHCP over TCP has never been implemented
    - lxd/nsexec: Also call setgroups
    - lxd/seccomp: Fix generated seccomp profile
    - lxd/storage: Change ContainerStart to take the name and path to start
    - Makefile: Rework "make dist"
    - shared: Give Architecture handling its own package
    - shared: Give IO progress tracker its own package
    - shared: Give simplestreams client its own package
    - shared: Give version handling its own package
    - shared: Introduce our own formatter
    - shared: Make a helper to compute cert fingerprint
    - shared: Make PrintStack print at the Error level
    - shared: Move WebsocketUpgrader to network.go
    - shared: Rename idmapset_test_linux.go to idmapset_linux_test.go
    - shared/idmap: Drop debugging code
    - shared/idmap: Fix intersection test
    - shared/simplestreams: Don't depend on custom http handler
    - shared/simplestreams: Pass UserAgent as argument
    - tests: Add pki test
    - tests: Only attach lxdbr0 if it is present on the host
    - tests: Simplify testsuite spawn code
    - tests: Test lxd shutdown

Date: Wed, 21 Dec 2016 00:21:11 -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.7-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 21 Dec 2016 00:21:11 -0500
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.7-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.7-0ubuntu1) zesty; urgency=medium
 .
   * New upstream release (2.7):
     - New "ipv4.firewall" and "ipv6.firewall" network attributes
       controlling the generation of iptables FORWARD rules
     - New "ipv4.routes" and "ipv6.routes" network attributes allowing
       for additional static routes to be set to the network.
     - New "lxd import" command allowing importing of containers when all
       that exists is the "containers" directory.
 .
     - client: Commonize update methods and add PATCH
     - extra/lxc-to-lxd: Add more unsupported config keys
     - extra/lxc-to-lxd: All properties must be strings
     - extra/lxc-to-lxd: Copy rootfs by default, do not move
     - extra/lxc-to-lxd: Show nicer error on missing python3-lxc
     - extra/lxc-to-lxd: Switch to using whitelist
     - i18n: Update french translation
     - lxc/file: Fix off by one error in push
     - lxc: Improve help messages
     - lxc/init: Fix example
     - lxc/launch: Just use init.go's flags()
     - lxd: Common codepath for http client
     - lxd: Don't set InsecureSkipVerify on daemon's tls config
     - lxd: Log daemon version
     - lxd: Make LXD_DIR 711 by default (needed for unprivileged containers)
     - lxd: Only mark daemon ready once containers are up
     - lxd: Properly validate daemon keys on unset
     - lxd: Refactoring of sub-command code
     - lxd: Use our custom http server when updating HTTPS address too
     - lxd/containers: Add basic logging to container creation
     - lxd/containers: Avoid race condition in network fill function
     - lxd/containers: Blacklist lxc.syslog and lxc.ephemeral
     - lxd/containers: Cleanup leftover temp file
     - lxd/containers: Detect background tasks to allow clean exit on exec
     - lxd/containers: Do mounts in the right order
     - lxd/containers: Don't record last_state.power twice
     - lxd/containers: Fix container state recording
     - lxd/containers: Fix device hotplug with major/minor set
     - lxd/containers: Fix file push error handling
     - lxd/containers: Fix logging for file_manip commands
     - lxd/containers: Move FromLXCState out of shared
     - lxd/containers: Return a clear error when replacing a directory
     - lxd/containers: Rework EEXISTS detection on create
     - lxd/networks: Allow for network-specific lease updates
     - lxd/networks: DHCP over TCP has never been implemented
     - lxd/nsexec: Also call setgroups
     - lxd/seccomp: Fix generated seccomp profile
     - lxd/storage: Change ContainerStart to take the name and path to start
     - Makefile: Rework "make dist"
     - shared: Give Architecture handling its own package
     - shared: Give IO progress tracker its own package
     - shared: Give simplestreams client its own package
     - shared: Give version handling its own package
     - shared: Introduce our own formatter
     - shared: Make a helper to compute cert fingerprint
     - shared: Make PrintStack print at the Error level
     - shared: Move WebsocketUpgrader to network.go
     - shared: Rename idmapset_test_linux.go to idmapset_linux_test.go
     - shared/idmap: Drop debugging code
     - shared/idmap: Fix intersection test
     - shared/simplestreams: Don't depend on custom http handler
     - shared/simplestreams: Pass UserAgent as argument
     - tests: Add pki test
     - tests: Only attach lxdbr0 if it is present on the host
     - tests: Simplify testsuite spawn code
     - tests: Test lxd shutdown
Checksums-Sha1:
 1351e4b7f4bce0aa07af8846960a40fd0bb9d0c4 2688 lxd_2.7-0ubuntu1.dsc
 7bf8984c2d7b95111ac56af9b20c1eadf728a5dc 5138212 lxd_2.7.orig.tar.gz
 fd305cf5effa371dff292884faeed20eaa141949 88132 lxd_2.7-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 838a789c33292c5e8b37ef546b99953fae6edd75b60ec6e04f2faf97b526cf88 2688 lxd_2.7-0ubuntu1.dsc
 2af04dea826ab104f8d5c93e7cc53c5e2ea2f88635afe48f8bbce8b0a4de9026 5138212 lxd_2.7.orig.tar.gz
 c2766570ada01f7c99c2ccd0a86f4079ad08d0441318b0c0ae6f6ff29e17e16f 88132 lxd_2.7-0ubuntu1.debian.tar.xz
Files:
 2fa8a1a9711d889a42bcaca6f474bd50 2688 admin optional lxd_2.7-0ubuntu1.dsc
 643aa5863ca2c84a5d60f9068583cd7a 5138212 admin optional lxd_2.7.orig.tar.gz
 d95082eefd0e68ee3252c328f78a646b 88132 admin optional lxd_2.7-0ubuntu1.debian.tar.xz

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

iQIcBAEBCgAGBQJYWhKEAAoJEMY4l01keS1n5V0QAJoG8zRx88Uxtt+DIFXl2P7A
0lxa1htg6/sipNpMfNJ7Zu1xElZX5XJEqoH0c4tvU01fUhcPFNlequFSR2UIeRK0
zJt1edqYNYii/vA72ChrWX+iRIYysyXzbERrqn9ERzET/vYfPY5PTxacNsz82oXJ
Dkwoygg7g8VKz9i5SPTOqCj5oeu2Q+oeRu2+jjpRjtuoJ/+6fGiUdql7p6QZ1KoY
Yx8vv1xA/mV10nlLcBrxC/YwbWc4ARoUW+VrcMQYkEgE5jBctsuVmW/kLV7LRQqL
MqQQzuc7/f5WwGU0AhgUmUwWyBq5OxIPQjqeJtm1DvaW1GVIV9aQKtBjFiPfJe+F
1QGd/yazcjGgIDyt1E12c3gVmx/IXqVWD493rPwWHNuogB/KhgLN5rnZgwXuSNCX
9m7u8wYXhFkNO42j+Ft5z906Zeyrp5/vUWdAwRq67fwMe5sMngPmyfgLeW3fIr2G
iIFx4vBcSSGAmWEFT1L+ZJfM2nGPTrcsGW/lxeIH3wwZzSMeQ6I+ottWezRJq+xp
lBymt4DgXf03FUlQuS9O4BEBqmyZjvjLhBfAEX7BboQComlZ1RgVuaJR0hXbO8qb
Lpu2HuNc34jaitm3jp9cBwuD8xkFTo+u0hFtajm+AzRgKTf+Pg2LPO57msxBzSNT
H7F4GSVa7fBzQdo6RmpZ
=rKoZ
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list