[ubuntu/xenial-proposed] cloud-init 17.2-35-gf576b2a2-0ubuntu1~16.04.1 (Accepted)
Chad Smith
chad.smith at canonical.com
Wed Feb 14 01:43:25 UTC 2018
cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
* New upstream snapshot. (LP: #1747059)
- tests: add support for logs with lxd from snap and future lxd 3.
- EC2: Fix get_instance_id called against cached datasource pickle.
- cli: fix cloud-init status to report running when before result.json
- net: accept network-config in netplan format for renaming interfaces
- Fix ssh keys validation in ssh_util [Tatiana Kholkina]
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: Mon, 12 Feb 2018 10:18:13 -0700
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Scott Moser <smoser at ubuntu.com>
Signed-By: Nish Aravamudan <nish.aravamudan at canonical.com>
https://launchpad.net/ubuntu/+source/cloud-init/17.2-35-gf576b2a2-0ubuntu1~16.04.1
-------------- next part --------------
Format: 1.8
Date: Mon, 12 Feb 2018 10:18:13 -0700
Source: cloud-init
Binary: cloud-init grub-legacy-ec2 ec2-init
Architecture: source
Version: 17.2-35-gf576b2a2-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-35-gf576b2a2-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
.
* New upstream snapshot. (LP: #1747059)
- tests: add support for logs with lxd from snap and future lxd 3.
- EC2: Fix get_instance_id called against cached datasource pickle.
- cli: fix cloud-init status to report running when before result.json
- net: accept network-config in netplan format for renaming interfaces
- Fix ssh keys validation in ssh_util [Tatiana Kholkina]
.
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:
327def72f3f800a49209f25dd1ffb2f578de429b 2080 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.dsc
2da040fcf6ac4bbe429c57a832537755ca9d21af 831604 cloud-init_17.2-35-gf576b2a2.orig.tar.gz
78a0fb3e11cffb3601af76bf1d92ce636a159a2f 67680 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.debian.tar.xz
4374555a5e94c287f96f249eac4a294395ec6fa1 7893 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1_source.buildinfo
Checksums-Sha256:
9d4c3176fbd7403ed7cdfe5d97dd3026b7e8ad75d89102502207aba404f86891 2080 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.dsc
6f2d3925c8e07f1b6e4fdea460b1a8483a6cb07ac65c9a0cf9c11c43ad90d039 831604 cloud-init_17.2-35-gf576b2a2.orig.tar.gz
0b0d2ece912f937d2da96cedb7669f66505bcd69f93494da396ee83a457ba6b4 67680 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.debian.tar.xz
ec810a7e566678c346c02119267087e5c05711f5841f57cb9d2c1c615ac0abab 7893 cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1_source.buildinfo
Files:
e8185159ff596fed96acfd40b75c3462 2080 admin extra cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.dsc
d52304c9ee00a115f8b8ffdb5c9f82b3 831604 admin extra cloud-init_17.2-35-gf576b2a2.orig.tar.gz
501d72538967882fed8878ded1b13b19 67680 admin extra cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1.debian.tar.xz
6085035932a2839b0af545d34b4ab7a6 7893 admin extra cloud-init_17.2-35-gf576b2a2-0ubuntu1~16.04.1_source.buildinfo
More information about the Xenial-changes
mailing list