[ubuntu/yakkety-proposed] cloud-init 0.7.8-49-g9e904bb-0ubuntu1~16.10.1 (Accepted)

Scott Moser smoser at ubuntu.com
Tue Nov 29 23:42:55 UTC 2016


cloud-init (0.7.8-49-g9e904bb-0ubuntu1~16.10.1) yakkety; urgency=medium

  * debian/cloud-init.templates: enable DigitalOcean by default [Ben Howard]
  * debian/cloud-init.postinst: update /etc/fstab on Azure to fix
    future resize operations. (LP: #1611074)
  * New upstream snapshot.
    - systemd/cloud-init-local.service:
      + replace 'Wants' and 'After' on local-fs.target with more granular
        After=systemd-remount-fs.service and RequiresMountsFor=/var/lib
        and Before=sysinit.target.
        This is done run sufficiently early enough to update /etc/fstab.
        (LP: #1611074)
    - systemd/cloud-init.service:
      + add Before=sysinit.target and DefaultDependencies=no (LP: #1611074)
      + drop Requires=networking.service to work where networking.service is
        not needed.
      + add Conflicts=shutdown.target
      + drop unnecessary Wants=local-fs.target
    - net: support reading ipv6 dhcp config from initramfs [LaMont Jones]
      (LP: #1621615)
    - dmidecode: Allow dmidecode to be used on aarch64, and only attempt
      usage on x86, x86_64, and aarch64. [Robert Schweikert]
    - disk-config: udev settle after partitioning in gpt format.
      (LP: #1626243)
    - Add support for snap create-user on Ubuntu Core images. [Ryan Harper]
      (LP: #1619393)
    - Fix sshd restarts for rhel distros. [Jim Gorz]
    - Move user/group functions to new ug_util file [Joshua Harlow]
    - update Gentoo initscripts to run in the correct order [Matthew Thode]
    - MAAS: improve the debugging tool in datasource to consider
      config provided on kernel cmdline.
    - DataSources:
      + Ec2: protect against non-dictionary in block-device-mapping.
      + AliYun: Add new datasource for Ali-Cloud ECS, that is
        available but not enabled by default [kaihuan.pkh]
      + OpenNebula: replace parsing of 'ip' command with similar function
        available in cloudinit.net.  This fixed unit tests when running
        in environment with no networking.
    - doc changes:
      + Add documentation on stages of boot.
      + make the RST files consistently formated and other improvements.
      + fixed example to not overwrite /etc/hosts [Chris Glass]
      + fix spelling / typos in ca_certs and scripts_vendor.
      + improve HACKING.rst file
      + Add documentation for logging features. [Wesley Wiedenmeier]
    - code style and unit test changes:
      + pep8: fix style errors reported by pycodestyle 2.1.0
      + pyflakes: fix issue with pyflakes 1.3 found in ubuntu zesty-proposed.
      + Add coverage dependency to bddeb to fix package build.
      + Add coverage collection to tox unit tests. [Joshua Powers]
      + do not read system /etc/cloud/cloud.cfg.d (LP: #1635350)
      + tests: silence the Cheetah UserWarning about NameMapper C version.
      + Fix python2.6 things found running in centos 6.

Date: Tue, 22 Nov 2016 17:04:36 -0500
Changed-By: Scott Moser <smoser at ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/0.7.8-49-g9e904bb-0ubuntu1~16.10.1
-------------- next part --------------
Format: 1.8
Date: Tue, 22 Nov 2016 17:04:36 -0500
Source: cloud-init
Binary: cloud-init grub-legacy-ec2
Architecture: source
Version: 0.7.8-49-g9e904bb-0ubuntu1~16.10.1
Distribution: yakkety
Urgency: medium
Maintainer: Scott Moser <smoser at ubuntu.com>
Changed-By: Scott Moser <smoser at ubuntu.com>
Description:
 cloud-init - Init scripts for cloud instances
 grub-legacy-ec2 - Handles update-grub for ec2 instances
Launchpad-Bugs-Fixed: 1611074 1619393 1621615 1626243 1635350
Changes:
 cloud-init (0.7.8-49-g9e904bb-0ubuntu1~16.10.1) yakkety; urgency=medium
 .
   * debian/cloud-init.templates: enable DigitalOcean by default [Ben Howard]
   * debian/cloud-init.postinst: update /etc/fstab on Azure to fix
     future resize operations. (LP: #1611074)
   * New upstream snapshot.
     - systemd/cloud-init-local.service:
       + replace 'Wants' and 'After' on local-fs.target with more granular
         After=systemd-remount-fs.service and RequiresMountsFor=/var/lib
         and Before=sysinit.target.
         This is done run sufficiently early enough to update /etc/fstab.
         (LP: #1611074)
     - systemd/cloud-init.service:
       + add Before=sysinit.target and DefaultDependencies=no (LP: #1611074)
       + drop Requires=networking.service to work where networking.service is
         not needed.
       + add Conflicts=shutdown.target
       + drop unnecessary Wants=local-fs.target
     - net: support reading ipv6 dhcp config from initramfs [LaMont Jones]
       (LP: #1621615)
     - dmidecode: Allow dmidecode to be used on aarch64, and only attempt
       usage on x86, x86_64, and aarch64. [Robert Schweikert]
     - disk-config: udev settle after partitioning in gpt format.
       (LP: #1626243)
     - Add support for snap create-user on Ubuntu Core images. [Ryan Harper]
       (LP: #1619393)
     - Fix sshd restarts for rhel distros. [Jim Gorz]
     - Move user/group functions to new ug_util file [Joshua Harlow]
     - update Gentoo initscripts to run in the correct order [Matthew Thode]
     - MAAS: improve the debugging tool in datasource to consider
       config provided on kernel cmdline.
     - DataSources:
       + Ec2: protect against non-dictionary in block-device-mapping.
       + AliYun: Add new datasource for Ali-Cloud ECS, that is
         available but not enabled by default [kaihuan.pkh]
       + OpenNebula: replace parsing of 'ip' command with similar function
         available in cloudinit.net.  This fixed unit tests when running
         in environment with no networking.
     - doc changes:
       + Add documentation on stages of boot.
       + make the RST files consistently formated and other improvements.
       + fixed example to not overwrite /etc/hosts [Chris Glass]
       + fix spelling / typos in ca_certs and scripts_vendor.
       + improve HACKING.rst file
       + Add documentation for logging features. [Wesley Wiedenmeier]
     - code style and unit test changes:
       + pep8: fix style errors reported by pycodestyle 2.1.0
       + pyflakes: fix issue with pyflakes 1.3 found in ubuntu zesty-proposed.
       + Add coverage dependency to bddeb to fix package build.
       + Add coverage collection to tox unit tests. [Joshua Powers]
       + do not read system /etc/cloud/cloud.cfg.d (LP: #1635350)
       + tests: silence the Cheetah UserWarning about NameMapper C version.
       + Fix python2.6 things found running in centos 6.
Checksums-Sha1:
 e1fae62b048ca7bf3050b06ae12663a77cf8802a 2361 cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.dsc
 58fa6cd4f23e30629226631037e6e7c22835e439 546833 cloud-init_0.7.8-49-g9e904bb.orig.tar.gz
 40604cf167967dfd84d41388f726d3dc91f40da5 55868 cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.debian.tar.xz
Checksums-Sha256:
 a2f3af0b5ed3e24057b3f871470f0d5fe0b6636379d526c320d89ef4fef8a472 2361 cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.dsc
 b6638e0e91bda1e8ab6c1669d7d6ac4e265ae01c311c9cdd39cb69c3358f2456 546833 cloud-init_0.7.8-49-g9e904bb.orig.tar.gz
 a70b9b3ba43d87ddccf7b77aa115af7f520c2fec3fd8e78bfdb31d5c59cc86d8 55868 cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.debian.tar.xz
Files:
 964dd06b375808d1c074c49bf232883b 2361 admin extra cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.dsc
 a53a3a11a9088ffb4f762e9d374ef86d 546833 admin extra cloud-init_0.7.8-49-g9e904bb.orig.tar.gz
 393b3c3b3ee8e768c08fc403632cd99b 55868 admin extra cloud-init_0.7.8-49-g9e904bb-0ubuntu1~16.10.1.debian.tar.xz


More information about the Yakkety-changes mailing list