[ubuntu/bionic-proposed] curtin 20.1-2-g42a9667f-0ubuntu1~18.04.1 (Accepted)

Ryan Harper ryan.harper at canonical.com
Tue Jun 2 22:31:00 UTC 2020


curtin (20.1-2-g42a9667f-0ubuntu1~18.04.1) bionic; urgency=medium

  * New upstream snapshot. (LP: #1881003)
    - vmtests: update skiptests
    - vmtest: allow installed centos images to reboot
    - Release 20.1
    - Handle multiple separators which were found in TestAllindata vmtest
    - verify_ptable_flag: dos primary partitions use ptable_uuid map for flag
    - net_meta: add disabled mode to skip writing any network config
      [Lucas Moura]
    - vmtest: trigger guest panic to fail fast
    - Replace grub-shell-helper with install_grub command
    - vmtest-sync-images: update the URL of the maas streams [Paride Legovini]
    - Replace references to old team manager with new team manager
      [James Falcon]
    - tox: pin flake8 to version and add a tip-flake8 environment
      [Paride Legovini]
    - Fix flake8 E741 warning [Lucas Moura]
    - Makefile: make adjustments to call lint/style tools via python module
    - block-discover: ignore invalid id_serial/id_wwn values
    - Fix handing of reusing msdos partitions and flags
    - block.detect_multipath: ignore fake "devices" from /proc/mounts
      [Michael Hudson-Doyle]
    - udev: use shlex.quote when shlex.split errors on shell-escape chars
    - lvm: don't use vgscan --mknodes
    - vmtest: rsync don't cross filesystem boundaries when copying
    - vmtest: basic/basic_scsi adjust collect/tests for unstable device names
    - Add unittests for partition_handler calc_[dm]_part_info and kpartx paths
    - multipath: attempt to enforce /dev/mapper/mpath files are symlinks
    - block-meta: device mapper partitions may be block devices not links
    - Default to dm_name being id if empty earlier in dm_crypt_handler()
      [Łukasz 'sil2100' Zemczak]
    - storage: correct declared schema draft version for storage schema
    - test_clear_holders: add missing zfs mock
    - Mock out zfs_supported to prevent attempting to load kernel modules
    - block-meta: skip wipe device paths if not present
    - unittest: do not allow util.subp by default
    - curthooks: support multiple ESP on UEFI bootable systems
    - block-discover: handle missing multipath 'path' data, use DM_NAME
    - lvm-over-multipath: handle lookups of multipath members
    - block-meta: don't filter preserve=true devices, select by wipe
    - vmtest: basic use dname to lookup disk with multiple partitions
    - block-meta: Don't check the ptable type of a disk with no ptable
    - curthooks: always use ChrootableTarget.subp when calling efibootmgr
    - storage: enable and use multipath during storage configuration
    - block-discover: detect nvme multipath devices
    - clear-holders: Tolerate vgchange errors during discovery
    - block-meta: handle preserve with vtoc ptable
    - vmtest: use -partition file for TestReuseRAIDMemberPartition class
    - format: extra_options should be a list type
    - tox: add pyflakes to the default tox run [Paride Legovini]
    - storage_config: Add 'extra_options' parameter to allow custom mkfs
    - Add support for installing Ubuntu Core 20 images
    - tox.ini: Fix issues with newer tox on focal
    - vmtest: Fix test_basic.py to run on s390x
    - vmtest: use util.load_file for loading collect files
    - block-meta: refactor storage_config preserve and wipe settings
    - block-discover: skip 'multipath' key in blockdevice if mpath name is None
    - tox: all py27 environments should use the base py27 deps
    - uefi: refactor efibootmg handling to support removing duplicate entries
    - tox: pin setuptools < 45 to allow installing py27 in virtenv
    - block-discover: add dasd parser and emit dasd storage config

Date: Thu, 28 May 2020 15:23:57 -0500
Changed-By: Ryan Harper <ryan.harper at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/curtin/20.1-2-g42a9667f-0ubuntu1~18.04.1
-------------- next part --------------
Format: 1.8
Date: Thu, 28 May 2020 15:23:57 -0500
Source: curtin
Architecture: source
Version: 20.1-2-g42a9667f-0ubuntu1~18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ryan Harper <ryan.harper at canonical.com>
Launchpad-Bugs-Fixed: 1881003
Changes:
 curtin (20.1-2-g42a9667f-0ubuntu1~18.04.1) bionic; urgency=medium
 .
   * New upstream snapshot. (LP: #1881003)
     - vmtests: update skiptests
     - vmtest: allow installed centos images to reboot
     - Release 20.1
     - Handle multiple separators which were found in TestAllindata vmtest
     - verify_ptable_flag: dos primary partitions use ptable_uuid map for flag
     - net_meta: add disabled mode to skip writing any network config
       [Lucas Moura]
     - vmtest: trigger guest panic to fail fast
     - Replace grub-shell-helper with install_grub command
     - vmtest-sync-images: update the URL of the maas streams [Paride Legovini]
     - Replace references to old team manager with new team manager
       [James Falcon]
     - tox: pin flake8 to version and add a tip-flake8 environment
       [Paride Legovini]
     - Fix flake8 E741 warning [Lucas Moura]
     - Makefile: make adjustments to call lint/style tools via python module
     - block-discover: ignore invalid id_serial/id_wwn values
     - Fix handing of reusing msdos partitions and flags
     - block.detect_multipath: ignore fake "devices" from /proc/mounts
       [Michael Hudson-Doyle]
     - udev: use shlex.quote when shlex.split errors on shell-escape chars
     - lvm: don't use vgscan --mknodes
     - vmtest: rsync don't cross filesystem boundaries when copying
     - vmtest: basic/basic_scsi adjust collect/tests for unstable device names
     - Add unittests for partition_handler calc_[dm]_part_info and kpartx paths
     - multipath: attempt to enforce /dev/mapper/mpath files are symlinks
     - block-meta: device mapper partitions may be block devices not links
     - Default to dm_name being id if empty earlier in dm_crypt_handler()
       [Łukasz 'sil2100' Zemczak]
     - storage: correct declared schema draft version for storage schema
     - test_clear_holders: add missing zfs mock
     - Mock out zfs_supported to prevent attempting to load kernel modules
     - block-meta: skip wipe device paths if not present
     - unittest: do not allow util.subp by default
     - curthooks: support multiple ESP on UEFI bootable systems
     - block-discover: handle missing multipath 'path' data, use DM_NAME
     - lvm-over-multipath: handle lookups of multipath members
     - block-meta: don't filter preserve=true devices, select by wipe
     - vmtest: basic use dname to lookup disk with multiple partitions
     - block-meta: Don't check the ptable type of a disk with no ptable
     - curthooks: always use ChrootableTarget.subp when calling efibootmgr
     - storage: enable and use multipath during storage configuration
     - block-discover: detect nvme multipath devices
     - clear-holders: Tolerate vgchange errors during discovery
     - block-meta: handle preserve with vtoc ptable
     - vmtest: use -partition file for TestReuseRAIDMemberPartition class
     - format: extra_options should be a list type
     - tox: add pyflakes to the default tox run [Paride Legovini]
     - storage_config: Add 'extra_options' parameter to allow custom mkfs
     - Add support for installing Ubuntu Core 20 images
     - tox.ini: Fix issues with newer tox on focal
     - vmtest: Fix test_basic.py to run on s390x
     - vmtest: use util.load_file for loading collect files
     - block-meta: refactor storage_config preserve and wipe settings
     - block-discover: skip 'multipath' key in blockdevice if mpath name is None
     - tox: all py27 environments should use the base py27 deps
     - uefi: refactor efibootmg handling to support removing duplicate entries
     - tox: pin setuptools < 45 to allow installing py27 in virtenv
     - block-discover: add dasd parser and emit dasd storage config
Checksums-Sha1:
 e3375b9c70e9eaca7786a0b67ab3f869731cbef1 1947 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.dsc
 3eb88691f227cef1f8389ea1f4ce848f42268168 621636 curtin_20.1-2-g42a9667f.orig.tar.gz
 f17a66ce3eae37c8bf62242662138d33e5241232 17420 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.debian.tar.xz
 f4d044efac5f875275f5900c70092cfec2d8f032 7344 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1_source.buildinfo
Checksums-Sha256:
 e235f4aca56647b4f765ded3085cceb2169e62fe47f9307011f4f8f225bbf5e3 1947 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.dsc
 44091ec50161576a477ac781dce184f343963d31b3897a7f7d22a391dc97300f 621636 curtin_20.1-2-g42a9667f.orig.tar.gz
 827208ad6acce180c724091364724531dc6e41f69d09a0b909709a3d65b98f7d 17420 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.debian.tar.xz
 58017170f6e9233dbc7838c54f4afbfa0ea20d05d49cd7055f5f5380ae922663 7344 curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1_source.buildinfo
Files:
 a90a40323b0faed60cbcc5cdfbaae004 1947 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.dsc
 d29dab4fce9491ab980bb16500cc3eae 621636 admin extra curtin_20.1-2-g42a9667f.orig.tar.gz
 eb5d378b01530400a361447ac774b9a9 17420 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1.debian.tar.xz
 5410ce52a6e6a7d70b7e6ba714ed18e9 7344 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~18.04.1_source.buildinfo


More information about the Bionic-changes mailing list