** Changed in: cloud-init (Ubuntu)
       Status: New => Confirmed

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Medium

** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
-  - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
-       (LP: #1759307)
-  - Enable IBMCloud datasource in settings.py.
-  - Revert the logic of exception_cb in read_url.
-    [Kurt Garloff] (LP: #1702160, #1298921)  (Affects EC2, OpenStack and Azure)
-  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
-  - Handle global dns entries in netplan (LP: #1750884)
-  - Identify OpenTelekomCloud Xen as OpenStack DS.
-    [Kurt Garloff] (LP: #1756471)
-  - net: recognize iscsi root cases without ip= on kernel command line.
-    (LP: #1752391)
-  - netplan: render bridge port-priority values (LP: #1735821)
-  - set_hostname: When present in metadata, set it before network bringup.
-     (LP: #1746455)
-  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)
- 
+  - Enable IBMCloud datasource in settings.py.
+  - Revert the logic of exception_cb in read_url.
+    [Kurt Garloff] (LP: #1702160, #1298921)  (Affects EC2, OpenStack and Azure)
+  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
+  - Handle global dns entries in netplan (LP: #1750884)
+  - Identify OpenTelekomCloud Xen as OpenStack DS.
+    [Kurt Garloff] (LP: #1756471)
+  - net: recognize iscsi root cases without ip= on kernel command line.
+    (LP: #1752391)
+  - netplan: render bridge port-priority values (LP: #1735821)
+  - set_hostname: When present in metadata, set it before network bringup.
+     (LP: #1746455)
+  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug.  cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  * Automated Test Results
  <TODO: attach automated cloud-init-proposed test artifacts from tests for 
each release with lxd artifacts>
  sru-artifact-lxd-artful sru-artifact-lxc-xenial
  <TODO: attach automated cloud-init-proposed test artifacts from tests for 
each release with kvm artifacts>
  sru-artifact-kvm-artful sru-artifact-kvm-xenial
  <TODO: attach automated curtin vmtest with cloud-init proposed>
  sru-artifact-curtin-proposed
  <TODO: attach Solutions Testing team test results for each LTS>
  sru-artifact-solutions-qa-xenial
  <TODO: attach MAAS Team test results for each LTS>
  sru-artifact-maas-xenial
  
  * Manual Test Results
  <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource>
  sru-artifact-manual-ec2
  <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on gce datasource>
  sru-artifact-manual-gce
  <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on azure datasource>
  sru-artifact-manual-azure
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  [Discussion]
  
- 
  == End SRU Template ==
  
  == Changelog ==
-     - release 18.2 (LP: #1759318)
-     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
-     - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
-       (LP: #1759307)
-     - FreeBSD: resizefs module now able to handle zfs/zpool.
-       [Dominic Schlegel] (LP: #1721243)
-     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
-     - Enable IBMCloud datasource in settings.py.
-     - IBMCloud: Initial IBM Cloud datasource.
-     - tests: remove jsonschema from xenial tox environment.
-     - tests: Fix newly added schema unit tests to skip if no jsonschema.
-     - ec2: Adjust ec2 datasource after exception_cb change.
-     - Reduce AzurePreprovisioning HTTP timeouts.
-       [Douglas Jordan] (LP: #1752977)
-     - Revert the logic of exception_cb in read_url.
-       [Kurt Garloff] (LP: #1702160, #1298921)
-     - ubuntu-advantage: Add new config module to support
-       ubuntu-advantage-tools
-     - Handle global dns entries in netplan (LP: #1750884)
-     - Identify OpenTelekomCloud Xen as OpenStack DS.
-       [Kurt Garloff] (LP: #1756471)
-     - datasources: fix DataSource subclass get_hostname method signature
-       (LP: #1757176)
-     - OpenNebula: Update network to return v2 config rather than ENI.
-       [Akihiko Ota]
-     - Add Hetzner Cloud DataSource
-     - net: recognize iscsi root cases without ip= on kernel command line.
-       (LP: #1752391)
-     - tests: fix flakes warning for unused variable
-     - tests: patch leaked stderr messages from snap unit tests
-     - cc_snap: Add new module to install and configure snapd and snap
-       packages.
-     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
-     - netplan: render bridge port-priority values (LP: #1735821)
-     - util: Fix subp regression. Allow specifying subp command as a string.
-       (LP: #1755965)
-     - doc: fix all warnings issued by 'tox -e doc'
-     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)
-     - tests: fix run_tree and bddeb
-     - tests: Fix some warnings in tests that popped up with newer python.
-     - set_hostname: When present in metadata, set it before network bringup.
-       (LP: #1746455)
-     - tests: Centralize and re-use skipTest based on json schema presense.
-     - This commit fixes get_hostname on the AzureDataSource.
-       [Douglas Jordan] (LP: #1754495)
-     - shellify: raise TypeError on bad input.
-     - Make salt minion module work on FreeBSD.
-       [Dominic Schlegel] (LP: #1721503)
-     - Simplify some comparisions. [Rémy Léone]
-     - Change some list creation and population to literal. [Rémy Léone]
-     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)
-     - doc: fix chef install from apt packages example in RTD.
-     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)
-     - subp: Fix subp usage with non-ascii characters when no system locale.
-       (LP: #1751051)
-     - salt: configure grains in grains file rather than in minion config.
-       [Daniel Wallace]
-     - release 18.1 (LP: #1751145)
-     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
-     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)
-     - SUSE: Fix groups used for ownership of cloud-init.log [Robert 
Schweikert]
-     - ds-identify: check /writable/system-data/ for nocloud seed.
-       (LP: #1747070)
-     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.
-     - tools: run-centos: git clone rather than tar.
+     - release 18.2 (LP: #1759318)
+     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
+     - FreeBSD: resizefs module now able to handle zfs/zpool.
+       [Dominic Schlegel] (LP: #1721243)
+     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
+     - Enable IBMCloud datasource in settings.py.
+     - IBMCloud: Initial IBM Cloud datasource.
+     - tests: remove jsonschema from xenial tox environment.
+     - tests: Fix newly added schema unit tests to skip if no jsonschema.
+     - ec2: Adjust ec2 datasource after exception_cb change.
+     - Reduce AzurePreprovisioning HTTP timeouts.
+       [Douglas Jordan] (LP: #1752977)
+     - Revert the logic of exception_cb in read_url.
+       [Kurt Garloff] (LP: #1702160, #1298921)
+     - ubuntu-advantage: Add new config module to support
+       ubuntu-advantage-tools
+     - Handle global dns entries in netplan (LP: #1750884)
+     - Identify OpenTelekomCloud Xen as OpenStack DS.
+       [Kurt Garloff] (LP: #1756471)
+     - datasources: fix DataSource subclass get_hostname method signature
+       (LP: #1757176)
+     - OpenNebula: Update network to return v2 config rather than ENI.
+       [Akihiko Ota]
+     - Add Hetzner Cloud DataSource
+     - net: recognize iscsi root cases without ip= on kernel command line.
+       (LP: #1752391)
+     - tests: fix flakes warning for unused variable
+     - tests: patch leaked stderr messages from snap unit tests
+     - cc_snap: Add new module to install and configure snapd and snap
+       packages.
+     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
+     - netplan: render bridge port-priority values (LP: #1735821)
+     - util: Fix subp regression. Allow specifying subp command as a string.
+       (LP: #1755965)
+     - doc: fix all warnings issued by 'tox -e doc'
+     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)
+     - tests: fix run_tree and bddeb
+     - tests: Fix some warnings in tests that popped up with newer python.
+     - set_hostname: When present in metadata, set it before network bringup.
+       (LP: #1746455)
+     - tests: Centralize and re-use skipTest based on json schema presense.
+     - This commit fixes get_hostname on the AzureDataSource.
+       [Douglas Jordan] (LP: #1754495)
+     - shellify: raise TypeError on bad input.
+     - Make salt minion module work on FreeBSD.
+       [Dominic Schlegel] (LP: #1721503)
+     - Simplify some comparisions. [Rémy Léone]
+     - Change some list creation and population to literal. [Rémy Léone]
+     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)
+     - doc: fix chef install from apt packages example in RTD.
+     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)
+     - subp: Fix subp usage with non-ascii characters when no system locale.
+       (LP: #1751051)
+     - salt: configure grains in grains file rather than in minion config.
+       [Daniel Wallace]
+     - release 18.1 (LP: #1751145)
+     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
+     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)
+     - SUSE: Fix groups used for ownership of cloud-init.log [Robert 
Schweikert]
+     - ds-identify: check /writable/system-data/ for nocloud seed.
+       (LP: #1747070)
+     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.
+     - tools: run-centos: git clone rather than tar.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1759406

Title:
  sru cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1 update to
  18.2-0ubuntu1~16.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to