** 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: - * <TODO: Create list with LP: # included> + * cc_apt_pipelining: stop disabling pipelining by default (LP: #1794982) + * Enable encrypted_data_bag_secret support for Chef [Eric Williams] + * azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)] + * EC2: Rewrite network config on AWS Classic instances every boot + [Guilherme G. Piccoli] + * 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> * 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> [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] <TODO: other background> == End SRU Template == - <TODO: Paste in change log entry> + 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 + + -- Daniel Watkins <[email protected]> Thu, 07 Mar 2019 10:32:26 + -0500
** 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 [Eric Williams] - * azure: Filter list of ssh keys pulled from fabric [Jason Zions (MSFT)] - * EC2: Rewrite network config on AWS Classic instances every boot - [Guilherme G. Piccoli] - * netplan: Don't render yaml aliases when dumping netplan - * clean: cloud-init clean should not trace when run from within cloud_dir + * 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) 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> * 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> [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. - [Discussion] - <TODO: other background> - == End SRU Template == 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 + (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 - -- Daniel Watkins <[email protected]> Thu, 07 Mar 2019 10:32:26 + -- Daniel Watkins <[email protected]> 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-44-g7c07af28-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1819067/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
