[ubuntu/artful-proposed] cloud-init 0.7.9-197-gebc9ecbc-0ubuntu1 (Accepted)
Scott Moser
smoser at ubuntu.com
Tue Jun 27 21:22:11 UTC 2017
cloud-init (0.7.9-197-gebc9ecbc-0ubuntu1) artful; urgency=medium
* debian/control: add build dependency python3-jsonschema (LP: #1695318)
* New upstream snapshot.
- Azure: Add network-config, Refactor net layer to handle duplicate macs.
[Ryan Harper]
- Tests: Simplify the check on ssh-import-id [Joshua Powers]
- tests: update ntp tests after sntp added [Joshua Powers]
- FreeBSD: Make freebsd a variant, fix unittests and
tools/build-on-freebsd.
- FreeBSD: fix test failure
- FreeBSD: replace ifdown/ifup with "ifconfig down" and "ifconfig up".
[Hongjiang Zhang] (LP: #1697815)
- FreeBSD: fix cdrom mounting failure if /mnt/cdrom/secure did not exist.
[Hongjiang Zhang] (LP: #1696295)
- main: Don't use templater to format the welcome message
[Andrew Jorgensen]
- docs: Automatically generate module docs form schema if present.
[Chad Smith]
- debian: fix path comment in /etc/hosts template.
[Jens Sandmann] (LP: #1606406)
- suse: add hostname and fully qualified domain to template.
[Jens Sandmann]
- write_file(s): Print permissions as octal, not decimal [Andrew Jorgensen]
- ci deps: Add --test-distro to read-dependencies to install all deps
[Chad Smith]
- tools/run-centos: cleanups and move to using read-dependencies
- pkg build ci: Add make ci-deps-<distro> target to install pkgs
[Chad Smith]
- systemd: make cloud-final.service run before apt daily services.
(LP: #1693361)
- selinux: Allow restorecon to be non-fatal. [Ryan Harper] (LP: #1686751)
- net: Allow netinfo subprocesses to return 0 or 1.
[Ryan Harper] (LP: #1686751)
- net: Allow for NetworkManager configuration [Ryan McCabe] (LP: #1693251)
- Use distro release version to determine if we use systemd in redhat spec
[Ryan Harper]
- net: normalize data in network_state object
- Integration Testing: tox env, pyxld 2.2.3, and revamp framework
[Wesley Wiedenmeier]
- Chef: Update omnibus url to chef.io, minor doc changes. [JJ Asghar]
- tools: add centos scripts to build and test [Joshua Powers]
- Drop cheetah python module as it is not needed by trunk [Ryan Harper]
- rhel/centos spec cleanups.
- cloud.cfg: move to a template. setup.py changes along the way.
- Makefile: add deb-src and srpm targets. use PYVER more places.
- makefile: fix python 2/3 detection in the Makefile [Chad Smith]
- snap: Removing snapcraft plug line [Joshua Powers] (LP: #1695333)
- RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration.
[Andreas Karis] (LP: #1696176)
- test: Fix pyflakes complaint of unused import.
[Joshua Powers] (LP: #1695918)
- NoCloud: support seed of nocloud from smbios information
[Vladimir Pouzanov] (LP: #1691772)
- net: when selecting a network device, use natural sort order
[Marc-Aurèle Brothier]
- fix typos and remove whitespace in various docs [Stephan Telling]
- systemd: Fix typo in comment in cloud-init.target. [Chen-Han Hsiao]
- Tests: Skip jsonschema related unit tests when dependency is absent.
[Chad Smith] (LP: #1695318)
- azure: remove accidental duplicate line in merge.
- azure: identify platform by well known value in chassis asset tag.
[Chad Smith] (LP: #1693939)
- tools/net-convert.py: support old cloudinit versions by using kwargs.
- ntp: Add schema definition and passive schema validation.
[Chad Smith] (LP: #1692916)
- Fix eni rendering for bridge params that require repeated key for values.
[Ryan Harper]
- net: remove systemd link file writing from eni renderer [Ryan Harper]
- AliYun: Enable platform identification and enable by default.
[Junjie Wang] (LP: #1638931)
Date: Tue, 27 Jun 2017 17:18:24 -0400
Changed-By: Scott Moser <smoser at ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-197-gebc9ecbc-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 27 Jun 2017 17:18:24 -0400
Source: cloud-init
Binary: cloud-init grub-legacy-ec2
Architecture: source
Version: 0.7.9-197-gebc9ecbc-0ubuntu1
Distribution: artful
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: 1606406 1638931 1686751 1691772 1692916 1693251 1693361 1693939 1695318 1695333 1695918 1696176 1696295 1697815
Changes:
cloud-init (0.7.9-197-gebc9ecbc-0ubuntu1) artful; urgency=medium
.
* debian/control: add build dependency python3-jsonschema (LP: #1695318)
* New upstream snapshot.
- Azure: Add network-config, Refactor net layer to handle duplicate macs.
[Ryan Harper]
- Tests: Simplify the check on ssh-import-id [Joshua Powers]
- tests: update ntp tests after sntp added [Joshua Powers]
- FreeBSD: Make freebsd a variant, fix unittests and
tools/build-on-freebsd.
- FreeBSD: fix test failure
- FreeBSD: replace ifdown/ifup with "ifconfig down" and "ifconfig up".
[Hongjiang Zhang] (LP: #1697815)
- FreeBSD: fix cdrom mounting failure if /mnt/cdrom/secure did not exist.
[Hongjiang Zhang] (LP: #1696295)
- main: Don't use templater to format the welcome message
[Andrew Jorgensen]
- docs: Automatically generate module docs form schema if present.
[Chad Smith]
- debian: fix path comment in /etc/hosts template.
[Jens Sandmann] (LP: #1606406)
- suse: add hostname and fully qualified domain to template.
[Jens Sandmann]
- write_file(s): Print permissions as octal, not decimal [Andrew Jorgensen]
- ci deps: Add --test-distro to read-dependencies to install all deps
[Chad Smith]
- tools/run-centos: cleanups and move to using read-dependencies
- pkg build ci: Add make ci-deps-<distro> target to install pkgs
[Chad Smith]
- systemd: make cloud-final.service run before apt daily services.
(LP: #1693361)
- selinux: Allow restorecon to be non-fatal. [Ryan Harper] (LP: #1686751)
- net: Allow netinfo subprocesses to return 0 or 1.
[Ryan Harper] (LP: #1686751)
- net: Allow for NetworkManager configuration [Ryan McCabe] (LP: #1693251)
- Use distro release version to determine if we use systemd in redhat spec
[Ryan Harper]
- net: normalize data in network_state object
- Integration Testing: tox env, pyxld 2.2.3, and revamp framework
[Wesley Wiedenmeier]
- Chef: Update omnibus url to chef.io, minor doc changes. [JJ Asghar]
- tools: add centos scripts to build and test [Joshua Powers]
- Drop cheetah python module as it is not needed by trunk [Ryan Harper]
- rhel/centos spec cleanups.
- cloud.cfg: move to a template. setup.py changes along the way.
- Makefile: add deb-src and srpm targets. use PYVER more places.
- makefile: fix python 2/3 detection in the Makefile [Chad Smith]
- snap: Removing snapcraft plug line [Joshua Powers] (LP: #1695333)
- RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration.
[Andreas Karis] (LP: #1696176)
- test: Fix pyflakes complaint of unused import.
[Joshua Powers] (LP: #1695918)
- NoCloud: support seed of nocloud from smbios information
[Vladimir Pouzanov] (LP: #1691772)
- net: when selecting a network device, use natural sort order
[Marc-Aurèle Brothier]
- fix typos and remove whitespace in various docs [Stephan Telling]
- systemd: Fix typo in comment in cloud-init.target. [Chen-Han Hsiao]
- Tests: Skip jsonschema related unit tests when dependency is absent.
[Chad Smith] (LP: #1695318)
- azure: remove accidental duplicate line in merge.
- azure: identify platform by well known value in chassis asset tag.
[Chad Smith] (LP: #1693939)
- tools/net-convert.py: support old cloudinit versions by using kwargs.
- ntp: Add schema definition and passive schema validation.
[Chad Smith] (LP: #1692916)
- Fix eni rendering for bridge params that require repeated key for values.
[Ryan Harper]
- net: remove systemd link file writing from eni renderer [Ryan Harper]
- AliYun: Enable platform identification and enable by default.
[Junjie Wang] (LP: #1638931)
Checksums-Sha1:
37064fef63304ba9a83067c8dea49cb4d3a447ef 2363 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.dsc
c329bbeffd5533355276dd2ab6f9e20067817757 703316 cloud-init_0.7.9-197-gebc9ecbc.orig.tar.gz
5fefd0218815552ab27ec547a9cf96388dd76983 63044 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.debian.tar.xz
7bdb8bfb8c126a4bbf72d0d1d417c6a5aa57fa69 8005 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1_source.buildinfo
Checksums-Sha256:
c4fc87dd7eab4d2a643ee86a4ec331d91f1cee2c558cf1a915f9c663da30227a 2363 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.dsc
fb687e2b4e0000e06b7ffe8529261543b28bde215d2c2bd1d4948e71441d15d8 703316 cloud-init_0.7.9-197-gebc9ecbc.orig.tar.gz
6cb5643aa388bf3150138dd36854165a89776c4886bdb9996956c14a0661eef9 63044 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.debian.tar.xz
ea029b00b5539820dfb2ddc37c46f34996ec2ceb73914626c76d5bc4193469b5 8005 cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1_source.buildinfo
Files:
a24de2d2881aabae117be1ed3407f409 2363 admin extra cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.dsc
2d4f65b53586bafef85e25926a86fedf 703316 admin extra cloud-init_0.7.9-197-gebc9ecbc.orig.tar.gz
5e894711ad8928b4340f1758d271369f 63044 admin extra cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1.debian.tar.xz
24a6d225de5a855a5c367af35a78b1a8 8005 admin extra cloud-init_0.7.9-197-gebc9ecbc-0ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJZUsu8AAoJEB5EEKQCS8bwJKkQALtAiBYH+5eaTqiccyECS2Kw
fQw8sWiAzlH0ggDYltbwBgVQ+HCuLT0KfjaX4s/p3JYTwOQvPAbalmvTbSzEp+3Y
OAjWAFJ1wOPyvGddMM0iWDp+N7MpT3AfHUUbms560nsoXtUmNsgXXRMV80/f/J0D
YHCiAP2JpP3vSNVAZP0ANRYJm3m8iON1T1IOGpjDUlaFPtFERBE8WWUB2RCX4uUk
lsM5Imc+OBpmi5CNLds1p9wrxEyxNy48KuwReUg+FnS9IWDKHNjD+Y3mr2JYnQBA
Kr026j4tEje67oFZKJF5AtNFm4SiwW1EjDg29j+vZHqmb+GJPqVqd4rw8VZNfeVV
7zpN/FZ3d4PiNuMuMf8ROVHhhCM23i7tEbWpugMf5svwmKts90g4OsRP0WgxBk9p
6/UBIVPjFGyR0BIq/B19L2IJtFxICUysV5IMIAq0EqzGEIYnRfZY3erfRVklEk+o
BNmlFzfQzesaCMZEkdiZPJm9lfObLtbi3Y4C20XTiUbOeTbgPQDgAf9oVBUB04L5
dH0H66Ch9KXjYzwWKbDT12nAuyoZU8EA6HbDSQSNzPt5q5m5OMQj9jeUOhJVFvty
7CVgs6sdmV/c2egF29bGTNXbtdYo6592NLAbGy0C3Tav5N1EBdRUB444Uo52OaZd
cntAlZW41jU/CcyJkt28
=l6r+
-----END PGP SIGNATURE-----
More information about the Artful-changes
mailing list