← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1828637] Re: sru cloud-init (18.5-45 to 19.1.1) Xenial, Bionic, Cosmic, Disco

 

This bug was fixed in the package cloud-init -
19.1-1-gbaa47854-0ubuntu1~19.04.1

---------------
cloud-init (19.1-1-gbaa47854-0ubuntu1~19.04.1) disco; urgency=medium

  * New upstream snapshot. (LP: #1828637)
    - 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]

 -- Chad Smith <chad.smith@xxxxxxxxxxxxx>  Fri, 10 May 2019 21:11:57
-0600

** Changed in: cloud-init (Ubuntu Disco)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1828637

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

Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Xenial:
  Fix Released
Status in cloud-init source package in Bionic:
  Fix Released
Status in cloud-init source package in Cosmic:
  Fix Released
Status in cloud-init source package in Disco:
  Fix Released

Bug description:
  == 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

  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
  DONE: attach automated cloud-init-proposed test artifacts
  nocloud-lxd-sru-19.1.1.txt

  DONE: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts
  nocloud-kvm-sru-19.1.1.txt

  DONE: attach Solutions Testing team test results for each LTS
  cloud_init_xenial_mass_install.log
  cloud_init_bionic_mass_install.log

  TODO: attach MAAS Team test results for each LTS
  sru-artifact-maas-xenial

  * Manual Test Results
  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-19.1.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

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