[ubuntu/focal-proposed] curtin 20.1-2-g42a9667f-0ubuntu1~20.04.1 (Accepted)
Ryan Harper
ryan.harper at canonical.com
Tue Jun 2 22:20:49 UTC 2020
curtin (20.1-2-g42a9667f-0ubuntu1~20.04.1) focal; 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
Date: Thu, 28 May 2020 15:31:36 -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~20.04.1
-------------- next part --------------
Format: 1.8
Date: Thu, 28 May 2020 15:31:36 -0500
Source: curtin
Architecture: source
Version: 20.1-2-g42a9667f-0ubuntu1~20.04.1
Distribution: focal
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~20.04.1) focal; 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
Checksums-Sha1:
1ca2b75902f6cc6cd16908a7c9e82dfaa78d19bd 1729 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.dsc
3eb88691f227cef1f8389ea1f4ce848f42268168 621636 curtin_20.1-2-g42a9667f.orig.tar.gz
d9566df52985c483124973f35b47f215f36291d4 18240 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.debian.tar.xz
433329c1af849f2fe0cc30579b719758116f0942 6656 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1_source.buildinfo
Checksums-Sha256:
cd0b37f7c52c938760c7a1063d1197dd4d62d085afe4cc3167fb5ad8a71fe541 1729 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.dsc
44091ec50161576a477ac781dce184f343963d31b3897a7f7d22a391dc97300f 621636 curtin_20.1-2-g42a9667f.orig.tar.gz
d4ee6bea5c4e028b9ab68b6abeeeecc4eb5de14c3252a9ad508d2e7947674a7e 18240 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.debian.tar.xz
169127a3d44cc9a5f338fa6ea273a815d3de05030ee820b32fe4c131b5054524 6656 curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1_source.buildinfo
Files:
6392fdc02f53aece4bc4c29818513658 1729 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.dsc
d29dab4fce9491ab980bb16500cc3eae 621636 admin extra curtin_20.1-2-g42a9667f.orig.tar.gz
5b81acd892a7913af3466478bc36a476 18240 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1.debian.tar.xz
1bb8082052c67985fc3cd96b2c591399 6656 admin extra curtin_20.1-2-g42a9667f-0ubuntu1~20.04.1_source.buildinfo
More information about the Focal-changes
mailing list