Attach file openstack-sru-19.1.1.txt.

** Attachment added: "openstack-sru-19.1.1.txt"
   
https://bugs.launchpad.net/bugs/1828637/+attachment/5265184/+files/openstack-sru-19.1.1.txt

** 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:
  
-     - Azure: Return static fallback address as if failed to find endpoint
-       [Jason Zions (MSFT)]
-     - cc_mounts: check if mount -a on no-change fstab path [Jason Zions 
(MSFT)]
-     - replace remaining occurrences of LOG.warn
-     - DataSourceAzure: Adjust timeout for polling IMDS [Anh Vo]
-     - Azure: Changes to the Hyper-V KVP Reporter [Anh Vo]
-     - packages: update rpm specs for new bash completion path
-     - setup.py: install bash completion script in new location
-     - mount_cb: do not pass sync and rw options to mount [Gonéri Le Bouder]
-     - cc_apt_configure: fix typo in apt documentation [Dominic Schlegel]
-     - Revert "DataSource: move update_events from a class to an instance..."
-     - Change DataSourceNoCloud to ignore file system label's case.
-       [Risto Oikarinen]
-     - cmd:main.py: Fix missing 'modules-init' key in modes dict
-       [Antonio Romito]
-     - ubuntu_advantage: rewrite cloud-config module
-     - Azure: Treat _unset network configuration as if it were absent
-       [Jason Zions (MSFT)]
-     - DatasourceAzure: add additional logging for azure datasource [Anh Vo]
-     - Azure: Ensure platform random_seed is always serializable as JSON.
-       [Jason Zions (MSFT)]
-     - net: Fix ipv6 static routes when using eni renderer [Raphael Glon]
-     - Add ubuntu_drivers config module
-     - DataSource: move update_events from a class to an instance attribute
- 
+     - Azure: Return static fallback address as if failed to find endpoint
+       [Jason Zions (MSFT)]
+     - cc_mounts: check if mount -a on no-change fstab path [Jason Zions 
(MSFT)]
+     - replace remaining occurrences of LOG.warn
+     - DataSourceAzure: Adjust timeout for polling IMDS [Anh Vo]
+     - Azure: Changes to the Hyper-V KVP Reporter [Anh Vo]
+     - packages: update rpm specs for new bash completion path
+     - setup.py: install bash completion script in new location
+     - mount_cb: do not pass sync and rw options to mount [Gonéri Le Bouder]
+     - cc_apt_configure: fix typo in apt documentation [Dominic Schlegel]
+     - Revert "DataSource: move update_events from a class to an instance..."
+     - Change DataSourceNoCloud to ignore file system label's case.
+       [Risto Oikarinen]
+     - cmd:main.py: Fix missing 'modules-init' key in modes dict
+       [Antonio Romito]
+     - ubuntu_advantage: rewrite cloud-config module
+     - Azure: Treat _unset network configuration as if it were absent
+       [Jason Zions (MSFT)]
+     - DatasourceAzure: add additional logging for azure datasource [Anh Vo]
+     - Azure: Ensure platform random_seed is always serializable as JSON.
+       [Jason Zions (MSFT)]
+     - net: Fix ipv6 static routes when using eni renderer [Raphael Glon]
+     - Add ubuntu_drivers config module
+     - DataSource: move update_events from a class to an instance attribute
  
  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
- sru-artifact-lxd-artful sru-artifact-lxc-xenial
+ sru-artifact-lxd-(xenial|bionic|cosmic|disco)
  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 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
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource
+ ec2-sru-19.1.1.txt
+ 
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on gce datasource
+ gce-sru-19.1.1.txt
+ 
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on azure datasource
+ azure-sru-191.1.txt 
  
  [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 ==
-     - Azure: Return static fallback address as if failed to find endpoint
-       [Jason Zions (MSFT)]
-     - release 19.1
-     - freebsd: add chpasswd pkg in the image [Gonéri Le Bouder]
-     - tests: add Eoan release [Paride Legovini]
-     - cc_mounts: check if mount -a on no-change fstab path [Jason Zions 
(MSFT)]
-     - replace remaining occurrences of LOG.warn
-     - DataSourceAzure: Adjust timeout for polling IMDS [Anh Vo]
-     - Azure: Changes to the Hyper-V KVP Reporter [Anh Vo]
-     - git tests: no longer show warning about safe yaml. [Scott Moser]
-     - tools/read-version: handle errors [Chad Miller]
-     - net/sysconfig: only indicate available on known sysconfig distros
-     - packages: update rpm specs for new bash completion path
-     - test_azure: mock util.SeLinuxGuard where needed [Jason Zions (MSFT)]
-     - setup.py: install bash completion script in new location
-     - mount_cb: do not pass sync and rw options to mount [Gonéri Le Bouder]
-     - cc_apt_configure: fix typo in apt documentation [Dominic Schlegel]
-     - Revert "DataSource: move update_events from a class to an instance..."
-     - Change DataSourceNoCloud to ignore file system label's case.
-       [Risto Oikarinen]
-     - cmd:main.py: Fix missing 'modules-init' key in modes dict
-       [Antonio Romito]
-     - ubuntu_advantage: rewrite cloud-config module
-     - Azure: Treat _unset network configuration as if it were absent
-       [Jason Zions (MSFT)]
-     - DatasourceAzure: add additional logging for azure datasource [Anh Vo]
-     - cloud_tests: fix apt_pipelining test-cases
-     - Azure: Ensure platform random_seed is always serializable as JSON.
-       [Jason Zions (MSFT)]
-     - net/sysconfig: write out SUSE-compatible IPv6 config [Robert Schweikert]
-     - tox: Update testenv for openSUSE Leap to 15.0 [Thomas Bechtold]
-     - net: Fix ipv6 static routes when using eni renderer [Raphael Glon]
-     - Add ubuntu_drivers config module
-     - doc: Refresh Azure walinuxagent docs
-     - tox: bump pylint version to latest (2.3.1)
-     - DataSource: move update_events from a class to an instance attribute
-     - net/sysconfig: Handle default route setup for dhcp configured NICs
-       [Robert Schweikert]
-     - DataSourceEc2: update RELEASE_BLOCKER to be more accurate
+     - Azure: Return static fallback address as if failed to find endpoint
+       [Jason Zions (MSFT)]
+     - release 19.1
+     - freebsd: add chpasswd pkg in the image [Gonéri Le Bouder]
+     - tests: add Eoan release [Paride Legovini]
+     - cc_mounts: check if mount -a on no-change fstab path [Jason Zions 
(MSFT)]
+     - replace remaining occurrences of LOG.warn
+     - DataSourceAzure: Adjust timeout for polling IMDS [Anh Vo]
+     - Azure: Changes to the Hyper-V KVP Reporter [Anh Vo]
+     - git tests: no longer show warning about safe yaml. [Scott Moser]
+     - tools/read-version: handle errors [Chad Miller]
+     - net/sysconfig: only indicate available on known sysconfig distros
+     - packages: update rpm specs for new bash completion path
+     - test_azure: mock util.SeLinuxGuard where needed [Jason Zions (MSFT)]
+     - setup.py: install bash completion script in new location
+     - mount_cb: do not pass sync and rw options to mount [Gonéri Le Bouder]
+     - cc_apt_configure: fix typo in apt documentation [Dominic Schlegel]
+     - Revert "DataSource: move update_events from a class to an instance..."
+     - Change DataSourceNoCloud to ignore file system label's case.
+       [Risto Oikarinen]
+     - cmd:main.py: Fix missing 'modules-init' key in modes dict
+       [Antonio Romito]
+     - ubuntu_advantage: rewrite cloud-config module
+     - Azure: Treat _unset network configuration as if it were absent
+       [Jason Zions (MSFT)]
+     - DatasourceAzure: add additional logging for azure datasource [Anh Vo]
+     - cloud_tests: fix apt_pipelining test-cases
+     - Azure: Ensure platform random_seed is always serializable as JSON.
+       [Jason Zions (MSFT)]
+     - net/sysconfig: write out SUSE-compatible IPv6 config [Robert Schweikert]
+     - tox: Update testenv for openSUSE Leap to 15.0 [Thomas Bechtold]
+     - net: Fix ipv6 static routes when using eni renderer [Raphael Glon]
+     - Add ubuntu_drivers config module
+     - doc: Refresh Azure walinuxagent docs
+     - tox: bump pylint version to latest (2.3.1)
+     - DataSource: move update_events from a class to an instance attribute
+     - net/sysconfig: Handle default route setup for dhcp configured NICs
+       [Robert Schweikert]
+     - DataSourceEc2: update RELEASE_BLOCKER to be more accurate

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

Title:
  sru cloud-init (18.5-45 to 19.1.1) Xenial, Bionic, Cosmic, Disco

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to