` which would remove the exact argument.
-
-
-### Kube-Scheduler Configuration
-
-Talos now supports specifying the kube-scheduler configuration in the Talos configuration file.
-It can be set under `cluster.scheduler.config` and kube-scheduler will be automatically configured to with the correct flags.
-
-
-### Kubelet Credential Provider Configuration
-
-Talos now supports specifying the kubelet credential provider configuration in the Talos configuration file.
-It can be set under `machine.kubelet.credentialProviderConfig` and kubelet will be automatically configured to with the correct flags.
-The credential binaries are expected to be present under `/usr/local/lib/kubelet/credentialproviders`.
-Talos System Extensions can be used to install the credential binaries.
-
-
-### KubePrism
-
-[KubePrism](https://www.talos.dev/v1.6/kubernetes-guides/configuration/kubeprism/) is enabled by default on port 7445.
-
-
-### Sysctl
-
-Talos now handles sysctl/sysfs key names in line with sysctl.conf(5):
-
-* if the first separator is '/', no conversion is done
-* if the first separator is '.', dots and slashes are remapped
-
-Example (both sysctls are equivalent):
-
-```yaml
-machine:
- sysctls:
- net/ipv6/conf/eth0.100/disable_ipv6: "1"
- net.ipv6.conf.eth0/100.disable_ipv6: "1"
-```
-
-
-### talosctl CLI
-
-The command `images` deprecated in Talos 1.5 was removed, please use `talosctl images default` instead.
-
-
-### Component Updates
-
-Linux: 6.1.67
-containerd: 1.7.10
-CoreDNS: 1.11.1
-Kubernetes: 1.29.0
-Flannel: 0.23.0
-etcd: 3.5.11
-runc: 1.1.10
-
-Talos is built with Go 1.21.5.
-
-
-### User Disks
-
-Talos Linux now supports specifying user disks in `.machine.disks` machine configuration links via `udev` symlinks, e.g. `/dev/disk/by-id/XXXX`.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Noel Georgi
-* Dmitriy Matrenichev
-* Oscar Utbult
-* Serge Logvinov
-* Andrey Smirnov
-* Artem Chernyshev
-* Utku Ozdemir
-* Nico Berlee
-* Radosław Piliszek
-* Steve Francis
-* Thomas Way
-* ndbrew
-* Andrei Kvapil
-* Christian Rolland
-* Drew Hess
-* Enno Boland
-* Florian Berchtold
-* Henry Sachs
-* Jacob McSwain
-* Jacob McSwain
-* Jared Davenport
-* Mans Matulewicz
-* Nebula
-* Sascha Desch
-* Spencer Smith
-* Thomas Lemarchand
-* Tim Jones
-* Zachary Milonas
-* budimanjojo
-* guoguangwu
-* mikucat0309
-
-### Changes
-218 commits
-
-
-* siderolabs/talos@eddd188c9 release(v1.6.0): prepare release
-* siderolabs/talos@d42fd10c0 chore: fix the gvisor test
-* siderolabs/talos@333c462c5 feat: update Kubernetes to v1.29.0
-* siderolabs/talos@61e6df169 fix: leave discovery service later in the reset sequence
-* siderolabs/talos@ef15a1f23 feat: provide compatibility for future Talos 1.7
-* siderolabs/talos@c155602ca fix: add a KubeSpan option to disable extra endpoint harvesting
-* siderolabs/talos@5371eedd6 feat: send `actor id` to the SideroLink events sink
-* siderolabs/talos@997f83f1f docs: cap max heading level
-* siderolabs/talos@d9db4cf76 feat: update Kubernetes to v1.29.0-rc.2
-* siderolabs/talos@d510df5df chore: enable kubespan+firewall for cilium tests
-* siderolabs/talos@b61b30056 chore: optimize pcap dump
-* siderolabs/talos@007d9f673 feat: update Linux to 6.1.67
-* siderolabs/talos@7b7fb367e release(v1.6.0-beta.1): prepare release
-* siderolabs/talos@fe6661128 fix: talosctl cluster create not to enforce kubeprism always
-* siderolabs/talos@41fc05438 fix: support user disks via symlinks
-* siderolabs/talos@1fe7f2840 docs: rework machine config documentation generation
-* siderolabs/talos@e45794064 chore: fix the release.toml
-* siderolabs/talos@591cfb456 fix: store and execute desired action on emergency action
-* siderolabs/talos@fee63ac26 fix: trim leading spaces\newlines in inline manifest contents
-* siderolabs/talos@cc16b9689 fix: skip writing the file if the contents haven't changed
-* siderolabs/talos@ecee92c90 fix: do not panic in `merge.Merge` if map value is nil
-* siderolabs/talos@c2259bff3 feat: update Go 1.21.5, Linux 6.1.65, etcd 3.5.11
-* siderolabs/talos@c4dff49b3 release(v1.6.0-beta.0): prepare release
-* siderolabs/talos@d8a435f0e fix: initialize boot assets with defaults early
-* siderolabs/talos@c6835de17 fix: pick etcd adverised addresses from 'current' addresses
-* siderolabs/talos@6b5bc8b85 feat: update Linux to 6.1.64
-* siderolabs/talos@e71e3e416 feat: support extra arguments for `flanneld`
-* siderolabs/talos@36c8ddb5e feat: implement ingress firewall rules
-* siderolabs/talos@0b111ecb8 fix: support slices of enums and fix NfTablesConntrackStateMatch
-* siderolabs/talos@9a8521741 feat: improve nftables backend
-* siderolabs/talos@db4e2539d feat: update Kubernetes 1.29.0-rc.1 and other bumps
-* siderolabs/talos@7a4a92854 feat: support sanitized kernel args
-* siderolabs/talos@f041b2629 chore: add tests for mdadm extension
-* siderolabs/talos@e46e6a312 feat: implement nftables backend
-* siderolabs/talos@ba827bf8b chore: support getting multiple endpoints from the `Provision` rpc call
-* siderolabs/talos@dd45dd06c chore: add custom node taints
-* siderolabs/talos@8e2307466 docs: fix talosctl pcap argument
-* siderolabs/talos@e4a050cb1 docs: fix talosctl inspect dependencies example indentation
-* siderolabs/talos@fbcf4264f docs: fix talosctl dashboard cli docs
-* siderolabs/talos@70d53ee13 chore: deprecate .persist and .extensions
-* siderolabs/talos@95e33f6fc release(v1.6.0-alpha.2): prepare release
-* siderolabs/talos@514e514ba feat: update Linux 6.1.63, containerd 1.7.9
-* siderolabs/talos@aca8b5e17 fix: ignore kernel command line in container mode
-* siderolabs/talos@020a0eb63 docs: fix table formatting for bootstraprequest
-* siderolabs/talos@0eb245e04 docs: fix talosctl pcap example indentation
-* siderolabs/talos@de6caf534 docs: fix table formatting for machineservice api
-* siderolabs/talos@27d208c26 feat: implement OAuth2 device flow for machine config
-* siderolabs/talos@5c8fa2a80 chore: start containerd early in boot
-* siderolabs/talos@95a252cfc docs: fix link in what is new page
-* siderolabs/talos@0d3c3ed71 feat: support kube scheduler config
-* siderolabs/talos@06941b7e5 fix: allow rootfs propagation configuration for extension services
-* siderolabs/talos@57dc796f3 docs: update lastRelease to v1.5.5 in _index.md
-* siderolabs/talos@21d944a64 docs: add timezone information
-* siderolabs/talos@4f1ad16c7 feat: support kubelet credentialprovider config
-* siderolabs/talos@71a3bf0e3 fix: allow extra kernel args for secureboot installer
-* siderolabs/talos@f38eaaab8 feat: rework secureboot and PCR signing key
-* siderolabs/talos@6eade3d5e chore: add ability to rewrite uuids and set unique tokens for Talos
-* siderolabs/talos@e9c7ac17a fix: set max msg recv size when proxying
-* siderolabs/talos@e22ab440d feat: update Linux 6.1.61, containerd 1.7.8, runc 1.1.10
-* siderolabs/talos@8245361f9 feat: show first 32 bytes of response body on download error
-* siderolabs/talos@75d3987c0 chore: drop sha1 from genereated pcr json
-* siderolabs/talos@6f32d2990 feat: add `.der` output `talosctl gen secureboot pcr`
-* siderolabs/talos@87c40da6c fix: proper logging in machined on startup
-* siderolabs/talos@a54da5f64 fix: image build for nanopi_4s
-* siderolabs/talos@6f3cd0593 refactor: update packet capture to use 'afpacket' interface
-* siderolabs/talos@813442dd7 fix: don't validate machine.install if installed
-* siderolabs/talos@dff60069c feat: update Kubernetes to 1.29.0-alpha.3
-* siderolabs/talos@c97db5dfe chore: bump Go dependencies
-* siderolabs/talos@807a9950a fix: use custom Talos/kernel version when generating UKI
-* siderolabs/talos@eb94468a6 docs: add documentation for Image Factory
-* siderolabs/talos@2e78513e1 refactor: drop the dependency link platform -> network ctrl
-* siderolabs/talos@6dc776b8a fix: when writing to META in the installer/imager, use fixed name
-* siderolabs/talos@3703041e9 chore: remove uneeded code
-* siderolabs/talos@cbe6e7622 fix: generate images for SBCs using imager
-* siderolabs/talos@5dff164f1 fix: fix error output of cli action tracker
-* siderolabs/talos@ef5056122 feat: update etcd to 3.5.10
-* siderolabs/talos@45ae80873 chore: bump go-api-signature dependency to v0.3.1
-* siderolabs/talos@ffa5e05cb fix: make Talos work on Rockpi 4c boards again
-* siderolabs/talos@8eba4c599 feat: generate secrets bundle from the machine config
-* siderolabs/talos@c7de745f6 chore: drop deprecated code
-* siderolabs/talos@cc0c3ab69 docs: update rpi_generic.md
-* siderolabs/talos@a009f5c60 fix: accept sysctl paths with dots
-* siderolabs/talos@4919f6ee2 feat: add GOMEMLIMIT to shipped manifests with memory limits
-* siderolabs/talos@73ee576ea chore: update sonobuouy library, drop the fork
-* siderolabs/talos@c23bc2f4a chore: support OCI layout as a source for profile input
-* siderolabs/talos@154bbd70f docs: fix talos version in guide for docker
-* siderolabs/talos@11d1f6163 release(v1.6.0-alpha.1): prepare release
-* siderolabs/talos@9dfae8467 chore: update dependencies
-* siderolabs/talos@38ce3c827 feat: nocloud prefer mac address
-* siderolabs/talos@401e89411 feat: customize image size
-* siderolabs/talos@865f08f86 docs: kubeadm migration guide improvements
-* siderolabs/talos@c3e418200 refactor: use COSI runtime with new controller runtime DB
-* siderolabs/talos@c1ee24465 feat: update Kubernetes to v1.29.0-alpha.2
-* siderolabs/talos@0ff7350ab fix: oracle integration fixes
-* siderolabs/talos@675bada45 test: add config generation stability tests
-* siderolabs/talos@f9639fb53 test: fix 'talosctl gen' tests
-* siderolabs/talos@6142d87a0 feat: hostname configuration improvements on the NoCloud platform
-* siderolabs/talos@7bb205ebe fix: don't use runtime-specs Mount struct in machine config
-* siderolabs/talos@d1b27926c feat: update Go to 1.21.3
-* siderolabs/talos@b87092ab6 fix: handle secure boot state policy pcr digest error
-* siderolabs/talos@498aeb8c3 docs: fix incorrect image suffix
-* siderolabs/talos@c14a5d4f7 feat: support service account auth in cli
-* siderolabs/talos@336aee0fd fix: use tpm2 hash algorithm constants and allow non-SHA-256 PCRs
-* siderolabs/talos@69d8054c9 chore: drop UpdateEndpointSuite
-* siderolabs/talos@ef7be16c8 fix: clear the encryption config in META when STATE is reset
-* siderolabs/talos@5fc60d2ca feat: add Solarflare SFC9000 support
-* siderolabs/talos@9b5cfdd0b chore: add tests for iscsi
-* siderolabs/talos@b897764f8 docs: update proxmox.md
-* siderolabs/talos@159f45bde docs: fix typos in CLI calls to endpoints
-* siderolabs/talos@0bd1bdd74 chore: allow insecure access to installer base image (imager)
-* siderolabs/talos@10ed13067 fix: the node IP for kubelet shouldn't change if nothing matches
-* siderolabs/talos@e7575ecaa feat: support n-5 latest Kubernetes versions
-* siderolabs/talos@e71508ec1 chore: update dependencies
-* siderolabs/talos@6d7fa4668 docs: add metal network configuration guide
-* siderolabs/talos@2b548ad0d feat: update containerd to 1.7.x
-* siderolabs/talos@62dcfe81e fix: update kubernetes library to support 1.29 upgrades
-* siderolabs/talos@52caf0763 feat: update Kubernetes to 1.29.0-alpha.1
-* siderolabs/talos@390137447 feat: enable KubePrism by default
-* siderolabs/talos@1beb5e86e docs: add KubePrism video
-* siderolabs/talos@a52d3cda3 chore: update gen and COSI runtime
-* siderolabs/talos@29b201d61 feat: enable common h/w sensors
-* siderolabs/talos@9c2ba7c6f chore: add tests for chelsio drivers
-* siderolabs/talos@5ca4d58dc fix: generate of modules.dep when on the machine
-* siderolabs/talos@5efcccb6b chore: bump kernel to 6.1.54
-* siderolabs/talos@29c767a02 docs: add control plane nodes as users of apid also for control plane nodes
-* siderolabs/talos@4874cfb95 chore: fix typo
-* siderolabs/talos@96f2a62ea test: update upgrade tests versions
-* siderolabs/talos@f3a370acb feat: update Flannel to 0.22.3
-* siderolabs/talos@efdee6965 feat: update Kubernetes to 1.28.2
-* siderolabs/talos@e3b494058 fix: build CPU ucode correctly for early loader
-* siderolabs/talos@c5bd0ac5c refactor: reimplement the depmod extension rebuilder
-* siderolabs/talos@0b883f52a docs: add notes about stable addressing
-* siderolabs/talos@3ef670a9e chore: pull in dm modules
-* siderolabs/talos@8f4a36b0d docs: update aws to add command to allow KubeSpan wireguard port
-* siderolabs/talos@a7edd0523 fix: set default route priority for hcloud platform
-* siderolabs/talos@87c1b3ddd fix: calculate UKI ISO size dynamically
-* siderolabs/talos@9698e4547 fix: handle correctly change of listen address for maintenance service
-* siderolabs/talos@a096f05a5 chore: update gRPC library and enable shared write buffers
-* siderolabs/talos@9e78fecca chore: improve image signing process
-* siderolabs/talos@f00567e20 chore: add PKG_KERNEL arg to customize used kernel
-* siderolabs/talos@2960f93ba feat: add readonly information to the disks API response
-* siderolabs/talos@735bf9ed0 feat: bring in Google vNIC driver
-* siderolabs/talos@3f5232075 feat: upgrade-k8s without comments
-* siderolabs/talos@e44875106 docs: update deploying-cilium.md
-* siderolabs/talos@7046cae43 chore: update gopacket to reduce init memory allocs
-* siderolabs/talos@da73b563d chore: update Go to 1.21.1
-* siderolabs/talos@5e11f08a6 fix: trim file path in the container image
-* siderolabs/talos@3d2dad4e6 chore: show securtiystate on dashboard
-* siderolabs/talos@b48510874 chore: e2e-aws cleanup
-* siderolabs/talos@1eebbce35 chore: add output flag for talosctl config info
-* siderolabs/talos@3fbed806c chore: add tests for util-linux extensions
-* siderolabs/talos@7c514a1a6 docs: update header links
-* siderolabs/talos@6058c3602 fix: shorten VLAN link names to fit into the limit of 15 characters
-* siderolabs/talos@9c2f765c8 fix: allow network device selector to match multiple links
-* siderolabs/talos@a04b98637 fix: update kubernetes library for 1.28 upgrade pre-checks
-* siderolabs/talos@f7473e477 feat: update default Kubernetes to 1.28.1
-* siderolabs/talos@d693604a1 chore: fix default image list in the release notes
-* siderolabs/talos@d91b5b3a3 feat: set environment variables early in the boot
-* siderolabs/talos@c918c0855 fix: set correct (1 year) talosconfig expiration
-* siderolabs/talos@79bbdf454 fix: set proper timeouts for KubePrism loadbalancer
-* siderolabs/talos@b8fb55d5c fix: use a mount prefix when installing a bootloader
-* siderolabs/talos@44f59a804 feat: improve imager APIs
-* siderolabs/talos@2d3ac925e refactor: update NTP spike detector
-* siderolabs/talos@af0cc70e3 test: update e2e-aws to use worker groups
-* siderolabs/talos@d03dc7a8a chore: validate new system extensions
-* siderolabs/talos@bbeb489aa chore: drop firmware from initramfs
-* siderolabs/talos@3c9f7a7de chore: re-enable nolintlint and typecheck linters
-* siderolabs/talos@c51e2c9b4 feat: update CoreDNS to 1.11.1
-* siderolabs/talos@8670450d2 release(v1.6.0-alpha.0): prepare release
-* siderolabs/talos@6778ded29 feat: add e2e-aws for nvidia extensions
-* siderolabs/talos@74c07ed71 chore: update Go to 1.21
-* siderolabs/talos@a28d72e9c fix: ova contents to be named `disk.*`
-* siderolabs/talos@c0ea4d7ba fix: properly calculate overal of node address with subnet filters
-* siderolabs/talos@d6b2719e2 chore: drone: move extensions step to a function
-* siderolabs/talos@9608ef56d chore: allow bridge traffic with DHCP broadcast traffic
-* siderolabs/talos@c99316457 docs: fix the installing system extensions doc
-* siderolabs/talos@833895940 chore: add tests for zfs extension
-* siderolabs/talos@cb468c41c fix: copy proper modules to arm64 squashfs
-* siderolabs/talos@ea0d6e8c6 fix: prevent dashboard crashes when process info is not available
-* siderolabs/talos@e9077a6fb feat: filter the hostname to produce nodename
-* siderolabs/talos@dc8361c1d fix: properly GC images supplied with both tag and digest
-* siderolabs/talos@ccfa8de11 fix: automatically change `rpi_4` board on upgrade
-* siderolabs/talos@b56e8b7d9 fix: support 'List' type manifests
-* siderolabs/talos@574d48e54 fix: use image digest when starting a container
-* siderolabs/talos@175747cea fix: ntp query error with bare IPv6 address
-* siderolabs/talos@c8b507fb2 docs: fix kubeprism typo
-* siderolabs/talos@0cdcb2e0e docs: restructure docs for nvidia drivers for v1.4
-* siderolabs/talos@676db9768 docs: fork docs for Talos 1.6
-* siderolabs/talos@92ad18c18 fix: write correct capacity to the ovf
-* siderolabs/talos@6b0373ebe chore: move bash tests to integration
-* siderolabs/talos@52b3d8d37 docs: make Talos 1.5 documentation the default one
-* siderolabs/talos@dc873df9b chore: fix the filenames of openstack images
-* siderolabs/talos@b5c0e7b24 docs: update nvidia docs
-* siderolabs/talos@9606e871e docs: update Jiva Pod Security Policy
-* siderolabs/talos@a86ed4362 chore: update Kubernetes Go modules to 0.28.0
-* siderolabs/talos@97b4e3e91 feat: update Kubernetes to 1.28.0
-* siderolabs/talos@79ca1a3df feat: e2e-aws using tf code
-* siderolabs/talos@bf3a5e011 chore: add version compatibility for Talos 1.6
-* siderolabs/talos@969e8097c feat: update Kubernetes to 1.28.0-rc.1
-* siderolabs/talos@ca41b611e chore: drone jsonnet cleanup
-* siderolabs/talos@bc198e98e docs: retain cilium autoMount pending upstream hostPath fix
-* siderolabs/talos@86c94eff8 refactor: docgen and config examples
-* siderolabs/talos@ee6d639f6 fix: match routes on the priority properly
-* siderolabs/talos@bff0d8f32 chore: fix dependencies in the release pipeline
-* siderolabs/talos@e1b288679 refactor: compile regex in validation method on the first use
-* siderolabs/talos@daa4c185a docs: add what's new and documentation for Talos 1.5
-* siderolabs/talos@c4a1ca8d6 chore: remove <-errCh where possible in grpc methods
-* siderolabs/talos@e0f383598 chore: clean up the output of the `imager`
-* siderolabs/talos@fb536af4d chore: optimize memory usage of `tcell` library on init
-* siderolabs/talos@7c86a365e chore: publish systemd-boot and systemd-stub assets
-* siderolabs/talos@7d688ccfe fix: make encryption config provider default to `luks2` if not set
-* siderolabs/talos@80238a05a chore: unify semver under `github.com/blang/semver/v4`
-* siderolabs/talos@0f1920bdd chore: provide a resource to peek into Linux clock adjustments
-* siderolabs/talos@4eab3017b fix: calculate log2i properly
-* siderolabs/talos@bcf284530 fix: update providerid prefix for aws
-* siderolabs/talos@ac2aff5cc fix: fix azure portion of cloud uploader
-* siderolabs/talos@793dcedc9 fix: fast-wipe the system disk on talosctl reset
-* siderolabs/talos@76fa45afb docs: update cilium instructions
-
-
-
-### Changes since v1.6.0-beta.1
-12 commits
-
-
-* siderolabs/talos@eddd188c9 release(v1.6.0): prepare release
-* siderolabs/talos@d42fd10c0 chore: fix the gvisor test
-* siderolabs/talos@333c462c5 feat: update Kubernetes to v1.29.0
-* siderolabs/talos@61e6df169 fix: leave discovery service later in the reset sequence
-* siderolabs/talos@ef15a1f23 feat: provide compatibility for future Talos 1.7
-* siderolabs/talos@c155602ca fix: add a KubeSpan option to disable extra endpoint harvesting
-* siderolabs/talos@5371eedd6 feat: send `actor id` to the SideroLink events sink
-* siderolabs/talos@997f83f1f docs: cap max heading level
-* siderolabs/talos@d9db4cf76 feat: update Kubernetes to v1.29.0-rc.2
-* siderolabs/talos@d510df5df chore: enable kubespan+firewall for cilium tests
-* siderolabs/talos@b61b30056 chore: optimize pcap dump
-* siderolabs/talos@007d9f673 feat: update Linux to 6.1.67
-
-
-
-### Changes from siderolabs/extras
-9 commits
-
-
-* siderolabs/extras@113887a chore: update Go to 1.21.5
-* siderolabs/extras@8bffd15 feat: bump dependencies
-* siderolabs/extras@e8e801b feat: update Go to 1.21.4
-* siderolabs/extras@d816a02 chore: move project to using kres
-* siderolabs/extras@3893789 chore: move to github workflows
-* siderolabs/extras@6d48418 feat: update Go to 1.21.3
-* siderolabs/extras@09d7c3e chore: update releases
-* siderolabs/extras@a011245 feat: update Go to 1.21.1
-* siderolabs/extras@d3f54c7 feat: update Go to 1.20.8
-
-
-
-### Changes from siderolabs/gen
-2 commits
-
-
-* siderolabs/gen@efca710 chore: add `FilterInPlace` method to maps and update module
-* siderolabs/gen@36a3ae3 feat: update module
-
-
-
-### Changes from siderolabs/go-blockdevice
-3 commits
-
-
-* siderolabs/go-blockdevice@d9313ea fix: define softraid partition
-* siderolabs/go-blockdevice@a75c4cc chore: rekres
-* siderolabs/go-blockdevice@8a2102a feat: luks resize
-
-
-
-### Changes from siderolabs/go-kubernetes
-7 commits
-
-
-* siderolabs/go-kubernetes@fa05430 chore: support kube-scheduler config version
-* siderolabs/go-kubernetes@68bf392 feat: add dropped API resource for 1.29
-* siderolabs/go-kubernetes@09fa006 fix: retry Windows connection errors
-* siderolabs/go-kubernetes@3aa47a4 feat: support Kubernetes 1.29 upgrades
-* siderolabs/go-kubernetes@ae33a4a feat: introduce support for Kubernetes version compatibility checks
-* siderolabs/go-kubernetes@cf2754e chore: update to use GHA
-* siderolabs/go-kubernetes@44e26b3 feat: update removed feature gates for 1.28
-
-
-
-### Changes from siderolabs/go-procfs
-2 commits
-
-
-* siderolabs/go-procfs@9f72b22 feat: support removing kernel args
-* siderolabs/go-procfs@4b4a6ff chore: rekres
-
-
-
-### Changes from siderolabs/go-retry
-1 commit
-
-
-* siderolabs/go-retry@23b6fc2 fix: provider modern error unwrapping
-
-
-
-### Changes from siderolabs/pkgs
-40 commits
-
-
-* siderolabs/pkgs@3ae2450 chore: rekres to fix 'failed' build on merge
-* siderolabs/pkgs@1e2a377 feat: update Linux to 6.1.67
-* siderolabs/pkgs@617d342 fix: revert: update grub to fix loading large initramfs
-* siderolabs/pkgs@364d295 feat: update Go to 1.21.5
-* siderolabs/pkgs@841c63d feat: update zfs to 2.1.14
-* siderolabs/pkgs@a084b9f feat: bump depenendencies
-* siderolabs/pkgs@e61c784 feat: bump dependencies
-* siderolabs/pkgs@70919d8 fix: update grub to fix loading large initramfs
-* siderolabs/pkgs@3aea711 feat: bump dependencies
-* siderolabs/pkgs@d59cb3e feat(lvm2): configure thin support
-* siderolabs/pkgs@252a59f feat: bump dependencies
-* siderolabs/pkgs@0bb2a79 feat: update Go to 1.21.4
-* siderolabs/pkgs@f57b0a9 chore: fix kernel target to honor `PLATFORM`
-* siderolabs/pkgs@5f84302 chore: move to using kres
-* siderolabs/pkgs@d7509f1 chore: bump deps
-* siderolabs/pkgs@3a66437 chore: add gh workflows
-* siderolabs/pkgs@2e892fd feat: update versions
-* siderolabs/pkgs@37348d6 feat: update Go to 1.21.3
-* siderolabs/pkgs@34f3c41 feat: add Solarflare SFC9000 support
-* siderolabs/pkgs@0c84090 feat: update releases
-* siderolabs/pkgs@19cdf71 feat: enable common sensors
-* siderolabs/pkgs@acee18e chore: bump kernel to 6.1.54
-* siderolabs/pkgs@1d16fd2 feat: add Chelsio support
-* siderolabs/pkgs@4504f83 chore: rename kconfig-hardened-check
-* siderolabs/pkgs@847a9c3 chore: enable dm thin provisioning
-* siderolabs/pkgs@1401505 chore: drop `-pkgs` for upstream kernel modules
-* siderolabs/pkgs@a62471d feat: add binfmt_misc support
-* siderolabs/pkgs@518c441 feat: add gVNIC support
-* siderolabs/pkgs@7d9e60e feat: update Go to 1.21.1
-* siderolabs/pkgs@d3d7d29 chore: bump deps
-* siderolabs/pkgs@3b70656 chore: fix cacert perms
-* siderolabs/pkgs@cca80b7 feat: update Linux to 6.1.46
-* siderolabs/pkgs@2e1c0b9 fix: nonfree kmod pkg name
-* siderolabs/pkgs@cff5beb feat: add btrfs support
-* siderolabs/pkgs@7717b7e chore: bump deps
-* siderolabs/pkgs@2f19f18 feat: update containerd to 1.6.23
-* siderolabs/pkgs@30d4b74 feat: update Go to 1.21
-* siderolabs/pkgs@eda123d feat: update runc to 1.1.9
-* siderolabs/pkgs@30cd584 chore: enable pushing of non-free packages
-* siderolabs/pkgs@fb247b5 chore: update kernel and microcode
-
-
-
-### Changes from siderolabs/siderolink
-7 commits
-
-
-* siderolabs/siderolink@be3b095 feat: add support for event's actor ID
-* siderolabs/siderolink@9304096 chore: allow to specify several endpoints
-* siderolabs/siderolink@5ab8f9d feat: allow persistent keepalive to be set for the peer
-* siderolabs/siderolink@71dd308 chore: provide unique_token and Talos version in ProvisionRequest
-* siderolabs/siderolink@0ee5425 chore: revert sys moduel to 0.13.0
-* siderolabs/siderolink@6be9ba7 chore: bump deps
-* siderolabs/siderolink@448cbe1 chore: bump `golang.org/x/net` to 0.8.0
-
-
-
-### Changes from siderolabs/tools
-15 commits
-
-
-* siderolabs/tools@336d248 feat: update Go to 1.21.5
-* siderolabs/tools@b707a3a feat: bump dependencies
-* siderolabs/tools@ff7fe96 feat: update Go to 1.21.4
-* siderolabs/tools@6216d64 fix: org name
-* siderolabs/tools@4334b92 chore: move to using kres
-* siderolabs/tools@024ef25 chore: bump deps
-* siderolabs/tools@5a22409 chore: refactor github actions
-* siderolabs/tools@9a05d12 feat: move to gh workflow
-* siderolabs/tools@a4a52e2 chore: add dummy gh workflow
-* siderolabs/tools@9c09b00 feat: update dependencies
-* siderolabs/tools@35948af feat: update Go to 1.21.3
-* siderolabs/tools@09023c1 feat: update OpenSSL to 3.1.3
-* siderolabs/tools@7fa8bb5 feat: update releases
-* siderolabs/tools@fa388de feat: update Go to 1.21.1
-* siderolabs/tools@33fb4b3 feat: update Go to 1.21
-
-
-
-### Dependency Changes
-
-* **github.com/Azure/azure-sdk-for-go/sdk/azcore** v1.9.0 **_new_**
-* **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.4.0 **_new_**
-* **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates** v1.0.0 **_new_**
-* **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys** v1.0.1 **_new_**
-* **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets** v1.0.1 **_new_**
-* **github.com/aws/aws-sdk-go-v2/config** v1.18.32 -> v1.25.6
-* **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.13.7 -> v1.14.5
-* **github.com/aws/smithy-go** v1.14.0 -> v1.17.0
-* **github.com/beevik/ntp** v1.2.0 -> v1.3.0
-* **github.com/blang/semver/v4** v4.0.0 **_new_**
-* **github.com/containerd/cgroups/v3** v3.0.2 **_new_**
-* **github.com/containerd/containerd** v1.6.23 -> v1.7.9
-* **github.com/cosi-project/runtime** v0.3.1 -> v0.3.19
-* **github.com/distribution/reference** v0.5.0 **_new_**
-* **github.com/docker/docker** v24.0.5 -> v24.0.7
-* **github.com/fatih/color** v1.15.0 -> v1.16.0
-* **github.com/foxboron/go-uefi** 32187aa193d0 -> 18b9ba9cd4c3
-* **github.com/fsnotify/fsnotify** v1.6.0 -> v1.7.0
-* **github.com/google/go-cmp** v0.5.9 -> v0.6.0
-* **github.com/google/go-containerregistry** v0.15.2 -> v0.16.1
-* **github.com/google/uuid** v1.3.0 -> v1.4.0
-* **github.com/gopacket/gopacket** v1.1.1 -> v1.2.0
-* **github.com/hetznercloud/hcloud-go/v2** v2.0.0 -> v2.4.0
-* **github.com/insomniacslk/dhcp** 0f9eb93a696c -> b0416c0f187a
-* **github.com/jsimonetti/rtnetlink** v1.3.4 -> v1.4.0
-* **github.com/mattn/go-isatty** v0.0.19 -> v0.0.20
-* **github.com/mdp/qrterminal/v3** v3.2.0 **_new_**
-* **github.com/opencontainers/runtime-spec** 1c3f411f0417 -> v1.1.0-rc.1
-* **github.com/pin/tftp/v3** v3.1.0 **_new_**
-* **github.com/prometheus/procfs** v0.11.1 -> v0.12.0
-* **github.com/rivo/tview** 6cc0565babaf -> 33a1d271f2b6
-* **github.com/scaleway/scaleway-sdk-go** v1.0.0-beta.20 -> v1.0.0-beta.21
-* **github.com/siderolabs/extras** v1.5.0 -> v1.6.0-1-g113887a
-* **github.com/siderolabs/gen** v0.4.5 -> v0.4.7
-* **github.com/siderolabs/go-blockdevice** v0.4.6 -> v0.4.7
-* **github.com/siderolabs/go-kubernetes** v0.2.2 -> v0.2.8
-* **github.com/siderolabs/go-procfs** v0.1.1 -> v0.1.2
-* **github.com/siderolabs/go-retry** v0.3.2 -> v0.3.3
-* **github.com/siderolabs/pkgs** v1.5.0-6-g2f2c9cd -> v1.6.0-5-g3ae2450
-* **github.com/siderolabs/siderolink** v0.3.1 -> v0.3.4
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.6.0
-* **github.com/siderolabs/tools** v1.5.0 -> v1.6.0-1-g336d248
-* **github.com/spf13/cobra** v1.7.0 -> v1.8.0
-* **github.com/vmware-tanzu/sonobuoy** v0.56.17 -> v0.57.1
-* **go.etcd.io/etcd/api/v3** v3.5.9 -> v3.5.11
-* **go.etcd.io/etcd/client/pkg/v3** v3.5.9 -> v3.5.11
-* **go.etcd.io/etcd/client/v3** v3.5.9 -> v3.5.11
-* **go.etcd.io/etcd/etcdutl/v3** v3.5.9 -> v3.5.11
-* **go.uber.org/zap** v1.25.0 -> v1.26.0
-* **go4.org/netipx** ec4c8b891b28 -> 6213f710f925
-* **golang.org/x/net** v0.13.0 -> v0.19.0
-* **golang.org/x/oauth2** v0.15.0 **_new_**
-* **golang.org/x/sync** v0.3.0 -> v0.5.0
-* **golang.org/x/sys** v0.10.0 -> v0.15.0
-* **golang.org/x/term** v0.10.0 -> v0.15.0
-* **golang.org/x/text** v0.11.0 -> v0.14.0
-* **golang.org/x/time** v0.3.0 -> v0.5.0
-* **google.golang.org/grpc** v1.57.0 -> v1.59.0
-* **k8s.io/api** v0.28.0 -> v0.29.0
-* **k8s.io/apimachinery** v0.28.0 -> v0.29.0
-* **k8s.io/apiserver** v0.28.0 -> v0.29.0
-* **k8s.io/client-go** v0.28.0 -> v0.29.0
-* **k8s.io/component-base** v0.28.0 -> v0.29.0
-* **k8s.io/cri-api** v0.28.0 -> v0.29.0
-* **k8s.io/klog/v2** v2.100.1 -> v2.110.1
-* **k8s.io/kube-scheduler** v0.29.0 **_new_**
-* **k8s.io/kubectl** v0.28.0 -> v0.29.0
-* **k8s.io/kubelet** v0.28.0 -> v0.29.0
-* **sigs.k8s.io/yaml** v1.3.0 -> v1.4.0
-
-Previous release can be found at [v1.5.0](https://github.com/siderolabs/talos/releases/tag/v1.5.0)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.23.0
-ghcr.io/siderolabs/install-cni:v1.6.0-1-g113887a
-registry.k8s.io/coredns/coredns:v1.11.1
-gcr.io/etcd-development/etcd:v3.5.11
-registry.k8s.io/kube-apiserver:v1.29.0
-registry.k8s.io/kube-controller-manager:v1.29.0
-registry.k8s.io/kube-scheduler:v1.29.0
-registry.k8s.io/kube-proxy:v1.29.0
-ghcr.io/siderolabs/kubelet:v1.29.0
-ghcr.io/siderolabs/installer:v1.6.0
-registry.k8s.io/pause:3.8
-```
-
-# Changelog for talos_v1.5.5_stable
-## [Talos 1.5.5](https://github.com/siderolabs/talos/releases/tag/v1.5.5) (2023-11-09)
-
-Welcome to the v1.5.5 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Linux: 6.1.61
-Kubernetes: 1.28.3
-etcd: 3.5.10
-
-Talos is built with Go 1.20.11.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Utku Ozdemir
-* Artem Chernyshev
-
-### Changes
-9 commits
-
-
-* siderolabs/talos@ad7361c72 release(v1.5.5): prepare release
-* siderolabs/talos@5f70f05e9 fix: don't validate machine.install if installed
-* siderolabs/talos@0b18d7403 fix: when writing to META in the installer/imager, use fixed name
-* siderolabs/talos@6be1e5836 fix: fix error output of cli action tracker
-* siderolabs/talos@059823c4b feat: update etcd to 3.5.10
-* siderolabs/talos@8c503f0df chore: bump go-api-signature dependency to v0.3.1
-* siderolabs/talos@61413ed11 fix: make Talos work on Rockpi 4c boards again
-* siderolabs/talos@6fd9a71b3 feat: update Go 1.20.11, Linux 6.1.61, Kubernetes 1.28.3
-* siderolabs/talos@9fe31bd42 fix: update gRPC library to 1.57.2
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@b43c4e4 feat: update Go to 1.20.11
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@ab5b0e5 feat: update Linux to 6.1.61
-* siderolabs/pkgs@cd687eb feat: update Go to 1.20.11
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@c95372c feat: update Go to 1.20.11
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.5.0-2-g6241ac7 -> v1.5.0-3-gb43c4e4
-* **github.com/siderolabs/pkgs** v1.5.0-13-g45cf9b0 -> v1.5.0-15-gab5b0e5
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.4 -> v1.5.5
-* **github.com/siderolabs/tools** v1.5.0-2-g8adf637 -> v1.5.0-3-gc95372c
-* **go.etcd.io/etcd/api/v3** v3.5.9 -> v3.5.10
-* **go.etcd.io/etcd/client/pkg/v3** v3.5.9 -> v3.5.10
-* **go.etcd.io/etcd/client/v3** v3.5.9 -> v3.5.10
-* **go.etcd.io/etcd/etcdutl/v3** v3.5.9 -> v3.5.10
-* **google.golang.org/grpc** v1.57.1 -> v1.58.3
-* **k8s.io/api** v0.28.2 -> v0.28.3
-* **k8s.io/apimachinery** v0.28.2 -> v0.28.3
-* **k8s.io/apiserver** v0.28.2 -> v0.28.3
-* **k8s.io/client-go** v0.28.2 -> v0.28.3
-* **k8s.io/component-base** v0.28.2 -> v0.28.3
-* **k8s.io/cri-api** v0.28.2 -> v0.28.3
-* **k8s.io/kubectl** v0.28.2 -> v0.28.3
-* **k8s.io/kubelet** v0.28.2 -> v0.28.3
-
-Previous release can be found at [v1.5.4](https://github.com/siderolabs/talos/releases/tag/v1.5.4)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.22.1
-ghcr.io/siderolabs/install-cni:v1.5.0-3-gb43c4e4
-registry.k8s.io/coredns/coredns:v1.10.1
-gcr.io/etcd-development/etcd:v3.5.10
-registry.k8s.io/kube-apiserver:v1.28.3
-registry.k8s.io/kube-controller-manager:v1.28.3
-registry.k8s.io/kube-scheduler:v1.28.3
-registry.k8s.io/kube-proxy:v1.28.3
-ghcr.io/siderolabs/kubelet:v1.28.3
-ghcr.io/siderolabs/installer:v1.5.5
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.5.4_stable
-## [Talos 1.5.4](https://github.com/siderolabs/talos/releases/tag/v1.5.4) (2023-10-17)
-
-Welcome to the v1.5.4 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Linux: 6.1.58
-
-Talos is built with Go 1.21.3.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Thomas Way
-* Utku Ozdemir
-
-### Changes
-9 commits
-
-
-* siderolabs/talos@9cf7980e5 release(v1.5.4): prepare release
-* siderolabs/talos@b72abb613 test: fix 'talosctl gen' tests
-* siderolabs/talos@69f1ea283 fix: handle secure boot state policy pcr digest error
-* siderolabs/talos@738092fda fix: use tpm2 hash algorithm constants and allow non-SHA-256 PCRs
-* siderolabs/talos@21d874a8a fix: clear the encryption config in META when STATE is reset
-* siderolabs/talos@58b16b9dc feat: support service account auth in cli
-* siderolabs/talos@124c2ff13 fix: the node IP for kubelet shouldn't change if nothing matches
-* siderolabs/talos@8f8392595 feat: update Linux to 6.1.58
-* siderolabs/talos@db4c5ce99 feat: update Go to 1.20.10
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@6241ac7 feat: update Go to 1.20.10
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@45cf9b0 feat: update Linux to 6.1.58
-* siderolabs/pkgs@873830b feat: update Go to 1.20.10
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@8adf637 feat: update Go to 1.20.10
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.5.0-1-g9d5f16f -> v1.5.0-2-g6241ac7
-* **github.com/siderolabs/pkgs** v1.5.0-11-gd6d7236 -> v1.5.0-13-g45cf9b0
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.3 -> v1.5.4
-* **github.com/siderolabs/tools** v1.5.0-1-g4d58a1b -> v1.5.0-2-g8adf637
-* **golang.org/x/net** v0.13.0 -> v0.17.0
-* **golang.org/x/sys** v0.10.0 -> v0.13.0
-* **golang.org/x/term** v0.10.0 -> v0.13.0
-* **golang.org/x/text** v0.11.0 -> v0.13.0
-* **google.golang.org/grpc** v1.57.0 -> v1.57.1
-
-Previous release can be found at [v1.5.3](https://github.com/siderolabs/talos/releases/tag/v1.5.3)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.22.1
-ghcr.io/siderolabs/install-cni:v1.5.0-2-g6241ac7
-registry.k8s.io/coredns/coredns:v1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.28.2
-registry.k8s.io/kube-controller-manager:v1.28.2
-registry.k8s.io/kube-scheduler:v1.28.2
-registry.k8s.io/kube-proxy:v1.28.2
-ghcr.io/siderolabs/kubelet:v1.28.2
-ghcr.io/siderolabs/installer:v1.5.4
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.5.3_stable
-## [Talos 1.5.3](https://github.com/siderolabs/talos/releases/tag/v1.5.3) (2023-09-22)
-
-Welcome to the v1.5.3 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### cgroups v1
-
-Talos Linux is incompatible with cgroups v1 due to the Kubernetes issue
-https://github.com/kubernetes/kubernetes/issues/120813 and new version of Linux kernel.
-
-Talos Linux doesn't use cgroups v1 by default, and it has to be explicitly enabled with
-a kernel argument: `talos.unified_cgroup_hierarchy=0`, so if you are not using cgroups v1,
-you are not affected.
-
-
-### Component Updates
-
-Kubernetes: v1.28.2
-Linux: 6.1.54
-
-
-### Contributors
-
-* Andrey Smirnov
-* Noel Georgi
-
-### Changes
-11 commits
-
-
-* siderolabs/talos@cb21c6710 release(v1.5.3): prepare release
-* siderolabs/talos@c4c33fb9e feat: update Linux to 6.1.54
-* siderolabs/talos@88c97678c feat: update Kubernetes to 1.28.2
-* siderolabs/talos@721b69b40 fix: generate of modules.dep when on the machine
-* siderolabs/talos@802aedd21 fix: build CPU ucode correctly for early loader
-* siderolabs/talos@1a1472033 refactor: reimplement the depmod extension rebuilder
-* siderolabs/talos@6e27fe3a6 fix: calculate UKI ISO size dynamically
-* siderolabs/talos@43d4afc92 fix: set default route priority for hcloud platform
-* siderolabs/talos@63a4257a9 fix: handle correctly change of listen address for maintenance service
-* siderolabs/talos@e9c9dc50d chore: improve image signing process
-* siderolabs/talos@2e13558ac fix: trim file path in the container image
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@d6d7236 chore: bump kernel to 6.1.54
-* siderolabs/pkgs@9bfb39a chore: rename kconfig-hardened-check
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/pkgs** v1.5.0-9-g7f9d6eb -> v1.5.0-11-gd6d7236
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.2 -> v1.5.3
-* **k8s.io/api** v0.28.1 -> v0.28.2
-* **k8s.io/apimachinery** v0.28.1 -> v0.28.2
-* **k8s.io/apiserver** v0.28.1 -> v0.28.2
-* **k8s.io/client-go** v0.28.1 -> v0.28.2
-* **k8s.io/component-base** v0.28.1 -> v0.28.2
-* **k8s.io/cri-api** v0.28.1 -> v0.28.2
-* **k8s.io/kubectl** v0.28.1 -> v0.28.2
-* **k8s.io/kubelet** v0.28.1 -> v0.28.2
-
-Previous release can be found at [v1.5.2](https://github.com/siderolabs/talos/releases/tag/v1.5.2)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.22.1
-ghcr.io/siderolabs/install-cni:v1.5.0-1-g9d5f16f
-registry.k8s.io/coredns/coredns:v1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.28.2
-registry.k8s.io/kube-controller-manager:v1.28.2
-registry.k8s.io/kube-scheduler:v1.28.2
-registry.k8s.io/kube-proxy:v1.28.2
-ghcr.io/siderolabs/kubelet:v1.28.2
-ghcr.io/siderolabs/installer:v1.5.3
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.5.2_stable
-## [Talos 1.5.2](https://github.com/siderolabs/talos/releases/tag/v1.5.2) (2023-09-07)
-
-Welcome to the v1.5.2 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Kubernetes: v1.28.1
-Linux: 6.1.51
-
-Talos is now built with Go 1.20.8.
-
-
-### Contributors
-
-* Andrey Smirnov
-
-### Changes
-12 commits
-
-
-* siderolabs/talos@318c66b98 release(v1.5.2): prepare release
-* siderolabs/talos@614e4e892 feat: update Go to 1.20.8
-* siderolabs/talos@cb8eb9da1 feat: update Linux to 6.1.51
-* siderolabs/talos@45c88aedd fix: update kubernetes library for 1.28 upgrade pre-checks
-* siderolabs/talos@b8bd8ee43 fix: shorten VLAN link names to fit into the limit of 15 characters
-* siderolabs/talos@2a2b64eee feat: update default Kubernetes to 1.28.1
-* siderolabs/talos@e713043ff feat: set environment variables early in the boot
-* siderolabs/talos@4552014b9 fix: set correct (1 year) talosconfig expiration
-* siderolabs/talos@1804906c7 fix: set proper timeouts for KubePrism loadbalancer
-* siderolabs/talos@dbfbeb7c9 refactor: update NTP spike detector
-* siderolabs/talos@6ae5b1289 fix: ova contents to be named `disk.*`
-* siderolabs/talos@9d6d580f4 fix: properly calculate overal of node address with subnet filters
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@9d5f16f feat: update Go to 1.20.8
-
-
-
-### Changes from siderolabs/go-kubernetes
-1 commit
-
-
-* siderolabs/go-kubernetes@44e26b3 feat: update removed feature gates for 1.28
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@7f9d6eb feat: update Go to 1.20.8
-* siderolabs/pkgs@99b6ac1 feat: update Linux to 6.1.51
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@4d58a1b feat: update Go to 1.20.8
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.5.0 -> v1.5.0-1-g9d5f16f
-* **github.com/siderolabs/go-kubernetes** v0.2.2 -> v0.2.3
-* **github.com/siderolabs/pkgs** v1.5.0-7-gf62fa2c -> v1.5.0-9-g7f9d6eb
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.1 -> v1.5.2
-* **github.com/siderolabs/tools** v1.5.0 -> v1.5.0-1-g4d58a1b
-* **k8s.io/api** v0.28.0 -> v0.28.1
-* **k8s.io/apiserver** v0.28.0 -> v0.28.1
-* **k8s.io/client-go** v0.28.0 -> v0.28.1
-* **k8s.io/component-base** v0.28.0 -> v0.28.1
-* **k8s.io/kubectl** v0.28.0 -> v0.28.1
-* **k8s.io/kubelet** v0.28.0 -> v0.28.1
-
-Previous release can be found at [v1.5.1](https://github.com/siderolabs/talos/releases/tag/v1.5.1)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.22.1
-ghcr.io/siderolabs/install-cni:v1.5.0-1-g9d5f16f
-registry.k8s.io/coredns/coredns:v1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.28.1
-registry.k8s.io/kube-controller-manager:v1.28.1
-registry.k8s.io/kube-scheduler:v1.28.1
-registry.k8s.io/kube-proxy:v1.28.1
-ghcr.io/siderolabs/kubelet:v1.28.1
-ghcr.io/siderolabs/installer:v1.5.2
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.5.1_stable
-## [Talos 1.5.1](https://github.com/siderolabs/talos/releases/tag/v1.5.1) (2023-08-22)
-
-Welcome to the v1.5.1 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-* Linux: 6.1.46
-
-
-### Contributors
-
-* Andrey Smirnov
-* Utku Ozdemir
-
-### Changes
-11 commits
-
-
-* siderolabs/talos@40a22cdf7 release(v1.5.1): prepare release
-* siderolabs/talos@4fd4e16c0 fix: copy proper modules to arm64 squashfs
-* siderolabs/talos@51c92e48a feat: update Linux to 6.1.46
-* siderolabs/talos@2d2b8c895 fix: prevent dashboard crashes when process info is not available
-* siderolabs/talos@a79ed5e47 fix: properly GC images supplied with both tag and digest
-* siderolabs/talos@024053a5c fix: automatically change `rpi_4` board on upgrade
-* siderolabs/talos@5c82445d2 fix: support 'List' type manifests
-* siderolabs/talos@7b36ada79 fix: use image digest when starting a container
-* siderolabs/talos@106078295 fix: ntp query error with bare IPv6 address
-* siderolabs/talos@5b1d021d5 fix: write correct capacity to the ovf
-* siderolabs/talos@3c8b0856b fix: restore compatibility with Kubernetes 1.26
-
-
-
-### Changes from siderolabs/pkgs
-1 commit
-
-
-* siderolabs/pkgs@f62fa2c feat: update Linux to 6.1.46
-
-
-
-### Dependency Changes
-
-* **github.com/beevik/ntp** v1.2.0 -> v1.3.0
-* **github.com/siderolabs/pkgs** v1.5.0-6-g2f2c9cd -> v1.5.0-7-gf62fa2c
-* **github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.5.1
-
-Previous release can be found at [v1.5.0](https://github.com/siderolabs/talos/releases/tag/v1.5.0)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.22.1
-ghcr.io/siderolabs/install-cni:v1.5.0
-registry.k8s.io/coredns/coredns:v1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.28.0
-registry.k8s.io/kube-controller-manager:v1.28.0
-registry.k8s.io/kube-scheduler:v1.28.0
-registry.k8s.io/kube-proxy:v1.28.0
-ghcr.io/siderolabs/kubelet:v1.28.0
-ghcr.io/siderolabs/installer:v1.5.1
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.4.8_stable
-## [Talos 1.4.8](https://github.com/siderolabs/talos/releases/tag/v1.4.8) (2023-08-10)
-
-Welcome to the v1.4.8 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Linux: 6.1.44
-
-Talos is built with Go 1.20.7.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Andrey Smirnov
-
-### Changes
-3 commits
-
-
-* siderolabs/talos@84c2961ab release(v1.4.8): prepare release
-* siderolabs/talos@371586180 chore: update Go to 1.20.7, Linux to 6.1.44
-* siderolabs/talos@85b5d1ddd fix: calculate log2i properly
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@9b41398 chore: update go to 1.20.7
-
-
-
-### Changes from siderolabs/pkgs
-3 commits
-
-
-* siderolabs/pkgs@13103d6 chore: update Go to 1.20.7
-* siderolabs/pkgs@782d769 feat: update Linux to 6.1.44
-* siderolabs/pkgs@11860e5 chore: enable pushing of non-free packages
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@6889ef6 feat: update Go to 1.20.7
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.4.0-3-g2b5a1e6 -> v1.4.0-4-g9b41398
-* **github.com/siderolabs/pkgs** v1.4.1-16-g69266d9 -> v1.4.1-19-g13103d6
-* **github.com/siderolabs/talos/pkg/machinery** v1.4.7 -> v1.4.8
-* **github.com/siderolabs/tools** v1.4.0-4-g78b2dc6 -> v1.4.0-5-g6889ef6
-
-Previous release can be found at [v1.4.7](https://github.com/siderolabs/talos/releases/tag/v1.4.7)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.21.4
-ghcr.io/siderolabs/install-cni:v1.4.0-4-g9b41398
-docker.io/coredns/coredns:1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.27.4
-registry.k8s.io/kube-controller-manager:v1.27.4
-registry.k8s.io/kube-scheduler:v1.27.4
-registry.k8s.io/kube-proxy:v1.27.4
-ghcr.io/siderolabs/kubelet:v1.27.4
-ghcr.io/siderolabs/installer:v1.4.8
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.4.7_stable
-## [Talos 1.4.7](https://github.com/siderolabs/talos/releases/tag/v1.4.7) (2023-07-26)
-
-Welcome to the v1.4.7 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Kubernetes: 1.27.4
-Linux: 6.1.41
-
-Talos is built with Go 1.20.6.
-
-
-### Contributors
-
-* Andrey Smirnov
-
-### Changes
-6 commits
-
-
-* siderolabs/talos@a1ee7612f release(v1.4.7): prepare release
-* siderolabs/talos@95a3670f6 chore: workaround AWS AMI failures, disable Azure uploader
-* siderolabs/talos@8f35f7dbe feat: update Linux to 6.1.41
-* siderolabs/talos@696a6fb63 feat: update Kubernetes default to 1.27.4
-* siderolabs/talos@7b5e94816 chore: optimize image generation time
-* siderolabs/talos@d6af392e1 chore: update Go to 1.20.6
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@2b5a1e6 feat: update Go to 1.20.6
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@69266d9 feat: update Linux to 6.1.41
-* siderolabs/pkgs@d5a3fd7 feat: update Go to 1.20.6
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@78b2dc6 feat: update Go to 1.20.6
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.4.0-2-gb2aba9d -> v1.4.0-3-g2b5a1e6
-* **github.com/siderolabs/pkgs** v1.4.1-14-ge911ac5 -> v1.4.1-16-g69266d9
-* **github.com/siderolabs/talos/pkg/machinery** v1.4.6 -> v1.4.7
-* **github.com/siderolabs/tools** v1.4.0-3-gfac34e5 -> v1.4.0-4-g78b2dc6
-* **k8s.io/api** v0.27.3 -> v0.27.4
-* **k8s.io/apimachinery** v0.27.3 -> v0.27.4
-* **k8s.io/apiserver** v0.27.3 -> v0.27.4
-* **k8s.io/client-go** v0.27.3 -> v0.27.4
-* **k8s.io/component-base** v0.27.3 -> v0.27.4
-* **k8s.io/kubectl** v0.27.3 -> v0.27.4
-* **k8s.io/kubelet** v0.27.3 -> v0.27.4
-
-Previous release can be found at [v1.4.6](https://github.com/siderolabs/talos/releases/tag/v1.4.6)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.21.4
-ghcr.io/siderolabs/install-cni:v1.4.0-3-g2b5a1e6
-docker.io/coredns/coredns:1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.27.4
-registry.k8s.io/kube-controller-manager:v1.27.4
-registry.k8s.io/kube-scheduler:v1.27.4
-registry.k8s.io/kube-proxy:v1.27.4
-ghcr.io/siderolabs/kubelet:v1.27.4
-ghcr.io/siderolabs/installer:v1.4.7
-registry.k8s.io/pause:3.6
-```
-
-# Changelog for talos_v1.4.6_stable
-## [Talos 1.4.6](https://github.com/siderolabs/talos/releases/tag/v1.4.6) (2023-06-28)
-
-Welcome to the v1.4.6 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-Kubernetes: 1.27.3
-Linux: 6.1.35
-
-Talos is built with Go 1.20.5.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Alex Lubbock
-* Noel Georgi
-* Utku Ozdemir
-
-### Changes
-10 commits
-
-
-* siderolabs/talos@8615b213e release(v1.4.6): prepare release
-* siderolabs/talos@bb76a38d4 fix: provide stashed META values before installation
-* siderolabs/talos@109a6c659 fix: allow time skew for generated kubeconfig
-* siderolabs/talos@765f87b95 chore: optimize image compression
-* siderolabs/talos@8c9f0495f fix: do not probe kernel args in dashboard if not needed
-* siderolabs/talos@d759302d9 fix: skip DHCP RENEW if server IP in the lease is all zeroes
-* siderolabs/talos@2b33a66d7 fix: upgrade-k8s use internal IP first, external IP fallback
-* siderolabs/talos@b5bbb3f2e feat: update Linux to 6.1.36
-* siderolabs/talos@1e9c3b3b8 feat: update default Kubernetes version to 1.27.3
-* siderolabs/talos@21a490b11 chore: update to Go 1.20.5
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@b2aba9d feat: update Go to 1.20.5
-
-
-
-### Changes from siderolabs/pkgs
-3 commits
-
-
-* siderolabs/pkgs@e911ac5 feat: update Linux to 6.1.35
-* siderolabs/pkgs@15a5cba fix: bump drbd to 9.2.4
-* siderolabs/pkgs@91b8dd4 feat: update Go to 1.20.5
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@fac34e5 feat: update Go to 1.20.5
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.4.0-1-g9b07505 -> v1.4.0-2-gb2aba9d
-* **github.com/siderolabs/pkgs** v1.4.1-11-g3e75ce2 -> v1.4.1-14-ge911ac5
-* **github.com/siderolabs/talos/pkg/machinery** v1.4.5 -> v1.4.6
-* **github.com/siderolabs/tools** v1.4.0-2-g5d0e9ab -> v1.4.0-3-gfac34e5
-* **k8s.io/api** v0.27.2 -> v0.27.3
-* **k8s.io/apimachinery** v0.27.2 -> v0.27.3
-* **k8s.io/apiserver** v0.27.2 -> v0.27.3
-* **k8s.io/client-go** v0.27.2 -> v0.27.3
-* **k8s.io/component-base** v0.27.2 -> v0.27.3
-* **k8s.io/cri-api** v0.27.2 -> v0.27.3
-* **k8s.io/kubectl** v0.27.2 -> v0.27.3
-* **k8s.io/kubelet** v0.27.2 -> v0.27.3
-
-Previous release can be found at [v1.4.5](https://github.com/siderolabs/talos/releases/tag/v1.4.5)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.21.4
-ghcr.io/siderolabs/install-cni:v1.4.0-2-gb2aba9d
-docker.io/coredns/coredns:1.10.1
-gcr.io/etcd-development/etcd:v3.5.9
-registry.k8s.io/kube-apiserver:v1.27.3
-registry.k8s.io/kube-controller-manager:v1.27.3
-registry.k8s.io/kube-scheduler:v1.27.3
-registry.k8s.io/kube-proxy:v1.27.3
-ghcr.io/siderolabs/kubelet:v1.27.3
-ghcr.io/siderolabs/installer:v1.4.6
-registry.k8s.io/pause:3.6
-```
-
-## [Talos 1.4.1](https://github.com/siderolabs/talos/releases/tag/v1.4.1) (2023-04-27)
-
-Welcome to the v1.4.1 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-* Linux: 6.1.25
-
-
-### Contributors
-
-* Andrey Smirnov
-* Utku Ozdemir
-* Noel Georgi
-* Nico Berlee
-
-### Changes
-14 commits
-
-
-* siderolabs/talos@647c6b4ef release(v1.4.1): prepare release
-* siderolabs/talos@726d8d984 feat: update Linux to 6.1.25, fix virtio on arm64
-* siderolabs/talos@ab09baf3d fix: bump max inhibit delay to 20 min
-* siderolabs/talos@e94a19602 fix: udevd rules trigger
-* siderolabs/talos@0cd177524 fix: display correct number of machines on dashboard
-* siderolabs/talos@6b6e6c9c7 feat: clean up (garbage collect) system images which are not referenced
-* siderolabs/talos@254086d6d fix: support kernel userspace module loading
-* siderolabs/talos@0ef60514e feat: add startup probes to controller-manager and scheduler
-* siderolabs/talos@9ce238794 fix: do not show control plane status for workers on dashboard
-* siderolabs/talos@b92d9965f fix: allow `talosctl cp` to handle special files in `/proc`
-* siderolabs/talos@c003fce72 chore: fix container image reproducibility
-* siderolabs/talos@0a00a4ea7 fix: parse errors correctly
-* siderolabs/talos@447c73b05 test: submit verbose flag to e2e tests
-* siderolabs/talos@bf1cfe9c8 feat: show template URL in dashboard config URL tab
-
-
-
-### Changes from siderolabs/go-blockdevice
-1 commit
-
-
-* siderolabs/go-blockdevice@076874a chore: resolve blockdevice symlinks
-
-
-
-### Changes from siderolabs/pkgs
-3 commits
-
-
-* siderolabs/pkgs@0657493 chore: allow more than one commit per PR
-* siderolabs/pkgs@6ddcc52 feat: update Linux to 6.1.25
-* siderolabs/pkgs@a969180 feat: add multi-gen LRU kernel support
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/go-blockdevice** v0.4.4 -> v0.4.5
-* **github.com/siderolabs/pkgs** v1.4.1-5-ga333a84 -> v1.4.1-8-g0657493
-* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 -> v1.4.1
-
-Previous release can be found at [v1.4.0](https://github.com/siderolabs/talos/releases/tag/v1.4.0)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.21.4
-ghcr.io/siderolabs/install-cni:v1.4.0-1-g9b07505
-docker.io/coredns/coredns:1.10.1
-gcr.io/etcd-development/etcd:v3.5.8
-registry.k8s.io/kube-apiserver:v1.27.1
-registry.k8s.io/kube-controller-manager:v1.27.1
-registry.k8s.io/kube-scheduler:v1.27.1
-registry.k8s.io/kube-proxy:v1.27.1
-ghcr.io/siderolabs/kubelet:v1.27.1
-ghcr.io/siderolabs/installer:v1.4.1
-registry.k8s.io/pause:3.6
-```
-
-## [Talos 1.3.7](https://github.com/siderolabs/talos/releases/tag/v1.3.7) (2023-04-06)
-
-Welcome to the v1.3.7 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-* Linux: 5.15.106
-* containerd: 1.6.20
-* runc: 1.1.5
-* Kubernetes: v1.26.3
-
-Talos is built with Go 1.19.8.
-
-
-### Contributors
-
-* Andrey Smirnov
-* Dmitriy Matrenichev
-
-### Changes
-8 commits
-
-
-* siderolabs/talos@d17c9ee82 release(v1.3.7): prepare release
-* siderolabs/talos@fe76c56fe fix: correctly parse static pod phase
-* siderolabs/talos@dc001d28f fix: output of `talosctl logs` might be corruped
-* siderolabs/talos@422e30a2f fix: always shutdown maintenance API service
-* siderolabs/talos@19f7f7f39 feat: update Kubernetes to 1.26.3
-* siderolabs/talos@13456dab3 fix: use 'no block' etcd dial with multiple endpoints
-* siderolabs/talos@93dfa86d7 fix: nil pointer exception in syncLink
-* siderolabs/talos@34677b931 feat: update Go 1.19.8, Linux 5.15.106
-
-
-
-### Changes from siderolabs/extras
-1 commit
-
-
-* siderolabs/extras@75d687a chore: update Go to 1.19.8
-
-
-
-### Changes from siderolabs/pkgs
-2 commits
-
-
-* siderolabs/pkgs@49b4ba8 feat: update Go 1.19.8, Linux 5.15.106
-* siderolabs/pkgs@d1b0e28 feat: containerd 1.6.20, runc 1.1.5
-
-
-
-### Changes from siderolabs/tools
-1 commit
-
-
-* siderolabs/tools@9a1d3ec feat: update Go to 1.19.8
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/extras** v1.3.0-4-gcb97438 -> v1.3.0-5-g75d687a
-* **github.com/siderolabs/pkgs** v1.3.0-15-g3b37079 -> v1.3.0-17-g49b4ba8
-* **github.com/siderolabs/talos/pkg/machinery** v1.3.6 -> v1.3.7
-* **github.com/siderolabs/tools** v1.3.0-3-ge225a7e -> v1.3.0-4-g9a1d3ec
-* **k8s.io/api** v0.26.2 -> v0.26.3
-* **k8s.io/apiserver** v0.26.2 -> v0.26.3
-* **k8s.io/client-go** v0.26.2 -> v0.26.3
-* **k8s.io/component-base** v0.26.2 -> v0.26.3
-* **k8s.io/kubectl** v0.26.2 -> v0.26.3
-* **k8s.io/kubelet** v0.26.2 -> v0.26.3
-
-Previous release can be found at [v1.3.6](https://github.com/siderolabs/talos/releases/tag/v1.3.6)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.20.2
-ghcr.io/siderolabs/install-cni:v1.3.0-5-g75d687a
-docker.io/coredns/coredns:1.10.0
-gcr.io/etcd-development/etcd:v3.5.7
-registry.k8s.io/kube-apiserver:v1.26.3
-registry.k8s.io/kube-controller-manager:v1.26.3
-registry.k8s.io/kube-scheduler:v1.26.3
-registry.k8s.io/kube-proxy:v1.26.3
-ghcr.io/siderolabs/kubelet:v1.26.3
-ghcr.io/siderolabs/installer:v1.3.7
-registry.k8s.io/pause:3.6
-```
-
-## [Talos 1.2.3](https://github.com/siderolabs/talos/releases/tag/v1.2.3) (2022-09-20)
-
-Welcome to the v1.2.3 release of Talos!
-
-
-
-Please try out the release binaries and report any issues at
-https://github.com/siderolabs/talos/issues.
-
-### Component Updates
-
-* Kubernetes: v1.25.1
-* etcd: v3.5.5
-* Linux: 5.15.68
-
-
-### Contributors
-
-* Andrey Smirnov
-* Dmitriy Matrenichev
-* Noel Georgi
-
-### Changes
-9 commits
-
-
-* siderolabs/talos@40cb1b493 release(v1.2.3): prepare release
-* siderolabs/talos@19cb6203c chore: add ice drivers
-* siderolabs/talos@4e23aa2a7 feat: update etcd to v3.5.5
-* siderolabs/talos@4754b59ce feat: update Kubernetes to v1.25.1
-* siderolabs/talos@b00186463 chore: return InvalidArgument on invalid config in maintenance mode
-* siderolabs/talos@1d7d8d5dd fix: set etcd options consistently
-* siderolabs/talos@88861e770 chore: mark machine configuration validation failure as InvalidArgument
-* siderolabs/talos@04406b0ba chore: add output of VLANSpec encoding to tests
-* siderolabs/talos@1d522938d fix: ensure that custom Decoder gets called for netaddr.IP
-
-
-
-### Changes from siderolabs/pkgs
-1 commit
-
-
-* siderolabs/pkgs@eb07d7c chore: bump kernel + enable intel ice drivers
-
-
-
-### Dependency Changes
-
-* **github.com/siderolabs/pkgs** v1.2.0-10-g0f4351f -> v1.2.0-11-geb07d7c
-* **go.etcd.io/etcd/api/v3** v3.5.4 -> v3.5.5
-* **go.etcd.io/etcd/client/pkg/v3** v3.5.4 -> v3.5.5
-* **go.etcd.io/etcd/client/v3** v3.5.4 -> v3.5.5
-* **go.etcd.io/etcd/etcdutl/v3** v3.5.4 -> v3.5.5
-* **go.uber.org/atomic** v1.9.0 -> v1.10.0
-* **go.uber.org/zap** v1.22.0 -> v1.23.0
-* **golang.org/x/net** 3211cb980234 -> bea034e7d591
-* **golang.org/x/sync** 886fb9371eb4 -> f12130a52804
-* **golang.org/x/sys** fbc7d0a398ab -> aba9fc2a8ff2
-* **k8s.io/api** v0.25.0 -> v0.25.1
-* **k8s.io/apimachinery** v0.25.0 -> v0.25.1
-* **k8s.io/apiserver** v0.25.0 -> v0.25.1
-* **k8s.io/client-go** v0.25.0 -> v0.25.1
-* **k8s.io/component-base** v0.25.0 -> v0.25.1
-* **k8s.io/cri-api** v0.25.0 -> v0.25.1
-* **k8s.io/kubectl** v0.25.0 -> v0.25.1
-* **k8s.io/kubelet** v0.25.0 -> v0.25.1
-
-Previous release can be found at [v1.2.2](https://github.com/siderolabs/talos/releases/tag/v1.2.2)
-
-## Images
-
-```
-ghcr.io/siderolabs/flannel:v0.19.2
-ghcr.io/siderolabs/install-cni:v1.2.0-1-g116c5a9
-docker.io/coredns/coredns:1.9.3
-gcr.io/etcd-development/etcd:v3.5.5
-k8s.gcr.io/kube-apiserver:v1.25.1
-k8s.gcr.io/kube-controller-manager:v1.25.1
-k8s.gcr.io/kube-scheduler:v1.25.1
-k8s.gcr.io/kube-proxy:v1.25.1
-ghcr.io/siderolabs/kubelet:v1.25.1
-ghcr.io/siderolabs/installer:v1.2.3
-k8s.gcr.io/pause:3.6
-```
diff --git a/ubuntu/aarch64/18_04.md b/ubuntu/aarch64/18_04.md
deleted file mode 100644
index b770b4c..0000000
--- a/ubuntu/aarch64/18_04.md
+++ /dev/null
@@ -1,1693 +0,0 @@
-# Changelog for ubuntu_18_04-aarch64-2024-07-31-1722416896
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-07-09-1720524129
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-05-31-1717145647
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-distro-info-data | 0.37ubuntu0.17 | 0.37ubuntu0.18
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-04-30-1714491634
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-03-31-1711875365
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-update-notifier-common | 3.192.1.19 | 3.192.1.21
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-02-29-1709196456
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2024-02-15-1708021546
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-base-files | 10.1ubuntu2.11 | 10.1ubuntu2.12
-motd-news-config | 10.1ubuntu2.11 | 10.1ubuntu2.12
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-12-31-1704012863
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-11-30-1701333544
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ubuntu-advantage-tools | 29.4~18.04 | 27.14.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-10-31-1698771773
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 704.0M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-10-03-1696346069
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 704.0M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ubuntu-advantage-tools | 28.1~18.04 | 29.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-08-03-1691070299
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 703.9M |
-| Previous | 703.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 521 |
-| Previous | 521 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apparmor | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-libapparmor1 | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-ubuntu-advantage-tools | 27.14.4~18.04 | 28.1~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-aarch64-2023-06-30-1688141188
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 703.9M
-Previous | 636.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.0G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-211.222 | 4.15.0-213.224
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 521
- Previous | 517
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-212 | 4.15.0-212.223
-linux-headers-4.15.0-212-generic | 4.15.0-212.223
-linux-headers-4.15.0-213 | 4.15.0-213.224
-linux-headers-4.15.0-213-generic | 4.15.0-213.224
-linux-image-4.15.0-212-generic | 4.15.0-212.223
-linux-image-4.15.0-213-generic | 4.15.0-213.224
-linux-modules-4.15.0-212-generic | 4.15.0-212.223
-linux-modules-4.15.0-213-generic | 4.15.0-213.224
-linux-modules-extra-4.15.0-213-generic | 4.15.0-213.224
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-liblxc-common | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-liblxc1 | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-linux-generic | 4.15.0.211.194 | 4.15.0.213.196
-linux-headers-generic | 4.15.0.211.194 | 4.15.0.213.196
-linux-headers-virtual | 4.15.0.211.194 | 4.15.0.213.196
-linux-image-generic | 4.15.0.211.194 | 4.15.0.213.196
-linux-image-virtual | 4.15.0.211.194 | 4.15.0.213.196
-linux-virtual | 4.15.0.211.194 | 4.15.0.213.196
-mokutil | 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 | 0.6.0-2~18.04.1
-python3-software-properties | 0.96.24.32.20 | 0.96.24.32.22
-shim | 15.4-0ubuntu9 | 15.7-0ubuntu1
-shim-signed | 1.37~18.04.11+15.4-0ubuntu9 | 1.37~18.04.13+15.7-0ubuntu1
-software-properties-common | 0.96.24.32.20 | 0.96.24.32.22
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-211 |
-linux-headers-4.15.0-211-generic |
-linux-image-4.15.0-211-generic |
-linux-modules-4.15.0-211-generic |
-linux-modules-extra-4.15.0-211-generic |
-# Changelog for ubuntu_18_04-aarch64-2023-06-01-1685663169
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 636.9M
-Previous | 628.3M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-200.211 | 4.15.0-211.222
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 517
- Previous | 517
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-211 | 4.15.0-211.222
-linux-headers-4.15.0-211-generic | 4.15.0-211.222
-linux-image-4.15.0-211-generic | 4.15.0-211.222
-linux-modules-4.15.0-211-generic | 4.15.0-211.222
-linux-modules-extra-4.15.0-211-generic | 4.15.0-211.222
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-apt | 1.6.14 | 1.6.17
-apt-transport-https | 1.6.14 | 1.6.17
-apt-utils | 1.6.14 | 1.6.17
-ca-certificates | 20211016ubuntu0.18.04.1 | 20230311ubuntu0.18.04.1
-cloud-init | 22.4.2-0ubuntu0~18.04.1 | 23.1.2-0ubuntu0~18.04.1
-curl | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.24
-distro-info-data | 0.37ubuntu0.15 | 0.37ubuntu0.17
-dnsmasq-base | 2.79-1ubuntu0.6 | 2.79-1ubuntu0.7
-git | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.18
-git-man | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.18
-grub-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-efi-arm64 | 2.04-1ubuntu47.4 | 2.06-2ubuntu14.1
-grub-efi-arm64-bin | 2.04-1ubuntu47.4 | 2.06-2ubuntu14.1
-grub-efi-arm64-signed | 1.173.2~18.04.1+2.04-1ubuntu47.4 | 1.187.3~18.04.1+2.06-2ubuntu14.1
-grub2-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-iptables | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-krb5-locales | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.4
-libapt-inst2.0 | 1.6.14 | 1.6.17
-libapt-pkg5.0 | 1.6.14 | 1.6.17
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libcurl3-gnutls | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.24
-libcurl4 | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.24
-libgssapi-krb5-2 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.4
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libip4tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libip6tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libiptc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libk5crypto3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.4
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libkrb5-3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.4
-libkrb5support0 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.4
-libksba8 | 1.3.5-2ubuntu0.18.04.1 | 1.3.5-2ubuntu0.18.04.2
-libncurses5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libncursesw5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libnss-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam-modules | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-modules-bin | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-runtime | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam0g | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.6
-libperl5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-libpython3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libssl1.0.0 | 1.0.2n-1ubuntu5.10 | 1.0.2n-1ubuntu5.13
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.23
-libsystemd0 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libtinfo5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libudev1 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.4
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.8 | 2.9.4+dfsg1-6.1ubuntu1.9
-libxtables12 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-linux-generic | 4.15.0.200.183 | 4.15.0.211.194
-linux-headers-generic | 4.15.0.200.183 | 4.15.0.211.194
-linux-headers-virtual | 4.15.0.200.183 | 4.15.0.211.194
-linux-image-generic | 4.15.0.200.183 | 4.15.0.211.194
-linux-image-virtual | 4.15.0.200.183 | 4.15.0.211.194
-linux-virtual | 4.15.0.200.183 | 4.15.0.211.194
-ncurses-base | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-bin | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-term | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-openssl | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.23
-perl | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-base | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-modules-5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-python-apt-common | 1.6.5ubuntu0.7 | 1.6.6
-python3-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3-apt | 1.6.5ubuntu0.7 | 1.6.6
-python3-pkg-resources | 39.0.1-2 | 39.0.1-2ubuntu0.1
-python3-problem-report | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3-software-properties | 0.96.24.32.18 | 0.96.24.32.20
-python3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-rsync | 3.1.2-2.1ubuntu1.5 | 3.1.2-2.1ubuntu1.6
-snapd | 2.57.5+18.04ubuntu0.1 | 2.58+18.04.1
-software-properties-common | 0.96.24.32.18 | 0.96.24.32.20
-sudo | 1.8.21p2-3ubuntu1.4 | 1.8.21p2-3ubuntu1.6
-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-systemd-sysv | 237-3ubuntu10.56 | 237-3ubuntu10.57
-tar | 1.29b-2ubuntu0.3 | 1.29b-2ubuntu0.4
-tcpdump | 4.9.3-0ubuntu0.18.04.2 | 4.9.3-0ubuntu0.18.04.3
-tmux | 2.6-3ubuntu0.2 | 2.6-3ubuntu0.3
-tzdata | 2022g-0ubuntu0.18.04 | 2023c-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.12~18.04.1 | 27.14.4~18.04
-udev | 237-3ubuntu10.56 | 237-3ubuntu10.57
-update-notifier-common | 3.192.1.12 | 3.192.1.19
-vim | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.13
-vim-common | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.13
-vim-runtime | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.13
-vim-tiny | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.13
-xxd | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.13
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-200 |
-linux-headers-4.15.0-200-generic |
-linux-image-4.15.0-200-generic |
-linux-modules-4.15.0-200-generic |
-linux-modules-extra-4.15.0-200-generic |
-# Changelog for ubuntu_18_04-aarch64-2023-01-03-1672759930
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 628.3M
-Previous | 694.2M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.0G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-200.211 | 4.15.0-200.211
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 517
- Previous | 521
-
-### New Packages
-No packages were added
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ca-certificates | 20211016~18.04.1 | 20211016ubuntu0.18.04.1
-cloud-init | 22.3.4-0ubuntu1~18.04.1 | 22.4.2-0ubuntu0~18.04.1
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libpython3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.7 | 2.9.4+dfsg1-6.1ubuntu1.8
-python3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-snapd | 2.57.5+18.04 | 2.57.5+18.04ubuntu0.1
-tzdata | 2022f-0ubuntu0.18.04.0 | 2022g-0ubuntu0.18.04
-u-boot-tools | 2020.10+dfsg-1ubuntu0~18.04.2 | 2020.10+dfsg-1ubuntu0~18.04.3
-ubuntu-advantage-tools | 27.11.3~18.04.1 | 27.12~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-197 |
-linux-headers-4.15.0-197-generic |
-linux-image-4.15.0-197-generic |
-linux-modules-4.15.0-197-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-12-01-1669911985
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 694.2M
-Previous | 628.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.0G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-197.208 | 4.15.0-200.211
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 521
- Previous | 517
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-200 | 4.15.0-200.211
-linux-headers-4.15.0-200-generic | 4.15.0-200.211
-linux-image-4.15.0-200-generic | 4.15.0-200.211
-linux-modules-4.15.0-200-generic | 4.15.0-200.211
-linux-modules-extra-4.15.0-200-generic | 4.15.0-200.211
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-grub-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub2-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-libexpat1 | 2.2.5-3ubuntu0.8 | 2.2.5-3ubuntu0.9
-linux-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-headers-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-headers-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-image-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-image-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-virtual | 4.15.0.197.182 | 4.15.0.200.183
-login | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-passwd | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-uidmap | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-
-### Removed Packages
- Name |
------------- |
-linux-modules-extra-4.15.0-197-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-11-22-1669158148
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 628.1M
-Previous | 622.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-193.204 | 4.15.0-197.208
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 517
- Previous | 517
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-197 | 4.15.0-197.208
-linux-headers-4.15.0-197-generic | 4.15.0-197.208
-linux-image-4.15.0-197-generic | 4.15.0-197.208
-linux-modules-4.15.0-197-generic | 4.15.0-197.208
-linux-modules-extra-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-cloud-init | 22.2-0ubuntu1~18.04.3 | 22.3.4-0ubuntu1~18.04.1
-curl | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-dbus | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-dbus-user-session | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-distro-info-data | 0.37ubuntu0.14 | 0.37ubuntu0.15
-git | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-git-man | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-grub-efi-arm64 | 2.04-1ubuntu44.1.2 | 2.04-1ubuntu47.4
-grub-efi-arm64-bin | 2.04-1ubuntu44.1.2 | 2.04-1ubuntu47.4
-grub-efi-arm64-signed | 1.167~18.04.5+2.04-1ubuntu44.1.2 | 1.173.2~18.04.1+2.04-1ubuntu47.4
-isc-dhcp-client | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-isc-dhcp-common | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-libasn1-8-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libcurl3-gnutls | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libcurl4 | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libdbus-1-3 | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-libexpat1 | 2.2.5-3ubuntu0.7 | 2.2.5-3ubuntu0.8
-libgmp10 | 2:6.1.2+dfsg-2 | 2:6.1.2+dfsg-2ubuntu0.1
-libgssapi3-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhcrypto4-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimbase1-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimntlm0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhx509-5-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libkrb5-26-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libksba8 | 1.3.5-2 | 1.3.5-2ubuntu0.18.04.1
-libntfs-3g88 | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-libperl5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-libroken18-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libsqlite3-0 | 3.22.0-1ubuntu0.6 | 3.22.0-1ubuntu0.7
-libwind0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-linux-generic | 4.15.0.193.178 | 4.15.0.197.182
-linux-headers-generic | 4.15.0.193.178 | 4.15.0.197.182
-linux-headers-virtual | 4.15.0.193.178 | 4.15.0.197.182
-linux-image-generic | 4.15.0.193.178 | 4.15.0.197.182
-linux-image-virtual | 4.15.0.193.178 | 4.15.0.197.182
-linux-virtual | 4.15.0.193.178 | 4.15.0.197.182
-ntfs-3g | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-perl | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-base | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-modules-5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-snapd | 2.55.5+18.04 | 2.57.5+18.04
-sosreport | 4.3-1ubuntu0.18.04.2 | 4.4-1ubuntu0.18.04.1
-tzdata | 2022c-0ubuntu0.18.04.0 | 2022f-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.10.1~18.04.1 | 27.11.3~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-193 |
-linux-headers-4.15.0-193-generic |
-linux-image-4.15.0-193-generic |
-linux-modules-4.15.0-193-generic |
-linux-modules-extra-4.15.0-193-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-10-04-1664903337
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 622.1M
-Previous | 617.0M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-180.189 | 4.15.0-193.204
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 517
- Previous | 517
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-193 | 4.15.0-193.204
-linux-headers-4.15.0-193-generic | 4.15.0-193.204
-linux-image-4.15.0-193-generic | 4.15.0-193.204
-linux-modules-4.15.0-193-generic | 4.15.0-193.204
-linux-modules-extra-4.15.0-193-generic | 4.15.0-193.204
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-ca-certificates | 20210119~18.04.2 | 20211016~18.04.1
-cloud-init | 22.1-14-g2e17a0d6-0ubuntu1~18.04.3 | 22.2-0ubuntu1~18.04.3
-curl | 7.58.0-2ubuntu3.18 | 7.58.0-2ubuntu3.20
-dirmngr | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-dpkg | 1.19.0.5ubuntu2.3 | 1.19.0.5ubuntu2.4
-e2fsprogs | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-git | 1:2.17.1-1ubuntu0.11 | 1:2.17.1-1ubuntu0.12
-git-man | 1:2.17.1-1ubuntu0.11 | 1:2.17.1-1ubuntu0.12
-gnupg | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gnupg-l10n | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gnupg-utils | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-agent | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-wks-client | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-wks-server | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgconf | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgsm | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgv | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-klibc-utils | 2.0.4-9ubuntu2.1 | 2.0.4-9ubuntu2.2
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libc-bin | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libc6 | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libcom-err2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libcurl3-gnutls | 7.58.0-2ubuntu3.18 | 7.58.0-2ubuntu3.20
-libcurl4 | 7.58.0-2ubuntu3.18 | 7.58.0-2ubuntu3.20
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libext2fs2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libfreetype6 | 2.8.1-2ubuntu2.1 | 2.8.1-2ubuntu2.2
-libgnutls30 | 3.5.18-1ubuntu1.5 | 3.5.18-1ubuntu1.6
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libklibc | 2.0.4-9ubuntu2.1 | 2.0.4-9ubuntu2.2
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libnss-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libntfs-3g88 | 1:2017.3.23-2ubuntu0.18.04.3 | 1:2017.3.23-2ubuntu0.18.04.4
-libpam-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libpython3.6 | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libsqlite3-0 | 3.22.0-1ubuntu0.5 | 3.22.0-1ubuntu0.6
-libss2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libssl1.0.0 | 1.0.2n-1ubuntu5.9 | 1.0.2n-1ubuntu5.10
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.17 | 1.1.1-1ubuntu2.1~18.04.20
-libsystemd0 | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libudev1 | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.6 | 2.9.4+dfsg1-6.1ubuntu1.7
-linux-generic | 4.15.0.180.169 | 4.15.0.193.178
-linux-headers-generic | 4.15.0.180.169 | 4.15.0.193.178
-linux-headers-virtual | 4.15.0.180.169 | 4.15.0.193.178
-linux-image-generic | 4.15.0.180.169 | 4.15.0.193.178
-linux-image-virtual | 4.15.0.180.169 | 4.15.0.193.178
-linux-virtual | 4.15.0.180.169 | 4.15.0.193.178
-locales | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-login | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-lxcfs | 3.0.3-0ubuntu1~18.04.2 | 3.0.3-0ubuntu1~18.04.3
-multiarch-support | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-ntfs-3g | 1:2017.3.23-2ubuntu0.18.04.3 | 1:2017.3.23-2ubuntu0.18.04.4
-openssl | 1.1.1-1ubuntu2.1~18.04.17 | 1.1.1-1ubuntu2.1~18.04.20
-passwd | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-python3-jwt | 1.5.3+ds1-1 | 1.5.3+ds1-1ubuntu0.1
-python3.6 | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-rsync | 3.1.2-2.1ubuntu1.4 | 3.1.2-2.1ubuntu1.5
-snapd | 2.54.3+18.04.2ubuntu0.2 | 2.55.5+18.04
-sosreport | 4.3-1ubuntu0.18.04.1 | 4.3-1ubuntu0.18.04.2
-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-systemd-sysv | 237-3ubuntu10.53 | 237-3ubuntu10.56
-tzdata | 2022a-0ubuntu0.18.04 | 2022c-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.8~18.04.1 | 27.10.1~18.04.1
-udev | 237-3ubuntu10.53 | 237-3ubuntu10.56
-uidmap | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-vim | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-common | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-runtime | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-tiny | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-wireless-regdb | 2021.08.28-0ubuntu1~18.04.1 | 2022.06.06-0ubuntu1~18.04.1
-xxd | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-zlib1g | 1:1.2.11.dfsg-0ubuntu2.1 | 1:1.2.11.dfsg-0ubuntu2.2
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-180 |
-linux-headers-4.15.0-180-generic |
-linux-image-4.15.0-180-generic |
-linux-modules-4.15.0-180-generic |
-linux-modules-extra-4.15.0-180-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-05-24-1653407929
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 617.0M
-Previous | 669.3M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.0G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-169.177 | 4.15.0-180.189
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 517
- Previous | 520
-
-### New Packages
- Name | Version
------------- | -------------
-dbus-user-session | 1.12.2-1ubuntu1.3
-linux-headers-4.15.0-180 | 4.15.0-180.189
-linux-headers-4.15.0-180-generic | 4.15.0-180.189
-linux-image-4.15.0-180-generic | 4.15.0-180.189
-linux-modules-4.15.0-180-generic | 4.15.0-180.189
-linux-modules-extra-4.15.0-180-generic | 4.15.0-180.189
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-bash | 4.4.18-2ubuntu1.2 | 4.4.18-2ubuntu1.3
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-cloud-init | 21.4-0ubuntu1~18.04.1 | 22.1-14-g2e17a0d6-0ubuntu1~18.04.3
-command-not-found | 18.04.5 | 18.04.6
-command-not-found-data | 18.04.5 | 18.04.6
-cron | 3.0pl1-128.1ubuntu1 | 3.0pl1-128.1ubuntu1.2
-curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-dbus | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-distro-info-data | 0.37ubuntu0.13 | 0.37ubuntu0.14
-dnsmasq-base | 2.79-1ubuntu0.5 | 2.79-1ubuntu0.6
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.11
-git-man | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.11
-gzip | 1.6-5ubuntu1.1 | 1.6-5ubuntu1.2
-klibc-utils | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.1
-landscape-common | 18.01-0ubuntu3.5 | 18.01-0ubuntu3.6
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libc-bin | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-libc6 | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-libcurl3-gnutls | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-libcurl4 | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-libdbus-1-3 | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libexpat1 | 2.2.5-3ubuntu0.4 | 2.2.5-3ubuntu0.7
-libfribidi0 | 0.19.7-2 | 0.19.7-2ubuntu0.1
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libkeyutils1 | 1.5.9-9.2ubuntu2 | 1.5.9-9.2ubuntu2.1
-libklibc | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.1
-libldap-2.4-2 | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-libldap-common | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-liblzma5 | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-libpcre3 | 2:8.39-9 | 2:8.39-9ubuntu0.1
-libpython3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libsepol1 | 2.7-1 | 2.7-1ubuntu0.1
-libsqlite3-0 | 3.22.0-1ubuntu0.4 | 3.22.0-1ubuntu0.5
-libssl1.0.0 | 1.0.2n-1ubuntu5.7 | 1.0.2n-1ubuntu5.9
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.17
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.4 | 2.9.4+dfsg1-6.1ubuntu1.6
-linux-firmware | 1.173.20 | 1.173.21
-linux-generic | 4.15.0.169.158 | 4.15.0.180.169
-linux-headers-generic | 4.15.0.169.158 | 4.15.0.180.169
-linux-headers-virtual | 4.15.0.169.158 | 4.15.0.180.169
-linux-image-generic | 4.15.0.169.158 | 4.15.0.180.169
-linux-image-virtual | 4.15.0.169.158 | 4.15.0.180.169
-linux-virtual | 4.15.0.169.158 | 4.15.0.180.169
-locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-lxd | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-lxd-client | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-multiarch-support | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-networkd-dispatcher | 1.7-0ubuntu3.3 | 1.7-0ubuntu3.5
-open-iscsi | 2.0.874-5ubuntu2.10 | 2.0.874-5ubuntu2.11
-openssh-client | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-sftp-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssl | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.17
-python3-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-python3-commandnotfound | 18.04.5 | 18.04.6
-python3-problem-report | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-python3-twisted | 17.9.0-2ubuntu0.1 | 17.9.0-2ubuntu0.3
-python3-twisted-bin | 17.9.0-2ubuntu0.1 | 17.9.0-2ubuntu0.3
-python3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-rsync | 3.1.2-2.1ubuntu1.3 | 3.1.2-2.1ubuntu1.4
-rsyslog | 8.32.0-1ubuntu4 | 8.32.0-1ubuntu4.2
-sbsigntool | 0.9.2-2ubuntu1~18.04.1 | 0.9.2-2ubuntu1~18.04.2
-snapd | 2.51.1+18.04 | 2.54.3+18.04.2ubuntu0.2
-sosreport | 4.1-1ubuntu0.18.04.3 | 4.3-1ubuntu0.18.04.1
-tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.3
-tcpdump | 4.9.3-0ubuntu0.18.04.1 | 4.9.3-0ubuntu0.18.04.2
-tzdata | 2021e-0ubuntu0.18.04 | 2022a-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.6~18.04.1 | 27.8~18.04.1
-xz-utils | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-zlib1g | 1:1.2.11.dfsg-0ubuntu2 | 1:1.2.11.dfsg-0ubuntu2.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-167 |
-linux-headers-4.15.0-167-generic |
-linux-headers-4.15.0-169 |
-linux-headers-4.15.0-169-generic |
-linux-image-4.15.0-167-generic |
-linux-image-4.15.0-169-generic |
-linux-modules-4.15.0-167-generic |
-linux-modules-4.15.0-169-generic |
-linux-modules-extra-4.15.0-169-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-03-02-1646181475
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 669.3M
-Previous | 604.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.0G
- Previous | 1.7G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-166.174 | 4.15.0-169.177
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 520
- Previous | 516
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-167 | 4.15.0-167.175
-linux-headers-4.15.0-167-generic | 4.15.0-167.175
-linux-headers-4.15.0-169 | 4.15.0-169.177
-linux-headers-4.15.0-169-generic | 4.15.0-169.177
-linux-image-4.15.0-167-generic | 4.15.0-167.175
-linux-image-4.15.0-169-generic | 4.15.0-169.177
-linux-modules-4.15.0-167-generic | 4.15.0-167.175
-linux-modules-4.15.0-169-generic | 4.15.0-169.177
-linux-modules-extra-4.15.0-169-generic | 4.15.0-169.177
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libexpat1 | 2.2.5-3ubuntu0.2 | 2.2.5-3ubuntu0.4
-libpolkit-agent-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-backend-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-gobject-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libsasl2-2 | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules-db | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-linux-generic | 4.15.0.166.155 | 4.15.0.169.158
-linux-headers-generic | 4.15.0.166.155 | 4.15.0.169.158
-linux-headers-virtual | 4.15.0.166.155 | 4.15.0.169.158
-linux-image-generic | 4.15.0.166.155 | 4.15.0.169.158
-linux-image-virtual | 4.15.0.166.155 | 4.15.0.169.158
-linux-virtual | 4.15.0.166.155 | 4.15.0.169.158
-login | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-openssh-client | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-sftp-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-passwd | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-policykit-1 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-rsync | 3.1.2-2.1ubuntu1.2 | 3.1.2-2.1ubuntu1.3
-ubuntu-advantage-tools | 27.4.2~18.04.1 | 27.6~18.04.1
-uidmap | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-vim | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-common | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-runtime | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-tiny | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-xxd | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-166 |
-linux-headers-4.15.0-166-generic |
-linux-image-4.15.0-166-generic |
-linux-modules-4.15.0-166-generic |
-linux-modules-extra-4.15.0-166-generic |
-# Changelog for ubuntu_18_04-aarch64-2022-01-10-1641839317
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 604.1M
-Previous | 633.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.7G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-159.167 | 4.15.0-166.174
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 516
- Previous | 595
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-166 | 4.15.0-166.174
-linux-headers-4.15.0-166-generic | 4.15.0-166.174
-linux-image-4.15.0-166-generic | 4.15.0-166.174
-linux-modules-4.15.0-166-generic | 4.15.0-166.174
-linux-modules-extra-4.15.0-166-generic | 4.15.0-166.174
-mtr-tiny | 0.92-1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-busybox-initramfs | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-busybox-static | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-cloud-init | 21.3-1-g6803368d-0ubuntu1~18.04.3 | 21.4-0ubuntu1~18.04.1
-distro-info-data | 0.37ubuntu0.12 | 0.37ubuntu0.13
-dnsmasq-base | 2.79-1ubuntu0.4 | 2.79-1ubuntu0.5
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libglib2.0-0 | 2.56.4-0ubuntu0.18.04.8 | 2.56.4-0ubuntu0.18.04.9
-libglib2.0-data | 2.56.4-0ubuntu0.18.04.8 | 2.56.4-0ubuntu0.18.04.9
-libicu60 | 60.2-3ubuntu3.1 | 60.2-3ubuntu3.2
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libnss-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libpam-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libpython3.6 | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libseccomp2 | 2.5.1-1ubuntu1~18.04.1 | 2.5.1-1ubuntu1~18.04.2
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-libsystemd0 | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libudev1 | 237-3ubuntu10.52 | 237-3ubuntu10.53
-linux-base | 4.5ubuntu1.6 | 4.5ubuntu1.7
-linux-generic | 4.15.0.159.148 | 4.15.0.166.155
-linux-headers-generic | 4.15.0.159.148 | 4.15.0.166.155
-linux-headers-virtual | 4.15.0.159.148 | 4.15.0.166.155
-linux-image-generic | 4.15.0.159.148 | 4.15.0.166.155
-linux-image-virtual | 4.15.0.159.148 | 4.15.0.166.155
-linux-virtual | 4.15.0.159.148 | 4.15.0.166.155
-openssl | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-python3-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-python3-problem-report | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-python3-software-properties | 0.96.24.32.14 | 0.96.24.32.18
-python3.6 | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-rsync | 3.1.2-2.1ubuntu1.1 | 3.1.2-2.1ubuntu1.2
-software-properties-common | 0.96.24.32.14 | 0.96.24.32.18
-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-systemd-sysv | 237-3ubuntu10.52 | 237-3ubuntu10.53
-tzdata | 2021a-2ubuntu0.18.04 | 2021e-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.2.2~18.04.1 | 27.4.2~18.04.1
-udev | 237-3ubuntu10.52 | 237-3ubuntu10.53
-ufw | 0.36-0ubuntu0.18.04.1 | 0.36-0ubuntu0.18.04.2
-vim | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-common | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-runtime | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-tiny | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-xxd | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-
-### Removed Packages
- Name |
------------- |
-adwaita-icon-theme |
-cpufrequtils |
-dstat |
-fontconfig |
-fontconfig-config |
-fonts-dejavu-core |
-gnupg2 |
-gtk-update-icon-cache |
-hicolor-icon-theme |
-humanity-icon-theme |
-iperf |
-jq |
-libatk1.0-0 |
-libatk1.0-data |
-libavahi-client3 |
-libavahi-common-data |
-libavahi-common3 |
-libblas3 |
-libcairo2 |
-libcpufreq0 |
-libcroco3 |
-libcups2 |
-libdatrie1 |
-libfontconfig1 |
-libgail-common |
-libgail18 |
-libgdk-pixbuf2.0-0 |
-libgdk-pixbuf2.0-bin |
-libgdk-pixbuf2.0-common |
-libgraphite2-3 |
-libgtk2.0-0 |
-libgtk2.0-bin |
-libgtk2.0-common |
-libharfbuzz0b |
-libjbig0 |
-libjpeg-turbo8 |
-libjpeg8 |
-libjq1 |
-liblinear3 |
-liblua5.3-0 |
-libonig4 |
-libpango-1.0-0 |
-libpangocairo-1.0-0 |
-libpangoft2-1.0-0 |
-libpixman-1-0 |
-libprotobuf10 |
-libpython-stdlib |
-libpython2.7-minimal |
-libpython2.7-stdlib |
-librsvg2-2 |
-librsvg2-common |
-libthai-data |
-libthai0 |
-libtiff5 |
-libxcb-render0 |
-libxcb-shm0 |
-libxcomposite1 |
-libxcursor1 |
-libxdamage1 |
-libxfixes3 |
-libxi6 |
-libxinerama1 |
-libxrandr2 |
-libxrender1 |
-linux-headers-4.15.0-159 |
-linux-headers-4.15.0-159-generic |
-linux-image-4.15.0-159-generic |
-linux-modules-4.15.0-159-generic |
-linux-modules-extra-4.15.0-159-generic |
-mg |
-mosh |
-mtr |
-netcat |
-netcat-traditional |
-nmap |
-ntpdate |
-python |
-python-minimal |
-python2.7 |
-python2.7-minimal |
-shunit2 |
-ssh |
-traceroute |
-ubuntu-mono |
-unzip |
-# Changelog for ubuntu_18_04-1639425493
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 634.0M
-Previous | 633.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-159.167 | 4.15.0-163.171
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 595
- Previous | 595
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-163 | 4.15.0-163.171
-linux-headers-4.15.0-163-generic | 4.15.0-163.171
-linux-image-4.15.0-163-generic | 4.15.0-163.171
-linux-modules-4.15.0-163-generic | 4.15.0-163.171
-linux-modules-extra-4.15.0-163-generic | 4.15.0-163.171
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-busybox-initramfs | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-busybox-static | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-cloud-init | 21.3-1-g6803368d-0ubuntu1~18.04.3 | 21.4-0ubuntu1~18.04.1
-distro-info-data | 0.37ubuntu0.12 | 0.37ubuntu0.13
-dnsmasq-base | 2.79-1ubuntu0.4 | 2.79-1ubuntu0.5
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libicu60 | 60.2-3ubuntu3.1 | 60.2-3ubuntu3.2
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-linux-base | 4.5ubuntu1.6 | 4.5ubuntu1.7
-linux-generic | 4.15.0.159.148 | 4.15.0.163.152
-linux-headers-generic | 4.15.0.159.148 | 4.15.0.163.152
-linux-headers-virtual | 4.15.0.159.148 | 4.15.0.163.152
-linux-image-generic | 4.15.0.159.148 | 4.15.0.163.152
-linux-image-virtual | 4.15.0.159.148 | 4.15.0.163.152
-linux-virtual | 4.15.0.159.148 | 4.15.0.163.152
-openssl | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-python3-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-python3-problem-report | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-python3-software-properties | 0.96.24.32.14 | 0.96.24.32.18
-rsync | 3.1.2-2.1ubuntu1.1 | 3.1.2-2.1ubuntu1.2
-software-properties-common | 0.96.24.32.14 | 0.96.24.32.18
-tzdata | 2021a-2ubuntu0.18.04 | 2021e-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.2.2~18.04.1 | 27.4.2~18.04.1
-ufw | 0.36-0ubuntu0.18.04.1 | 0.36-0ubuntu0.18.04.2
-vim | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-common | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-runtime | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-tiny | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-xxd | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-159 |
-linux-headers-4.15.0-159-generic |
-linux-image-4.15.0-159-generic |
-linux-modules-4.15.0-159-generic |
-linux-modules-extra-4.15.0-159-generic |
diff --git a/ubuntu/x86_64/14_04.md b/ubuntu/x86_64/14_04.md
deleted file mode 100644
index 8922c65..0000000
--- a/ubuntu/x86_64/14_04.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Changelog for ubuntu_14_04-x86_64-2024-04-25-1714062303
-# Changelog for ubuntu_14_04-x86_64-2024-04-25-1714061128
-# Changelog for ubuntu_14_04-x86_64-2024-04-25-1714061128
diff --git a/ubuntu/x86_64/16_04.md b/ubuntu/x86_64/16_04.md
deleted file mode 100644
index 930c282..0000000
--- a/ubuntu/x86_64/16_04.md
+++ /dev/null
@@ -1,464 +0,0 @@
-## ubuntu_16_04-2021-09-20-1632153878
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 484M
-Previous | 484M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.4G
- Previous | 1.4G
-##### Packages
- Version | Count
------------- | -------------
- Current | 519
- Previous | 519
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-###### Previous:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-##### New Packages
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-## ubuntu_16_04-2021-08-27-1630088005
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 484M
-Previous | 513M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.4G
- Previous | 1.4G
-##### Packages
- Version | Count
------------- | -------------
- Current | 519
- Previous | 429
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-###### Previous:
-* linux-image-4.15.0-112-generic4.15.0-112.113~16.04.1
-* linux-image-4.4.0-186-generic4.4.0-186.216
-* linux-image-generic-hwe-16.044.15.0.112.114
-* linux-image-generic4.4.0.186.192
-##### New Packages
-acl
-acpid
-apparmor
-apport
-apport-symptoms
-at
-bcache-tools
-btrfs-tools
-busybox-static
-byobu
-cloud-initramfs-copymods
-cloud-initramfs-dyn-netconf
-console-setup
-console-setup-linux
-cryptsetup
-cryptsetup-bin
-dmeventd
-dns-root-data
-dnsmasq-base
-ethtool
-fonts-ubuntu-font-family-console
-fuse
-gawk
-git
-git-man
-grub-efi-amd64-signed
-kbd
-keyboard-configuration
-libapparmor-perl
-libdevmapper-event1.02.1:amd64
-libdrm-common
-libdrm2:amd64
-libdumbnet1:amd64
-liberror-perl
-libfribidi0:amd64
-liblocale-gettext-perl
-liblvm2app2.2:amd64
-liblvm2cmd2.02:amd64
-liblxc1
-liblzo2-2:amd64
-libmpfr4:amd64
-libmspack0:amd64
-libnetfilter-conntrack3:amd64
-libnewt0.52:amd64
-libpam-systemd:amd64
-libplymouth4:amd64
-libpolkit-agent-1-0:amd64
-libpolkit-backend-1-0:amd64
-libpolkit-gobject-1-0:amd64
-libreadline5:amd64
-libsigsegv2:amd64
-libslang2:amd64
-libxmlsec1
-libxmlsec1-openssl
-libzstd1
-linux-headers-4.15.0-142
-linux-headers-4.15.0-142-generic
-linux-image-4.15.0-142-generic
-linux-modules-4.15.0-142-generic
-linux-modules-extra-4.15.0-142-generic
-lvm2
-lxc-common
-lxcfs
-lxd
-lxd-client
-motd-news-config
-netcat-openbsd
-open-vm-tools
-overlayroot
-pastebinit
-patch
-pciutils
-plymouth
-plymouth-theme-ubuntu-text
-policykit-1
-python3-apport
-python3-debian
-python3-distro-info
-python3-distupgrade
-python3-newt
-python3-problem-report
-python3-systemd
-python3-update-manager
-run-one
-sbsigntool
-secureboot-db
-snapd
-sosreport
-squashfs-tools
-ubuntu-cloudimage-keyring
-ubuntu-release-upgrader-core
-ubuntu-server
-uidmap
-update-manager-core
-update-notifier-common
-vlan
-xfsprogs
-xkb-data
-zerofree
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-apt-transport-https1.2.32ubuntu0.1 | apparmor2.10.95-0ubuntu2.11
-apt1.2.32ubuntu0.1 | apport-symptoms0.20
-base-files9.4ubuntu4.11 | apport2.20.1-0ubuntu2.30
-ca-certificates20190110\~16.04.1 | busybox-static1:1.22.0-15ubuntu1.4
-cloud-guest-utils0.27-0ubuntu25.1 | byobu5.106-0ubuntu1
-cloud-init20.2-45-g5f7825e2-0ubuntu1\~16.04.1 | ca-certificates20210119~16.04.1
-curl7.47.0-1ubuntu2.15 | cryptsetup-bin2:1.6.6-5ubuntu2.1
-distro-info-data0.28ubuntu0.14 | distro-info-data0.28ubuntu0.18
-dpkg1.18.4ubuntu1.6 | dns-root-data2018013001\~16.04.1
-grub-common2.02\~beta2-36ubuntu3.27 | grub-common2.02~beta2-36ubuntu3.32
-grub-efi-amd64-bin2.02\~beta2-36ubuntu3.27 | grub-efi-amd64-bin2.04-1ubuntu44.1.2
-grub-efi-amd642.02\~beta2-36ubuntu3.27 | grub-efi-amd64-signed1.167~16.04.6+2.04-1ubuntu44.1.2
-grub-efi2.02\~beta2-36ubuntu3.27 | grub-efi-amd642.04-1ubuntu44.1.2
-grub2-common2.02\~beta2-36ubuntu3.27 | grub-efi2.02~beta2-36ubuntu3.32
-initramfs-tools-bin0.122ubuntu8.16 | initramfs-tools-bin0.122ubuntu8.17
-initramfs-tools-core0.122ubuntu8.16 | initramfs-tools-core0.122ubuntu8.17
-initramfs-tools0.122ubuntu8.16 | initramfs-tools0.122ubuntu8.17
-intel-microcode3.20200609.0ubuntu0.16.04.1 | intel-microcode3.20210216.0ubuntu0.16.04.1
-krb5-locales1.13.2+dfsg-5ubuntu2.1 | krb5-locales1.13.2+dfsg-5ubuntu2.2
-libapt-inst2.0:amd641.2.32ubuntu0.1 | libapt-inst2.0:amd641.2.35
-libapt-pkg5.0:amd641.2.32ubuntu0.1 | libapt-pkg5.0:amd641.2.35
-libc-bin2.23-0ubuntu11.2 | libc-bin2.23-0ubuntu11.3
-libc6:amd642.23-0ubuntu11.2 | libc6:amd642.23-0ubuntu11.3
-libcurl3-gnutls:amd647.47.0-1ubuntu2.15 | libcurl3-gnutls:amd647.47.0-1ubuntu2.19
-libdns-export1621:9.10.3.dfsg.P4-8ubuntu1.16 | libdns-export1621:9.10.3.dfsg.P4-8ubuntu1.19
-libfreetype6:amd642.6.1-0.1ubuntu2.4 | libfreetype6:amd642.6.1-0.1ubuntu2.5
-libglib2.0-0:amd642.48.2-0ubuntu4.6 | libglib2.0-0:amd642.48.2-0ubuntu4.8
-libglib2.0-data2.48.2-0ubuntu4.6 | libglib2.0-data2.48.2-0ubuntu4.8
-libgssapi-krb5-2:amd641.13.2+dfsg-5ubuntu2.1 | libgssapi-krb5-2:amd641.13.2+dfsg-5ubuntu2.2
-libhogweed4:amd643.2-1ubuntu0.16.04.1 | libhogweed4:amd643.2-1ubuntu0.16.04.2
-libisc-export1601:9.10.3.dfsg.P4-8ubuntu1.16 | libisc-export1601:9.10.3.dfsg.P4-8ubuntu1.19
-libk5crypto3:amd641.13.2+dfsg-5ubuntu2.1 | libk5crypto3:amd641.13.2+dfsg-5ubuntu2.2
-libkrb5-3:amd641.13.2+dfsg-5ubuntu2.1 | libkrb5-3:amd641.13.2+dfsg-5ubuntu2.2
-libkrb5support0:amd641.13.2+dfsg-5ubuntu2.1 | libkrb5support0:amd641.13.2+dfsg-5ubuntu2.2
-libldap-2.4-2:amd642.4.42+dfsg-2ubuntu3.9 | libldap-2.4-2:amd642.4.42+dfsg-2ubuntu3.13
-libnettle6:amd643.2-1ubuntu0.16.04.1 | libnetfilter-conntrack3:amd641.0.5-1
-libnss3-nssdb2:3.28.4-0ubuntu0.16.04.12 | libnss3-nssdb2:3.28.4-0ubuntu0.16.04.14
-libnss3:amd642:3.28.4-0ubuntu0.16.04.12 | libnss3:amd642:3.28.4-0ubuntu0.16.04.14
-libp11-kit0:amd640.23.2-5\~ubuntu16.04.1 | libp11-kit0:amd640.23.2-5~ubuntu16.04.2
-libpam-modules-bin1.1.8-3.2ubuntu2.1 | libpam-modules-bin1.1.8-3.2ubuntu2.3
-libpam-modules:amd641.1.8-3.2ubuntu2.1 | libpam-modules:amd641.1.8-3.2ubuntu2.3
-libpam-runtime1.1.8-3.2ubuntu2.1 | libpam-runtime1.1.8-3.2ubuntu2.3
-libpam0g:amd641.1.8-3.2ubuntu2.1 | libpam-systemd:amd64229-4ubuntu21.31
-libperl5.22:amd645.22.1-9ubuntu0.6 | libperl5.22:amd645.22.1-9ubuntu0.9
-libpython2.7-minimal:amd642.7.12-1ubuntu0\~16.04.12 | libpython2.7-minimal:amd642.7.12-1ubuntu0~16.04.18
-libpython2.7-stdlib:amd642.7.12-1ubuntu0\~16.04.12 | libpython2.7-stdlib:amd642.7.12-1ubuntu0~16.04.18
-libpython3.5-minimal:amd643.5.2-2ubuntu0\~16.04.11 | libpython3.5-minimal:amd643.5.2-2ubuntu0~16.04.13
-libpython3.5-stdlib:amd643.5.2-2ubuntu0\~16.04.11 | libpython3.5-stdlib:amd643.5.2-2ubuntu0~16.04.13
-libpython3.5:amd643.5.2-2ubuntu0\~16.04.11 | libpython3.5:amd643.5.2-2ubuntu0~16.04.13
-librados210.2.11-0ubuntu0.16.04.2 | librados210.2.11-0ubuntu0.16.04.3
-librbd110.2.11-0ubuntu0.16.04.2 | librbd110.2.11-0ubuntu0.16.04.3
-libseccomp2:amd642.4.3-1ubuntu3.16.04.2 | libseccomp2:amd642.5.1-1ubuntu1\~16.04.1
-libssl1.0.0:amd641.0.2g-1ubuntu4.16 | libssl1.0.0:amd641.0.2g-1ubuntu4.20
-libsystemd0:amd64229-4ubuntu21.28 | libsystemd0:amd64229-4ubuntu21.31
-libtiff5:amd644.0.6-1ubuntu0.7 | libtiff5:amd644.0.6-1ubuntu0.8
-libudev1:amd64229-4ubuntu21.28 | libudev1:amd64229-4ubuntu21.31
-libx11-6:amd642:1.6.3-1ubuntu2.1 | libx11-6:amd642:1.6.3-1ubuntu2.2
-libx11-data2:1.6.3-1ubuntu2.1 | libx11-data2:1.6.3-1ubuntu2.2
-linux-generic-hwe-16.044.15.0.112.114 | linux-generic-hwe-16.044.15.0.142.137
-linux-headers-4.15.0-112-generic4.15.0-112.113\~16.04.1 | linux-headers-4.15.0-142-generic4.15.0-142.146~16.04.1
-linux-headers-4.15.0-1124.15.0-112.113\~16.04.1 | linux-headers-4.15.0-1424.15.0-142.146~16.04.1
-linux-headers-generic-hwe-16.044.15.0.112.114 | linux-headers-generic-hwe-16.044.15.0.142.137
-linux-image-4.15.0-112-generic4.15.0-112.113\~16.04.1 | linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-linux-image-4.4.0-186-generic4.4.0-186.216 | linux-image-generic-hwe-16.044.15.0.142.137
-linux-image-generic-hwe-16.044.15.0.112.114 | linux-modules-4.15.0-142-generic4.15.0-142.146\~16.04.1
-linux-image-generic4.4.0.186.192 | linux-modules-extra-4.15.0-142-generic4.15.0-142.146\~16.04.1
-linux-modules-4.15.0-112-generic4.15.0-112.113\~16.04.1 | locales2.23-0ubuntu11.3
-linux-modules-4.4.0-186-generic4.4.0-186.216 <
-linux-modules-extra-4.15.0-112-generic4.15.0-112.113\~16.04.1 <
-linux-modules-extra-4.4.0-186-generic4.4.0-186.216 <
-locales2.23-0ubuntu11.2 <
-multiarch-support2.23-0ubuntu11.2 | multiarch-support2.23-0ubuntu11.3
-openssl1.0.2g-1ubuntu4.16 | openssl1.0.2g-1ubuntu4.20
-perl-base5.22.1-9ubuntu0.6 | pastebinit1.5-1
-perl-modules-5.225.22.1-9ubuntu0.6 | patch2.7.5-1ubuntu0.16.04.2
-perl5.22.1-9ubuntu0.6 | pciutils1:3.3.1-1.1ubuntu1.3
-python-apt-common1.1.0\~beta1ubuntu0.16.04.9 | python-apt-common1.1.0~beta1ubuntu0.16.04.12
-python-apt1.1.0\~beta1ubuntu0.16.04.9 | python-apt1.1.0~beta1ubuntu0.16.04.12
-python-lxml3.5.0-1ubuntu0.1 | python-lxml3.5.0-1ubuntu0.4
-python2.7-minimal2.7.12-1ubuntu0\~16.04.12 | python2.7-minimal2.7.12-1ubuntu0~16.04.18
-python2.72.7.12-1ubuntu0\~16.04.12 | python2.72.7.12-1ubuntu0~16.04.18
-python3-apt1.1.0\~beta1ubuntu0.16.04.9 | python3-apport2.20.1-0ubuntu2.30
-python3-cryptography1.2.3-1ubuntu0.2 | python3-cryptography1.2.3-1ubuntu0.3
-python3-software-properties0.96.20.9 | python3-software-properties0.96.20.10
-python3-urllib31.13.1-2ubuntu0.16.04.3 | python3-systemd231-2build1
-python3.5-minimal3.5.2-2ubuntu0\~16.04.11 | python3.5-minimal3.5.2-2ubuntu0~16.04.13
-python3.53.5.2-2ubuntu0\~16.04.11 | python3.53.5.2-2ubuntu0~16.04.13
-screen4.3.1-2build1 | run-one1.17-0ubuntu1
-software-properties-common0.96.20.9 | software-properties-common0.96.20.10
-sudo1.8.16-0ubuntu1.9 | sudo1.8.16-0ubuntu1.10
-systemd-sysv229-4ubuntu21.28 | systemd-sysv229-4ubuntu21.31
-systemd229-4ubuntu21.28 | systemd229-4ubuntu21.31
-tar1.28-2.1ubuntu0.1 | tar1.28-2.1ubuntu0.2
-udev229-4ubuntu21.28 | udev229-4ubuntu21.31
-unattended-upgrades1.1ubuntu1.18.04.7\~16.04.6 | uidmap1:4.2-3.1ubuntu5.4
-vim-common2:7.4.1689-3ubuntu1.4 | vim-common2:7.4.1689-3ubuntu1.5
-vim-runtime2:7.4.1689-3ubuntu1.4 | vim-runtime2:7.4.1689-3ubuntu1.5
-vim2:7.4.1689-3ubuntu1.4 | vim2:7.4.1689-3ubuntu1.5
-wireless-regdb2018.05.09-0ubuntu1\~16.04.1 | wireless-regdb2020.11.20-0ubuntu1~16.04.2
-## ubuntu_16_04-2021-05-18-1621345357
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 484M
-Previous | 484M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.4G
- Previous | 1.4G
-##### Packages
- Version | Count
------------- | -------------
- Current | 518
- Previous | 518
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-###### Previous:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-##### New Packages
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-intel-microcode3.20201110.0ubuntu0.16.04.2 | intel-microcode3.20210216.0ubuntu0.16.04.1
-locales2.23-0ubuntu11.2 | locales2.23-0ubuntu11.3
-sbsigntool0.6-0ubuntu10.1 | sbsigntool0.6-0ubuntu10.2
-## ubuntu_16_04-2021-05-13-1620921773
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 484M
-Previous | 414M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.4G
- Previous | 1.2G
-##### Packages
- Version | Count
------------- | -------------
- Current | 518
- Previous | 425
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-* linux-image-generic-hwe-16.044.15.0.142.137
-###### Previous:
-* linux-image-4.15.0-140-generic4.15.0-140.144~16.04.1
-* linux-image-generic-hwe-16.044.15.0.140.135
-##### New Packages
-acl
-acpid
-apparmor
-apport
-apport-symptoms
-at
-bcache-tools
-btrfs-tools
-busybox-static
-byobu
-cloud-initramfs-copymods
-cloud-initramfs-dyn-netconf
-console-setup
-console-setup-linux
-cryptsetup
-cryptsetup-bin
-dmeventd
-dns-root-data
-dnsmasq-base
-ethtool
-fonts-ubuntu-font-family-console
-fuse
-gawk
-git
-git-man
-grub-efi-amd64-signed
-kbd
-keyboard-configuration
-libapparmor-perl
-libdevmapper-event1.02.1:amd64
-libdrm-common
-libdrm2:amd64
-libdumbnet1:amd64
-liberror-perl
-libfribidi0:amd64
-liblocale-gettext-perl
-liblvm2app2.2:amd64
-liblvm2cmd2.02:amd64
-liblxc1
-liblzo2-2:amd64
-libmpfr4:amd64
-libmspack0:amd64
-libnetfilter-conntrack3:amd64
-libnewt0.52:amd64
-libpam-systemd:amd64
-libplymouth4:amd64
-libpolkit-agent-1-0:amd64
-libpolkit-backend-1-0:amd64
-libpolkit-gobject-1-0:amd64
-libreadline5:amd64
-libsigsegv2:amd64
-libslang2:amd64
-libxmlsec1
-libxmlsec1-openssl
-linux-headers-4.15.0-142
-linux-headers-4.15.0-142-generic
-linux-image-4.15.0-142-generic
-linux-modules-4.15.0-142-generic
-linux-modules-extra-4.15.0-142-generic
-lvm2
-lxc-common
-lxcfs
-lxd
-lxd-client
-motd-news-config
-netcat-openbsd
-open-vm-tools
-overlayroot
-pastebinit
-patch
-pciutils
-plymouth
-plymouth-theme-ubuntu-text
-policykit-1
-python3-apport
-python3-debian
-python3-distro-info
-python3-distupgrade
-python3-newt
-python3-problem-report
-python3-systemd
-python3-update-manager
-run-one
-sbsigntool
-secureboot-db
-snapd
-sosreport
-squashfs-tools
-ubuntu-cloudimage-keyring
-ubuntu-release-upgrader-core
-ubuntu-server
-uidmap
-update-manager-core
-update-notifier-common
-vlan
-xfsprogs
-xkb-data
-zerofree
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-apt-transport-https1.2.32ubuntu0.2 | apparmor2.10.95-0ubuntu2.11
-cloud-init20.4.1-0ubuntu1\~16.04.1 | cloud-init21.1-19-gbad84ad4-0ubuntu1~16.04.2
-distro-info-data0.28ubuntu0.16 | distro-info-data0.28ubuntu0.17
-grub-common2.02\~beta2-36ubuntu3.29 | grub-common2.02~beta2-36ubuntu3.32
-grub-efi-amd64-bin2.02\~beta2-36ubuntu3.29 | grub-efi-amd64-bin2.04-1ubuntu44
-grub-efi-amd642.02\~beta2-36ubuntu3.29 | grub-efi-amd64-signed1.167~16.04.2+2.04-1ubuntu44
-grub-efi2.02\~beta2-36ubuntu3.29 | grub-efi-amd642.04-1ubuntu44
-grub2-common2.02\~beta2-36ubuntu3.29 | grub-efi2.02~beta2-36ubuntu3.32
-libapt-inst2.0:amd641.2.32ubuntu0.2 | libapt-inst2.0:amd641.2.35
-libdns-export1621:9.10.3.dfsg.P4-8ubuntu1.18 | libdns-export1621:9.10.3.dfsg.P4-8ubuntu1.19
-libhogweed4:amd643.2-1ubuntu0.16.04.1 | libhogweed4:amd643.2-1ubuntu0.16.04.2
-libisc-export1601:9.10.3.dfsg.P4-8ubuntu1.18 | libisc-export1601:9.10.3.dfsg.P4-8ubuntu1.19
-libnettle6:amd643.2-1ubuntu0.16.04.1 | libnetfilter-conntrack3:amd641.0.5-1
-libseccomp2:amd642.4.3-1ubuntu3.16.04.3 | libseccomp2:amd642.5.1-1ubuntu1\~16.04.1
-libsystemd0:amd64229-4ubuntu21.29 | libsystemd0:amd64229-4ubuntu21.31
-libudev1:amd64229-4ubuntu21.29 | libudev1:amd64229-4ubuntu21.31
-linux-generic-hwe-16.044.15.0.140.135 | linux-generic-hwe-16.044.15.0.142.137
-linux-headers-4.15.0-140-generic4.15.0-140.144\~16.04.1 | linux-headers-4.15.0-142-generic4.15.0-142.146~16.04.1
-linux-headers-4.15.0-1404.15.0-140.144\~16.04.1 | linux-headers-4.15.0-1424.15.0-142.146~16.04.1
-linux-headers-generic-hwe-16.044.15.0.140.135 | linux-headers-generic-hwe-16.044.15.0.142.137
-linux-image-4.15.0-140-generic4.15.0-140.144\~16.04.1 | linux-image-4.15.0-142-generic4.15.0-142.146~16.04.1
-linux-image-generic-hwe-16.044.15.0.140.135 | linux-image-generic-hwe-16.044.15.0.142.137
-linux-modules-4.15.0-140-generic4.15.0-140.144\~16.04.1 | linux-modules-4.15.0-142-generic4.15.0-142.146~16.04.1
-linux-modules-extra-4.15.0-140-generic4.15.0-140.144\~16.04.1 | linux-modules-extra-4.15.0-142-generic4.15.0-142.146~16.04.1
-systemd-sysv229-4ubuntu21.29 | systemd-sysv229-4ubuntu21.31
-systemd229-4ubuntu21.29 | systemd229-4ubuntu21.31
-udev229-4ubuntu21.29 | udev229-4ubuntu21.31
diff --git a/ubuntu/x86_64/18_04.md b/ubuntu/x86_64/18_04.md
deleted file mode 100644
index c27e7f6..0000000
--- a/ubuntu/x86_64/18_04.md
+++ /dev/null
@@ -1,4948 +0,0 @@
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-07-31-1722415522
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-07-31-1722415153
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-07-09-1720523818
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-07-09-1720522804
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-07-02-1719920404
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-07-02-1719919864
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-06-30-1719737565
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-06-30-1719736819
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-06-18-1718741156
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-05-31-1717147042
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-distro-info-data | 0.37ubuntu0.17 | 0.37ubuntu0.18
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-05-31-1717144717
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-distro-info-data | 0.37ubuntu0.17 | 0.37ubuntu0.18
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-04-30-1714493903
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.2G |
-| Previous | 2.2G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-04-30-1714491136
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.7M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-03-31-1711874100
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-update-notifier-common | 3.192.1.19 | 3.192.1.21
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-03-31-1711873841
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.7M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-update-notifier-common | 3.192.1.19 | 3.192.1.21
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-02-29-1709195193
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-02-29-1709194993
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2024-02-15-1708024128
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-base-files | 10.1ubuntu2.11 | 10.1ubuntu2.12
-motd-news-config | 10.1ubuntu2.11 | 10.1ubuntu2.12
-ubuntu-advantage-tools | 29.4~18.04 | 27.14.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2024-02-15-1708021106
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-base-files | 10.1ubuntu2.11 | 10.1ubuntu2.12
-motd-news-config | 10.1ubuntu2.11 | 10.1ubuntu2.12
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-12-31-1704011768
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.2G |
-| Previous | 2.2G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-11-30-1701333046
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-11-20-1700498390
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.8M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ubuntu-advantage-tools | 29.4~18.04 | 27.14.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-10-31-1698788638
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2023-10-31-1698771471
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-No packages were updated
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-10-03-1696359509
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.9M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.2G |
-| Previous | 2.2G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ubuntu-advantage-tools | 28.1~18.04 | 29.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2023-10-03-1696359509
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ubuntu-advantage-tools | 28.1~18.04 | 29.4~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-08-03-1691070448
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 818.9M |
-| Previous | 818.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.3G |
-| Previous | 2.3G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 5.4.0-150.167~18.04.1 | 5.4.0-150.167~18.04.1 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 562 |
-| Previous | 562 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apparmor | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-libapparmor1 | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-ubuntu-advantage-tools | 27.14.4~18.04 | 28.1~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-x86_64-2023-08-03-1691070305
-
-## Overview
-
----
-
-## Image Size
-
-| Version | Size |
-| -------- | ------------------------------------ |
-| Current | 739.8M |
-| Previous | 739.8M |
-
-## Filesystem Size
-
-| Version | Size |
-| -------- | -------------------------------------- |
-| Current | 2.0G |
-| Previous | 2.0G |
-
-## Details
-
----
-
-## Kernel Details
-
-| Previous | Current |
-| --------------------------------------- | ---------------------------------- |
-| 4.15.0-213.224 | 4.15.0-213.224 |
-
-## Package Details
-
-| Version | Count |
-| -------- | ---------------------------------------- |
-| Current | 530 |
-| Previous | 530 |
-
-### New Packages
-No packages were added
-
-### Updated Packages
-Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apparmor | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-libapparmor1 | 2.12-4ubuntu5.1 | 2.12-4ubuntu5.3
-ubuntu-advantage-tools | 27.14.4~18.04 | 28.1~18.04
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-06-30-1688141195
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 818.8M
-Previous | 818.0M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.3G
- Previous | 2.3G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-149.166~18.04.1 | 5.4.0-150.167~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 562
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-212 | 4.15.0-212.223
-linux-headers-4.15.0-212-generic | 4.15.0-212.223
-linux-headers-5.4.0-150-generic | 5.4.0-150.167~18.04.1
-linux-hwe-5.4-headers-5.4.0-150 | 5.4.0-150.167~18.04.1
-linux-image-4.15.0-212-generic | 4.15.0-212.223
-linux-image-5.4.0-150-generic | 5.4.0-150.167~18.04.1
-linux-modules-4.15.0-212-generic | 4.15.0-212.223
-linux-modules-5.4.0-150-generic | 5.4.0-150.167~18.04.1
-linux-modules-extra-5.4.0-150-generic | 5.4.0-150.167~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-liblxc-common | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-liblxc1 | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-linux-generic-hwe-18.04 | 5.4.0.149.166~18.04.120 | 5.4.0.150.167~18.04.121
-linux-headers-generic | 4.15.0.211.194 | 4.15.0.212.195
-linux-headers-generic-hwe-18.04 | 5.4.0.149.166~18.04.120 | 5.4.0.150.167~18.04.121
-linux-headers-virtual | 4.15.0.211.194 | 4.15.0.212.195
-linux-image-generic-hwe-18.04 | 5.4.0.149.166~18.04.120 | 5.4.0.150.167~18.04.121
-linux-image-virtual | 4.15.0.211.194 | 4.15.0.212.195
-linux-libc-dev | 4.15.0-211.222 | 4.15.0-213.224
-linux-virtual | 4.15.0.211.194 | 4.15.0.212.195
-mokutil | 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 | 0.6.0-2~18.04.1
-python3-software-properties | 0.96.24.32.20 | 0.96.24.32.22
-shim-signed | 1.37~18.04.11+15.4-0ubuntu9 | 1.37~18.04.13+15.7-0ubuntu1
-software-properties-common | 0.96.24.32.20 | 0.96.24.32.22
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-211 |
-linux-headers-4.15.0-211-generic |
-linux-headers-5.4.0-149-generic |
-linux-hwe-5.4-headers-5.4.0-149 |
-linux-image-4.15.0-211-generic |
-linux-image-5.4.0-149-generic |
-linux-modules-4.15.0-211-generic |
-linux-modules-5.4.0-149-generic |
-linux-modules-extra-5.4.0-149-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-06-30-1688141140
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 739.8M
-Previous | 682.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.0G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-211.222 | 4.15.0-213.224
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 530
- Previous | 528
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-212 | 4.15.0-212.223
-linux-headers-4.15.0-212-generic | 4.15.0-212.223
-linux-image-4.15.0-212-generic | 4.15.0-212.223
-linux-image-4.15.0-213-generic | 4.15.0-213.224
-linux-modules-4.15.0-212-generic | 4.15.0-212.223
-linux-modules-4.15.0-213-generic | 4.15.0-213.224
-linux-modules-extra-4.15.0-213-generic | 4.15.0-213.224
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-liblxc-common | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-liblxc1 | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.3
-linux-headers-generic | 4.15.0.211.194 | 4.15.0.212.195
-linux-headers-virtual | 4.15.0.211.194 | 4.15.0.212.195
-linux-image-generic | 4.15.0.211.194 | 4.15.0.213.196
-linux-image-virtual | 4.15.0.211.194 | 4.15.0.212.195
-linux-virtual | 4.15.0.211.194 | 4.15.0.212.195
-mokutil | 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 | 0.6.0-2~18.04.1
-python3-software-properties | 0.96.24.32.20 | 0.96.24.32.22
-shim-signed | 1.37~18.04.11+15.4-0ubuntu9 | 1.37~18.04.13+15.7-0ubuntu1
-software-properties-common | 0.96.24.32.20 | 0.96.24.32.22
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-211 |
-linux-headers-4.15.0-211-generic |
-linux-image-4.15.0-211-generic |
-linux-modules-4.15.0-211-generic |
-linux-modules-extra-4.15.0-211-generic |
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-06-02-1685686881
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 818.0M
-Previous | 803.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.3G
- Previous | 2.3G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-137.154~18.04.1 | 5.4.0-149.166~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 562
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-211 | 4.15.0-211.222
-linux-headers-4.15.0-211-generic | 4.15.0-211.222
-linux-headers-5.4.0-149-generic | 5.4.0-149.166~18.04.1
-linux-hwe-5.4-headers-5.4.0-149 | 5.4.0-149.166~18.04.1
-linux-image-4.15.0-211-generic | 4.15.0-211.222
-linux-image-5.4.0-149-generic | 5.4.0-149.166~18.04.1
-linux-modules-4.15.0-211-generic | 4.15.0-211.222
-linux-modules-5.4.0-149-generic | 5.4.0-149.166~18.04.1
-linux-modules-extra-5.4.0-149-generic | 5.4.0-149.166~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-apt | 1.6.14 | 1.6.17
-apt-transport-https | 1.6.14 | 1.6.17
-apt-utils | 1.6.14 | 1.6.17
-binutils | 2.30-21ubuntu1~18.04.8 | 2.30-21ubuntu1~18.04.9
-binutils-common | 2.30-21ubuntu1~18.04.8 | 2.30-21ubuntu1~18.04.9
-binutils-x86-64-linux-gnu | 2.30-21ubuntu1~18.04.8 | 2.30-21ubuntu1~18.04.9
-ca-certificates | 20211016ubuntu0.18.04.1 | 20230311ubuntu0.18.04.1
-cloud-init | 22.4.2-0ubuntu0~18.04.1 | 23.1.2-0ubuntu0~18.04.1
-curl | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-distro-info-data | 0.37ubuntu0.15 | 0.37ubuntu0.17
-dnsmasq-base | 2.79-1ubuntu0.6 | 2.79-1ubuntu0.7
-git | 1:2.17.1-1ubuntu0.15 | 1:2.17.1-1ubuntu0.18
-git-man | 1:2.17.1-1ubuntu0.15 | 1:2.17.1-1ubuntu0.18
-grub-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-efi | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-efi-amd64 | 2.06-2ubuntu14 | 2.06-2ubuntu14.1
-grub-efi-amd64-bin | 2.06-2ubuntu14 | 2.06-2ubuntu14.1
-grub-efi-amd64-signed | 1.187.2~18.04.1+2.06-2ubuntu14 | 1.187.3~18.04.1+2.06-2ubuntu14.1
-grub-pc | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-pc-bin | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub2-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-intel-microcode | 3.20220809.0ubuntu0.18.04.1 | 3.20230214.0ubuntu0.18.04.1
-iptables | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-krb5-locales | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libapt-inst2.0 | 1.6.14 | 1.6.17
-libapt-pkg5.0 | 1.6.14 | 1.6.17
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libbinutils | 2.30-21ubuntu1~18.04.8 | 2.30-21ubuntu1~18.04.9
-libcurl3-gnutls | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-libcurl4 | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-libgssapi-krb5-2 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libip4tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libip6tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libiptc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libk5crypto3 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libkrb5-3 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libkrb5support0 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libncurses5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libncursesw5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libnss-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam-modules | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-modules-bin | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-runtime | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam0g | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libperl5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-libpython3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libssl1.0.0 | 1.0.2n-1ubuntu5.10 | 1.0.2n-1ubuntu5.13
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.23
-libsystemd0 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libtinfo5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libudev1 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libunwind8 | 1.2.1-8 | 1.2.1-8ubuntu0.1
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.8 | 2.9.4+dfsg1-6.1ubuntu1.9
-libxtables12 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-linux-generic-hwe-18.04 | 5.4.0.137.154~18.04.112 | 5.4.0.149.166~18.04.120
-linux-headers-generic | 4.15.0.202.185 | 4.15.0.211.194
-linux-headers-generic-hwe-18.04 | 5.4.0.137.154~18.04.112 | 5.4.0.149.166~18.04.120
-linux-headers-virtual | 4.15.0.202.185 | 4.15.0.211.194
-linux-image-generic-hwe-18.04 | 5.4.0.137.154~18.04.112 | 5.4.0.149.166~18.04.120
-linux-image-virtual | 4.15.0.202.185 | 4.15.0.211.194
-linux-libc-dev | 4.15.0-202.213 | 4.15.0-211.222
-linux-virtual | 4.15.0.202.185 | 4.15.0.211.194
-ncurses-base | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-bin | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-term | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-openssl | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.23
-perl | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-base | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-modules-5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-python3-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3-problem-report | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-rsync | 3.1.2-2.1ubuntu1.5 | 3.1.2-2.1ubuntu1.6
-snapd | 2.57.5+18.04ubuntu0.1 | 2.58+18.04.1
-sudo | 1.8.21p2-3ubuntu1.5 | 1.8.21p2-3ubuntu1.6
-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-systemd-sysv | 237-3ubuntu10.56 | 237-3ubuntu10.57
-tar | 1.29b-2ubuntu0.3 | 1.29b-2ubuntu0.4
-tcpdump | 4.9.3-0ubuntu0.18.04.2 | 4.9.3-0ubuntu0.18.04.3
-tmux | 2.6-3ubuntu0.2 | 2.6-3ubuntu0.3
-tzdata | 2022g-0ubuntu0.18.04 | 2023c-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.13.2~18.04.1 | 27.14.4~18.04
-udev | 237-3ubuntu10.56 | 237-3ubuntu10.57
-update-notifier-common | 3.192.1.15 | 3.192.1.19
-vim | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-common | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-runtime | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-tiny | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-xxd | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-202 |
-linux-headers-4.15.0-202-generic |
-linux-headers-5.4.0-137-generic |
-linux-hwe-5.4-headers-5.4.0-137 |
-linux-image-4.15.0-202-generic |
-linux-image-5.4.0-137-generic |
-linux-modules-4.15.0-202-generic |
-linux-modules-5.4.0-137-generic |
-linux-modules-extra-5.4.0-137-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-06-01-1685663161
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 682.8M
-Previous | 738.6M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 2.0G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-210.221 | 4.15.0-211.222
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 530
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-211 | 4.15.0-211.222
-linux-headers-4.15.0-211-generic | 4.15.0-211.222
-linux-image-4.15.0-211-generic | 4.15.0-211.222
-linux-modules-4.15.0-211-generic | 4.15.0-211.222
-linux-modules-extra-4.15.0-211-generic | 4.15.0-211.222
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ca-certificates | 20211016ubuntu0.18.04.1 | 20230311ubuntu0.18.04.1
-distro-info-data | 0.37ubuntu0.16 | 0.37ubuntu0.17
-grub-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-efi | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-pc | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub-pc-bin | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-grub2-common | 2.02-2ubuntu8.25 | 2.02-2ubuntu8.26
-iptables | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libip4tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libip6tc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libiptc0 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-libncurses5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libncursesw5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libperl5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-libssl1.0.0 | 1.0.2n-1ubuntu5.12 | 1.0.2n-1ubuntu5.13
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.22 | 1.1.1-1ubuntu2.1~18.04.23
-libtinfo5 | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-libxtables12 | 1.6.1-2ubuntu2 | 1.6.1-2ubuntu2.1
-linux-headers-generic | 4.15.0.209.192 | 4.15.0.211.194
-linux-headers-virtual | 4.15.0.209.192 | 4.15.0.211.194
-linux-image-generic | 4.15.0.210.193 | 4.15.0.211.194
-linux-image-virtual | 4.15.0.209.192 | 4.15.0.211.194
-linux-virtual | 4.15.0.209.192 | 4.15.0.211.194
-ncurses-base | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-bin | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-ncurses-term | 6.1-1ubuntu1.18.04 | 6.1-1ubuntu1.18.04.1
-openssl | 1.1.1-1ubuntu2.1~18.04.22 | 1.1.1-1ubuntu2.1~18.04.23
-perl | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-base | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-perl-modules-5.26 | 5.26.1-6ubuntu0.6 | 5.26.1-6ubuntu0.7
-snapd | 2.58+18.04 | 2.58+18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-209 |
-linux-headers-4.15.0-209-generic |
-linux-image-4.15.0-209-generic |
-linux-image-4.15.0-210-generic |
-linux-modules-4.15.0-209-generic |
-linux-modules-4.15.0-210-generic |
-linux-modules-extra-4.15.0-210-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-05-03-1683144612
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 738.6M
-Previous | 670.4M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.0G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-202.213 | 4.15.0-210.221
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 530
- Previous | 528
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-209 | 4.15.0-209.220
-linux-headers-4.15.0-209-generic | 4.15.0-209.220
-linux-image-4.15.0-209-generic | 4.15.0-209.220
-linux-image-4.15.0-210-generic | 4.15.0-210.221
-linux-modules-4.15.0-209-generic | 4.15.0-209.220
-linux-modules-4.15.0-210-generic | 4.15.0-210.221
-linux-modules-extra-4.15.0-210-generic | 4.15.0-210.221
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-apt | 1.6.14 | 1.6.17
-apt-transport-https | 1.6.14 | 1.6.17
-apt-utils | 1.6.14 | 1.6.17
-cloud-init | 22.4.2-0ubuntu0~18.04.1 | 23.1.2-0ubuntu0~18.04.1
-curl | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-distro-info-data | 0.37ubuntu0.15 | 0.37ubuntu0.16
-dnsmasq-base | 2.79-1ubuntu0.6 | 2.79-1ubuntu0.7
-git | 1:2.17.1-1ubuntu0.15 | 1:2.17.1-1ubuntu0.18
-git-man | 1:2.17.1-1ubuntu0.15 | 1:2.17.1-1ubuntu0.18
-grub-efi-amd64 | 2.06-2ubuntu14 | 2.06-2ubuntu14.1
-grub-efi-amd64-bin | 2.06-2ubuntu14 | 2.06-2ubuntu14.1
-grub-efi-amd64-signed | 1.187.2~18.04.1+2.06-2ubuntu14 | 1.187.3~18.04.1+2.06-2ubuntu14.1
-intel-microcode | 3.20220809.0ubuntu0.18.04.1 | 3.20230214.0ubuntu0.18.04.1
-krb5-locales | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libapt-inst2.0 | 1.6.14 | 1.6.17
-libapt-pkg5.0 | 1.6.14 | 1.6.17
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libcurl3-gnutls | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-libcurl4 | 7.58.0-2ubuntu3.22 | 7.58.0-2ubuntu3.24
-libgssapi-krb5-2 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libk5crypto3 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libkrb5-3 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libkrb5support0 | 1.16-2ubuntu0.3 | 1.16-2ubuntu0.4
-libnss-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam-modules | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-modules-bin | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-runtime | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpam-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libpam0g | 1.1.8-3.6ubuntu2.18.04.4 | 1.1.8-3.6ubuntu2.18.04.6
-libpython3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libssl1.0.0 | 1.0.2n-1ubuntu5.10 | 1.0.2n-1ubuntu5.12
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.22
-libsystemd0 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libudev1 | 237-3ubuntu10.56 | 237-3ubuntu10.57
-libunwind8 | 1.2.1-8 | 1.2.1-8ubuntu0.1
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.3 | 7.5.0+dfsg-1ubuntu0.4
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.8 | 2.9.4+dfsg1-6.1ubuntu1.9
-linux-headers-generic | 4.15.0.202.185 | 4.15.0.209.192
-linux-headers-virtual | 4.15.0.202.185 | 4.15.0.209.192
-linux-image-generic | 4.15.0.202.185 | 4.15.0.210.193
-linux-image-virtual | 4.15.0.202.185 | 4.15.0.209.192
-linux-virtual | 4.15.0.202.185 | 4.15.0.209.192
-openssl | 1.1.1-1ubuntu2.1~18.04.20 | 1.1.1-1ubuntu2.1~18.04.22
-python3-apport | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3-problem-report | 2.20.9-0ubuntu7.28 | 2.20.9-0ubuntu7.29
-python3.6 | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.9 | 3.6.9-1~18.04ubuntu1.12
-rsync | 3.1.2-2.1ubuntu1.5 | 3.1.2-2.1ubuntu1.6
-snapd | 2.57.5+18.04ubuntu0.1 | 2.58+18.04
-sudo | 1.8.21p2-3ubuntu1.5 | 1.8.21p2-3ubuntu1.6
-systemd | 237-3ubuntu10.56 | 237-3ubuntu10.57
-systemd-sysv | 237-3ubuntu10.56 | 237-3ubuntu10.57
-tar | 1.29b-2ubuntu0.3 | 1.29b-2ubuntu0.4
-tcpdump | 4.9.3-0ubuntu0.18.04.2 | 4.9.3-0ubuntu0.18.04.3
-tmux | 2.6-3ubuntu0.2 | 2.6-3ubuntu0.3
-tzdata | 2022g-0ubuntu0.18.04 | 2023c-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.13.2~18.04.1 | 27.14.4~18.04
-udev | 237-3ubuntu10.56 | 237-3ubuntu10.57
-update-notifier-common | 3.192.1.15 | 3.192.1.19
-vim | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-common | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-runtime | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-vim-tiny | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-xxd | 2:8.0.1453-1ubuntu1.10 | 2:8.0.1453-1ubuntu1.13
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-202 |
-linux-headers-4.15.0-202-generic |
-linux-image-4.15.0-202-generic |
-linux-modules-4.15.0-202-generic |
-linux-modules-extra-4.15.0-202-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-02-01-1675288225
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 670.4M
-Previous | 664.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-200.211 | 4.15.0-202.213
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 528
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-202 | 4.15.0-202.213
-linux-headers-4.15.0-202-generic | 4.15.0-202.213
-linux-image-4.15.0-202-generic | 4.15.0-202.213
-linux-modules-4.15.0-202-generic | 4.15.0-202.213
-linux-modules-extra-4.15.0-202-generic | 4.15.0-202.213
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-git | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.15
-git-man | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.15
-grub-efi-amd64 | 2.04-1ubuntu47.4 | 2.06-2ubuntu14
-grub-efi-amd64-bin | 2.04-1ubuntu47.4 | 2.06-2ubuntu14
-grub-efi-amd64-signed | 1.173.2~18.04.1+2.04-1ubuntu47.4 | 1.187.2~18.04.1+2.06-2ubuntu14
-krb5-locales | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libgssapi-krb5-2 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libk5crypto3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libkrb5-3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libkrb5support0 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libpam-modules | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam-modules-bin | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam-runtime | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam0g | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-linux-headers-generic | 4.15.0.200.183 | 4.15.0.202.185
-linux-headers-virtual | 4.15.0.200.183 | 4.15.0.202.185
-linux-image-generic | 4.15.0.200.183 | 4.15.0.202.185
-linux-image-virtual | 4.15.0.200.183 | 4.15.0.202.185
-linux-virtual | 4.15.0.200.183 | 4.15.0.202.185
-open-vm-tools | 2:11.0.5-4ubuntu0.18.04.2 | 2:11.0.5-4ubuntu0.18.04.3
-python-apt-common | 1.6.5ubuntu0.7 | 1.6.6
-python3-apt | 1.6.5ubuntu0.7 | 1.6.6
-python3-pkg-resources | 39.0.1-2 | 39.0.1-2ubuntu0.1
-python3-software-properties | 0.96.24.32.18 | 0.96.24.32.20
-software-properties-common | 0.96.24.32.18 | 0.96.24.32.20
-sudo | 1.8.21p2-3ubuntu1.4 | 1.8.21p2-3ubuntu1.5
-ubuntu-advantage-tools | 27.12~18.04.1 | 27.13.2~18.04.1
-update-notifier-common | 3.192.1.12 | 3.192.1.15
-vim | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-common | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-runtime | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-tiny | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-xxd | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-200 |
-linux-headers-4.15.0-200-generic |
-linux-image-4.15.0-200-generic |
-linux-modules-4.15.0-200-generic |
-linux-modules-extra-4.15.0-200-generic |
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-02-01-1675281997
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 803.8M
-Previous | 798.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.3G
- Previous | 2.3G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-135.152~18.04.2 | 5.4.0-137.154~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 562
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-202 | 4.15.0-202.213
-linux-headers-4.15.0-202-generic | 4.15.0-202.213
-linux-headers-5.4.0-137-generic | 5.4.0-137.154~18.04.1
-linux-hwe-5.4-headers-5.4.0-137 | 5.4.0-137.154~18.04.1
-linux-image-4.15.0-202-generic | 4.15.0-202.213
-linux-image-5.4.0-137-generic | 5.4.0-137.154~18.04.1
-linux-modules-4.15.0-202-generic | 4.15.0-202.213
-linux-modules-5.4.0-137-generic | 5.4.0-137.154~18.04.1
-linux-modules-extra-5.4.0-137-generic | 5.4.0-137.154~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-curl | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-git | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.15
-git-man | 1:2.17.1-1ubuntu0.13 | 1:2.17.1-1ubuntu0.15
-grub-efi-amd64 | 2.04-1ubuntu47.4 | 2.06-2ubuntu14
-grub-efi-amd64-bin | 2.04-1ubuntu47.4 | 2.06-2ubuntu14
-grub-efi-amd64-signed | 1.173.2~18.04.1+2.04-1ubuntu47.4 | 1.187.2~18.04.1+2.06-2ubuntu14
-krb5-locales | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libcurl3-gnutls | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-libcurl4 | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-libgssapi-krb5-2 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libk5crypto3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libkrb5-3 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libkrb5support0 | 1.16-2ubuntu0.2 | 1.16-2ubuntu0.3
-libksba8 | 1.3.5-2ubuntu0.18.04.1 | 1.3.5-2ubuntu0.18.04.2
-libpam-modules | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam-modules-bin | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam-runtime | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libpam0g | 1.1.8-3.6ubuntu2.18.04.3 | 1.1.8-3.6ubuntu2.18.04.4
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.2 | 7.5.0+dfsg-1ubuntu0.3
-linux-generic-hwe-18.04 | 5.4.0.135.152~18.04.110 | 5.4.0.137.154~18.04.112
-linux-headers-generic | 4.15.0.200.183 | 4.15.0.202.185
-linux-headers-generic-hwe-18.04 | 5.4.0.135.152~18.04.110 | 5.4.0.137.154~18.04.112
-linux-headers-virtual | 4.15.0.200.183 | 4.15.0.202.185
-linux-image-generic-hwe-18.04 | 5.4.0.135.152~18.04.110 | 5.4.0.137.154~18.04.112
-linux-image-virtual | 4.15.0.200.183 | 4.15.0.202.185
-linux-libc-dev | 4.15.0-200.211 | 4.15.0-202.213
-linux-virtual | 4.15.0.200.183 | 4.15.0.202.185
-open-vm-tools | 2:11.0.5-4ubuntu0.18.04.2 | 2:11.0.5-4ubuntu0.18.04.3
-python-apt-common | 1.6.5ubuntu0.7 | 1.6.6
-python3-apt | 1.6.5ubuntu0.7 | 1.6.6
-python3-pkg-resources | 39.0.1-2 | 39.0.1-2ubuntu0.1
-python3-software-properties | 0.96.24.32.18 | 0.96.24.32.20
-software-properties-common | 0.96.24.32.18 | 0.96.24.32.20
-sudo | 1.8.21p2-3ubuntu1.4 | 1.8.21p2-3ubuntu1.5
-ubuntu-advantage-tools | 27.12~18.04.1 | 27.13.2~18.04.1
-update-notifier-common | 3.192.1.12 | 3.192.1.15
-vim | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-common | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-runtime | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-vim-tiny | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-xxd | 2:8.0.1453-1ubuntu1.9 | 2:8.0.1453-1ubuntu1.10
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-200 |
-linux-headers-4.15.0-200-generic |
-linux-headers-5.4.0-135-generic |
-linux-hwe-5.4-headers-5.4.0-135 |
-linux-image-4.15.0-200-generic |
-linux-image-5.4.0-135-generic |
-linux-modules-4.15.0-200-generic |
-linux-modules-5.4.0-135-generic |
-linux-modules-extra-5.4.0-135-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-01-05-1672954037
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.8M
-Previous | 664.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-200.211 | 4.15.0-200.211
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 528
-
-### New Packages
-No packages were added
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-curl | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-libcurl3-gnutls | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-libcurl4 | 7.58.0-2ubuntu3.21 | 7.58.0-2ubuntu3.22
-libksba8 | 1.3.5-2ubuntu0.18.04.1 | 1.3.5-2ubuntu0.18.04.2
-
-### Removed Packages
-No packages were removed
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2023-01-03-1672762727
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 798.1M
-Previous | 797.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.2G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-132.148~18.04.1 | 5.4.0-135.152~18.04.2
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 562
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-200 | 4.15.0-200.211
-linux-headers-4.15.0-200-generic | 4.15.0-200.211
-linux-headers-5.4.0-135-generic | 5.4.0-135.152~18.04.2
-linux-hwe-5.4-headers-5.4.0-135 | 5.4.0-135.152~18.04.2
-linux-image-4.15.0-200-generic | 4.15.0-200.211
-linux-image-5.4.0-135-generic | 5.4.0-135.152~18.04.2
-linux-modules-4.15.0-200-generic | 4.15.0-200.211
-linux-modules-5.4.0-135-generic | 5.4.0-135.152~18.04.2
-linux-modules-extra-5.4.0-135-generic | 5.4.0-135.152~18.04.2
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.8
-binutils-common | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.8
-binutils-x86-64-linux-gnu | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.8
-ca-certificates | 20211016~18.04.1 | 20211016ubuntu0.18.04.1
-cloud-init | 22.3.4-0ubuntu1~18.04.1 | 22.4.2-0ubuntu0~18.04.1
-grub-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-efi | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc-bin | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub2-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libbinutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.8
-libexpat1 | 2.2.5-3ubuntu0.8 | 2.2.5-3ubuntu0.9
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libpython3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.7 | 2.9.4+dfsg1-6.1ubuntu1.8
-linux-generic-hwe-18.04 | 5.4.0.132.148~18.04.109 | 5.4.0.135.152~18.04.110
-linux-headers-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-headers-generic-hwe-18.04 | 5.4.0.132.148~18.04.109 | 5.4.0.135.152~18.04.110
-linux-headers-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-image-generic-hwe-18.04 | 5.4.0.132.148~18.04.109 | 5.4.0.135.152~18.04.110
-linux-image-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-libc-dev | 4.15.0-197.208 | 4.15.0-200.211
-linux-virtual | 4.15.0.197.182 | 4.15.0.200.183
-login | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-passwd | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-python3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-snapd | 2.57.5+18.04 | 2.57.5+18.04ubuntu0.1
-tzdata | 2022f-0ubuntu0.18.04.0 | 2022g-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.11.3~18.04.1 | 27.12~18.04.1
-uidmap | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-197 |
-linux-headers-4.15.0-197-generic |
-linux-headers-5.4.0-132-generic |
-linux-hwe-5.4-headers-5.4.0-132 |
-linux-image-4.15.0-197-generic |
-linux-image-5.4.0-132-generic |
-linux-modules-4.15.0-197-generic |
-linux-modules-5.4.0-132-generic |
-linux-modules-extra-5.4.0-132-generic |
-# Changelog for ubuntu_18_04-x86_64-2023-01-03-1672760424
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.8M
-Previous | 664.7M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-197.208 | 4.15.0-200.211
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 528
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-200 | 4.15.0-200.211
-linux-headers-4.15.0-200-generic | 4.15.0-200.211
-linux-image-4.15.0-200-generic | 4.15.0-200.211
-linux-modules-4.15.0-200-generic | 4.15.0-200.211
-linux-modules-extra-4.15.0-200-generic | 4.15.0-200.211
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-ca-certificates | 20211016~18.04.1 | 20211016ubuntu0.18.04.1
-cloud-init | 22.3.4-0ubuntu1~18.04.1 | 22.4.2-0ubuntu0~18.04.1
-libasn1-8-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libgssapi3-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhcrypto4-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimbase1-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libheimntlm0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libhx509-5-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libkrb5-26-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libpython3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-libroken18-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libwind0-heimdal | 7.5.0+dfsg-1ubuntu0.1 | 7.5.0+dfsg-1ubuntu0.2
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.7 | 2.9.4+dfsg1-6.1ubuntu1.8
-linux-headers-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-headers-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-image-generic | 4.15.0.197.182 | 4.15.0.200.183
-linux-image-virtual | 4.15.0.197.182 | 4.15.0.200.183
-linux-virtual | 4.15.0.197.182 | 4.15.0.200.183
-python3.6 | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.8 | 3.6.9-1~18.04ubuntu1.9
-snapd | 2.57.5+18.04 | 2.57.5+18.04ubuntu0.1
-tzdata | 2022f-0ubuntu0.18.04.0 | 2022g-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.11.3~18.04.1 | 27.12~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-197 |
-linux-headers-4.15.0-197-generic |
-linux-image-4.15.0-197-generic |
-linux-modules-4.15.0-197-generic |
-linux-modules-extra-4.15.0-197-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-12-01-1669912024
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.7M
-Previous | 797.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-132.148~18.04.1 | 4.15.0-197.208
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-image-generic | 4.15.0.197.182
-linux-modules-extra-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-grub-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-efi | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc-bin | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub2-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-libexpat1 | 2.2.5-3ubuntu0.8 | 2.2.5-3ubuntu0.9
-login | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-passwd | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-uidmap | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-
-### Removed Packages
- Name |
------------- |
-binutils |
-binutils-common |
-binutils-x86-64-linux-gnu |
-cpp |
-cpp-7 |
-gcc |
-gcc-7 |
-gcc-7-base |
-libasan4 |
-libatomic1 |
-libbinutils |
-libc-dev-bin |
-libc6-dev |
-libcc1-0 |
-libcilkrts5 |
-libgcc-7-dev |
-libgomp1 |
-libisl19 |
-libitm1 |
-liblsan0 |
-libmpc3 |
-libmpx2 |
-libquadmath0 |
-libtsan0 |
-libubsan0 |
-linux-generic-hwe-18.04 |
-linux-headers-5.4.0-132-generic |
-linux-headers-generic-hwe-18.04 |
-linux-hwe-5.4-headers-5.4.0-132 |
-linux-image-5.4.0-132-generic |
-linux-image-generic-hwe-18.04 |
-linux-libc-dev |
-linux-modules-5.4.0-132-generic |
-linux-modules-extra-5.4.0-132-generic |
-make |
-manpages-dev |
-# Changelog for ubuntu_18_04-x86_64-2022-12-01-1669912020
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.7M
-Previous | 797.9M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-132.148~18.04.1 | 4.15.0-197.208
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 562
-
-### New Packages
- Name | Version
------------- | -------------
-linux-image-generic | 4.15.0.197.182
-linux-modules-extra-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-grub-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-efi | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub-pc-bin | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-grub2-common | 2.02-2ubuntu8.23 | 2.02-2ubuntu8.25
-libexpat1 | 2.2.5-3ubuntu0.8 | 2.2.5-3ubuntu0.9
-login | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-passwd | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-uidmap | 1:4.5-1ubuntu2.3 | 1:4.5-1ubuntu2.5
-
-### Removed Packages
- Name |
------------- |
-binutils |
-binutils-common |
-binutils-x86-64-linux-gnu |
-cpp |
-cpp-7 |
-gcc |
-gcc-7 |
-gcc-7-base |
-libasan4 |
-libatomic1 |
-libbinutils |
-libc-dev-bin |
-libc6-dev |
-libcc1-0 |
-libcilkrts5 |
-libgcc-7-dev |
-libgomp1 |
-libisl19 |
-libitm1 |
-liblsan0 |
-libmpc3 |
-libmpx2 |
-libquadmath0 |
-libtsan0 |
-libubsan0 |
-linux-generic-hwe-18.04 |
-linux-headers-5.4.0-132-generic |
-linux-headers-generic-hwe-18.04 |
-linux-hwe-5.4-headers-5.4.0-132 |
-linux-image-5.4.0-132-generic |
-linux-image-generic-hwe-18.04 |
-linux-libc-dev |
-linux-modules-5.4.0-132-generic |
-linux-modules-extra-5.4.0-132-generic |
-make |
-manpages-dev |
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2022-11-18-1668793920
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 797.9M
-Previous | 797.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.2G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-132.148~18.04.1 | 5.4.0-132.148~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 562
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-grub-efi | 2.02-2ubuntu8.23
-grub-efi-amd64 | 2.04-1ubuntu47.4
-linux-headers-4.15.0-197 | 4.15.0-197.208
-linux-headers-4.15.0-197-generic | 4.15.0-197.208
-linux-image-4.15.0-197-generic | 4.15.0-197.208
-linux-modules-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libexpat1 | 2.2.5-3ubuntu0.7 | 2.2.5-3ubuntu0.8
-linux-headers-generic | 4.15.0.196.181 | 4.15.0.197.182
-linux-headers-virtual | 4.15.0.196.181 | 4.15.0.197.182
-linux-image-virtual | 4.15.0.196.181 | 4.15.0.197.182
-linux-virtual | 4.15.0.196.181 | 4.15.0.197.182
-
-### Removed Packages
- Name |
------------- |
-grub-gfxpayload-lists |
-linux-headers-4.15.0-196 |
-linux-headers-4.15.0-196-generic |
-linux-image-4.15.0-196-generic |
-linux-modules-4.15.0-196-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-11-18-1668792516
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.5M
-Previous | 718.7M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-197.208 | 4.15.0-197.208
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 529
-
-### New Packages
- Name | Version
------------- | -------------
-grub-efi | 2.02-2ubuntu8.23
-grub-efi-amd64 | 2.04-1ubuntu47.4
-linux-headers-4.15.0-197 | 4.15.0-197.208
-linux-headers-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libexpat1 | 2.2.5-3ubuntu0.7 | 2.2.5-3ubuntu0.8
-linux-headers-generic | 4.15.0.196.181 | 4.15.0.197.182
-linux-headers-virtual | 4.15.0.196.181 | 4.15.0.197.182
-linux-image-virtual | 4.15.0.196.181 | 4.15.0.197.182
-linux-virtual | 4.15.0.196.181 | 4.15.0.197.182
-
-### Removed Packages
- Name |
------------- |
-grub-gfxpayload-lists |
-linux-headers-4.15.0-196 |
-linux-headers-4.15.0-196-generic |
-linux-image-4.15.0-196-generic |
-linux-modules-4.15.0-196-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-11-16-1668629157
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 718.7M
-Previous | 664.7M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-194.205 | 4.15.0-197.208
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 529
- Previous | 527
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-196 | 4.15.0-196.207
-linux-headers-4.15.0-196-generic | 4.15.0-196.207
-linux-image-4.15.0-196-generic | 4.15.0-196.207
-linux-image-4.15.0-197-generic | 4.15.0-197.208
-linux-modules-4.15.0-196-generic | 4.15.0-196.207
-linux-modules-4.15.0-197-generic | 4.15.0-197.208
-linux-modules-extra-4.15.0-197-generic | 4.15.0-197.208
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-distro-info-data | 0.37ubuntu0.14 | 0.37ubuntu0.15
-libntfs-3g88 | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-libsqlite3-0 | 3.22.0-1ubuntu0.6 | 3.22.0-1ubuntu0.7
-linux-headers-generic | 4.15.0.194.179 | 4.15.0.196.181
-linux-headers-virtual | 4.15.0.194.179 | 4.15.0.196.181
-linux-image-generic | 4.15.0.194.179 | 4.15.0.197.182
-linux-image-virtual | 4.15.0.194.179 | 4.15.0.196.181
-linux-virtual | 4.15.0.194.179 | 4.15.0.196.181
-ntfs-3g | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-tzdata | 2022e-0ubuntu0.18.04.0 | 2022f-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.11.2~18.04.1 | 27.11.3~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-194 |
-linux-headers-4.15.0-194-generic |
-linux-image-4.15.0-194-generic |
-linux-modules-4.15.0-194-generic |
-linux-modules-extra-4.15.0-194-generic |
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2022-11-16-1668628838
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 797.8M
-Previous | 791.0M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.2G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-125.141~18.04.1 | 5.4.0-132.148~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 561
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-196 | 4.15.0-196.207
-linux-headers-4.15.0-196-generic | 4.15.0-196.207
-linux-headers-5.4.0-132-generic | 5.4.0-132.148~18.04.1
-linux-hwe-5.4-headers-5.4.0-132 | 5.4.0-132.148~18.04.1
-linux-image-4.15.0-196-generic | 4.15.0-196.207
-linux-image-5.4.0-132-generic | 5.4.0-132.148~18.04.1
-linux-modules-4.15.0-196-generic | 4.15.0-196.207
-linux-modules-5.4.0-132-generic | 5.4.0-132.148~18.04.1
-linux-modules-extra-5.4.0-132-generic | 5.4.0-132.148~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-cloud-init | 22.2-0ubuntu1~18.04.3 | 22.3.4-0ubuntu1~18.04.1
-curl | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-dbus | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-dbus-user-session | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-distro-info-data | 0.37ubuntu0.14 | 0.37ubuntu0.15
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-git | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-git-man | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-grub-efi-amd64-bin | 2.04-1ubuntu44.1.2 | 2.04-1ubuntu47.4
-grub-efi-amd64-signed | 1.167~18.04.5+2.04-1ubuntu44.1.2 | 1.173.2~18.04.1+2.04-1ubuntu47.4
-isc-dhcp-client | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-isc-dhcp-common | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-libasn1-8-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libcurl3-gnutls | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libcurl4 | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libdbus-1-3 | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libgmp10 | 2:6.1.2+dfsg-2 | 2:6.1.2+dfsg-2ubuntu0.1
-libgssapi3-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhcrypto4-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimbase1-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimntlm0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhx509-5-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libkrb5-26-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libksba8 | 1.3.5-2 | 1.3.5-2ubuntu0.18.04.1
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libntfs-3g88 | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-libperl5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-libroken18-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libsqlite3-0 | 3.22.0-1ubuntu0.6 | 3.22.0-1ubuntu0.7
-libwind0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-linux-generic-hwe-18.04 | 5.4.0.125.141~18.04.105 | 5.4.0.132.148~18.04.109
-linux-headers-generic | 4.15.0.192.177 | 4.15.0.196.181
-linux-headers-generic-hwe-18.04 | 5.4.0.125.141~18.04.105 | 5.4.0.132.148~18.04.109
-linux-headers-virtual | 4.15.0.192.177 | 4.15.0.196.181
-linux-image-generic-hwe-18.04 | 5.4.0.125.141~18.04.105 | 5.4.0.132.148~18.04.109
-linux-image-virtual | 4.15.0.192.177 | 4.15.0.196.181
-linux-libc-dev | 4.15.0-192.203 | 4.15.0-197.208
-linux-virtual | 4.15.0.192.177 | 4.15.0.196.181
-ntfs-3g | 1:2017.3.23-2ubuntu0.18.04.4 | 1:2017.3.23-2ubuntu0.18.04.5
-perl | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-base | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-modules-5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-snapd | 2.55.5+18.04 | 2.57.5+18.04
-sosreport | 4.3-1ubuntu0.18.04.1 | 4.4-1ubuntu0.18.04.1
-tzdata | 2022c-0ubuntu0.18.04.0 | 2022f-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.10.1~18.04.1 | 27.11.3~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-192 |
-linux-headers-4.15.0-192-generic |
-linux-headers-5.4.0-125-generic |
-linux-hwe-5.4-headers-5.4.0-125 |
-linux-image-4.15.0-192-generic |
-linux-image-5.4.0-125-generic |
-linux-modules-4.15.0-192-generic |
-linux-modules-5.4.0-125-generic |
-linux-modules-extra-5.4.0-125-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-11-02-1667411058
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 664.7M
-Previous | 658.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-193.204 | 4.15.0-194.205
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 527
- Previous | 527
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-194 | 4.15.0-194.205
-linux-headers-4.15.0-194-generic | 4.15.0-194.205
-linux-image-4.15.0-194-generic | 4.15.0-194.205
-linux-modules-4.15.0-194-generic | 4.15.0-194.205
-linux-modules-extra-4.15.0-194-generic | 4.15.0-194.205
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-cloud-init | 22.2-0ubuntu1~18.04.3 | 22.3.4-0ubuntu1~18.04.1
-curl | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-dbus | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-dbus-user-session | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-git | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-git-man | 1:2.17.1-1ubuntu0.12 | 1:2.17.1-1ubuntu0.13
-grub-efi-amd64-bin | 2.04-1ubuntu44.1.2 | 2.04-1ubuntu47.4
-grub-efi-amd64-signed | 1.167~18.04.5+2.04-1ubuntu44.1.2 | 1.173.2~18.04.1+2.04-1ubuntu47.4
-isc-dhcp-client | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-isc-dhcp-common | 4.3.5-3ubuntu7.3 | 4.3.5-3ubuntu7.4
-libasn1-8-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libcurl3-gnutls | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libcurl4 | 7.58.0-2ubuntu3.20 | 7.58.0-2ubuntu3.21
-libdbus-1-3 | 1.12.2-1ubuntu1.3 | 1.12.2-1ubuntu1.4
-libgmp10 | 2:6.1.2+dfsg-2 | 2:6.1.2+dfsg-2ubuntu0.1
-libgssapi3-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhcrypto4-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimbase1-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libheimntlm0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libhx509-5-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libkrb5-26-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libksba8 | 1.3.5-2 | 1.3.5-2ubuntu0.18.04.1
-libperl5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-libroken18-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-libwind0-heimdal | 7.5.0+dfsg-1 | 7.5.0+dfsg-1ubuntu0.1
-linux-headers-generic | 4.15.0.193.178 | 4.15.0.194.179
-linux-headers-virtual | 4.15.0.193.178 | 4.15.0.194.179
-linux-image-generic | 4.15.0.193.178 | 4.15.0.194.179
-linux-image-virtual | 4.15.0.193.178 | 4.15.0.194.179
-linux-virtual | 4.15.0.193.178 | 4.15.0.194.179
-perl | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-base | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-perl-modules-5.26 | 5.26.1-6ubuntu0.5 | 5.26.1-6ubuntu0.6
-snapd | 2.55.5+18.04 | 2.57.5+18.04
-sosreport | 4.3-1ubuntu0.18.04.2 | 4.4-1ubuntu0.18.04.1
-tzdata | 2022c-0ubuntu0.18.04.0 | 2022e-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.10.1~18.04.1 | 27.11.2~18.04.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-193 |
-linux-headers-4.15.0-193-generic |
-linux-image-4.15.0-193-generic |
-linux-modules-4.15.0-193-generic |
-linux-modules-extra-4.15.0-193-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-10-04-1664903349
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 658.1M
-Previous | 791.0M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-125.141~18.04.1 | 4.15.0-193.204
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 527
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-193 | 4.15.0-193.204
-linux-headers-4.15.0-193-generic | 4.15.0-193.204
-linux-image-4.15.0-193-generic | 4.15.0-193.204
-linux-image-generic | 4.15.0.193.178
-linux-modules-4.15.0-193-generic | 4.15.0-193.204
-linux-modules-extra-4.15.0-193-generic | 4.15.0-193.204
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-linux-headers-generic | 4.15.0.192.177 | 4.15.0.193.178
-linux-headers-virtual | 4.15.0.192.177 | 4.15.0.193.178
-linux-image-virtual | 4.15.0.192.177 | 4.15.0.193.178
-linux-virtual | 4.15.0.192.177 | 4.15.0.193.178
-sosreport | 4.3-1ubuntu0.18.04.1 | 4.3-1ubuntu0.18.04.2
-
-### Removed Packages
- Name |
------------- |
-binutils |
-binutils-common |
-binutils-x86-64-linux-gnu |
-cpp |
-cpp-7 |
-gcc |
-gcc-7 |
-gcc-7-base |
-libasan4 |
-libatomic1 |
-libbinutils |
-libc-dev-bin |
-libc6-dev |
-libcc1-0 |
-libcilkrts5 |
-libgcc-7-dev |
-libgomp1 |
-libisl19 |
-libitm1 |
-liblsan0 |
-libmpc3 |
-libmpx2 |
-libquadmath0 |
-libtsan0 |
-libubsan0 |
-linux-generic-hwe-18.04 |
-linux-headers-4.15.0-192 |
-linux-headers-4.15.0-192-generic |
-linux-headers-5.4.0-125-generic |
-linux-headers-generic-hwe-18.04 |
-linux-hwe-5.4-headers-5.4.0-125 |
-linux-image-4.15.0-192-generic |
-linux-image-5.4.0-125-generic |
-linux-image-generic-hwe-18.04 |
-linux-libc-dev |
-linux-modules-4.15.0-192-generic |
-linux-modules-5.4.0-125-generic |
-linux-modules-extra-5.4.0-125-generic |
-make |
-manpages-dev |
-# Changelog for ubuntu_18_04-x86_64-2022-10-04-1664903328
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 658.1M
-Previous | 791.0M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-125.141~18.04.1 | 4.15.0-193.204
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 527
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-193 | 4.15.0-193.204
-linux-headers-4.15.0-193-generic | 4.15.0-193.204
-linux-image-4.15.0-193-generic | 4.15.0-193.204
-linux-image-generic | 4.15.0.193.178
-linux-modules-4.15.0-193-generic | 4.15.0-193.204
-linux-modules-extra-4.15.0-193-generic | 4.15.0-193.204
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.17 | 1:9.11.3+dfsg-1ubuntu1.18
-linux-headers-generic | 4.15.0.192.177 | 4.15.0.193.178
-linux-headers-virtual | 4.15.0.192.177 | 4.15.0.193.178
-linux-image-virtual | 4.15.0.192.177 | 4.15.0.193.178
-linux-virtual | 4.15.0.192.177 | 4.15.0.193.178
-sosreport | 4.3-1ubuntu0.18.04.1 | 4.3-1ubuntu0.18.04.2
-
-### Removed Packages
- Name |
------------- |
-binutils |
-binutils-common |
-binutils-x86-64-linux-gnu |
-cpp |
-cpp-7 |
-gcc |
-gcc-7 |
-gcc-7-base |
-libasan4 |
-libatomic1 |
-libbinutils |
-libc-dev-bin |
-libc6-dev |
-libcc1-0 |
-libcilkrts5 |
-libgcc-7-dev |
-libgomp1 |
-libisl19 |
-libitm1 |
-liblsan0 |
-libmpc3 |
-libmpx2 |
-libquadmath0 |
-libtsan0 |
-libubsan0 |
-linux-generic-hwe-18.04 |
-linux-headers-4.15.0-192 |
-linux-headers-4.15.0-192-generic |
-linux-headers-5.4.0-125-generic |
-linux-headers-generic-hwe-18.04 |
-linux-hwe-5.4-headers-5.4.0-125 |
-linux-image-4.15.0-192-generic |
-linux-image-5.4.0-125-generic |
-linux-image-generic-hwe-18.04 |
-linux-libc-dev |
-linux-modules-4.15.0-192-generic |
-linux-modules-5.4.0-125-generic |
-linux-modules-extra-5.4.0-125-generic |
-make |
-manpages-dev |
-# Changelog for ubuntu_18_04-added_drivers-x86_64-2022-09-19-1663617588
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 791.0M
-Previous | 783.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.2G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-107.121~18.04.1 | 5.4.0-125.141~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 561
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-192 | 4.15.0-192.203
-linux-headers-4.15.0-192-generic | 4.15.0-192.203
-linux-headers-5.4.0-125-generic | 5.4.0-125.141~18.04.1
-linux-hwe-5.4-headers-5.4.0-125 | 5.4.0-125.141~18.04.1
-linux-image-4.15.0-192-generic | 4.15.0-192.203
-linux-image-5.4.0-125-generic | 5.4.0-125.141~18.04.1
-linux-modules-4.15.0-192-generic | 4.15.0-192.203
-linux-modules-5.4.0-125-generic | 5.4.0-125.141~18.04.1
-linux-modules-extra-5.4.0-125-generic | 5.4.0-125.141~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-bash | 4.4.18-2ubuntu1.2 | 4.4.18-2ubuntu1.3
-ca-certificates | 20210119~18.04.2 | 20211016~18.04.1
-cloud-init | 22.1-14-g2e17a0d6-0ubuntu1~18.04.3 | 22.2-0ubuntu1~18.04.3
-cron | 3.0pl1-128.1ubuntu1 | 3.0pl1-128.1ubuntu1.2
-curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.20
-dbus | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-dbus-user-session | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-dirmngr | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-distro-info-data | 0.37ubuntu0.13 | 0.37ubuntu0.14
-dnsmasq-base | 2.79-1ubuntu0.5 | 2.79-1ubuntu0.6
-dpkg | 1.19.0.5ubuntu2.3 | 1.19.0.5ubuntu2.4
-e2fsprogs | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.12
-git-man | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.12
-gnupg | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gnupg-l10n | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gnupg-utils | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-agent | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-wks-client | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpg-wks-server | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgconf | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgsm | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gpgv | 2.2.4-1ubuntu1.4 | 2.2.4-1ubuntu1.6
-gzip | 1.6-5ubuntu1.1 | 1.6-5ubuntu1.2
-intel-microcode | 3.20210608.0ubuntu0.18.04.1 | 3.20220809.0ubuntu0.18.04.1
-klibc-utils | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.2
-libc-bin | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libc-dev-bin | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libc6 | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libc6-dev | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-libcom-err2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libcurl3-gnutls | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.20
-libcurl4 | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.20
-libdbus-1-3 | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-libext2fs2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libfreetype6 | 2.8.1-2ubuntu2.1 | 2.8.1-2ubuntu2.2
-libgnutls30 | 3.5.18-1ubuntu1.5 | 3.5.18-1ubuntu1.6
-libklibc | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.2
-libldap-2.4-2 | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-libldap-common | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-liblzma5 | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-libnss-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libntfs-3g88 | 1:2017.3.23-2ubuntu0.18.04.3 | 1:2017.3.23-2ubuntu0.18.04.4
-libpam-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libpcre3 | 2:8.39-9 | 2:8.39-9ubuntu0.1
-libpython3.6 | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-libsepol1 | 2.7-1 | 2.7-1ubuntu0.1
-libsqlite3-0 | 3.22.0-1ubuntu0.4 | 3.22.0-1ubuntu0.6
-libss2 | 1.44.1-1ubuntu1.3 | 1.44.1-1ubuntu1.4
-libssl1.0.0 | 1.0.2n-1ubuntu5.8 | 1.0.2n-1ubuntu5.10
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.15 | 1.1.1-1ubuntu2.1~18.04.20
-libsystemd0 | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libudev1 | 237-3ubuntu10.53 | 237-3ubuntu10.56
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.5 | 2.9.4+dfsg1-6.1ubuntu1.7
-libxslt1.1 | 1.1.29-5ubuntu0.2 | 1.1.29-5ubuntu0.3
-linux-generic-hwe-18.04 | 5.4.0.107.121~18.04.92 | 5.4.0.125.141~18.04.105
-linux-headers-generic | 4.15.0.173.162 | 4.15.0.192.177
-linux-headers-generic-hwe-18.04 | 5.4.0.107.121~18.04.92 | 5.4.0.125.141~18.04.105
-linux-headers-virtual | 4.15.0.173.162 | 4.15.0.192.177
-linux-image-generic-hwe-18.04 | 5.4.0.107.121~18.04.92 | 5.4.0.125.141~18.04.105
-linux-image-virtual | 4.15.0.173.162 | 4.15.0.192.177
-linux-libc-dev | 4.15.0-175.184 | 4.15.0-192.203
-linux-virtual | 4.15.0.173.162 | 4.15.0.192.177
-locales | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-login | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-lxcfs | 3.0.3-0ubuntu1~18.04.2 | 3.0.3-0ubuntu1~18.04.3
-lxd | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-lxd-client | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-multiarch-support | 2.27-3ubuntu1.5 | 2.27-3ubuntu1.6
-networkd-dispatcher | 1.7-0ubuntu3.3 | 1.7-0ubuntu3.5
-ntfs-3g | 1:2017.3.23-2ubuntu0.18.04.3 | 1:2017.3.23-2ubuntu0.18.04.4
-open-iscsi | 2.0.874-5ubuntu2.10 | 2.0.874-5ubuntu2.11
-open-vm-tools | 2:11.0.5-4ubuntu0.18.04.1 | 2:11.0.5-4ubuntu0.18.04.2
-openssh-client | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-sftp-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssl | 1.1.1-1ubuntu2.1~18.04.15 | 1.1.1-1ubuntu2.1~18.04.20
-passwd | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-python3-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-python3-jwt | 1.5.3+ds1-1 | 1.5.3+ds1-1ubuntu0.1
-python3-problem-report | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-python3.6 | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.7 | 3.6.9-1~18.04ubuntu1.8
-rsync | 3.1.2-2.1ubuntu1.4 | 3.1.2-2.1ubuntu1.5
-rsyslog | 8.32.0-1ubuntu4 | 8.32.0-1ubuntu4.2
-sbsigntool | 0.9.2-2ubuntu1~18.04.1 | 0.9.2-2ubuntu1~18.04.2
-snapd | 2.54.3+18.04.2ubuntu0.2 | 2.55.5+18.04
-systemd | 237-3ubuntu10.53 | 237-3ubuntu10.56
-systemd-sysv | 237-3ubuntu10.53 | 237-3ubuntu10.56
-tcpdump | 4.9.3-0ubuntu0.18.04.1 | 4.9.3-0ubuntu0.18.04.2
-tzdata | 2022a-0ubuntu0.18.04 | 2022c-0ubuntu0.18.04.0
-ubuntu-advantage-tools | 27.7~18.04.1 | 27.10.1~18.04.1
-udev | 237-3ubuntu10.53 | 237-3ubuntu10.56
-uidmap | 1:4.5-1ubuntu2.2 | 1:4.5-1ubuntu2.3
-vim | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-common | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-runtime | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-vim-tiny | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-wireless-regdb | 2021.08.28-0ubuntu1~18.04.1 | 2022.06.06-0ubuntu1~18.04.1
-xxd | 2:8.0.1453-1ubuntu1.8 | 2:8.0.1453-1ubuntu1.9
-xz-utils | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-zlib1g | 1:1.2.11.dfsg-0ubuntu2.1 | 1:1.2.11.dfsg-0ubuntu2.2
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-173 |
-linux-headers-4.15.0-173-generic |
-linux-headers-5.4.0-107-generic |
-linux-hwe-5.4-headers-5.4.0-107 |
-linux-image-4.15.0-173-generic |
-linux-image-5.4.0-107-generic |
-linux-modules-4.15.0-173-generic |
-linux-modules-5.4.0-107-generic |
-linux-modules-extra-5.4.0-107-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-05-20-1653077097
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 651.8M
-Previous | 783.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 2.2G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-5.4.0-107.121~18.04.1 | 4.15.0-177.186
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 527
- Previous | 561
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-177 | 4.15.0-177.186
-linux-headers-4.15.0-177-generic | 4.15.0-177.186
-linux-image-4.15.0-177-generic | 4.15.0-177.186
-linux-image-generic | 4.15.0.177.166
-linux-modules-4.15.0-177-generic | 4.15.0-177.186
-linux-modules-extra-4.15.0-177-generic | 4.15.0-177.186
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-bash | 4.4.18-2ubuntu1.2 | 4.4.18-2ubuntu1.3
-cron | 3.0pl1-128.1ubuntu1 | 3.0pl1-128.1ubuntu1.2
-curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-dbus | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-dbus-user-session | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-distro-info-data | 0.37ubuntu0.13 | 0.37ubuntu0.14
-dnsmasq-base | 2.79-1ubuntu0.5 | 2.79-1ubuntu0.6
-git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.11
-git-man | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.11
-gzip | 1.6-5ubuntu1.1 | 1.6-5ubuntu1.2
-klibc-utils | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.1
-libcurl3-gnutls | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-libcurl4 | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.18
-libdbus-1-3 | 1.12.2-1ubuntu1.2 | 1.12.2-1ubuntu1.3
-libklibc | 2.0.4-9ubuntu2 | 2.0.4-9ubuntu2.1
-libldap-2.4-2 | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-libldap-common | 2.4.45+dfsg-1ubuntu1.10 | 2.4.45+dfsg-1ubuntu1.11
-liblzma5 | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-libpcre3 | 2:8.39-9 | 2:8.39-9ubuntu0.1
-libsepol1 | 2.7-1 | 2.7-1ubuntu0.1
-libsqlite3-0 | 3.22.0-1ubuntu0.4 | 3.22.0-1ubuntu0.5
-libssl1.0.0 | 1.0.2n-1ubuntu5.8 | 1.0.2n-1ubuntu5.9
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.15 | 1.1.1-1ubuntu2.1~18.04.17
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.5 | 2.9.4+dfsg1-6.1ubuntu1.6
-linux-headers-generic | 4.15.0.173.162 | 4.15.0.177.166
-linux-headers-virtual | 4.15.0.173.162 | 4.15.0.177.166
-linux-image-virtual | 4.15.0.173.162 | 4.15.0.177.166
-linux-virtual | 4.15.0.173.162 | 4.15.0.177.166
-lxd | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-lxd-client | 3.0.3-0ubuntu1~18.04.1 | 3.0.3-0ubuntu1~18.04.2
-networkd-dispatcher | 1.7-0ubuntu3.3 | 1.7-0ubuntu3.5
-open-iscsi | 2.0.874-5ubuntu2.10 | 2.0.874-5ubuntu2.11
-openssh-client | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssh-sftp-server | 1:7.6p1-4ubuntu0.6 | 1:7.6p1-4ubuntu0.7
-openssl | 1.1.1-1ubuntu2.1~18.04.15 | 1.1.1-1ubuntu2.1~18.04.17
-python3-apport | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-python3-problem-report | 2.20.9-0ubuntu7.27 | 2.20.9-0ubuntu7.28
-rsyslog | 8.32.0-1ubuntu4 | 8.32.0-1ubuntu4.2
-sbsigntool | 0.9.2-2ubuntu1~18.04.1 | 0.9.2-2ubuntu1~18.04.2
-tcpdump | 4.9.3-0ubuntu0.18.04.1 | 4.9.3-0ubuntu0.18.04.2
-ubuntu-advantage-tools | 27.7~18.04.1 | 27.8~18.04.1
-xz-utils | 5.2.2-1.3 | 5.2.2-1.3ubuntu0.1
-
-### Removed Packages
- Name |
------------- |
-binutils |
-binutils-common |
-binutils-x86-64-linux-gnu |
-cpp |
-cpp-7 |
-gcc |
-gcc-7 |
-gcc-7-base |
-libasan4 |
-libatomic1 |
-libbinutils |
-libc-dev-bin |
-libc6-dev |
-libcc1-0 |
-libcilkrts5 |
-libgcc-7-dev |
-libgomp1 |
-libisl19 |
-libitm1 |
-liblsan0 |
-libmpc3 |
-libmpx2 |
-libquadmath0 |
-libtsan0 |
-libubsan0 |
-linux-generic-hwe-18.04 |
-linux-headers-4.15.0-173 |
-linux-headers-4.15.0-173-generic |
-linux-headers-5.4.0-107-generic |
-linux-headers-generic-hwe-18.04 |
-linux-hwe-5.4-headers-5.4.0-107 |
-linux-image-4.15.0-173-generic |
-linux-image-5.4.0-107-generic |
-linux-image-generic-hwe-18.04 |
-linux-libc-dev |
-linux-modules-4.15.0-173-generic |
-linux-modules-5.4.0-107-generic |
-linux-modules-extra-5.4.0-107-generic |
-make |
-manpages-dev |
-# Changelog for ubuntu_18_04-added_drivers-2022-04-08-1649434686
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 783.1M
-Previous | 698.4M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 2.2G
- Previous | 1.9G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-171.180 | 5.4.0-107.121~18.04.1
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 561
- Previous | 555
-
-### New Packages
- Name | Version
------------- | -------------
-linux-generic-hwe-18.04 | 5.4.0.107.121~18.04.92
-linux-headers-4.15.0-173 | 4.15.0-173.182
-linux-headers-4.15.0-173-generic | 4.15.0-173.182
-linux-headers-5.4.0-107-generic | 5.4.0-107.121~18.04.1
-linux-headers-generic-hwe-18.04 | 5.4.0.107.121~18.04.92
-linux-hwe-5.4-headers-5.4.0-107 | 5.4.0-107.121~18.04.1
-linux-image-4.15.0-173-generic | 4.15.0-173.182
-linux-image-5.4.0-107-generic | 5.4.0-107.121~18.04.1
-linux-image-generic-hwe-18.04 | 5.4.0.107.121~18.04.92
-linux-modules-4.15.0-173-generic | 4.15.0-173.182
-linux-modules-5.4.0-107-generic | 5.4.0-107.121~18.04.1
-linux-modules-extra-5.4.0-107-generic | 5.4.0-107.121~18.04.1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-cloud-init | 21.4-0ubuntu1~18.04.1 | 22.1-14-g2e17a0d6-0ubuntu1~18.04.3
-command-not-found | 18.04.5 | 18.04.6
-command-not-found-data | 18.04.5 | 18.04.6
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-landscape-common | 18.01-0ubuntu3.5 | 18.01-0ubuntu3.6
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libexpat1 | 2.2.5-3ubuntu0.4 | 2.2.5-3ubuntu0.7
-libfribidi0 | 0.19.7-2 | 0.19.7-2ubuntu0.1
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libkeyutils1 | 1.5.9-9.2ubuntu2 | 1.5.9-9.2ubuntu2.1
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.16 | 1:9.11.3+dfsg-1ubuntu1.17
-libpython3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-libssl1.0.0 | 1.0.2n-1ubuntu5.7 | 1.0.2n-1ubuntu5.8
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.15
-libxml2 | 2.9.4+dfsg1-6.1ubuntu1.4 | 2.9.4+dfsg1-6.1ubuntu1.5
-linux-headers-generic | 4.15.0.171.160 | 4.15.0.173.162
-linux-headers-virtual | 4.15.0.171.160 | 4.15.0.173.162
-linux-image-virtual | 4.15.0.171.160 | 4.15.0.173.162
-linux-libc-dev | 4.15.0-171.180 | 4.15.0-175.184
-linux-virtual | 4.15.0.171.160 | 4.15.0.173.162
-openssl | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.15
-python3-commandnotfound | 18.04.5 | 18.04.6
-python3-twisted | 17.9.0-2ubuntu0.1 | 17.9.0-2ubuntu0.3
-python3-twisted-bin | 17.9.0-2ubuntu0.1 | 17.9.0-2ubuntu0.3
-python3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.7
-rsync | 3.1.2-2.1ubuntu1.3 | 3.1.2-2.1ubuntu1.4
-sosreport | 4.1-1ubuntu0.18.04.3 | 4.3-1ubuntu0.18.04.1
-tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.3
-tzdata | 2021e-0ubuntu0.18.04 | 2022a-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.6~18.04.1 | 27.7~18.04.1
-zlib1g | 1:1.2.11.dfsg-0ubuntu2 | 1:1.2.11.dfsg-0ubuntu2.1
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-171 |
-linux-headers-4.15.0-171-generic |
-linux-image-4.15.0-171-generic |
-linux-image-generic |
-linux-modules-4.15.0-171-generic |
-linux-modules-extra-4.15.0-171-generic |
-# Changelog for ubuntu_18_04-added_drivers-2022-03-09-1646848396
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 698.4M
-Previous | 636.3M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-166.174 | 4.15.0-171.180
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 555
- Previous | 526
-
-### New Packages
- Name | Version
------------- | -------------
-binutils | 2.30-21ubuntu1~18.04.7
-binutils-common | 2.30-21ubuntu1~18.04.7
-binutils-x86-64-linux-gnu | 2.30-21ubuntu1~18.04.7
-cpp | 4:7.4.0-1ubuntu2.3
-cpp-7 | 7.5.0-3ubuntu1~18.04
-dbus-user-session | 1.12.2-1ubuntu1.2
-gcc | 4:7.4.0-1ubuntu2.3
-gcc-7 | 7.5.0-3ubuntu1~18.04
-gcc-7-base | 7.5.0-3ubuntu1~18.04
-libasan4 | 7.5.0-3ubuntu1~18.04
-libatomic1 | 8.4.0-1ubuntu1~18.04
-libbinutils | 2.30-21ubuntu1~18.04.7
-libc-dev-bin | 2.27-3ubuntu1.5
-libc6-dev | 2.27-3ubuntu1.5
-libcc1-0 | 8.4.0-1ubuntu1~18.04
-libcilkrts5 | 7.5.0-3ubuntu1~18.04
-libgcc-7-dev | 7.5.0-3ubuntu1~18.04
-libgomp1 | 8.4.0-1ubuntu1~18.04
-libisl19 | 0.19-1
-libitm1 | 8.4.0-1ubuntu1~18.04
-liblsan0 | 8.4.0-1ubuntu1~18.04
-libmpc3 | 1.1.0-1
-libmpx2 | 8.4.0-1ubuntu1~18.04
-libquadmath0 | 8.4.0-1ubuntu1~18.04
-libtsan0 | 8.4.0-1ubuntu1~18.04
-libubsan0 | 7.5.0-3ubuntu1~18.04
-linux-headers-4.15.0-171 | 4.15.0-171.180
-linux-headers-4.15.0-171-generic | 4.15.0-171.180
-linux-image-4.15.0-171-generic | 4.15.0-171.180
-linux-libc-dev | 4.15.0-171.180
-linux-modules-4.15.0-171-generic | 4.15.0-171.180
-linux-modules-extra-4.15.0-171-generic | 4.15.0-171.180
-make | 4.1-9.1ubuntu1
-manpages-dev | 4.15-1
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libc-bin | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-libc6 | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-libexpat1 | 2.2.5-3ubuntu0.2 | 2.2.5-3ubuntu0.4
-libpolkit-agent-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-backend-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-gobject-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libsasl2-2 | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules-db | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-linux-firmware | 1.173.20 | 1.173.21
-linux-headers-generic | 4.15.0.166.155 | 4.15.0.171.160
-linux-headers-virtual | 4.15.0.166.155 | 4.15.0.171.160
-linux-image-generic | 4.15.0.166.155 | 4.15.0.171.160
-linux-image-virtual | 4.15.0.166.155 | 4.15.0.171.160
-linux-virtual | 4.15.0.166.155 | 4.15.0.171.160
-locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-login | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-multiarch-support | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.5
-openssh-client | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-sftp-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-passwd | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-policykit-1 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-rsync | 3.1.2-2.1ubuntu1.2 | 3.1.2-2.1ubuntu1.3
-snapd | 2.51.1+18.04 | 2.54.3+18.04.2ubuntu0.2
-ubuntu-advantage-tools | 27.4.2~18.04.1 | 27.6~18.04.1
-uidmap | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-vim | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-common | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-runtime | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-tiny | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-xxd | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-166 |
-linux-headers-4.15.0-166-generic |
-linux-image-4.15.0-166-generic |
-linux-modules-4.15.0-166-generic |
-linux-modules-extra-4.15.0-166-generic |
-# Changelog for ubuntu_18_04-x86_64-2022-03-02-1646181489
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 690.7M
-Previous | 636.3M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.9G
- Previous | 1.8G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-166.174 | 4.15.0-169.177
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 528
- Previous | 526
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-167 | 4.15.0-167.175
-linux-headers-4.15.0-167-generic | 4.15.0-167.175
-linux-image-4.15.0-167-generic | 4.15.0-167.175
-linux-image-4.15.0-169-generic | 4.15.0-169.177
-linux-modules-4.15.0-167-generic | 4.15.0-167.175
-linux-modules-4.15.0-169-generic | 4.15.0-169.177
-linux-modules-extra-4.15.0-169-generic | 4.15.0-169.177
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libexpat1 | 2.2.5-3ubuntu0.2 | 2.2.5-3ubuntu0.4
-libpolkit-agent-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-backend-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libpolkit-gobject-1-0 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-libsasl2-2 | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-libsasl2-modules-db | 2.1.27~101-g0780600+dfsg-3ubuntu2.3 | 2.1.27~101-g0780600+dfsg-3ubuntu2.4
-linux-headers-generic | 4.15.0.166.155 | 4.15.0.167.156
-linux-headers-virtual | 4.15.0.166.155 | 4.15.0.167.156
-linux-image-generic | 4.15.0.166.155 | 4.15.0.169.158
-linux-image-virtual | 4.15.0.166.155 | 4.15.0.167.156
-linux-virtual | 4.15.0.166.155 | 4.15.0.167.156
-login | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-openssh-client | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-openssh-sftp-server | 1:7.6p1-4ubuntu0.5 | 1:7.6p1-4ubuntu0.6
-passwd | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-policykit-1 | 0.105-20ubuntu0.18.04.5 | 0.105-20ubuntu0.18.04.6
-rsync | 3.1.2-2.1ubuntu1.2 | 3.1.2-2.1ubuntu1.3
-ubuntu-advantage-tools | 27.4.2~18.04.1 | 27.6~18.04.1
-uidmap | 1:4.5-1ubuntu2 | 1:4.5-1ubuntu2.2
-vim | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-common | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-runtime | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-vim-tiny | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-xxd | 2:8.0.1453-1ubuntu1.7 | 2:8.0.1453-1ubuntu1.8
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-166 |
-linux-headers-4.15.0-166-generic |
-linux-image-4.15.0-166-generic |
-linux-modules-4.15.0-166-generic |
-linux-modules-extra-4.15.0-166-generic |
-# Changelog for ubuntu_18_04-added_drivers-2022-01-12-1641993032
-# Changelog for ubuntu_18_04-x86_64-2022-01-10-1641841172
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 636.3M
-Previous | 477.8M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.8G
- Previous | 1.5G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-163.171 | 4.15.0-166.174
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 526
- Previous | 598
-
-### New Packages
- Name | Version
------------- | -------------
-amd64-microcode | 3.20191021.1+really3.20181128.1~ubuntu0.18.04.1
-intel-microcode | 3.20210608.0ubuntu0.18.04.1
-iucode-tool | 2.3.1-1
-libdbus-glib-1-2 | 0.110-2
-linux-firmware | 1.173.20
-linux-headers-4.15.0-166 | 4.15.0-166.174
-linux-headers-4.15.0-166-generic | 4.15.0-166.174
-linux-image-4.15.0-166-generic | 4.15.0-166.174
-linux-image-generic | 4.15.0.166.155
-linux-modules-4.15.0-166-generic | 4.15.0-166.174
-linux-modules-extra-4.15.0-166-generic | 4.15.0-166.174
-mtr-tiny | 0.92-1
-thermald | 1.7.0-5ubuntu5
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-libglib2.0-0 | 2.56.4-0ubuntu0.18.04.8 | 2.56.4-0ubuntu0.18.04.9
-libglib2.0-data | 2.56.4-0ubuntu0.18.04.8 | 2.56.4-0ubuntu0.18.04.9
-libnss-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libpam-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libpython3.6 | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libpython3.6-minimal | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libpython3.6-stdlib | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-libseccomp2 | 2.5.1-1ubuntu1~18.04.1 | 2.5.1-1ubuntu1~18.04.2
-libsystemd0 | 237-3ubuntu10.52 | 237-3ubuntu10.53
-libudev1 | 237-3ubuntu10.52 | 237-3ubuntu10.53
-linux-headers-generic | 4.15.0.163.152 | 4.15.0.166.155
-linux-headers-virtual | 4.15.0.163.152 | 4.15.0.166.155
-linux-image-virtual | 4.15.0.163.152 | 4.15.0.166.155
-linux-virtual | 4.15.0.163.152 | 4.15.0.166.155
-python3.6 | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-python3.6-minimal | 3.6.9-1~18.04ubuntu1.4 | 3.6.9-1~18.04ubuntu1.6
-systemd | 237-3ubuntu10.52 | 237-3ubuntu10.53
-systemd-sysv | 237-3ubuntu10.52 | 237-3ubuntu10.53
-udev | 237-3ubuntu10.52 | 237-3ubuntu10.53
-
-### Removed Packages
- Name |
------------- |
-adwaita-icon-theme |
-cpufrequtils |
-dstat |
-fontconfig |
-fontconfig-config |
-fonts-dejavu-core |
-gnupg2 |
-gtk-update-icon-cache |
-hicolor-icon-theme |
-humanity-icon-theme |
-iperf |
-jq |
-libatk1.0-0 |
-libatk1.0-data |
-libavahi-client3 |
-libavahi-common-data |
-libavahi-common3 |
-libblas3 |
-libcairo2 |
-libcpufreq0 |
-libcroco3 |
-libcups2 |
-libdatrie1 |
-libfontconfig1 |
-libgail-common |
-libgail18 |
-libgdk-pixbuf2.0-0 |
-libgdk-pixbuf2.0-bin |
-libgdk-pixbuf2.0-common |
-libgraphite2-3 |
-libgtk2.0-0 |
-libgtk2.0-bin |
-libgtk2.0-common |
-libharfbuzz0b |
-libjbig0 |
-libjpeg-turbo8 |
-libjpeg8 |
-libjq1 |
-liblinear3 |
-liblua5.3-0 |
-libonig4 |
-libpango-1.0-0 |
-libpangocairo-1.0-0 |
-libpangoft2-1.0-0 |
-libpixman-1-0 |
-libprotobuf10 |
-libpython-stdlib |
-libpython2.7-minimal |
-libpython2.7-stdlib |
-librsvg2-2 |
-librsvg2-common |
-libthai-data |
-libthai0 |
-libtiff5 |
-libxcb-render0 |
-libxcb-shm0 |
-libxcomposite1 |
-libxcursor1 |
-libxdamage1 |
-libxfixes3 |
-libxi6 |
-libxinerama1 |
-libxrandr2 |
-libxrender1 |
-linux-headers-4.15.0-163 |
-linux-headers-4.15.0-163-generic |
-linux-image-4.15.0-163-generic |
-linux-modules-4.15.0-163-generic |
-linux-modules-extra-4.15.0-163-generic |
-mg |
-mosh |
-mtr |
-netcat |
-netcat-traditional |
-nmap |
-ntpdate |
-python |
-python-minimal |
-python2.7 |
-python2.7-minimal |
-shunit2 |
-ssh |
-traceroute |
-ubuntu-mono |
-unzip |
-# Changelog for ubuntu_18_04-1639424201
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 477.8M
-Previous | 477.5M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.5G
- Previous | 1.5G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-162.170 | 4.15.0-163.171
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 598
- Previous | 598
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-163 | 4.15.0-163.171
-linux-headers-4.15.0-163-generic | 4.15.0-163.171
-linux-image-4.15.0-163-generic | 4.15.0-163.171
-linux-modules-4.15.0-163-generic | 4.15.0-163.171
-linux-modules-extra-4.15.0-163-generic | 4.15.0-163.171
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-busybox-initramfs | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-busybox-static | 1:1.27.2-2ubuntu3.3 | 1:1.27.2-2ubuntu3.4
-cloud-init | 21.3-1-g6803368d-0ubuntu1~18.04.4 | 21.4-0ubuntu1~18.04.1
-libssl1.1 | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-linux-headers-generic | 4.15.0.162.151 | 4.15.0.163.152
-linux-headers-virtual | 4.15.0.162.151 | 4.15.0.163.152
-linux-image-virtual | 4.15.0.162.151 | 4.15.0.163.152
-linux-virtual | 4.15.0.162.151 | 4.15.0.163.152
-openssl | 1.1.1-1ubuntu2.1~18.04.13 | 1.1.1-1ubuntu2.1~18.04.14
-python3-software-properties | 0.96.24.32.14 | 0.96.24.32.18
-rsync | 3.1.2-2.1ubuntu1.1 | 3.1.2-2.1ubuntu1.2
-software-properties-common | 0.96.24.32.14 | 0.96.24.32.18
-ubuntu-advantage-tools | 27.3~18.04.1 | 27.4.2~18.04.1
-vim | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-common | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-runtime | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-vim-tiny | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-xxd | 2:8.0.1453-1ubuntu1.6 | 2:8.0.1453-1ubuntu1.7
-
-### Removed Packages
- Name |
------------- |
-linux-headers-4.15.0-162 |
-linux-headers-4.15.0-162-generic |
-linux-image-4.15.0-162-generic |
-linux-modules-4.15.0-162-generic |
-linux-modules-extra-4.15.0-162-generic |
-# Changelog for ubuntu_18_04-1636749636
-
-## Overview
-
-------
-
-## Image Size
-
- Version | Size
------------- | -------------
-Current | 477.5M
-Previous | 477.1M
-
-## Filesystem Size
-
- Version | Size
------------- | -------------
- Current | 1.5G
- Previous | 1.5G
-
-## Details
-
-------
-
-## Kernel Details
-
- Previous | Current
------------- | -------------
-4.15.0-159.167 | 4.15.0-162.170
-
-## Package Details
-
- Version | Count
------------- | -------------
- Current | 598
- Previous | 599
-
-### New Packages
- Name | Version
------------- | -------------
-linux-headers-4.15.0-162 | 4.15.0-162.170
-linux-headers-4.15.0-162-generic | 4.15.0-162.170
-linux-image-4.15.0-162-generic | 4.15.0-162.170
-linux-modules-4.15.0-162-generic | 4.15.0-162.170
-linux-modules-extra-4.15.0-162-generic | 4.15.0-162.170
-
-### Updated Packages
- Name | Previous Version | Current Version
------------- | -------------------- | --------------------
-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-bind9-host | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-dnsmasq-base | 2.79-1ubuntu0.4 | 2.79-1ubuntu0.5
-dnsutils | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libbind9-160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns-export1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libdns1100 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libicu60 | 60.2-3ubuntu3.1 | 60.2-3ubuntu3.2
-libirs160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc-export169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisc169 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccc160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-libisccfg160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-liblwres160 | 1:9.11.3+dfsg-1ubuntu1.15 | 1:9.11.3+dfsg-1ubuntu1.16
-linux-base | 4.5ubuntu1.6 | 4.5ubuntu1.7
-linux-headers-generic | 4.15.0.159.148 | 4.15.0.162.151
-linux-headers-virtual | 4.15.0.159.148 | 4.15.0.162.151
-linux-image-virtual | 4.15.0.159.148 | 4.15.0.162.151
-linux-virtual | 4.15.0.159.148 | 4.15.0.162.151
-python3-apport | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-python3-problem-report | 2.20.9-0ubuntu7.26 | 2.20.9-0ubuntu7.27
-tzdata | 2021a-2ubuntu0.18.04 | 2021e-0ubuntu0.18.04
-ubuntu-advantage-tools | 27.2.2~18.04.1 | 27.3~18.04.1
-ufw | 0.36-0ubuntu0.18.04.1 | 0.36-0ubuntu0.18.04.2
-
-### Removed Packages
- Name |
------------- |
-grub-legacy-ec2 |
-linux-headers-4.15.0-159 |
-linux-headers-4.15.0-159-generic |
-linux-image-4.15.0-159-generic |
-linux-modules-4.15.0-159-generic |
-linux-modules-extra-4.15.0-159-generic |
-## ubuntu_18_04-2021-10-13-1634153747
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 414M
-Previous | 383M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.3G
- Previous | 1.2G
-##### Packages
- Version | Count
------------- | -------------
- Current | 598
- Previous | 521
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-159-generic4.15.0-159.167
-* linux-image-virtual4.15.0.159.148
-###### Previous:
-* linux-image-4.15.0-159-generic4.15.0-159.167
-* linux-image-virtual4.15.0.159.148
-##### New Packages
-adwaita-icon-theme
-apt-transport-https
-cpufrequtils
-dstat
-fontconfig
-fontconfig-config
-fonts-dejavu-core
-gnupg2
-gtk-update-icon-cache
-hicolor-icon-theme
-humanity-icon-theme
-iperf
-libatk1.0-0:amd64
-libatk1.0-data
-libavahi-client3:amd64
-libavahi-common-data:amd64
-libavahi-common3:amd64
-libblas3:amd64
-libcairo2:amd64
-libcpufreq0
-libcroco3:amd64
-libcups2:amd64
-libdatrie1:amd64
-libfontconfig1:amd64
-libgail-common:amd64
-libgail18:amd64
-libgdk-pixbuf2.0-0:amd64
-libgdk-pixbuf2.0-bin
-libgdk-pixbuf2.0-common
-libgraphite2-3:amd64
-libgtk2.0-0:amd64
-libgtk2.0-bin
-libgtk2.0-common
-libharfbuzz0b:amd64
-libjbig0:amd64
-libjpeg-turbo8:amd64
-libjpeg8:amd64
-liblinear3:amd64
-liblua5.3-0:amd64
-libpango-1.0-0:amd64
-libpangocairo-1.0-0:amd64
-libpangoft2-1.0-0:amd64
-libpixman-1-0:amd64
-libprotobuf10:amd64
-libpython-stdlib:amd64
-libpython2.7-minimal:amd64
-libpython2.7-stdlib:amd64
-librsvg2-2:amd64
-librsvg2-common:amd64
-libthai-data
-libthai0:amd64
-libtiff5:amd64
-libxcb-render0:amd64
-libxcb-shm0:amd64
-libxcomposite1:amd64
-libxcursor1:amd64
-libxdamage1:amd64
-libxfixes3:amd64
-libxi6:amd64
-libxinerama1:amd64
-libxrandr2:amd64
-libxrender1:amd64
-mg
-mosh
-mtr
-netcat
-netcat-traditional
-nmap
-ntpdate
-python
-python-minimal
-python2.7
-python2.7-minimal
-shunit2
-ssh
-traceroute
-ubuntu-mono
-unzip
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-mtr-tiny0.92-1 | mtr0.92-1
-## ubuntu_18_04-2021-10-13-1634148290
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 383M
-Previous | 383M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.2G
- Previous | 1.2G
-##### Packages
- Version | Count
------------- | -------------
- Current | 521
- Previous | 521
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-159-generic4.15.0-159.167
-* linux-image-virtual4.15.0.159.148
-###### Previous:
-* linux-image-4.15.0-159-generic4.15.0-159.167
-* linux-image-virtual4.15.0.159.148
-##### New Packages
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-## ubuntu_18_04-2021-10-12-1634062009
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 383M
-Previous | 568M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.2G
- Previous | 1.6G
-##### Packages
- Version | Count
------------- | -------------
- Current | 518
- Previous | 572
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-4.15.0-159-generic4.15.0-159.167
-* linux-image-virtual4.15.0.159.148
-###### Previous:
-* linux-image-5.4.0-87-generic5.4.0-87.98~18.04.1
-* linux-image-generic-hwe-18.045.4.0.87.98~18.04.78
-##### New Packages
-accountsservice
-apt-utils
-bind9-host
-command-not-found
-command-not-found-data
-debconf-i18n
-distro-info
-dmidecode
-dnsutils
-dosfstools
-ed
-eject
-friendly-recovery
-ftp
-geoip-database
-grub-gfxpayload-lists
-grub-pc
-grub-pc-bin
-hdparm
-info
-init
-install-info
-iputils-tracepath
-irqbalance
-language-selector-common
-libaccountsservice0:amd64
-libbind9-160:amd64
-libdns1100:amd64
-libdumbnet1:amd64
-libgeoip1:amd64
-libirs160:amd64
-libisc169:amd64
-libisccc160:amd64
-libisccfg160:amd64
-liblwres160:amd64
-libnih1:amd64
-libntfs-3g88
-libnuma1:amd64
-libparted2:amd64
-libtext-charwidth-perl
-libtext-iconv-perl
-libtext-wrapi18n-perl
-libunwind8:amd64
-linux-headers-4.15.0-159
-linux-headers-4.15.0-159-generic
-linux-headers-generic
-linux-headers-virtual
-linux-image-4.15.0-159-generic
-linux-image-virtual
-linux-modules-4.15.0-159-generic
-linux-virtual
-ltrace
-manpages
-mlocate
-mokutil
-mtr-tiny
-netcat-openbsd
-nplan
-ntfs-3g
-parted
-popularity-contest
-psmisc
-python3-commandnotfound
-shim-signed
-strace
-telnet
-time
-ubuntu-advantage-tools
-ubuntu-minimal
-ubuntu-standard
-ufw
-ureadahead
-vim-tiny
-whiptail
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-adwaita-icon-theme3.28.0-1ubuntu1 <
-amd64-microcode3.20191021.1+really3.20181128.1\~ubuntu0.18.04. <
-apt-transport-https1.6.14 | apt-utils1.6.14
-biosdevname0.4.1-0ubuntu10 | bind9-host1:9.11.3+dfsg-1ubuntu1.15
-crda3.18-1build1 <
-dstat0.7.3-1 <
-ethstatus0.4.8 | eject2.1.5+deb1+cvs20081104-13.2
-fio3.1-1 <
-fontconfig-config2.12.6-0ubuntu2 <
-fontconfig2.12.6-0ubuntu2 <
-fonts-dejavu-core2.37-1 <
-grub-efi-amd642.04-1ubuntu44.1.2 | grub-gfxpayload-lists0.7
-grub-efi2.02-2ubuntu8.23 <
-gtk-update-icon-cache3.22.30-1ubuntu4 <
-hicolor-icon-theme0.17-2 | hdparm9.54+ds-1
-humanity-icon-theme0.6.15 <
-ibverbs-providers:amd6417.1-1ubuntu0.2 <
-intel-microcode3.20210608.0ubuntu0.18.04.1 | install-info6.5.0.dfsg.1-2
-ioping1.0-2 <
-iotop0.6-2 <
-iperf2.0.10+dfsg1-1ubuntu0.18.04.2 <
-iucode-tool2.3.1-1 <
-iw4.14-0.1 <
-jq1.5+dfsg-2 <
-kpartx0.7.4-2ubuntu3.1 <
-libaio1:amd640.3.110-5ubuntu0.1 <
-libatk1.0-0:amd642.28.1-1 <
-libatk1.0-data2.28.1-1 <
-libavahi-client3:amd640.7-3.1ubuntu1.3 | libbind9-160:amd641:9.11.3+dfsg-1ubuntu1.15
-libavahi-common-data:amd640.7-3.1ubuntu1.3 <
-libavahi-common3:amd640.7-3.1ubuntu1.3 <
-libblas3:amd643.7.1-4ubuntu1 <
-libcairo2:amd641.15.10-2ubuntu0.1 <
-libcroco3:amd640.6.12-2 <
-libcups2:amd642.2.7-1ubuntu2.8 <
-libdatrie1:amd640.2.10-7 <
-libdbus-glib-1-2:amd640.110-2 <
-libfontconfig1:amd642.12.6-0ubuntu2 <
-libgail-common:amd642.24.32-1ubuntu1 <
-libgail18:amd642.24.32-1ubuntu1 <
-libgdk-pixbuf2.0-0:amd642.36.11-2 | libgeoip1:amd641.6.12-1
-libgdk-pixbuf2.0-bin2.36.11-2 <
-libgdk-pixbuf2.0-common2.36.11-2 <
-libgraphite2-3:amd641.3.11-2 <
-libgtk2.0-0:amd642.24.32-1ubuntu1 <
-libgtk2.0-bin2.24.32-1ubuntu1 <
-libgtk2.0-common2.24.32-1ubuntu1 <
-libharfbuzz0b:amd641.7.2-1ubuntu1 <
-libibverbs1:amd6417.1-1ubuntu0.2 <
-libjbig0:amd642.1-3.1build1 <
-libjpeg-turbo8:amd641.5.2-0ubuntu5.18.04.4 <
-libjpeg8:amd648c-2ubuntu8 <
-libjq1:amd641.5+dfsg-2 <
-liblinear3:amd642.1.0+dfsg-2 <
-liblua5.3-0:amd645.3.3-1ubuntu0.18.04.1 <
-libnl-3-200:amd643.2.29-0ubuntu3 | libnih1:amd641.0.3-6ubuntu2
-libnl-genl-3-200:amd643.2.29-0ubuntu3 <
-libnl-route-3-200:amd643.2.29-0ubuntu3 <
-libnspr4:amd642:4.18-1ubuntu1 <
-libnss3:amd642:3.35-2ubuntu2.12 | libntfs-3g881:2017.3.23-2ubuntu0.18.04.3
-libonig4:amd646.7.0-1 | libnuma1:amd642.0.11-2.1ubuntu0.1
-libopts25:amd641:5.18.12-4 <
-libpango-1.0-0:amd641.40.14-1ubuntu0.1 | libparted2:amd643.2-20ubuntu0.2
-libpangocairo-1.0-0:amd641.40.14-1ubuntu0.1 <
-libpangoft2-1.0-0:amd641.40.14-1ubuntu0.1 <
-libpixman-1-0:amd640.34.0-2 <
-libprotobuf10:amd643.0.0-9.1ubuntu1 <
-libpython-stdlib:amd642.7.15\~rc1-1 <
-libpython2.7-minimal:amd642.7.17-1\~18.04ubuntu1.6 <
-libpython2.7-stdlib:amd642.7.17-1\~18.04ubuntu1.6 <
-librados212.2.13-0ubuntu0.18.04.8 <
-librbd112.2.13-0ubuntu0.18.04.8 <
-librdmacm1:amd6417.1-1ubuntu0.2 <
-librsvg2-2:amd642.40.20-2ubuntu0.2 <
-librsvg2-common:amd642.40.20-2ubuntu0.2 <
-libsensors4:amd641:3.4.0-4 <
-libsgutils2-21.42-2ubuntu1.18.04.2 <
-libthai-data0.1.27-2 | libtext-charwidth-perl0.04-7.1
-libthai0:amd640.1.27-2 | libtext-iconv-perl1.7-5build6
-libtiff5:amd644.0.9-5ubuntu0.4 | libtext-wrapi18n-perl0.06-7.1
-liburcu6:amd640.10.1-1ubuntu1 | libunwind8:amd641.2.1-8
-libxcb-render0:amd641.13-2\~ubuntu18.04 <
-libxcb-shm0:amd641.13-2\~ubuntu18.04 <
-libxcomposite1:amd641:0.4.4-2 <
-libxcursor1:amd641:1.1.15-1 <
-libxdamage1:amd641:1.1.4-3 <
-libxfixes3:amd641:5.0.3-1 <
-libxi6:amd642:1.7.9-1 <
-libxinerama1:amd642:1.1.3-1 <
-libxrandr2:amd642:1.5.1-1 <
-libxrender1:amd641:0.9.10-1 <
-linux-firmware1.173.20 | linux-headers-4.15.0-159-generic4.15.0-159.167
-linux-generic-hwe-18.045.4.0.87.98\~18.04.78 | linux-headers-4.15.0-1594.15.0-159.167
-linux-headers-5.4.0-87-generic5.4.0-87.98\~18.04.1 | linux-headers-generic4.15.0.159.148
-linux-headers-generic-hwe-18.045.4.0.87.98\~18.04.78 | linux-headers-virtual4.15.0.159.148
-linux-hwe-5.4-headers-5.4.0-875.4.0-87.98\~18.04.1 | linux-image-4.15.0-159-generic4.15.0-159.167
-linux-image-5.4.0-87-generic5.4.0-87.98\~18.04.1 | linux-image-virtual4.15.0.159.148
-linux-image-generic-hwe-18.045.4.0.87.98\~18.04.78 | linux-modules-4.15.0-159-generic4.15.0-159.167
-linux-modules-5.4.0-87-generic5.4.0-87.98\~18.04.1 | linux-virtual4.15.0.159.148
-linux-modules-extra-5.4.0-87-generic5.4.0-87.98\~18.04.1 <
-locate4.6.0+git+20170828-2 <
-make4.1-9.1ubuntu1 <
-mg20171014-1 <
-mosh1.3.2-2build1 | mlocate0.26-2ubuntu3.1
-mtr0.92-1 | mtr-tiny0.92-1
-multipath-tools0.7.4-2ubuntu3.1 <
-netcat-traditional1.10-41.1 | netcat-openbsd1.187-1ubuntu0.1
-netcat1.10-41.1 <
-nmap7.60-1ubuntu5 | nplan0.99-0ubuntu3\~18.04.5
-ntp1:4.2.8p10+dfsg-5ubuntu7.3 | ntfs-3g1:2017.3.23-2ubuntu0.18.04.3
-ntpdate1:4.2.8p10+dfsg-5ubuntu7.3 <
-python-apt1.6.5ubuntu0.7 <
-python-minimal2.7.15\~rc1-1 <
-python-yaml3.12-1build2 <
-python2.7-minimal2.7.17-1\~18.04ubuntu1.6 <
-python2.7.15\~rc1-1 <
-python2.72.7.17-1\~18.04ubuntu1.6 <
-sg3-utils-udev1.42-2ubuntu1.18.04.2 <
-sg3-utils1.42-2ubuntu1.18.04.2 <
-shunit22.1.6-1.1ubuntu1 | shim-signed1.37\~18.04.11+15.4-0ubuntu9
-sntp1:4.2.8p10+dfsg-5ubuntu7.3 <
-socat1.7.3.2-2ubuntu2 <
-ssh1:7.6p1-4ubuntu0.5 | strace4.21-1ubuntu1
-sysstat11.6.1-1ubuntu0.1 <
-thermald1.7.0-5ubuntu5 | telnet0.17-41
-traceroute1:2.1.0-2 <
-ubuntu-mono16.10+18.04.20181005-0ubuntu1 | ubuntu-minimal1.417.5
-wireless-regdb2021.08.28-0ubuntu1\~18.04.1 | whiptail0.52.20-1ubuntu1
-## ubuntu_18_04-2021-10-11-1633977888
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 568M
-Previous | 568M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.6G
- Previous | 1.6G
-##### Packages
- Version | Count
------------- | -------------
- Current | 572
- Previous | 572
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-5.4.0-87-generic5.4.0-87.98~18.04.1
-* linux-image-generic-hwe-18.045.4.0.87.98~18.04.78
-###### Previous:
-* linux-image-5.4.0-84-generic5.4.0-84.94~18.04.1
-* linux-image-generic-hwe-18.045.4.0.84.94~18.04.75
-##### New Packages
-linux-headers-5.4.0-87-generic
-linux-hwe-5.4-headers-5.4.0-87
-linux-image-5.4.0-87-generic
-linux-modules-5.4.0-87-generic
-linux-modules-extra-5.4.0-87-generic
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-base-files10.1ubuntu2.10 | base-files10.1ubuntu2.11
-ca-certificates20210119\~18.04.1 | ca-certificates20210119~18.04.2
-cloud-init21.2-3-g899bfaa9-0ubuntu2\~18.04.1 | cloud-init21.3-1-g6803368d-0ubuntu1~18.04.3
-curl7.58.0-2ubuntu3.15 | curl7.58.0-2ubuntu3.16
-distro-info-data0.37ubuntu0.11 | distro-info-data0.37ubuntu0.12
-libcurl3-gnutls:amd647.58.0-2ubuntu3.15 | libcurl3-gnutls:amd647.58.0-2ubuntu3.16
-libcurl4:amd647.58.0-2ubuntu3.15 | libcurl4:amd647.58.0-2ubuntu3.16
-libgcrypt20:amd641.8.1-4ubuntu1.2 | libgcrypt20:amd641.8.1-4ubuntu1.3
-libgnutls30:amd643.5.18-1ubuntu1.4 | libgnutls30:amd643.5.18-1ubuntu1.5
-libnetplan0:amd640.99-0ubuntu3\~18.04.4 | libnetplan0:amd640.99-0ubuntu3~18.04.5
-linux-generic-hwe-18.045.4.0.84.94\~18.04.75 | linux-generic-hwe-18.045.4.0.87.98~18.04.78
-linux-headers-5.4.0-84-generic5.4.0-84.94\~18.04.1 | linux-headers-5.4.0-87-generic5.4.0-87.98~18.04.1
-linux-headers-generic-hwe-18.045.4.0.84.94\~18.04.75 | linux-headers-generic-hwe-18.045.4.0.87.98~18.04.78
-linux-hwe-5.4-headers-5.4.0-845.4.0-84.94\~18.04.1 | linux-hwe-5.4-headers-5.4.0-875.4.0-87.98~18.04.1
-linux-image-5.4.0-84-generic5.4.0-84.94\~18.04.1 | linux-image-5.4.0-87-generic5.4.0-87.98~18.04.1
-linux-image-generic-hwe-18.045.4.0.84.94\~18.04.75 | linux-image-generic-hwe-18.045.4.0.87.98~18.04.78
-linux-modules-5.4.0-84-generic5.4.0-84.94\~18.04.1 | linux-modules-5.4.0-87-generic5.4.0-87.98~18.04.1
-linux-modules-extra-5.4.0-84-generic5.4.0-84.94\~18.04.1 | linux-modules-extra-5.4.0-87-generic5.4.0-87.98~18.04.1
-netplan.io0.99-0ubuntu3\~18.04.4 | netplan.io0.99-0ubuntu3~18.04.5
-snapd2.49.2+18.04 | snapd2.51.1+18.04
-tzdata2021a-0ubuntu0.18.04 | tzdata2021a-2ubuntu0.18.04
-vim-common2:8.0.1453-1ubuntu1.4 | vim-common2:8.0.1453-1ubuntu1.6
-vim-runtime2:8.0.1453-1ubuntu1.4 | vim-runtime2:8.0.1453-1ubuntu1.6
-vim2:8.0.1453-1ubuntu1.4 | vim2:8.0.1453-1ubuntu1.6
-xxd2:8.0.1453-1ubuntu1.4 | xxd2:8.0.1453-1ubuntu1.6
-## ubuntu_18_04-2021-09-20-1632158079
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 568M
-Previous | 568M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.6G
- Previous | 1.6G
-##### Packages
- Version | Count
------------- | -------------
- Current | 572
- Previous | 572
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-5.4.0-84-generic5.4.0-84.94~18.04.1
-* linux-image-generic-hwe-18.045.4.0.84.94~18.04.75
-###### Previous:
-* linux-image-5.4.0-81-generic5.4.0-81.91~18.04.1
-* linux-image-generic-hwe-18.045.4.0.81.91~18.04.73
-##### New Packages
-linux-headers-5.4.0-84-generic
-linux-hwe-5.4-headers-5.4.0-84
-linux-image-5.4.0-84-generic
-linux-modules-5.4.0-84-generic
-linux-modules-extra-5.4.0-84-generic
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-apport2.20.9-0ubuntu7.24 | apport2.20.9-0ubuntu7.26
-cpio2.12+dfsg-6ubuntu0.18.04.1 | cpio2.12+dfsg-6ubuntu0.18.04.4
-curl7.58.0-2ubuntu3.14 | curl7.58.0-2ubuntu3.15
-git-man1:2.17.1-1ubuntu0.8 | git-man1:2.17.1-1ubuntu0.9
-git1:2.17.1-1ubuntu0.8 | git1:2.17.1-1ubuntu0.9
-libcurl3-gnutls:amd647.58.0-2ubuntu3.14 | libcurl3-gnutls:amd647.58.0-2ubuntu3.15
-libcurl4:amd647.58.0-2ubuntu3.14 | libcurl4:amd647.58.0-2ubuntu3.15
-libnss-systemd:amd64237-3ubuntu10.51 | libnss-systemd:amd64237-3ubuntu10.52
-libpam-systemd:amd64237-3ubuntu10.51 | libpam-systemd:amd64237-3ubuntu10.52
-libsystemd0:amd64237-3ubuntu10.51 | libsystemd0:amd64237-3ubuntu10.52
-libudev1:amd64237-3ubuntu10.51 | libudev1:amd64237-3ubuntu10.52
-linux-generic-hwe-18.045.4.0.81.91\~18.04.73 | linux-generic-hwe-18.045.4.0.84.94~18.04.75
-linux-headers-5.4.0-81-generic5.4.0-81.91\~18.04.1 | linux-headers-5.4.0-84-generic5.4.0-84.94~18.04.1
-linux-headers-generic-hwe-18.045.4.0.81.91\~18.04.73 | linux-headers-generic-hwe-18.045.4.0.84.94~18.04.75
-linux-hwe-5.4-headers-5.4.0-815.4.0-81.91\~18.04.1 | linux-hwe-5.4-headers-5.4.0-845.4.0-84.94~18.04.1
-linux-image-5.4.0-81-generic5.4.0-81.91\~18.04.1 | linux-image-5.4.0-84-generic5.4.0-84.94~18.04.1
-linux-image-generic-hwe-18.045.4.0.81.91\~18.04.73 | linux-image-generic-hwe-18.045.4.0.84.94~18.04.75
-linux-modules-5.4.0-81-generic5.4.0-81.91\~18.04.1 | linux-modules-5.4.0-84-generic5.4.0-84.94~18.04.1
-linux-modules-extra-5.4.0-81-generic5.4.0-81.91\~18.04.1 | linux-modules-extra-5.4.0-84-generic5.4.0-84.94~18.04.1
-motd-news-config10.1ubuntu2.10 | motd-news-config10.1ubuntu2.11
-python-apt-common1.6.5ubuntu0.6 | python-apt-common1.6.5ubuntu0.7
-python-apt1.6.5ubuntu0.6 | python-apt1.6.5ubuntu0.7
-python3-apport2.20.9-0ubuntu7.24 | python3-apport2.20.9-0ubuntu7.26
-python3-apt1.6.5ubuntu0.6 | python3-apt1.6.5ubuntu0.7
-python3-distupgrade1:18.04.44 | python3-distupgrade1:18.04.45
-python3-problem-report2.20.9-0ubuntu7.24 | python3-problem-report2.20.9-0ubuntu7.26
-squashfs-tools1:4.3-6ubuntu0.18.04.2 | squashfs-tools1:4.3-6ubuntu0.18.04.4
-systemd-sysv237-3ubuntu10.51 | systemd-sysv237-3ubuntu10.52
-systemd237-3ubuntu10.51 | systemd237-3ubuntu10.52
-ubuntu-release-upgrader-core1:18.04.44 | ubuntu-release-upgrader-core1:18.04.45
-udev237-3ubuntu10.51 | udev237-3ubuntu10.52
-update-notifier-common3.192.1.11 | update-notifier-common3.192.1.12
-wireless-regdb2021.07.14-0ubuntu1\~18.04.1 | wireless-regdb2021.08.28-0ubuntu1~18.04.1
-## ubuntu_18_04-2021-08-27-1630099523
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 568M
-Previous | 564M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.6G
- Previous | 1.6G
-##### Packages
- Version | Count
------------- | -------------
- Current | 572
- Previous | 572
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-5.4.0-81-generic5.4.0-81.91~18.04.1
-* linux-image-generic-hwe-18.045.4.0.81.91~18.04.73
-###### Previous:
-* linux-image-5.4.0-73-generic5.4.0-73.82~18.04.1
-* linux-image-generic-hwe-18.045.4.0.73.82~18.04.66
-##### New Packages
-linux-headers-5.4.0-81-generic
-linux-hwe-5.4-headers-5.4.0-81
-linux-image-5.4.0-81-generic
-linux-modules-5.4.0-81-generic
-linux-modules-extra-5.4.0-81-generic
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-apport2.20.9-0ubuntu7.23 | apport2.20.9-0ubuntu7.24
-apt-transport-https1.6.13 | apt-transport-https1.6.14
-apt1.6.13 | apt1.6.14
-cloud-init21.1-19-gbad84ad4-0ubuntu1\~18.04.2 | cloud-init21.2-3-g899bfaa9-0ubuntu2~18.04.1
-curl7.58.0-2ubuntu3.13 | curl7.58.0-2ubuntu3.14
-distro-info-data0.37ubuntu0.10 | distro-info-data0.37ubuntu0.11
-dnsmasq-base2.79-1ubuntu0.3 | dnsmasq-base2.79-1ubuntu0.4
-grub-efi-amd64-bin2.04-1ubuntu44 | grub-efi-amd64-bin2.04-1ubuntu44.1.2
-grub-efi-amd64-signed1.167\~18.04.1+2.04-1ubuntu44 | grub-efi-amd64-signed1.167~18.04.5+2.04-1ubuntu44.1.2
-grub-efi-amd642.04-1ubuntu44 | grub-efi-amd642.04-1ubuntu44.1.2
-gzip1.6-5ubuntu1 | gzip1.6-5ubuntu1.1
-initramfs-tools-bin0.130ubuntu3.11 | initramfs-tools-bin0.130ubuntu3.13
-initramfs-tools-core0.130ubuntu3.11 | initramfs-tools-core0.130ubuntu3.13
-initramfs-tools0.130ubuntu3.11 | initramfs-tools0.130ubuntu3.13
-intel-microcode3.20210216.0ubuntu0.18.04.1 | intel-microcode3.20210608.0ubuntu0.18.04.1
-isc-dhcp-client4.3.5-3ubuntu7.2 | isc-dhcp-client4.3.5-3ubuntu7.3
-isc-dhcp-common4.3.5-3ubuntu7.2 | isc-dhcp-common4.3.5-3ubuntu7.3
-kpartx0.7.4-2ubuntu3 | kpartx0.7.4-2ubuntu3.1
-libapt-inst2.0:amd641.6.13 | libapt-inst2.0:amd641.6.14
-libapt-pkg5.0:amd641.6.13 | libapt-pkg5.0:amd641.6.14
-libavahi-client3:amd640.7-3.1ubuntu1.2 | libavahi-client3:amd640.7-3.1ubuntu1.3
-libavahi-common-data:amd640.7-3.1ubuntu1.2 | libavahi-common-data:amd640.7-3.1ubuntu1.3
-libavahi-common3:amd640.7-3.1ubuntu1.2 | libavahi-common3:amd640.7-3.1ubuntu1.3
-libcurl3-gnutls:amd647.58.0-2ubuntu3.13 | libcurl3-gnutls:amd647.58.0-2ubuntu3.14
-libcurl4:amd647.58.0-2ubuntu3.13 | libcurl4:amd647.58.0-2ubuntu3.14
-libhogweed4:amd643.4-1ubuntu0.1 | libhogweed4:amd643.4.1-0ubuntu0.18.04.1
-liblz4-1:amd640.0\~r131-2ubuntu3 | liblz4-1:amd640.0~r131-2ubuntu3.1
-libnettle6:amd643.4-1ubuntu0.1 | libnettle6:amd643.4.1-0ubuntu0.18.04.1
-libnss-systemd:amd64237-3ubuntu10.47 | libnss-systemd:amd64237-3ubuntu10.51
-libpam-modules-bin1.1.8-3.6ubuntu2.18.04.2 | libpam-modules-bin1.1.8-3.6ubuntu2.18.04.3
-libpam-modules:amd641.1.8-3.6ubuntu2.18.04.2 | libpam-modules:amd641.1.8-3.6ubuntu2.18.04.3
-libpam-runtime1.1.8-3.6ubuntu2.18.04.2 | libpam-runtime1.1.8-3.6ubuntu2.18.04.3
-libpam-systemd:amd64237-3ubuntu10.47 | libpam-systemd:amd64237-3ubuntu10.51
-libpam0g:amd641.1.8-3.6ubuntu2.18.04.2 | libpam0g:amd641.1.8-3.6ubuntu2.18.04.3
-librados212.2.13-0ubuntu0.18.04.7 | librados212.2.13-0ubuntu0.18.04.8
-librbd112.2.13-0ubuntu0.18.04.7 | librbd112.2.13-0ubuntu0.18.04.8
-libssl1.0.0:amd641.0.2n-1ubuntu5.6 | libssl1.0.0:amd641.0.2n-1ubuntu5.7
-libssl1.1:amd641.1.1-1ubuntu2.1\~18.04.9 | libssl1.1:amd641.1.1-1ubuntu2.1~18.04.13
-libsystemd0:amd64237-3ubuntu10.47 | libsystemd0:amd64237-3ubuntu10.51
-libudev1:amd64237-3ubuntu10.47 | libudev1:amd64237-3ubuntu10.51
-libx11-6:amd642:1.6.4-3ubuntu0.3 | libx11-6:amd642:1.6.4-3ubuntu0.4
-libx11-data2:1.6.4-3ubuntu0.3 | libx11-data2:1.6.4-3ubuntu0.4
-libxml2:amd642.9.4+dfsg1-6.1ubuntu1.3 | libxml2:amd642.9.4+dfsg1-6.1ubuntu1.4
-linux-base4.5ubuntu1.2 | linux-base4.5ubuntu1.6
-linux-generic-hwe-18.045.4.0.73.82\~18.04.66 | linux-generic-hwe-18.045.4.0.81.91~18.04.73
-linux-headers-5.4.0-73-generic5.4.0-73.82\~18.04.1 | linux-headers-5.4.0-81-generic5.4.0-81.91~18.04.1
-linux-headers-generic-hwe-18.045.4.0.73.82\~18.04.66 | linux-headers-generic-hwe-18.045.4.0.81.91~18.04.73
-linux-hwe-5.4-headers-5.4.0-735.4.0-73.82\~18.04.1 | linux-hwe-5.4-headers-5.4.0-815.4.0-81.91~18.04.1
-linux-image-5.4.0-73-generic5.4.0-73.82\~18.04.1 | linux-image-5.4.0-81-generic5.4.0-81.91~18.04.1
-linux-image-generic-hwe-18.045.4.0.73.82\~18.04.66 | linux-image-generic-hwe-18.045.4.0.81.91~18.04.73
-linux-modules-5.4.0-73-generic5.4.0-73.82\~18.04.1 | linux-modules-5.4.0-81-generic5.4.0-81.91~18.04.1
-linux-modules-extra-5.4.0-73-generic5.4.0-73.82\~18.04.1 | linux-modules-extra-5.4.0-81-generic5.4.0-81.91~18.04.1
-multipath-tools0.7.4-2ubuntu3 | multipath-tools0.7.4-2ubuntu3.1
-openssh-client1:7.6p1-4ubuntu0.3 | openssh-client1:7.6p1-4ubuntu0.5
-openssh-server1:7.6p1-4ubuntu0.3 | openssh-server1:7.6p1-4ubuntu0.5
-openssh-sftp-server1:7.6p1-4ubuntu0.3 | openssh-sftp-server1:7.6p1-4ubuntu0.5
-openssl1.1.1-1ubuntu2.1\~18.04.9 | openssl1.1.1-1ubuntu2.1~18.04.13
-python-apt-common1.6.5ubuntu0.5 | python-apt-common1.6.5ubuntu0.6
-python-apt1.6.5ubuntu0.5 | python-apt1.6.5ubuntu0.6
-python3-apport2.20.9-0ubuntu7.23 | python3-apport2.20.9-0ubuntu7.24
-python3-apt1.6.5ubuntu0.5 | python3-apt1.6.5ubuntu0.6
-python3-problem-report2.20.9-0ubuntu7.23 | python3-problem-report2.20.9-0ubuntu7.24
-snapd2.48.3+18.04 | snapd2.49.2+18.04
-sosreport4.1-1ubuntu0.18.04.1 | sosreport4.1-1ubuntu0.18.04.3
-squashfs-tools1:4.3-6ubuntu0.18.04.1 | squashfs-tools1:4.3-6ubuntu0.18.04.2
-ssh1:7.6p1-4ubuntu0.3 | ssh1:7.6p1-4ubuntu0.5
-systemd-sysv237-3ubuntu10.47 | systemd-sysv237-3ubuntu10.51
-systemd237-3ubuntu10.47 | systemd237-3ubuntu10.51
-udev237-3ubuntu10.47 | udev237-3ubuntu10.51
-update-notifier-common3.192.1.10 | update-notifier-common3.192.1.11
-wireless-regdb2020.11.20-0ubuntu1\~18.04.1 | wireless-regdb2021.07.14-0ubuntu1~18.04.1
-## ubuntu_18_04-2021-05-18-1621345440
-------
-### Overview
-------
-##### Image Size
- Version | Size
------------- | -------------
-Current | 564M
-Previous | 456M
-
-##### Filesystem Size
- Version | Size
------------- | -------------
- Current | 1.6G
- Previous | 1.3G
-##### Packages
- Version | Count
------------- | -------------
- Current | 572
- Previous | 455
-
-### Details
-------
-##### Kernel(s)
-###### Current:
-* linux-image-5.4.0-73-generic5.4.0-73.82~18.04.1
-* linux-image-generic-hwe-18.045.4.0.73.82~18.04.66
-###### Previous:
-* linux-image-5.4.0-52-generic5.4.0-52.57~18.04.1
-* linux-image-generic-hwe-18.045.4.0.52.57~18.04.46
-##### New Packages
-acl
-acpid
-apparmor
-apport
-apport-symptoms
-at
-bcache-tools
-btrfs-progs
-btrfs-tools
-busybox-static
-byobu
-cloud-initramfs-copymods
-cloud-initramfs-dyn-netconf
-console-setup
-console-setup-linux
-cryptsetup
-cryptsetup-bin
-dmeventd
-dns-root-data
-dnsmasq-base
-ebtables
-ethtool
-fonts-ubuntu-console
-fuse
-gawk
-git
-git-man
-grub-efi-amd64-signed
-grub-legacy-ec2
-kbd
-keyboard-configuration
-landscape-common
-libcurl3-gnutls:amd64
-libdevmapper-event1.02.1:amd64
-libdrm-common
-libdrm2:amd64
-liberror-perl
-libfribidi0:amd64
-liblocale-gettext-perl
-liblvm2app2.2:amd64
-liblvm2cmd2.02:amd64
-liblxc-common
-liblxc1
-liblzo2-2:amd64
-libmpfr6:amd64
-libmspack0:amd64
-libnewt0.52:amd64
-libplymouth4:amd64
-libpolkit-agent-1-0:amd64
-libpolkit-backend-1-0:amd64
-libpolkit-gobject-1-0:amd64
-libreadline5:amd64
-libsigsegv2:amd64
-libslang2:amd64
-libusb-1.0-0:amd64
-libuv1:amd64
-libxmlsec1-openssl:amd64
-libxmlsec1:amd64
-libxslt1.1:amd64
-linux-headers-5.4.0-73-generic
-linux-hwe-5.4-headers-5.4.0-73
-linux-image-5.4.0-73-generic
-linux-modules-5.4.0-73-generic
-linux-modules-extra-5.4.0-73-generic
-lshw
-lvm2
-lxcfs
-lxd
-lxd-client
-motd-news-config
-open-vm-tools
-overlayroot
-pastebinit
-patch
-pciutils
-plymouth
-plymouth-theme-ubuntu-text
-policykit-1
-pollinate
-python3-apport
-python3-attr
-python3-automat
-python3-click
-python3-colorama
-python3-constantly
-python3-debconf
-python3-debian
-python3-distro-info
-python3-distupgrade
-python3-gdbm:amd64
-python3-httplib2
-python3-hyperlink
-python3-incremental
-python3-newt:amd64
-python3-openssl
-python3-pam
-python3-pexpect
-python3-problem-report
-python3-ptyprocess
-python3-pyasn1
-python3-pyasn1-modules
-python3-requests-unixsocket
-python3-service-identity
-python3-systemd
-python3-twisted
-python3-twisted-bin:amd64
-python3-update-manager
-python3-zope.interface
-run-one
-sbsigntool
-secureboot-db
-snapd
-sosreport
-squashfs-tools
-ubuntu-release-upgrader-core
-ubuntu-server
-uidmap
-update-manager-core
-update-notifier-common
-usbutils
-xdelta3
-xfsprogs
-xkb-data
-zerofree
-##### Updated Packages:
- Current Version | New Version
------------------- | -------------
-apt-transport-https1.6.12ubuntu0.1 | apparmor2.12-4ubuntu5.1
-apt1.6.12ubuntu0.1 | apport-symptoms0.20
-ca-certificates20190110\~18.04.1 | ca-certificates20210119~18.04.1
-cloud-init20.3-2-g371b392c-0ubuntu1\~18.04.1 | cloud-init21.1-19-gbad84ad4-0ubuntu1~18.04.2
-cpufrequtils008-1build1 <
-curl7.58.0-2ubuntu3.10 | cryptsetup-bin2:2.0.2-1ubuntu1.2
-dirmngr2.2.4-1ubuntu1.3 | dirmngr2.2.4-1ubuntu1.4
-distro-info-data0.37ubuntu0.7 | distro-info-data0.37ubuntu0.10
-gnupg-l10n2.2.4-1ubuntu1.3 | git-man1:2.17.1-1ubuntu0.8
-gnupg-utils2.2.4-1ubuntu1.3 | git1:2.17.1-1ubuntu0.8
-gnupg2.2.4-1ubuntu1.3 | gnupg-l10n2.2.4-1ubuntu1.4
-gpg-agent2.2.4-1ubuntu1.3 | gnupg-utils2.2.4-1ubuntu1.4
-gpg-wks-client2.2.4-1ubuntu1.3 | gnupg2.2.4-1ubuntu1.4
-gpg-wks-server2.2.4-1ubuntu1.3 | gpg-agent2.2.4-1ubuntu1.4
-gpg2.2.4-1ubuntu1.3 | gpg-wks-client2.2.4-1ubuntu1.4
-gpgconf2.2.4-1ubuntu1.3 | gpg-wks-server2.2.4-1ubuntu1.4
-gpgsm2.2.4-1ubuntu1.3 | gpg2.2.4-1ubuntu1.4
-gpgv2.2.4-1ubuntu1.3 | gpgconf2.2.4-1ubuntu1.4
-grub-common2.02-2ubuntu8.18 | grub-common2.02-2ubuntu8.23
-grub-efi-amd64-bin2.02-2ubuntu8.18 | grub-efi-amd64-bin2.04-1ubuntu44
-grub-efi-amd642.02-2ubuntu8.18 | grub-efi-amd64-signed1.167\~18.04.1+2.04-1ubuntu44
-grub-efi2.02-2ubuntu8.18 | grub-efi-amd642.04-1ubuntu44
-grub2-common2.02-2ubuntu8.18 | grub-efi2.02-2ubuntu8.23
-intel-microcode3.20200609.0ubuntu0.18.04.1 | intel-microcode3.20210216.0ubuntu0.18.04.1
-iproute24.15.0-2ubuntu1.2 | iproute24.15.0-2ubuntu1.3
-isc-dhcp-client4.3.5-3ubuntu7.1 | isc-dhcp-client4.3.5-3ubuntu7.2
-isc-dhcp-common4.3.5-3ubuntu7.1 | isc-dhcp-common4.3.5-3ubuntu7.2
-krb5-locales1.16-2ubuntu0.1 | krb5-locales1.16-2ubuntu0.2
-libapt-inst2.0:amd641.6.12ubuntu0.1 | libapt-inst2.0:amd641.6.13
-libapt-pkg5.0:amd641.6.12ubuntu0.1 | libapt-pkg5.0:amd641.6.13
-libaudit-common1:2.8.2-1ubuntu1 | libaudit-common1:2.8.2-1ubuntu1.1
-libaudit1:amd641:2.8.2-1ubuntu1 | libaudit1:amd641:2.8.2-1ubuntu1.1
-libc-bin2.27-3ubuntu1.2 | libc-bin2.27-3ubuntu1.4
-libc6:amd642.27-3ubuntu1.2 | libc6:amd642.27-3ubuntu1.4
-libcpufreq0008-1build1 <
-libcurl4:amd647.58.0-2ubuntu3.10 | libcurl3-gnutls:amd647.58.0-2ubuntu3.13
-libdns-export11001:9.11.3+dfsg-1ubuntu1.13 | libdns-export11001:9.11.3+dfsg-1ubuntu1.15
-libglib2.0-0:amd642.56.4-0ubuntu0.18.04.6 | libglib2.0-0:amd642.56.4-0ubuntu0.18.04.8
-libglib2.0-data2.56.4-0ubuntu0.18.04.6 | libglib2.0-data2.56.4-0ubuntu0.18.04.8
-libgssapi-krb5-2:amd641.16-2ubuntu0.1 | libgssapi-krb5-2:amd641.16-2ubuntu0.2
-libhogweed4:amd643.4-1 | libhogweed4:amd643.4-1ubuntu0.1
-libisc-export169:amd641:9.11.3+dfsg-1ubuntu1.13 | libisc-export169:amd641:9.11.3+dfsg-1ubuntu1.15
-libk5crypto3:amd641.16-2ubuntu0.1 | libk5crypto3:amd641.16-2ubuntu0.2
-libkrb5-3:amd641.16-2ubuntu0.1 | libkrb5-3:amd641.16-2ubuntu0.2
-libkrb5support0:amd641.16-2ubuntu0.1 | libkrb5support0:amd641.16-2ubuntu0.2
-libldap-2.4-2:amd642.4.45+dfsg-1ubuntu1.6 | libldap-2.4-2:amd642.4.45+dfsg-1ubuntu1.10
-libldap-common2.4.45+dfsg-1ubuntu1.6 | libldap-common2.4.45+dfsg-1ubuntu1.10
-libnetplan0:amd640.99-0ubuntu3\~18.04.3 | libnetplan0:amd640.99-0ubuntu3~18.04.4
-libnettle6:amd643.4-1 | libnettle6:amd643.4-1ubuntu0.1
-libnss-systemd:amd64237-3ubuntu10.42 | libnss-systemd:amd64237-3ubuntu10.47
-libp11-kit0:amd640.23.9-2 | libp11-kit0:amd640.23.9-2ubuntu0.1
-libpam-systemd:amd64237-3ubuntu10.42 | libpam-systemd:amd64237-3ubuntu10.47
-libperl5.26:amd645.26.1-6ubuntu0.3 | libperl5.26:amd645.26.1-6ubuntu0.5
-libpython2.7-minimal:amd642.7.17-1\~18.04ubuntu1.2 | libpython2.7-minimal:amd642.7.17-1~18.04ubuntu1.6
-libpython2.7-stdlib:amd642.7.17-1\~18.04ubuntu1.2 | libpython2.7-stdlib:amd642.7.17-1~18.04ubuntu1.6
-libpython3.6-minimal:amd643.6.9-1\~18.04ubuntu1.3 | libpython3.6-minimal:amd643.6.9-1~18.04ubuntu1.4
-libpython3.6-stdlib:amd643.6.9-1\~18.04ubuntu1.3 | libpython3.6-stdlib:amd643.6.9-1~18.04ubuntu1.4
-libpython3.6:amd643.6.9-1\~18.04ubuntu1.3 | libpython3.6:amd643.6.9-1~18.04ubuntu1.4
-librados212.2.13-0ubuntu0.18.04.4 | librados212.2.13-0ubuntu0.18.04.7
-librbd112.2.13-0ubuntu0.18.04.4 | librbd112.2.13-0ubuntu0.18.04.7
-libsasl2-2:amd642.1.27\~101-g0780600+dfsg-3ubuntu2.1 | libsasl2-2:amd642.1.27~101-g0780600+dfsg-3ubuntu2.3
-libsasl2-modules-db:amd642.1.27\~101-g0780600+dfsg-3ubuntu2.1 | libsasl2-modules-db:amd642.1.27~101-g0780600+dfsg-3ubuntu2.3
-libsasl2-modules:amd642.1.27\~101-g0780600+dfsg-3ubuntu2.1 | libsasl2-modules:amd642.1.27~101-g0780600+dfsg-3ubuntu2.3
-libseccomp2:amd642.4.3-1ubuntu3.18.04.3 | libseccomp2:amd642.5.1-1ubuntu1\~18.04.1
-libssl1.0.0:amd641.0.2n-1ubuntu5.4 | libssl1.0.0:amd641.0.2n-1ubuntu5.6
-libssl1.1:amd641.1.1-1ubuntu2.1\~18.04.6 | libssl1.1:amd641.1.1-1ubuntu2.1~18.04.9
-libsystemd0:amd64237-3ubuntu10.42 | libsystemd0:amd64237-3ubuntu10.47
-libtiff5:amd644.0.9-5ubuntu0.3 | libtiff5:amd644.0.9-5ubuntu0.4
-libudev1:amd64237-3ubuntu10.42 | libudev1:amd64237-3ubuntu10.47
-libzstd1:amd641.3.3+dfsg-2ubuntu1.1 | libzstd1:amd641.3.3+dfsg-2ubuntu1.2
-linux-firmware1.173.19 | linux-firmware1.173.20
-linux-generic-hwe-18.045.4.0.52.57\~18.04.46 | linux-generic-hwe-18.045.4.0.73.82~18.04.66
-linux-headers-5.4.0-52-generic5.4.0-52.57\~18.04.1 | linux-headers-5.4.0-73-generic5.4.0-73.82~18.04.1
-linux-headers-generic-hwe-18.045.4.0.52.57\~18.04.46 | linux-headers-generic-hwe-18.045.4.0.73.82~18.04.66
-linux-hwe-5.4-headers-5.4.0-525.4.0-52.57\~18.04.1 | linux-hwe-5.4-headers-5.4.0-735.4.0-73.82~18.04.1
-linux-image-5.4.0-52-generic5.4.0-52.57\~18.04.1 | linux-image-5.4.0-73-generic5.4.0-73.82~18.04.1
-linux-image-generic-hwe-18.045.4.0.52.57\~18.04.46 | linux-image-generic-hwe-18.045.4.0.73.82~18.04.66
-linux-modules-5.4.0-52-generic5.4.0-52.57\~18.04.1 | linux-modules-5.4.0-73-generic5.4.0-73.82~18.04.1
-linux-modules-extra-5.4.0-52-generic5.4.0-52.57\~18.04.1 | linux-modules-extra-5.4.0-73-generic5.4.0-73.82~18.04.1
-locales2.27-3ubuntu1.2 | locales2.27-3ubuntu1.4
-multiarch-support2.27-3ubuntu1.2 | multiarch-support2.27-3ubuntu1.4
-netplan.io0.99-0ubuntu3\~18.04.3 | netplan.io0.99-0ubuntu3~18.04.4
-openssl1.1.1-1ubuntu2.1\~18.04.6 | openssl1.1.1-1ubuntu2.1~18.04.9
-perl-base5.26.1-6ubuntu0.3 | pastebinit1.5-2
-perl-modules-5.265.26.1-6ubuntu0.3 | patch2.7.6-2ubuntu1.1
-perl5.26.1-6ubuntu0.3 | pciutils1:3.5.2-1ubuntu1.1
-python-apt-common1.6.5ubuntu0.3 | python-apt-common1.6.5ubuntu0.5
-python-apt1.6.5ubuntu0.3 | python-apt1.6.5ubuntu0.5
-python2.7-minimal2.7.17-1\~18.04ubuntu1.2 | python2.7-minimal2.7.17-1~18.04ubuntu1.6
-python2.72.7.17-1\~18.04ubuntu1.2 | python2.72.7.17-1~18.04ubuntu1.6
-python3-apt1.6.5ubuntu0.3 | python3-apport2.20.9-0ubuntu7.23
-python3-cryptography2.1.4-1ubuntu1.3 | python3-constantly15.1.0-1
-python3.6-minimal3.6.9-1\~18.04ubuntu1.3 | python3-zope.interface4.3.2-1build2
-python3.63.6.9-1\~18.04ubuntu1.3 | python3.6-minimal3.6.9-1~18.04ubuntu1.4
-screen4.6.2-1ubuntu1 | run-one1.17-0ubuntu1
-sudo1.8.21p2-3ubuntu1.2 | sudo1.8.21p2-3ubuntu1.4
-systemd-sysv237-3ubuntu10.42 | systemd-sysv237-3ubuntu10.47
-systemd237-3ubuntu10.42 | systemd237-3ubuntu10.47
-tar1.29b-2ubuntu0.1 | tar1.29b-2ubuntu0.2
-tzdata2020a-0ubuntu0.18.04 | tzdata2021a-0ubuntu0.18.04
-ubuntu-keyring2018.09.18.1\~18.04.0 | ubuntu-keyring2018.09.18.1~18.04.2
-udev237-3ubuntu10.42 | udev237-3ubuntu10.47
-wireless-regdb2018.05.09-0ubuntu1\~18.04.1 | wireless-regdb2020.11.20-0ubuntu1~18.04.1