A new release of the Ubuntu Cloud Images for stable Ubuntu release 20.10 (Groovy Gorilla) is available at [1]. These new images superseded the existing images [2]. Images are available for download or immediate use on EC2 via publish AMI ids. Users who wish to update their existing installations can do so with: 'sudo apt-get update && sudo apt-get dist-upgrade && sudo reboot'. The following packages have been updated. Please see the full changelogs for a complete listing of changes: * cloud-init: 20.4-0ubuntu1~20.10.2 => 20.4.1-0ubuntu1~20.10.1 * netplan.io: 0.100-0ubuntu5 => 0.101-0ubuntu3~20.10.1 * sosreport: 4.0-1ubuntu2 => 4.0-1ubuntu2.1 * systemd: 246.6-1ubuntu1 => 246.6-1ubuntu1.1 * xxhash: 0.8.0-1 => 0.8.0-1ubuntu1.20.10.1 The following is a complete changelog for this image. new: {} removed: {} changed: ['cloud-init', 'libnetplan0:amd64', 'libnss-systemd:amd64', 'libpam-systemd:amd64', 'libsystemd0:amd64', 'libudev1:amd64', 'libxxhash0:amd64', 'netplan.io', 'sosreport', 'systemd', 'systemd-sysv', 'systemd-timesyncd', 'udev'] new snaps: {} removed snaps: {} changed snaps: [] ==== cloud-init: 20.4-0ubuntu1~20.10.2 => 20.4.1-0ubuntu1~20.10.1 ==== ==== cloud-init * New upstream release. (LP: #1911680) - Release 20.4.1 - Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)" ==== netplan.io: 0.100-0ubuntu5 => 0.101-0ubuntu3~20.10.1 ==== ==== libnetplan0:amd64 netplan.io * Backport netplan.io 0.101-0ubuntu3 to 20.10 (LP: #1908509) - Includes DBus Config/Get/Set/Try API - Includes fixes for NetworkManager integration - Includes Documentation improvements - Compatibility with systemd v247 * Add d/p/0002-parse-fix-networkmanager-backend-options-for-modem-c.patch: Allows parsing of networkmanager: backend handlers for modem devices * d/p/0001-Fix-changing-of-macaddress-with-systemd-v247-178.patch: Fix MAC address changes with systemd v247 by using a new approach inside systemd's .network file. It also works with older version of systemd. * New upstream release: 0.101 - Documentation improvements - Improved integration tests - Add more examples for Wireguard, Open vSwitch, DBus - Improve test stability - Implementation of DBus Config/Get/Set/Try APIs - Add per-route MTU option (LP: #1860201) Bug fixes: - Fix MAAS OVS first boot (LP: #1898997) - Fix match of duplicate MAC on VLANs (LP: #1888726) - Fix crash in Python parser (LP: #1904633) (LP: #1905156) - Fix rename of matched interfaces at runtime (LP: #1904662) * Drop all distro patches, which have been integrated upstream * Update symbols file ==== sosreport: 4.0-1ubuntu2 => 4.0-1ubuntu2.1 ==== ==== sosreport [Hemanth Nakkina] * d/p/0008-conntrack-add-conntrack-info.patch: rename the conntrackd plugin to conntrack; add conntrack commands. (LP: #1898077) [Mauricio Oliveira] * d/p/0009-conntrack-gather-per-namespace-data.patch: add conntrack commands for network namespaces. (LP 1898077) [Edward Hope-Morley] * d/p/0010-networking-include-ns-ip-neigh-and-ip-rule-info.patch: add ip neigh and ip rule commands for network namespaces. (LP: #1901555) ==== systemd: 246.6-1ubuntu1 => 246.6-1ubuntu1.1 ==== ==== libnss-systemd:amd64 libpam-systemd:amd64 libsystemd0:amd64 libudev1:amd64 systemd systemd-sysv systemd-timesyncd udev [ Dan Streetman ] * d/t/boot-smoke: update test to avoid false negatives (LP: #1892358) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=205c30ca53b0e421db28bb56afaf5f88650ce592 * d/t/boot-and-services: remove unneeded test lines (LP: #1892358) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=71853082af4e668996db574915c5a156f9897fd3 * d/t/systemd-fsckd: rewrite test to try to fix false negatives (LP: #1892358) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=6ae6be039ec582410769d2d6d131e12bdcd19a68 * d/p/lp1905044-test-use-cap_last_cap-for-max-supported-cap-number-n.patch: test: use cap_last_cap() instead of capability_list_length() (LP: #1905044) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=84a4832f5f7d4f939c1c78c6be4c3f9e05cd7f59 * d/p/lp1907306/0001-sd-dhcp-client-don-t-log-timeouts-if-already-expired.patch, d/p/lp1907306/0002-sd-dhcp-client-track-dhcp4-t1-t2-expire-times.patch, d/p/lp1907306/0003-sd-dhcp-client-add-RFC2131-retransmission-details.patch, d/p/lp1907306/0004-sd-dhcp-client-simplify-dhcp4-t1-t2-parsing.patch, d/p/lp1907306/0005-sd-dhcp-client-correct-dhcpv4-renew-rebind-retransmi.patch, d/p/lp1907306/0006-sd-dhcp-client-correct-retransmission-timeout-to-mat.patch, d/p/lp1907306/0007-test-network-increase-wait_online-timeout-to-handle-.patch, d/p/lp1907306/0008-sd-dhcp-client-fix-renew-rebind-timeout-calculation-.patch: Send correct number of dhcpv4 renew and rebind requests (LP: #1907306) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=0a96dc16ac00e90cd3904e6d490d676b9bb98f1f * d/p/lp1902960-udev-re-assign-ID_NET_DRIVER-ID_NET_LINK_FILE-ID_NET.patch: Run net_setup_link on 'change' uevents (LP: #1902960) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=7183e2ef4758ce47b152dec735e7d213d6003e37 * d/t/root-unittests: Remove any corrupt journal files (LP: #1881947) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=3d0ea66f0db4a204759fa0005f6f27579ee4195a [ Balint Reczey ] * d/t/systemd-fsckd: Plymouth-start stays active in 20.10 and later (LP: #1908067) https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e3ddd09301c8bdaa59b4fe54d7906f609552370d ==== xxhash: 0.8.0-1 => 0.8.0-1ubuntu1.20.10.1 ==== ==== libxxhash0:amd64 * Cherry-pick upstream: Fix empty version in .pc file (Closes: #979758) LP: #1911152 -- [1] http://cloud-images.ubuntu.com/releases/groovy/release-20210119.1/ [2] http://cloud-images.ubuntu.com/releases/groovy/release-20210115/