[ubuntu/kinetic-proposed] cloud-init 22.2-64-g1fcd55d6-0ubuntu1~22.10.1 (Accepted)
James Falcon
james.falcon at canonical.com
Fri Jul 1 16:34:11 UTC 2022
cloud-init (22.2-64-g1fcd55d6-0ubuntu1~22.10.1) kinetic; urgency=medium
* d/control: add python3-debconf as Depends and Build-Depends
* d/gbp.conf d/gbp_format_changelog:
+ git-buildpackage customization for debian/changelog generation
* New upstream snapshot.
+ tests: mock dns lookup that causes long timeouts (#1555)
+ tox: add unpinned env for do_format and check_format (#1554)
+ cc_ssh_import_id: Substitute deprecated warn (#1553)
[Alberto Contreras]
+ Remove schema errors from log (#1551) (LP: #1978422) (CVE-2022-2084)
+ Update WebHookHandler to run as background thread (SC-456) (#1491)
(LP: #1910552)
+ testing: Don't run custom cloud dir test on Bionic (#1542)
+ bash completion: update schema command (#1543) (LP: #1979547)
+ CI: add non-blocking run against the linters tip versions (#1531)
[Paride Legovini]
+ Change groups within the users schema to support lists and strings
(#1545) [RedKrieg]
+ make it clear which username should go in the contributing doc (#1546)
+ Pin setuptools for Travis (SC-1136) (#1540)
+ Fix LXD datasource crawl when BOOT enabled (#1537)
+ testing: Fix wrong path in dual stack test (#1538)
+ cloud-config: honor cloud_dir setting (#1523) (LP: #1976564)
[Alberto Contreras]
+ Add python3-debconf to pkg-deps.json Build-Depends (#1535)
[Alberto Contreras]
+ redhat spec: udev/rules.d lives under /usr/lib on rhel-based systems
(#1536)
+ tests/azure: add test coverage for DisableSshPasswordAuthentication
(#1534) [Chris Patterson]
+ summary: Add david-caro to the cla signers (#1527) [David Caro]
+ Add support for OpenMandriva (https://openmandriva.org/) (#1520)
[Bernhard Rosenkraenzer]
+ tests/azure: refactor ovf creation (#1533) [Chris Patterson]
+ Improve DataSourceOVF error reporting when script disabled (#1525)
[rong]
+ tox: integration-tests-jenkins: softfail if only some test failed
(#1528) [Paride Legovini]
+ CI: drop linters from Travis CI (moved to GH Actions) (#1530)
[Paride Legovini]
+ sources/azure: remove unused encoding support for customdata (#1526)
[Chris Patterson]
+ sources/azure: remove unused metadata captured when parsing ovf
(#1524) [Chris Patterson]
+ sources/azure: remove dscfg parsing from ovf-env.xml (#1522)
[Chris Patterson]
+ Remove extra space from ec2 dual stack crawl message (#1521)
+ tests/azure: use namespaces in generated ovf-env.xml documents (#1519)
[Chris Patterson]
+ setup.py: adjust udev/rules default path (#1513)
[Emanuele Giuseppe Esposito]
+ Add python3-deconf dependency (#1506) [Alberto Contreras]
+ Change match macadress param for network v2 config (#1518)
[Henrique Caricatti Capozzi]
+ sources/azure: remove unused userdata property from ovf (#1516)
[Chris Patterson]
+ sources/azure: minor refactoring to network config generation (#1497)
[Chris Patterson]
+ net: Implement link-local ephemeral ipv6
+ Rename function to avoid confusion (#1501)
+ Fix cc_phone_home requiring 'tries' (#1500) (LP: #1977952)
+ datasources: replace networking functions with stdlib and
cloudinit.net code
+ Remove xenial references (#1472) [Alberto Contreras]
+ Oracle ds changes (#1474) (LP: #1967942) [Alberto Contreras]
+ improve runcmd docs (#1498)
+ add 3.11-dev to Travis CI (#1493)
+ Only run github actions on pull request (#1496)
+ Fix integration test client creation (#1494) [Alberto Contreras]
+ tox: add link checker environment, fix links (#1480)
+ cc_ubuntu_advantage: Fix doc (#1487) [Alberto Contreras]
+ cc_yum_add_repo: Fix repo id canonicalization (#1489) (LP: #1975818)
[Alberto Contreras]
+ Add linitio as contributor in the project (#1488) [Kevin Allioli]
+ net-convert: use yaml.dump for debugging python NetworkState obj
(#1484) (LP: #1975907)
+ test_schema: no relative $ref URLs, replace $ref with local path
(#1486)
+ cc_set_hostname: do not write "localhost" when no hostname is given
(#1453) [Emanuele Giuseppe Esposito]
+ Update .github-cla-signers (#1478) [rong]
+ schema: write_files defaults, versions $ref full URL and add vscode
(#1479)
+ docs: fix external links, add one more to the list (#1477)
+ doc: Document how to change module frequency (#1481)
+ tests: bump pycloudlib (#1482)
+ tests: bump pycloudlib pinned commit for kinetic Azure (#1476)
+ testing: fix test_status.py (#1475)
+ integration tests: If KEEP_INSTANCE = True, log IP (#1473)
+ Drop mypy excluded files (#1454) [Alberto Contreras]
+ Docs additions (#1470)
+ Add "formatting tests" to Github Actions
+ Remove unused arguments in function signature (#1471)
+ Changelog: correct errant classification of LP issues as GH (#1464)
+ Use Network-Manager and Netplan as default renderers for RHEL and
Fedora (#1465) [Emanuele Giuseppe Esposito]
Date: Fri, 01 Jul 2022 10:07:15 -0500
Changed-By: James Falcon <james.falcon at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chad Smith <chad.smith at canonical.com>
https://launchpad.net/ubuntu/+source/cloud-init/22.2-64-g1fcd55d6-0ubuntu1~22.10.1
-------------- next part --------------
Format: 1.8
Date: Fri, 01 Jul 2022 10:07:15 -0500
Source: cloud-init
Built-For-Profiles: noudeb
Architecture: source
Version: 22.2-64-g1fcd55d6-0ubuntu1~22.10.1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Falcon <james.falcon at canonical.com>
Launchpad-Bugs-Fixed: 1910552 1967942 1975818 1975907 1976564 1977952 1978422 1979547
Changes:
cloud-init (22.2-64-g1fcd55d6-0ubuntu1~22.10.1) kinetic; urgency=medium
.
* d/control: add python3-debconf as Depends and Build-Depends
* d/gbp.conf d/gbp_format_changelog:
+ git-buildpackage customization for debian/changelog generation
* New upstream snapshot.
+ tests: mock dns lookup that causes long timeouts (#1555)
+ tox: add unpinned env for do_format and check_format (#1554)
+ cc_ssh_import_id: Substitute deprecated warn (#1553)
[Alberto Contreras]
+ Remove schema errors from log (#1551) (LP: #1978422) (CVE-2022-2084)
+ Update WebHookHandler to run as background thread (SC-456) (#1491)
(LP: #1910552)
+ testing: Don't run custom cloud dir test on Bionic (#1542)
+ bash completion: update schema command (#1543) (LP: #1979547)
+ CI: add non-blocking run against the linters tip versions (#1531)
[Paride Legovini]
+ Change groups within the users schema to support lists and strings
(#1545) [RedKrieg]
+ make it clear which username should go in the contributing doc (#1546)
+ Pin setuptools for Travis (SC-1136) (#1540)
+ Fix LXD datasource crawl when BOOT enabled (#1537)
+ testing: Fix wrong path in dual stack test (#1538)
+ cloud-config: honor cloud_dir setting (#1523) (LP: #1976564)
[Alberto Contreras]
+ Add python3-debconf to pkg-deps.json Build-Depends (#1535)
[Alberto Contreras]
+ redhat spec: udev/rules.d lives under /usr/lib on rhel-based systems
(#1536)
+ tests/azure: add test coverage for DisableSshPasswordAuthentication
(#1534) [Chris Patterson]
+ summary: Add david-caro to the cla signers (#1527) [David Caro]
+ Add support for OpenMandriva (https://openmandriva.org/) (#1520)
[Bernhard Rosenkraenzer]
+ tests/azure: refactor ovf creation (#1533) [Chris Patterson]
+ Improve DataSourceOVF error reporting when script disabled (#1525)
[rong]
+ tox: integration-tests-jenkins: softfail if only some test failed
(#1528) [Paride Legovini]
+ CI: drop linters from Travis CI (moved to GH Actions) (#1530)
[Paride Legovini]
+ sources/azure: remove unused encoding support for customdata (#1526)
[Chris Patterson]
+ sources/azure: remove unused metadata captured when parsing ovf
(#1524) [Chris Patterson]
+ sources/azure: remove dscfg parsing from ovf-env.xml (#1522)
[Chris Patterson]
+ Remove extra space from ec2 dual stack crawl message (#1521)
+ tests/azure: use namespaces in generated ovf-env.xml documents (#1519)
[Chris Patterson]
+ setup.py: adjust udev/rules default path (#1513)
[Emanuele Giuseppe Esposito]
+ Add python3-deconf dependency (#1506) [Alberto Contreras]
+ Change match macadress param for network v2 config (#1518)
[Henrique Caricatti Capozzi]
+ sources/azure: remove unused userdata property from ovf (#1516)
[Chris Patterson]
+ sources/azure: minor refactoring to network config generation (#1497)
[Chris Patterson]
+ net: Implement link-local ephemeral ipv6
+ Rename function to avoid confusion (#1501)
+ Fix cc_phone_home requiring 'tries' (#1500) (LP: #1977952)
+ datasources: replace networking functions with stdlib and
cloudinit.net code
+ Remove xenial references (#1472) [Alberto Contreras]
+ Oracle ds changes (#1474) (LP: #1967942) [Alberto Contreras]
+ improve runcmd docs (#1498)
+ add 3.11-dev to Travis CI (#1493)
+ Only run github actions on pull request (#1496)
+ Fix integration test client creation (#1494) [Alberto Contreras]
+ tox: add link checker environment, fix links (#1480)
+ cc_ubuntu_advantage: Fix doc (#1487) [Alberto Contreras]
+ cc_yum_add_repo: Fix repo id canonicalization (#1489) (LP: #1975818)
[Alberto Contreras]
+ Add linitio as contributor in the project (#1488) [Kevin Allioli]
+ net-convert: use yaml.dump for debugging python NetworkState obj
(#1484) (LP: #1975907)
+ test_schema: no relative $ref URLs, replace $ref with local path
(#1486)
+ cc_set_hostname: do not write "localhost" when no hostname is given
(#1453) [Emanuele Giuseppe Esposito]
+ Update .github-cla-signers (#1478) [rong]
+ schema: write_files defaults, versions $ref full URL and add vscode
(#1479)
+ docs: fix external links, add one more to the list (#1477)
+ doc: Document how to change module frequency (#1481)
+ tests: bump pycloudlib (#1482)
+ tests: bump pycloudlib pinned commit for kinetic Azure (#1476)
+ testing: fix test_status.py (#1475)
+ integration tests: If KEEP_INSTANCE = True, log IP (#1473)
+ Drop mypy excluded files (#1454) [Alberto Contreras]
+ Docs additions (#1470)
+ Add "formatting tests" to Github Actions
+ Remove unused arguments in function signature (#1471)
+ Changelog: correct errant classification of LP issues as GH (#1464)
+ Use Network-Manager and Netplan as default renderers for RHEL and
Fedora (#1465) [Emanuele Giuseppe Esposito]
Checksums-Sha1:
5e9770e376f4c746c220f1d0599b13bdf0393e68 2383 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.dsc
4c0c8e40f19d63dbcaa84672426a5d6d9190cff2 1360911 cloud-init_22.2-64-g1fcd55d6.orig.tar.gz
bdb2355082153034002ad125d18e5156921c1255 85484 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.debian.tar.xz
6c553d7de82d9e7f3f4c3e6e80643c71e418173e 9634 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1_source.buildinfo
Checksums-Sha256:
7e64d7a0b5a6625aee4cba288bfd0c39b01e7609c4737c4de740be49078d28de 2383 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.dsc
1e5c1930ab1e97fcbcd58cce71ee1ae4bf4e361f4021e7cd582c1fbd78876504 1360911 cloud-init_22.2-64-g1fcd55d6.orig.tar.gz
3e9b627a2086310afaf351460c3e421161935c05e663ea06018017dd377e2537 85484 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.debian.tar.xz
7819dc319e36e89e1c61c41238760a2d73caa1e5d116f9da2fc28641ba4247f4 9634 cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1_source.buildinfo
Files:
73f881f207edb542a746ca9e8e2a586b 2383 admin optional cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.dsc
a2ed19649c7bbcc074b2e6cd023cda37 1360911 admin optional cloud-init_22.2-64-g1fcd55d6.orig.tar.gz
f10749c703974597d508240370650f57 85484 admin optional cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1.debian.tar.xz
4d9d6a4f1322355bd136b7e52e2e3dd3 9634 admin optional cloud-init_22.2-64-g1fcd55d6-0ubuntu1~22.10.1_source.buildinfo
More information about the kinetic-changes
mailing list