** Tags removed: verification-needed verification-needed-bionic 
verification-needed-cosmic verification-needed-xenial
** Tags added: verification-done verification-done-bionic 
verification-done-cosmic verification-done-xenial

** 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:
  
-    * cc_apt_pipelining: stop disabling pipelining by default (LP: #1794982)
-    * Enable encrypted_data_bag_secret support for Chef (LP: #1817082)   * 
azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)]
-    * EC2: Rewrite network config on AWS Classic instances every boot (LP: 
#1802073)
-    * netplan: Don't render yaml aliases when dumping netplan (LP: #1815051)
-    * clean: cloud-init clean should not trace when run from within cloud_dir 
(LP: #1795508)
+    * cc_apt_pipelining: stop disabling pipelining by default
+    * Enable encrypted_data_bag_secret support for Chef
+    * azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)]
+    * EC2: Rewrite network config on AWS Classic instances every boot
+    * netplan: Don't render yaml aliases when dumping netplan
+    * clean: cloud-init clean should not trace when run from within cloud_dir
  
  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>
- <TODO: attach automated cloud-init-proposed test artifacts from tests for 
each release with kvm artifacts>
- <TODO: attach automated curtin vmtest with cloud-init proposed>
- <TODO: attach Solutions Testing team test results for each LTS>
+ DONE: attach automated cloud-init-proposed test artifacts from tests for each 
release with lxd artifacts
+ DONE: attach automated cloud-init-proposed test artifacts from tests for each 
release with kvm artifacts
+ DONE: attach MAAS Team test results for each SRU release
  
  * Manual Test Results
- <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource>
- <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on gce datasource>
- <TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on azure datasource>
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on gce datasource
+ DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on azure datasource
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  == End SRU Template ==
+ 
+ == Changelog ==
  
  cloud-init (18.5-45-g3554ffe8-0ubuntu1) disco; urgency=medium
  
    * New upstream snapshot.
      - cloud-init-per: POSIX sh does not support string subst, use sed
        (LP: #1819222)
  
   -- Daniel Watkins <oddbl...@ubuntu.com>  Fri, 08 Mar 2019 17:42:34
  -0500
  
  cloud-init (18.5-44-g7c07af28-0ubuntu2) disco; urgency=medium
  
    * d/postinst: remove now-incorrect apt pipelining configuration
  
   -- Daniel Watkins <oddbl...@ubuntu.com>  Fri, 08 Mar 2019 09:56:42
  -0500
  
  cloud-init (18.5-44-g7c07af28-0ubuntu1) disco; urgency=medium
  
-   * New upstream snapshot.
-     - Support locking user with usermod if passwd is not available.
-       [Scott Moser]
-     - Example for Microsoft Azure data disk added. [Anton Olifir]
-     - clean: correctly determine the path for excluding seed directory
-       (LP: #1818571)
-     - helpers/openstack: Treat unknown link types as physical (LP: #1639263)
-     - drop Python 2.6 support and our NIH version detection
-     - tip-pylint: Fix assignment-from-return-none errors
-     - net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfig
-       [Kurt Stieger] (LP: #1818032)
-     - cc_apt_pipelining: stop disabling pipelining by default (LP: #1794982)
-     - tests: fix some slow tests and some leaking state
-     - util: don't determine string_types ourselves
-     - cc_rsyslog: Escape possible nested set (LP: #1816967)
-     - Enable encrypted_data_bag_secret support for Chef
-       [Eric Williams] (LP: #1817082)
-     - azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)]
-     - doc: update merging doc with fixes and some additional details/examples
-     - tests: integration test failure summary to use traceback if empty error
-     - This is to fix https://bugs.launchpad.net/cloud-init/+bug/1812676
-       [Vitaly Kuznetsov]
-     - EC2: Rewrite network config on AWS Classic instances every boot
-       [Guilherme G. Piccoli] (LP: #1802073)
-     - netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entries
-       (LP: #1779672)
-     - netplan: Don't render yaml aliases when dumping netplan (LP: #1815051)
-     - add PyCharm IDE .idea/ path to .gitignore [Dominic Schlegel]
-     - correct grammar issue in instance metadata documentation
-       [Dominic Schlegel] (LP: #1802188)
-     - clean: cloud-init clean should not trace when run from within cloud_dir
-       (LP: #1795508)
-     - Resolve flake8 comparison and pycodestyle over-ident issues
-       [Paride Legovini]
-   * Update netplan dependency package (LP: #1813667)
-   * Fix build-depends-on-obsolete-package for dh-systemd
-   * Change Priority from extra to optional
-   * Override lintian warnings about WantedBy=cloud-init.target
+   * New upstream snapshot.
+     - Support locking user with usermod if passwd is not available.
+       [Scott Moser]
+     - Example for Microsoft Azure data disk added. [Anton Olifir]
+     - clean: correctly determine the path for excluding seed directory
+     - helpers/openstack: Treat unknown link types as physical (LP: #1639263)
+     - drop Python 2.6 support and our NIH version detection
+     - tip-pylint: Fix assignment-from-return-none errors
+     - net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfig
+       [Kurt Stieger]
+     - cc_apt_pipelining: stop disabling pipelining by default
+     - tests: fix some slow tests and some leaking state
+     - util: don't determine string_types ourselves
+     - cc_rsyslog: Escape possible nested set
+     - Enable encrypted_data_bag_secret support for Chef
+       [Eric Williams]
+     - azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)]
+     - doc: update merging doc with fixes and some additional details/examples
+     - tests: integration test failure summary to use traceback if empty error
+     - cloud-init-per mishandles commands with dashes [Vitaly Kuznetsov]
+     - EC2: Rewrite network config on AWS Classic instances every boot
+       [Guilherme G. Piccoli]
+     - netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entries     
+     - netplan: Don't render yaml aliases when dumping netplan
+     - add PyCharm IDE .idea/ path to .gitignore [Dominic Schlegel]
+     - correct grammar issue in instance metadata documentation
+       [Dominic Schlegel]
+     - clean: cloud-init clean should not trace when run from within cloud_dir
+     - Resolve flake8 comparison and pycodestyle over-ident issues
+       [Paride Legovini]
+   * Update netplan dependency package
+   * Fix build-depends-on-obsolete-package for dh-systemd
+   * Change Priority from extra to optional
+   * Override lintian warnings about WantedBy=cloud-init.target
  
-  -- Daniel Watkins <oddbl...@ubuntu.com>  Thu, 07 Mar 2019 10:32:26
+  -- Daniel Watkins <oddbl...@ubuntu.com>  Thu, 07 Mar 2019 10:32:26
  -0500

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

Title:
  cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 ->
  18.5-45-g3554ffe8-0ubuntu1

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

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

Reply via email to