[ubuntu/xenial-proposed] cloud-init 17.2-30-gf7deaf15-0ubuntu1~16.04.1 (Accepted)
Chad Smith
chad.smith at canonical.com
Thu Feb 8 11:52:23 UTC 2018
cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
* debian/patches/ds-identify-behavior-xenial.patch: refresh patch.
* debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.
[Simon Deziel] (LP: #1581416)
* New upstream snapshot (LP: #1747059)
- docs: Update RTD content for cloud-init subcommands.
- OVF: Extend well-known labels to include OVFENV.
- Fix potential cases of uninitialized variables.
- tests: Collect script output as binary, collect systemd journal, fix lxd.
- HACKING.rst: mention setting user name and email via git config.
- Azure VM Preprovisioning support. [Douglas Jordan]
- tools/read-version: Fix read-version when in a git worktree.
- docs: Fix typos in docs and one debug message. [Florian Grignon]
- btrfs: support resizing if root is mounted ro.
[Robert Schweikert]
- OpenNebula: Improve network configuration support.
[Akihiko Ota]
- tests: Fix EC2 Platform to return console output as bytes.
- tests: Fix attempted use of /run in a test case.
- GCE: Improvements and changes to ssh key behavior for default user.
[Max Illfelder]
- subp: make ProcessExecutionError have expected types in stderr, stdout.
- tests: when querying ntp server, do not do dns resolution.
- Recognize uppercase vfat disk labels [James Penick]
- tests: remove zesty as supported OS to test
- Do not log warning on config files that represent None.
- tests: Use git hash pip dependency format for pylxd.
- tests: add integration requirements text file
- MAAS: add check_instance_id based off oauth tokens.
- tests: update apt sources list test
- tests: clean up image properties
- tests: rename test ssh keys to avoid appearance of leaking private keys.
- tests: Enable AWS EC2 Integration Testing
- cli: cloud-init clean handles symlinks
- SUSE: Add a basic test of network config rendering. [Robert Schweikert]
- Azure: Only bounce network when necessary.
- lint: Fix lints seen by pylint version 1.8.1.
- cli: Fix error in cloud-init modules --mode=init.
- release 17.2
- ds-identify: failure in NoCloud due to unset variable usage.
- tests: fix collect_console when not implemented
- ec2: Use instance-identity doc for region and instance-id
[Andrew Jorgensen]
- tests: remove leaked tmp files in config drive tests.
- setup.py: Do not include rendered files in SOURCES.txt
- SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]
- tests: move to using tox 1.7.5
- OVF: improve ds-identify to support finding OVF iso transport.
- VMware: Support for user provided pre and post-customization scripts
[Maitreyee Saikia]
- citest: In NoCloudKVM provide keys via metadata not userdata.
- pylint: Update pylint to 1.7.1, run on tests/ and tools and fix
complaints.
- Datasources: Formalize DataSource get_data and related properties.
- cli: Add clean and status subcommands
- tests: consolidate platforms into specific dirs
Date: Fri, 02 Feb 2018 12:37:30 -0700
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Scott Moser <smoser at ubuntu.com>
Signed-By: Scott Moser <ssmoser2+ubuntu at gmail.com>
https://launchpad.net/ubuntu/+source/cloud-init/17.2-30-gf7deaf15-0ubuntu1~16.04.1
-------------- next part --------------
Format: 1.8
Date: Fri, 02 Feb 2018 12:37:30 -0700
Source: cloud-init
Binary: cloud-init grub-legacy-ec2 ec2-init
Architecture: source
Version: 17.2-30-gf7deaf15-0ubuntu1~16.04.1
Distribution: xenial-proposed
Urgency: medium
Maintainer: Scott Moser <smoser at ubuntu.com>
Changed-By: Chad Smith <chad.smith at canonical.com>
Description:
cloud-init - Init scripts for cloud instances
ec2-init - package renamed -> cloud-init
grub-legacy-ec2 - Handles update-grub for ec2 instances
Launchpad-Bugs-Fixed: 1581416 1747059
Changes:
cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
.
* debian/patches/ds-identify-behavior-xenial.patch: refresh patch.
* debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.
[Simon Deziel] (LP: #1581416)
* New upstream snapshot (LP: #1747059)
- docs: Update RTD content for cloud-init subcommands.
- OVF: Extend well-known labels to include OVFENV.
- Fix potential cases of uninitialized variables.
- tests: Collect script output as binary, collect systemd journal, fix lxd.
- HACKING.rst: mention setting user name and email via git config.
- Azure VM Preprovisioning support. [Douglas Jordan]
- tools/read-version: Fix read-version when in a git worktree.
- docs: Fix typos in docs and one debug message. [Florian Grignon]
- btrfs: support resizing if root is mounted ro.
[Robert Schweikert]
- OpenNebula: Improve network configuration support.
[Akihiko Ota]
- tests: Fix EC2 Platform to return console output as bytes.
- tests: Fix attempted use of /run in a test case.
- GCE: Improvements and changes to ssh key behavior for default user.
[Max Illfelder]
- subp: make ProcessExecutionError have expected types in stderr, stdout.
- tests: when querying ntp server, do not do dns resolution.
- Recognize uppercase vfat disk labels [James Penick]
- tests: remove zesty as supported OS to test
- Do not log warning on config files that represent None.
- tests: Use git hash pip dependency format for pylxd.
- tests: add integration requirements text file
- MAAS: add check_instance_id based off oauth tokens.
- tests: update apt sources list test
- tests: clean up image properties
- tests: rename test ssh keys to avoid appearance of leaking private keys.
- tests: Enable AWS EC2 Integration Testing
- cli: cloud-init clean handles symlinks
- SUSE: Add a basic test of network config rendering. [Robert Schweikert]
- Azure: Only bounce network when necessary.
- lint: Fix lints seen by pylint version 1.8.1.
- cli: Fix error in cloud-init modules --mode=init.
- release 17.2
- ds-identify: failure in NoCloud due to unset variable usage.
- tests: fix collect_console when not implemented
- ec2: Use instance-identity doc for region and instance-id
[Andrew Jorgensen]
- tests: remove leaked tmp files in config drive tests.
- setup.py: Do not include rendered files in SOURCES.txt
- SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]
- tests: move to using tox 1.7.5
- OVF: improve ds-identify to support finding OVF iso transport.
- VMware: Support for user provided pre and post-customization scripts
[Maitreyee Saikia]
- citest: In NoCloudKVM provide keys via metadata not userdata.
- pylint: Update pylint to 1.7.1, run on tests/ and tools and fix
complaints.
- Datasources: Formalize DataSource get_data and related properties.
- cli: Add clean and status subcommands
- tests: consolidate platforms into specific dirs
Checksums-Sha1:
073586cc8df26b9b7a556195e80d03cd8baa87e8 2385 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.dsc
4fa08e38e26f594c4b43e1c830e67663a46a15b0 828481 cloud-init_17.2-30-gf7deaf15.orig.tar.gz
00c6b5672a0f6e6186d4149ed1a035e5818341a7 67532 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.debian.tar.xz
9a522099ea4d58b38e9a6713e51ed92722014942 8347 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1_source.buildinfo
Checksums-Sha256:
9aa6658a0b4d1e72705cecea0fcb085d1671fbf89ef25461dcd17ca2d8620272 2385 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.dsc
c5a6cb855daa57dd9670742780837a2d4fbfb506ec046e164dc3939f7f813940 828481 cloud-init_17.2-30-gf7deaf15.orig.tar.gz
a6b1e28e4e244ca257f1e1a6d824c6f48efe59a8f1f97ace83bc7a07325780c0 67532 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.debian.tar.xz
d6f286f995796e8df4cde5bbaf3ba774032ace3d81894ad3aea697a7a3a43109 8347 cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1_source.buildinfo
Files:
cd85914df57c75da3d272c9fa29223d6 2385 admin extra cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.dsc
a357aba2947dec38ee8f5391be9c7d80 828481 admin extra cloud-init_17.2-30-gf7deaf15.orig.tar.gz
ad6267a6c88ea751cbd89e6edb2a7123 67532 admin extra cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1.debian.tar.xz
18898dd908fcd4b0320cf32323514636 8347 admin extra cloud-init_17.2-30-gf7deaf15-0ubuntu1~16.04.1_source.buildinfo
More information about the Xenial-changes
mailing list