From e6a38ea0945f999cc4f5cf9af4217ff478141f95 Mon Sep 17 00:00:00 2001 From: allyford Date: Mon, 7 Aug 2023 11:11:17 -0700 Subject: [PATCH 1/4] release-notes-2023-08-07 --- CHANGELOG.md | 37 +- vhd-notes/AzureLinux/202308.01.0.txt | 679 ++++++++++++++ .../aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt | 826 +++++++++++++++++ .../aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt | 874 ++++++++++++++++++ 4 files changed, 2415 insertions(+), 1 deletion(-) create mode 100644 vhd-notes/AzureLinux/202308.01.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a52d4c..b0df541c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Azure Kubernetes Service Changelog +## Release 2023-08-06 + +Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). + +### Announcements + +* For AKS clusters built at version v1.27+ and enable KMS, KMS v2 is configured by default. However, for clusters with KMS enabled at versions below v1.27, upgrading to v1.27 will be blocked. To upgrade, follow the steps outlined in this [documentation](https://learn.microsoft.com/azure/aks/use-kms-etcd-encryption#migration-to-kms-v2) for migrating from KMS v1 to v2, and then proceed with upgrading the cluster to version v1.27. +* The pod security policy feature was deprecated on 1st August 2023 and removed since AKS version 1.25. We recommend you migrate to [pod security admission controller](https://learn.microsoft.com/azure/aks/use-psa) or [Azure Policy](https://learn.microsoft.com/azure/aks/policy-reference) to stay within Azure support. + +### Release notes + +* Behavioral changes + * API structure for AutoscalerProfile has been updated. + * Customers will now be able to use node public IP with authorized IP ranges and APIservervnet integration. Previously this functionality was blocked. + * Customers can now install Azure Service Mesh with on AKS clusters with Cilium. + * Configure exponential backoff in calls from the Cilium daemonset to the Kubernetes apiserver in Azure CNI Powered by Cilium to improve recovery from OOM kills. + + * Bug Fixes + * Fixed a bug where the addon-token-adapter may get a staled long connection to apiserver causing network connection errors. + * Added validation to check if pobSubnet is associated with NAT Gateway when cluster outbound type is userAssignedNATGateway and pobSubnet in agentpoolProfile is not empty. + * Azure CNS will write the CNI conflict on the VM only after the networking goal state has been programmed for that VM. This means that Nodes will stay in a NotReady state with status "network plugin not initialized" until after DNC has created the NC and the Azure host has programmed it. + +* Component Updates + * Windows CNS updated to v1.4.44.4 + * Envoy Proxy (part of OSM and Istio) has been updated to 1.26.4 to fix CVE-2023-35941 and CVE-2023-35944. + * OMSAgent for Azure monitor updated to 3.1.11 + * Cluster Autoscaler images are releasing new versions for 1.25.x, 1.26.x, 1.27.x. + * Azure File CSI Driver has been updated to [v1.28.1](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.28.1) on AKS 1.27. + * Updated wasm containerd shims to v0.8.0, and added wasm worker server shim. + * Kappie agent updated to v0.0.9.1 + * Cloud provider Azure versions are bumped to [v1.25.17](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.25.17), [v1.26.13](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.13), [v1.27.7](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.7) for the corresponding patch versions with the following changes: Health probe port can be any port assigned by customer, Increase limit for TCP Idle Timeout to 100 minutes, Virtual node will always exists. + * Azure Monitor Metrics addon image updated in [07-28-2023](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-07-28-2023) release + * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt). + * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt). + * Azure Linux image has been updated to [AzureLinux-202308.01.0](vhd-notes/AzureLinux/202308.01.0.txt). + ## Release 2023-07-30 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). @@ -10,7 +46,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * For AKS clusters built at version v1.27+ and enable KMS, KMS v2 is configured by default. However, for clusters with KMS enabled at versions below v1.27, upgrading to v1.27 will be blocked. To upgrade, follow the steps outlined in this [documentation](https://learn.microsoft.com/azure/aks/use-kms-etcd-encryption#migration-to-kms-v2) for migrating from KMS v1 to v2, and then proceed with upgrading the cluster to version v1.27. * The pod security policy feature was deprecated on 1st August 2023 and removed since AKS version 1.25. We recommend you migrate to [pod security admission controller](https://learn.microsoft.com/azure/aks/use-psa) or [Azure Policy](https://learn.microsoft.com/azure/aks/policy-reference) to stay within Azure support. - ### Release notes * Features diff --git a/vhd-notes/AzureLinux/202308.01.0.txt b/vhd-notes/AzureLinux/202308.01.0.txt new file mode 100644 index 00000000..0fc983a4 --- /dev/null +++ b/vhd-notes/AzureLinux/202308.01.0.txt @@ -0,0 +1,679 @@ +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.1-1 + - crictl version 1.25.0 + - runc version 1.1.5 + - bpftrace v0.16.0 + - nvidia-driver=-sha-e8873b + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.2 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.3 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.5 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.9 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-06-26-2023-6ee07896 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-07-28-2023-0efd3e4e + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-1 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.20 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.21 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.4 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.5 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5-1 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.0-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1-1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.0.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.0.1 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.5.5 + - Azure CNI version 1.4.43 + - Azure Swift CNI version 1.5.5 + - Azure Swift CNI version 1.4.43 + - Azure Overlay CNI version 1.5.5 + - Azure Overlay CNI version 1.4.43 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 116095704 Jun 12 19:26 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Jun 12 19:26 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 116624792 Jun 12 19:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jun 12 19:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 106151936 Jun 12 19:37 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Jun 12 19:37 /usr/local/bin/kubectl-1.27.1 +-rwxr-xr-x 1 root root 121272408 Jun 12 19:42 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Jun 12 19:42 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 114245560 Jun 12 19:43 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Jun 12 19:43 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 121251736 Jun 12 19:43 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jun 12 19:43 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 114245720 Jun 12 19:47 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jun 12 19:47 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 117297792 Jun 19 16:48 /usr/local/bin/kubelet-1.24.15 +-rwxr-xr-x 1 root root 46084096 Jun 19 16:48 /usr/local/bin/kubectl-1.24.15 +-rwxr-xr-x 1 root root 106160128 Jun 19 17:02 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 17:02 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 114881728 Jun 19 17:03 /usr/local/bin/kubelet-1.25.11 +-rwxr-xr-x 1 root root 45047808 Jun 19 17:03 /usr/local/bin/kubectl-1.25.11 +-rwxr-xr-x 1 root root 121900256 Jun 19 17:04 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 17:04 /usr/local/bin/kubectl-1.26.6 +-r-xr--r-- 1 root root 2462 Aug 1 17:43 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Aug 1 17:43 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Aug 1 17:45 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Aug 1 17:45 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Aug 1 17:48 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Aug 1 17:48 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Aug 1 17:55 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Aug 1 17:55 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Aug 1 17:55 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +=== Installed Packages Begin +filesystem-1.1-14.cm2.x86_64 +glibc-2.35-3.cm2.x86_64 +libgcc-11.2.0-4.cm2.x86_64 +pcre-libs-8.45-2.cm2.x86_64 +libstdc++-11.2.0-4.cm2.x86_64 +zlib-1.2.13-1.cm2.x86_64 +xz-libs-5.2.5-1.cm2.x86_64 +ncurses-libs-6.4-1.cm2.x86_64 +readline-8.1-1.cm2.x86_64 +libcap-2.60-2.cm2.x86_64 +bzip2-libs-1.0.8-1.cm2.x86_64 +pcre-8.45-2.cm2.x86_64 +gmp-6.2.1-2.cm2.x86_64 +libselinux-3.2-1.cm2.x86_64 +coreutils-8.32-6.cm2.x86_64 +grep-3.7-2.cm2.x86_64 +bash-5.1.8-2.cm2.x86_64 +libsepol-3.2-2.cm2.x86_64 +xz-5.2.5-1.cm2.x86_64 +kmod-29-1.cm2.x86_64 +kernel-5.15.116.1-2.cm2.x86_64 +mariner-release-2.0-44.cm2.noarch +shim-15.4-2.cm2.x86_64 +grub2-efi-binary-2.06-10.cm2.x86_64 +popt-1.18-1.cm2.x86_64 +slang-2.3.2-4.cm2.x86_64 +newt-0.52.21-4.cm2.x86_64 +chkconfig-1.20-3.cm2.x86_64 +ca-certificates-shared-2.0.0-13.cm2.noarch +libffi-3.4.2-2.cm2.x86_64 +p11-kit-0.24.1-1.cm2.x86_64 +libtasn1-4.19.0-1.cm2.x86_64 +p11-kit-trust-0.24.1-1.cm2.x86_64 +ca-certificates-tools-2.0.0-13.cm2.noarch +ca-certificates-2.0.0-13.cm2.noarch +util-linux-libs-2.37.4-6.cm2.x86_64 +libgpg-error-1.46-1.cm2.x86_64 +openssl-libs-1.1.1k-24.cm2.x86_64 +libgcrypt-1.9.4-1.cm2.x86_64 +glib-2.71.0-1.cm2.x86_64 +lz4-1.9.3-1.cm2.x86_64 +systemd-rpm-macros-250.3-16.cm2.noarch +libcap-ng-0.8.2-2.cm2.x86_64 +audit-libs-3.0.6-7.cm2.x86_64 +json-c-0.15-1.cm2.x86_64 +cracklib-2.9.7-5.cm2.x86_64 +cracklib-dicts-2.9.7-5.cm2.x86_64 +pam-1.5.1-5.cm2.x86_64 +cryptsetup-libs-2.4.3-3.cm2.x86_64 +systemd-250.3-16.cm2.x86_64 +device-mapper-libs-2.03.15-2.cm2.x86_64 +cronie-1.5.7-2.cm2.x86_64 +cronie-anacron-1.5.7-2.cm2.x86_64 +logrotate-3.20.1-1.cm2.x86_64 +openssl-1.1.1k-24.cm2.x86_64 +sqlite-libs-3.39.2-2.cm2.x86_64 +expat-libs-2.5.0-1.cm2.x86_64 +zstd-libs-1.5.0-1.cm2.x86_64 +elfutils-libelf-0.186-1.cm2.x86_64 +e2fsprogs-libs-1.46.5-3.cm2.x86_64 +krb5-1.19.4-1.cm2.x86_64 +libassuan-2.5.5-2.cm2.x86_64 +expat-2.5.0-1.cm2.x86_64 +libssh2-1.9.0-2.cm2.x86_64 +iana-etc-20211115-2.cm2.noarch +libpwquality-1.4.4-1.cm2.x86_64 +file-libs-5.40-2.cm2.x86_64 +device-mapper-2.03.15-2.cm2.x86_64 +device-mapper-event-libs-2.03.15-2.cm2.x86_64 +ncurses-6.4-1.cm2.x86_64 +lmdb-libs-0.9.29-1.cm2.x86_64 +lua-libs-5.4.4-1.cm2.x86_64 +rpm-libs-4.18.0-3.cm2.x86_64 +libsolv-0.7.20-1.cm2.x86_64 +libedit-3.1.20210910-1.cm2.x86_64 +procps-ng-3.3.17-1.cm2.x86_64 +device-mapper-event-2.03.15-2.cm2.x86_64 +util-linux-2.37.4-6.cm2.x86_64 +file-5.40-2.cm2.x86_64 +cryptsetup-2.4.3-3.cm2.x86_64 +iptables-1.8.7-3.cm2.x86_64 +dbus-1.15.2-3.cm2.x86_64 +pinentry-1.2.0-1.cm2.x86_64 +openssh-clients-8.8p1-7.cm2.x86_64 +e2fsprogs-1.46.5-3.cm2.x86_64 +libarchive-3.6.1-2.cm2.x86_64 +rpm-4.18.0-3.cm2.x86_64 +bc-1.07.1-4.cm2.x86_64 +bridge-utils-1.7.1-1.cm2.x86_64 +cpio-2.13-4.cm2.x86_64 +gdbm-1.21-1.cm2.x86_64 +iputils-20211215-1.cm2.x86_64 +irqbalance-1.8.0-2.cm2.x86_64 +libtool-2.4.6-8.cm2.x86_64 +mariner-rpm-macros-2.0-22.cm2.noarch +net-tools-2.10-2.cm2.x86_64 +tar-1.34-1.cm2.x86_64 +tzdata-2023c-1.cm2.noarch +which-2.21-8.cm2.x86_64 +libseccomp-2.5.3-1.cm2.x86_64 +nettle-3.7.3-2.cm2.x86_64 +bzip2-1.0.8-1.cm2.x86_64 +ca-certificates-base-2.0.0-13.cm2.noarch +findutils-4.8.0-4.cm2.x86_64 +gzip-1.12-1.cm2.x86_64 +sed-4.8-2.cm2.x86_64 +libmnl-1.0.4-6.cm2.x86_64 +iproute-5.15.0-2.cm2.x86_64 +libaio-0.3.112-4.cm2.x86_64 +lvm2-2.03.15-2.cm2.x86_64 +pkgconf-m4-1.8.0-3.cm2.noarch +libsemanage-3.2-2.cm2.x86_64 +shadow-utils-4.9-12.cm2.x86_64 +tdnf-cli-libs-3.5.2-2.cm2.x86_64 +libpkgconf-1.8.0-3.cm2.x86_64 +pkgconf-1.8.0-3.cm2.x86_64 +pkgconf-pkg-config-1.8.0-3.cm2.x86_64 +bind-license-9.16.33-1.cm2.noarch +libuv-1.43.0-1.cm2.x86_64 +libxml2-2.10.3-1.cm2.x86_64 +bind-libs-9.16.33-1.cm2.x86_64 +bind-utils-9.16.33-1.cm2.x86_64 +chrony-4.1-2.cm2.x86_64 +nghttp2-1.46.0-2.cm2.x86_64 +curl-libs-8.0.1-2.cm2.x86_64 +tdnf-3.5.2-2.cm2.x86_64 +curl-8.0.1-2.cm2.x86_64 +libdb-5.3.28-7.cm2.x86_64 +cyrus-sasl-lib-2.1.28-4.cm2.x86_64 +openldap-2.4.57-8.cm2.x86_64 +sudo-1.9.13p3-2.cm2.x86_64 +libksba-1.6.3-1.cm2.x86_64 +npth-1.6-4.cm2.x86_64 +gnupg2-2.4.0-2.cm2.x86_64 +gpgme-1.16.0-1.cm2.x86_64 +mariner-repos-shared-2.0-8.cm2.noarch +mariner-repos-microsoft-2.0-8.cm2.noarch +mariner-repos-extras-2.0-8.cm2.noarch +mariner-repos-2.0-8.cm2.noarch +tdnf-plugin-repogpgcheck-3.5.2-2.cm2.x86_64 +core-packages-container-2.0-8.cm2.x86_64 +core-packages-base-image-2.0-8.cm2.x86_64 +dracut-055-5.cm2.x86_64 +initramfs-2.0-12.cm2.x86_64 +python3-3.9.14-6.cm2.x86_64 +python3-libs-3.9.14-6.cm2.x86_64 +zchunk-libs-1.1.16-2.cm2.x86_64 +zchunk-1.1.16-2.cm2.x86_64 +librepo-1.14.2-2.cm2.x86_64 +python3-curses-3.9.14-6.cm2.x86_64 +python3-gpg-1.16.0-1.cm2.x86_64 +dnf-data-4.8.0-2.cm2.noarch +libcomps-0.1.18-1.cm2.x86_64 +python3-libcomps-0.1.18-1.cm2.x86_64 +elfutils-default-yama-scope-0.186-1.cm2.noarch +libgomp-11.2.0-4.cm2.x86_64 +popt-devel-1.18-1.cm2.x86_64 +libyaml-0.2.5-3.cm2.x86_64 +libmodulemd-2.13.0-2.cm2.x86_64 +libdnf-0.63.1-1.cm2.x86_64 +python3-libdnf-0.63.1-1.cm2.x86_64 +python3-hawkey-0.63.1-1.cm2.x86_64 +elfutils-libelf-devel-0.186-1.cm2.x86_64 +xz-devel-5.2.5-1.cm2.x86_64 +zlib-devel-1.2.13-1.cm2.x86_64 +zstd-1.5.0-1.cm2.x86_64 +zstd-devel-1.5.0-1.cm2.x86_64 +elfutils-0.186-1.cm2.x86_64 +elfutils-devel-0.186-1.cm2.x86_64 +rpm-build-libs-4.18.0-3.cm2.x86_64 +rpm-devel-4.18.0-3.cm2.x86_64 +python3-rpm-4.18.0-3.cm2.x86_64 +python3-dnf-4.8.0-2.cm2.noarch +dnf-4.8.0-2.cm2.noarch +wget-1.21.2-1.cm2.x86_64 +python3-six-1.16.0-2.cm2.noarch +python3-markupsafe-2.1.0-1.cm2.x86_64 +python3-idna-3.3-1.cm2.noarch +python3-jinja2-3.0.3-2.cm2.noarch +python3-configobj-5.0.6-7.cm2.noarch +PyYAML-3.13-8.cm2.x86_64 +python3-jsonschema-2.6.0-6.cm2.noarch +python3-netifaces-0.11.0-1.cm2.x86_64 +python3-oauthlib-2.1.0-7.cm2.noarch +python3-setuptools-3.9.14-6.cm2.noarch +dhcp-libs-4.4.2-4.cm2.x86_64 +dhcp-client-4.4.2-4.cm2.x86_64 +python3-jsonpointer-2.2-1.cm2.noarch +python3-jsonpatch-1.32-1.cm2.noarch +python3-wcwidth-0.2.5-1.cm2.noarch +python3-prettytable-3.2.0-2.cm2.noarch +python3-certifi-2022.12.07-1.cm2.noarch +python3-charset-normalizer-2.0.11-2.cm2.noarch +python3-urllib3-1.26.9-1.cm2.noarch +python3-asn1crypto-1.5.1-1.cm2.noarch +python3-pyasn1-0.4.8-1.cm2.noarch +python3-pycparser-2.21-1.cm2.noarch +python3-cffi-1.15.0-2.cm2.x86_64 +python3-pyparsing-3.0.7-1.cm2.noarch +python3-packaging-21.3-1.cm2.noarch +python3-cryptography-3.3.2-4.cm2.x86_64 +python3-pyOpenSSL-18.0.0-8.cm2.noarch +python3-requests-2.27.1-6.cm2.noarch +cloud-init-22.4-3.cm2.noarch +cloud-init-azure-kvp-22.4-3.cm2.noarch +gptfdisk-1.0.8-1.cm2.x86_64 +mpfr-4.1.0-1.cm2.x86_64 +gawk-5.1.0-2.cm2.x86_64 +cloud-utils-growpart-0.32-3.cm2.noarch +grub2-2.06-10.cm2.x86_64 +installkernel-1.0.0-2.cm2.noarch +grubby-8.40-45.cm2.x86_64 +hyperv-daemons-license-5.15.116.1-1.cm2.noarch +hypervvssd-5.15.116.1-1.cm2.x86_64 +hypervkvpd-5.15.116.1-1.cm2.x86_64 +hypervfcopyd-5.15.116.1-1.cm2.x86_64 +hyperv-daemons-5.15.116.1-1.cm2.x86_64 +lzo-2.10-4.cm2.x86_64 +squashfs-tools-4.5.1-1.cm2.x86_64 +ethtool-5.16-1.cm2.x86_64 +snappy-1.1.9-2.cm2.x86_64 +kexec-tools-2.0.23-2.cm2.x86_64 +libnl3-3.5.0-3.cm2.x86_64 +wpa_supplicant-2.10-1.cm2.x86_64 +netplan-0.95-1.cm2.x86_64 +ncurses-term-6.4-1.cm2.x86_64 +openssh-server-8.8p1-7.cm2.x86_64 +libestr-0.1.11-1.cm2.x86_64 +libfastjson-0.99.9-1.cm2.x86_64 +gc-8.0.0-4.cm2.x86_64 +libmpc-1.2.1-1.cm2.x86_64 +libstdc++-devel-11.2.0-4.cm2.x86_64 +liblognorm-2.0.6-2.cm2.x86_64 +postgresql-libs-14.8-1.cm2.x86_64 +autogen-libopts-5.18.16-8.cm2.x86_64 +cyrus-sasl-2.1.28-4.cm2.x86_64 +librdkafka1-1.8.2-1.cm2.x86_64 +glibc-iconv-2.35-3.cm2.x86_64 +libltdl-2.4.6-8.cm2.x86_64 +libunistring-0.9.10-5.cm2.x86_64 +guile-2.0.14-4.cm2.x86_64 +gnutls-3.7.7-2.cm2.x86_64 +librelp-1.10.0-1.cm2.x86_64 +make-4.3-2.cm2.x86_64 +libgcc-atomic-11.2.0-4.cm2.x86_64 +libgcc-devel-11.2.0-4.cm2.x86_64 +libgomp-devel-11.2.0-4.cm2.x86_64 +gcc-c++-11.2.0-4.cm2.x86_64 +gcc-11.2.0-4.cm2.x86_64 +perl-vmsish-1.04-488.cm2.noarch +perl-version-0.99.28-488.cm2.noarch +perl-subs-1.04-488.cm2.noarch +perl-ph-5.34.1-488.cm2.x86_64 +perl-perlfaq-5.20210411-488.cm2.noarch +perl-parent-0.238-488.cm2.noarch +perl-mro-1.25-488.cm2.x86_64 +perl-meta-notation-5.34.1-488.cm2.noarch +perl-less-0.03-488.cm2.noarch +perl-if-0.60.900-488.cm2.noarch +perl-filetest-1.03-488.cm2.noarch +perl-ExtUtils-MM-Utils-7.44-488.cm2.noarch +perl-Devel-PPPort-3.62-488.cm2.x86_64 +perl-vars-1.05-488.cm2.noarch +perl-sort-2.04-488.cm2.noarch +perl-overloading-0.02-488.cm2.noarch +perl-lib-0.65-488.cm2.x86_64 +perl-experimental-0.024-488.cm2.noarch +perl-encoding-warnings-0.13-488.cm2.noarch +perl-deprecate-0.04-488.cm2.noarch +perl-constant-1.33-488.cm2.noarch +perl-base-2.27-488.cm2.noarch +perl-autouse-1.11-488.cm2.noarch +perl-Tie-Memoize-1.1-488.cm2.noarch +perl-Env-1.05-488.cm2.noarch +perl-Tie-4.6-488.cm2.noarch +perl-Term-ReadLine-1.17-488.cm2.noarch +perl-Term-Cap-1.17-488.cm2.noarch +perl-Module-Loaded-0.08-488.cm2.noarch +perl-CPAN-Meta-Requirements-2.140-488.cm2.noarch +perl-AutoLoader-5.74-488.cm2.noarch +perl-Attribute-Handlers-1.01-488.cm2.noarch +perl-Unicode-Normalize-1.28-488.cm2.x86_64 +perl-Time-Local-1.300-488.cm2.noarch +perl-Time-HiRes-1.9767-488.cm2.x86_64 +perl-Text-Tabs+Wrap-2013.0523-488.cm2.noarch +perl-File-DosGlob-1.12-488.cm2.x86_64 +perl-Text-ParseWords-3.30-488.cm2.noarch +perl-Text-Abbrev-1.02-488.cm2.noarch +perl-Term-Complete-1.403-488.cm2.noarch +perl-Term-ANSIColor-5.01-488.cm2.noarch +perl-sigtrap-1.09-488.cm2.noarch +perl-SelectSaver-1.02-488.cm2.noarch +perl-DirHandle-1.05-488.cm2.noarch +perl-Symbol-1.09-488.cm2.noarch +perl-Socket-2.031-488.cm2.x86_64 +perl-Search-Dict-1.07-488.cm2.noarch +perl-threads-shared-1.62-488.cm2.x86_64 +perl-Thread-3.05-488.cm2.noarch +perl-threads-2.26-488.cm2.x86_64 +perl-Text-Balanced-2.04-488.cm2.noarch +perl-NEXT-0.68-488.cm2.noarch +perl-overload-1.33-488.cm2.noarch +perl-Time-Piece-1.3401-488.cm2.x86_64 +perl-Tie-RefHash-1.40-488.cm2.noarch +perl-Thread-Semaphore-2.13-488.cm2.noarch +perl-Thread-Queue-3.14-488.cm2.noarch +perl-Module-CoreList-5.20220313-488.cm2.noarch +perl-Scalar-List-Utils-1.55-488.cm2.x86_64 +perl-Pod-Functions-1.13-488.cm2.noarch +perl-Pod-Escapes-1.07-488.cm2.noarch +perl-Perl-OSType-1.010-488.cm2.noarch +perl-Opcode-1.50-488.cm2.x86_64 +perl-Math-Complex-1.59-488.cm2.noarch +perl-bignum-0.51-488.cm2.noarch +perl-Math-BigRat-0.2614-488.cm2.noarch +perl-Math-BigInt-FastCalc-0.500.900-488.cm2.x86_64 +perl-Math-BigInt-1.9998.18-488.cm2.noarch +perl-PerlIO-via-QuotedPrint-0.09-488.cm2.noarch +perl-MIME-Base64-3.16-488.cm2.x86_64 +perl-I18N-Langinfo-0.19-488.cm2.x86_64 +perl-Params-Check-0.38-488.cm2.noarch +perl-Locale-Maketext-Simple-0.21-488.cm2.noarch +perl-Locale-Maketext-1.29-488.cm2.noarch +perl-I18N-LangTags-0.45-488.cm2.noarch +perl-Hash-Util-FieldHash-1.21-488.cm2.x86_64 +perl-fields-2.27-488.cm2.noarch +perl-Hash-Util-0.25-488.cm2.x86_64 +perl-Getopt-Std-1.13-488.cm2.noarch +perl-Filter-Simple-0.96-488.cm2.noarch +perl-Filter-1.59-488.cm2.x86_64 +perl-FileCache-1.10-488.cm2.noarch +perl-File-Compare-1.100.600-488.cm2.noarch +perl-File-Basename-2.85-488.cm2.noarch +perl-locale-1.10-488.cm2.noarch +perl-Tie-File-1.06-488.cm2.noarch +perl-Sys-Syslog-0.36-488.cm2.x86_64 +perl-Sys-Hostname-1.23-488.cm2.x86_64 +perl-I18N-Collate-1.02-488.cm2.noarch +perl-POSIX-1.97-488.cm2.x86_64 +perl-Fcntl-1.14-488.cm2.x86_64 +perl-Errno-1.33-488.cm2.x86_64 +perl-English-1.11-488.cm2.noarch +perl-Digest-MD5-2.58-488.cm2.x86_64 +perl-Digest-1.19-488.cm2.noarch +perl-Dumpvalue-2.27-488.cm2.noarch +perl-Devel-Peek-1.30-488.cm2.x86_64 +perl-Config-Perl-V-0.33-488.cm2.noarch +perl-Config-Extensions-0.03-488.cm2.noarch +perl-Compress-Raw-Zlib-2.101-488.cm2.x86_64 +perl-User-pwent-1.03-488.cm2.noarch +perl-Time-1.03-488.cm2.noarch +perl-Net-1.02-488.cm2.noarch +perl-File-stat-1.09-488.cm2.noarch +perl-Class-Struct-0.66-488.cm2.noarch +perl-Benchmark-1.23-488.cm2.noarch +perl-autodie-2.34-488.cm2.noarch +perl-Safe-2.43-488.cm2.noarch +perl-ExtUtils-Constant-0.25-488.cm2.noarch +perl-Data-Dumper-2.179-488.cm2.x86_64 +perl-CPAN-Meta-YAML-0.018-488.cm2.noarch +perl-B-1.82-488.cm2.x86_64 +perl-blib-1.07-488.cm2.noarch +perl-Unicode-Collate-1.29-488.cm2.x86_64 +perl-Module-Load-0.36-488.cm2.noarch +perl-Unicode-UCD-0.75-488.cm2.noarch +perl-Memoize-1.03-488.cm2.noarch +perl-Storable-3.23-488.cm2.x86_64 +perl-SelfLoader-1.26-488.cm2.noarch +perl-IPC-Open3-1.21-488.cm2.noarch +perl-IO-Socket-IP-0.41-488.cm2.noarch +perl-HTTP-Tiny-0.076-488.cm2.noarch +perl-libnet-3.13-488.cm2.noarch +perl-Net-Ping-2.74-488.cm2.noarch +perl-FileHandle-2.03-488.cm2.noarch +perl-IO-1.46-488.cm2.x86_64 +perl-FindBin-1.52-488.cm2.noarch +perl-debugger-1.60-488.cm2.noarch +perl-Test-Simple-1.302183-488.cm2.noarch +perl-Test-1.31-488.cm2.noarch +perl-Compress-Raw-Bzip2-2.101-488.cm2.x86_64 +perl-File-Temp-0.231.100-488.cm2.noarch +perl-File-Path-2.18-488.cm2.noarch +perl-IPC-Cmd-1.04-488.cm2.noarch +perl-Module-Load-Conditional-0.74-488.cm2.noarch +perl-Module-Metadata-1.000037-488.cm2.noarch +perl-ExtUtils-Command-7.62-488.cm2.noarch +perl-File-Find-1.39-488.cm2.noarch +perl-File-Fetch-1.00-488.cm2.noarch +perl-File-Copy-2.35-488.cm2.noarch +perl-ExtUtils-Manifest-1.73-488.cm2.noarch +perl-Devel-SelfStubber-1.06-488.cm2.noarch +perl-AutoSplit-5.74-488.cm2.noarch +perl-open-1.12-488.cm2.noarch +perl-encoding-3.00-488.cm2.x86_64 +perl-utils-5.34.1-488.cm2.noarch +perl-diagnostics-1.37-488.cm2.noarch +perl-Test-Harness-3.43-488.cm2.noarch +perl-podlators-4.14-488.cm2.noarch +perl-Pod-Simple-3.42-488.cm2.noarch +perl-Pod-Html-1.27-488.cm2.noarch +perl-Pod-Checker-1.74-488.cm2.noarch +perl-Module-CoreList-tools-5.20220313-488.cm2.noarch +perl-ExtUtils-ParseXS-3.43-488.cm2.noarch +perl-Digest-SHA-6.02-488.cm2.x86_64 +perl-Getopt-Long-2.52-488.cm2.noarch +perl-Pod-Usage-2.01-488.cm2.noarch +perl-JSON-PP-4.06-488.cm2.noarch +perl-IO-Zlib-1.11-488.cm2.noarch +perl-Archive-Tar-2.38-488.cm2.noarch +perl-IO-Compress-2.102-488.cm2.noarch +perl-DBM_Filter-0.06-488.cm2.noarch +perl-CPAN-Meta-2.150010-488.cm2.noarch +perl-IPC-SysV-2.09-488.cm2.x86_64 +perl-libnetcfg-5.34.1-488.cm2.noarch +perl-ExtUtils-Miniperl-1.10-488.cm2.noarch +perl-ExtUtils-Embed-1.35-488.cm2.noarch +perl-Encode-devel-3.08-488.cm2.noarch +perl-devel-5.34.1-488.cm2.x86_64 +perl-ExtUtils-Install-2.20-488.cm2.noarch +perl-CPAN-2.28-488.cm2.noarch +perl-ExtUtils-MakeMaker-7.62-488.cm2.noarch +perl-ExtUtils-CBuilder-0.280236-488.cm2.noarch +perl-ODBM_File-1.17-488.cm2.x86_64 +perl-NDBM_File-1.15-488.cm2.x86_64 +perl-GDBM_File-1.19-488.cm2.x86_64 +perl-PathTools-3.80-488.cm2.x86_64 +perl-Exporter-5.76-488.cm2.noarch +perl-Pod-Perldoc-3.28.01-488.cm2.noarch +perl-Encode-3.08-488.cm2.x86_64 +perl-DynaLoader-1.50-488.cm2.x86_64 +perl-Carp-1.52-488.cm2.noarch +perl-5.34.1-488.cm2.x86_64 +perl-libs-5.34.1-488.cm2.x86_64 +perl-doc-5.34.1-488.cm2.noarch +perl-macros-5.34.1-488.cm2.noarch +perl-interpreter-5.34.1-488.cm2.x86_64 +net-snmp-libs-5.9.1-2.cm2.x86_64 +rsyslog-8.2204.1-3.cm2.x86_64 +sgx-backwards-compatability-1.0.0-1.cm2.x86_64 +openssh-8.8p1-7.cm2.x86_64 +python3-distro-1.6.0-2.cm2.noarch +WALinuxAgent-2.3.1.1-3.cm2.noarch +iw-5.9-1.cm2.x86_64 +wireless-regdb-2022.08.12-1.cm2.noarch +gpg-pubkey-3135ce90-5e6fda74 +gpg-pubkey-be1229cf-5631588c +inotify-tools-3.22.1.0-1.cm2.x86_64 +fuse-2.9.7-10.cm2.x86_64 +boost-1.76.0-3.cm2.x86_64 +blobfuse-1.4.5-9.cm2.x86_64 +python3-dbus-1.2.16-3.cm2.x86_64 +python3-dateutil-2.7.3-5.cm2.noarch +python3-dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-utils-4.0.24-3.cm2.noarch +check-restart-1.0.0-2.cm2.x86_64 +keyutils-1.6.1-1.cm2.x86_64 +cifs-utils-6.14-2.cm2.x86_64 +libnfnetlink-1.0.1-5.cm2.x86_64 +libnetfilter_conntrack-1.0.8-1.cm2.x86_64 +libnetfilter_queue-1.0.5-1.cm2.x86_64 +libnetfilter_cttimeout-1.0.0-5.cm2.x86_64 +libnetfilter_cthelper-1.0.0-5.cm2.x86_64 +conntrack-tools-1.4.5-7.cm2.x86_64 +dnf-automatic-4.8.0-2.cm2.noarch +ebtables-legacy-2.0.11-6.cm2.x86_64 +apr-1.7.2-1.cm2.x86_64 +apr-util-1.6.3-1.cm2.x86_64 +utf8proc-2.6.1-2.cm2.x86_64 +libserf-1.3.9-8.cm2.x86_64 +subversion-1.14.2-1.cm2.x86_64 +subversion-perl-1.14.2-1.cm2.x86_64 +perl-YAML-1.30-2.cm2.noarch +perl-DBI-1.643-2.cm2.x86_64 +perl-CGI-4.54-3.cm2.noarch +less-590-2.cm2.x86_64 +git-2.33.8-1.cm2.x86_64 +iotop-0.6-10.cm2.noarch +ipset-7.15-1.cm2.x86_64 +oniguruma-6.9.7.1-1.cm2.x86_64 +jq-1.6-1.cm2.x86_64 +kernel-devel-5.15.116.1-2.cm2.x86_64 +libtirpc-1.3.3-1.cm2.x86_64 +lsof-4.94.0-1.cm2.x86_64 +libpcap-1.10.1-1.cm2.x86_64 +nmap-ncat-7.93-1.cm2.x86_64 +rpcbind-1.2.5-5.cm2.x86_64 +libnfsidmap-2.5.4-2.cm2.x86_64 +libevent-2.1.12-1.cm2.x86_64 +nfs-utils-2.5.4-2.cm2.x86_64 +pigz-2.6-2.cm2.x86_64 +psmisc-23.4-1.cm2.x86_64 +socat-1.7.4.3-1.cm2.x86_64 +sysstat-12.7.1-2.cm2.x86_64 +traceroute-2.1.0-6.cm2.x86_64 +zip-3.0-5.cm2.x86_64 +libapparmor-3.0.4-1.cm2.x86_64 +apparmor-parser-3.0.4-1.cm2.x86_64 +fuse3-libs-3.10.5-2.cm2.x86_64 +fuse-common-3.10.5-2.cm2.x86_64 +fuse3-3.10.5-2.cm2.x86_64 +blobfuse2-2.0.2-5.cm2.x86_64 +libnftnl-1.2.1-1.cm2.x86_64 +jansson-2.14-1.cm2.x86_64 +nftables-1.0.1-1.cm2.x86_64 +moby-runc-1.1.5-2.cm2.x86_64 +moby-containerd-1.6.18-5.cm2.x86_64 +llvm-12.0.1-6.cm2.x86_64 +binutils-devel-2.37-5.cm2.x86_64 +binutils-2.37-5.cm2.x86_64 +compiler-rt-12.0.1-1.cm2.x86_64 +clang-libs-12.0.1-4.cm2.x86_64 +bcc-0.27.0-1.cm2.x86_64 +clang-12.0.1-4.cm2.x86_64 +libbpf-1.0.1-1.cm2.x86_64 +bpftrace-0.16.0-1.cm2.x86_64 +python3-bcc-0.27.0-1.cm2.x86_64 +bcc-tools-0.27.0-1.cm2.x86_64 +bcc-examples-0.27.0-1.cm2.x86_64 +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +devtmpfs 4.0M 0 4.0M 0% /dev +tmpfs 3.3G 0 3.3G 0% /dev/shm +tmpfs 1.4G 8.6M 1.3G 1% /run +tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup +/dev/sda3 29G 19G 8.8G 69% / +tmpfs 3.3G 4.0K 3.3G 1% /tmp +/dev/sda2 459M 31M 399M 8% /boot +/dev/sda1 64M 2.3M 62M 4% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 668M 0 668M 0% /run/user/1000 +Using kernel: +Linux version 5.15.116.1-2.cm2 (root@CBL-Mariner) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Fri Jun 30 22:25:09 UTC 2023 +Install completed successfully on Tue Aug 1 18:10:23 UTC 2023 \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt new file mode 100644 index 00000000..8d57b043 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt @@ -0,0 +1,826 @@ +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.1-1 + - crictl version 1.25.0 + - runc version 1.1.7 + - bpftrace v0.9.4 + - nvidia-driver=cuda-525.85.12-sha-e8873b + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.2 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.3 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.5 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.9 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-06-26-2023-6ee07896 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-07-28-2023-0efd3e4e + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-1 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.20 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.21 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.4 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.5 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5-1 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.0-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1-1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.0.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.0.1 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.5.5 + - Azure CNI version 1.4.43 + - Azure Swift CNI version 1.5.5 + - Azure Swift CNI version 1.4.43 + - Azure Overlay CNI version 1.5.5 + - Azure Overlay CNI version 1.4.43 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 116095704 Jun 12 19:26 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Jun 12 19:26 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 116624792 Jun 12 19:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jun 12 19:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 106151936 Jun 12 19:37 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Jun 12 19:37 /usr/local/bin/kubectl-1.27.1 +-rwxr-xr-x 1 root root 121272408 Jun 12 19:42 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Jun 12 19:42 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 114245560 Jun 12 19:43 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Jun 12 19:43 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 121251736 Jun 12 19:43 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jun 12 19:43 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 114245720 Jun 12 19:47 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jun 12 19:47 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 117297792 Jun 19 16:48 /usr/local/bin/kubelet-1.24.15 +-rwxr-xr-x 1 root root 46084096 Jun 19 16:48 /usr/local/bin/kubectl-1.24.15 +-rwxr-xr-x 1 root root 106160128 Jun 19 17:02 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 17:02 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 114881728 Jun 19 17:03 /usr/local/bin/kubelet-1.25.11 +-rwxr-xr-x 1 root root 45047808 Jun 19 17:03 /usr/local/bin/kubectl-1.25.11 +-rwxr-xr-x 1 root root 121900256 Jun 19 17:04 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 17:04 /usr/local/bin/kubectl-1.26.6 +-r-xr--r-- 1 root root 593 Aug 1 17:42 /usr/local/bin/logrotate.sh +-r-xr--r-- 1 root root 2462 Aug 1 17:42 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Aug 1 17:42 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Aug 1 17:50 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Aug 1 17:50 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Aug 1 17:52 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Aug 1 17:52 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Aug 1 17:57 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Aug 1 17:57 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Aug 1 17:57 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Aug 1 17:58 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +accountsservice/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic] +acl/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +acpid/bionic,now 1:2.0.28-1ubuntu1 amd64 [installed] +adduser/bionic,now 3.116ubuntu1 all [installed,automatic] +apparmor/bionic-updates,bionic-security,now 2.12-4ubuntu5.3 amd64 [installed,automatic] +apt/bionic-updates,now 1.6.17 amd64 [installed,automatic] +apt-transport-https/bionic-updates,now 1.6.17 all [installed] +apt-utils/bionic-updates,now 1.6.17 amd64 [installed,automatic] +at/bionic,now 3.1.20-3.1ubuntu2 amd64 [installed] +attr/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +base-files/bionic-updates,now 10.1ubuntu2.11 amd64 [installed,automatic] +base-passwd/bionic,now 3.5.44 amd64 [installed,automatic] +bash/bionic-updates,bionic-security,now 4.4.18-2ubuntu1.3 amd64 [installed] +bash-completion/bionic,now 1:2.8-1ubuntu1 all [installed,automatic] +bc/bionic,now 1.07.1-2 amd64 [installed,automatic] +bcache-tools/bionic-updates,now 1.0.8-2ubuntu0.18.04.1 amd64 [installed] +bind9-host/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +binfmt-support/bionic,now 2.1.8-2 amd64 [installed,automatic] +binutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.9 amd64 [installed,automatic] +binutils-common/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.9 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.9 amd64 [installed,automatic] +blobfuse/bionic,now 1.4.5 amd64 [installed] +blobfuse2/bionic,now 2.0.3 amd64 [installed,upgradable to: 2.0.4] +bsdmainutils/bionic,now 11.1.2ubuntu1 amd64 [installed,automatic] +bsdutils/bionic-updates,bionic-security,now 1:2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +btrfs-progs/bionic,now 4.15.1-1build1 amd64 [installed,automatic] +btrfs-tools/bionic,now 4.15.1-1build1 amd64 [installed] +build-essential/bionic,now 12.4ubuntu1 amd64 [installed] +busybox-initramfs/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic] +busybox-static/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic] +byobu/bionic,now 5.125-0ubuntu1 all [installed] +bzip2/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +ca-certificates/bionic-updates,bionic-security,now 20230311ubuntu0.18.04.1 all [installed] +ceph-common/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed] +cgroup-lite/bionic,now 1.15 all [installed] +chrony/bionic-updates,bionic-security,now 3.2-4ubuntu4.5 amd64 [installed] +cifs-utils/bionic-updates,bionic-security,now 2:6.8-1ubuntu1.2 amd64 [installed] +cloud-guest-utils/bionic,now 0.30-0ubuntu5 all [installed] +cloud-init/bionic-updates,bionic-security,now 23.1.2-0ubuntu0~18.04.1 all [installed] +cloud-initramfs-copymods/bionic-updates,now 0.40ubuntu1.1 all [installed] +cloud-initramfs-dyn-netconf/bionic-updates,now 0.40ubuntu1.1 all [installed] +command-not-found/bionic-updates,now 18.04.6 all [installed,automatic] +command-not-found-data/bionic-updates,now 18.04.6 amd64 [installed,automatic] +conntrack/bionic,now 1:1.4.4+snapshot20161117-6ubuntu2 amd64 [installed] +console-setup/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +console-setup-linux/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +coreutils/bionic,now 8.28-1ubuntu1 amd64 [installed,automatic] +cpio/bionic-updates,bionic-security,now 2.12+dfsg-6ubuntu0.18.04.4 amd64 [installed,automatic] +cpp/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic] +cpp-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +cracklib-runtime/bionic,now 2.9.2-5build1 amd64 [installed] +crda/bionic,now 3.18-1build1 amd64 [installed] +cron/bionic-updates,bionic-security,now 3.0pl1-128.1ubuntu1.2 amd64 [installed,automatic] +cryptsetup/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +cryptsetup-bin/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +curl/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed] +dash/bionic,now 0.5.8-2.10 amd64 [installed] +dbus/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +dbus-user-session/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debconf-i18n/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debianutils/bionic,now 4.8.4 amd64 [installed,automatic] +diffutils/bionic,now 1:3.6-1 amd64 [installed] +dirmngr/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed] +distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 amd64 [installed,automatic] +distro-info-data/bionic-updates,now 0.37ubuntu0.17 all [installed,automatic] +dkms/bionic-updates,now 2.3-3ubuntu9.7 all [installed] +dmeventd/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dmidecode/bionic-updates,now 3.1-1ubuntu0.1 amd64 [installed,automatic] +dmsetup/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dns-root-data/bionic,now 2018013001 all [installed,automatic] +dnsmasq-base/bionic-updates,bionic-security,now 2.79-1ubuntu0.7 amd64 [installed,automatic] +dnsutils/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +dosfstools/bionic,now 4.1-1 amd64 [installed,automatic] +dpkg/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 amd64 [installed,automatic] +dpkg-dev/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic] +e2fsprogs/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +eatmydata/bionic,now 105-6 all [installed] +ebtables/bionic-updates,now 2.0.10.4-3.5ubuntu2.18.04.3 amd64 [installed] +ed/bionic,now 1.10-2.1 amd64 [installed,automatic] +efibootmgr/bionic,now 15-1 amd64 [installed,automatic] +eject/bionic,now 2.1.5+deb1+cvs20081104-13.2 amd64 [installed,automatic] +ethtool/bionic,now 1:4.15-0ubuntu1 amd64 [installed] +fdisk/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +file/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +findutils/bionic,now 4.6.0+git+20170828-2 amd64 [installed] +fonts-ubuntu-console/bionic,now 0.83-2 all [installed] +friendly-recovery/bionic-updates,now 0.2.38ubuntu1.2 all [installed,automatic] +ftp/bionic,now 0.17-34 amd64 [installed,automatic] +fuse/bionic,now 2.9.7-1ubuntu1 amd64 [installed] +g++/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic] +g++-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gawk/bionic,now 1:4.1.4+dfsg-1build1 amd64 [installed,automatic] +gcc/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed] +gcc-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-7-base/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-8-base/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +gdisk/bionic,now 1.0.3-1 amd64 [installed,automatic] +geoip-database/bionic,now 20180315-1 all [installed,automatic] +gettext-base/bionic-updates,bionic-security,now 0.19.8.1-6ubuntu0.3 amd64 [installed,automatic] +gir1.2-glib-2.0/bionic,now 1.56.1-1 amd64 [installed,automatic] +git/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 amd64 [installed] +git-man/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 all [installed,automatic] +glusterfs-client/now 3.13.2-1ubuntu1+esm1 amd64 [installed,local] +glusterfs-common/now 3.13.2-1ubuntu1+esm1 amd64 [installed,local] +gnupg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed] +gnupg-l10n/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 all [installed,automatic] +gnupg-utils/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-agent/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-wks-client/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-wks-server/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgconf/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgsm/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgv/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +grep/bionic-updates,now 3.1-2build1 amd64 [installed] +groff-base/bionic,now 1.22.3-10 amd64 [installed,automatic] +grub-common/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +grub-efi-amd64-bin/bionic-updates,now 2.06-2ubuntu14.1 amd64 [installed] +grub-efi-amd64-signed/bionic-updates,now 1.187.3~18.04.1+2.06-2ubuntu14.1 amd64 [installed] +grub-gfxpayload-lists/bionic,now 0.7 amd64 [installed,automatic] +grub-pc/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +grub-pc-bin/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +grub2-common/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +gzip/bionic-updates,bionic-security,now 1.6-5ubuntu1.2 amd64 [installed] +hdparm/bionic,now 9.54+ds-1 amd64 [installed,automatic] +hostname/bionic,now 3.20 amd64 [installed] +htop/bionic,now 2.1.0-3 amd64 [installed] +iftop/bionic,now 1.0~pre4-4 amd64 [installed] +info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic] +init/bionic,now 1.51 amd64 [installed] +init-system-helpers/bionic,now 1.51 all [installed] +initramfs-tools/bionic-updates,now 0.130ubuntu3.13 all [installed] +initramfs-tools-bin/bionic-updates,now 0.130ubuntu3.13 amd64 [installed,automatic] +initramfs-tools-core/bionic-updates,now 0.130ubuntu3.13 all [installed,automatic] +inotify-tools/bionic,now 3.14-2 amd64 [installed] +install-info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic] +iotop/bionic,now 0.6-2 amd64 [installed] +iproute2/bionic-updates,now 4.15.0-2ubuntu1.3 amd64 [installed] +ipset/bionic,now 6.34-1 amd64 [installed] +iptables/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed] +iputils-ping/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +iputils-tracepath/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +irqbalance/bionic-updates,now 1.3.0-0.1ubuntu0.18.04.1 amd64 [installed,automatic] +isc-dhcp-client/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +isc-dhcp-common/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +iso-codes/bionic,now 3.79-1 all [installed,automatic] +iw/bionic,now 4.14-0.1 amd64 [installed] +jq/bionic,now 1.5+dfsg-2 amd64 [installed] +kbd/bionic,now 2.0.4-2ubuntu1 amd64 [installed,automatic] +keyboard-configuration/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +keyutils/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed] +klibc-utils/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +kmod/bionic-updates,now 24-1ubuntu3.5 amd64 [installed] +krb5-locales/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 all [installed,automatic] +landscape-common/bionic-updates,now 18.01-0ubuntu3.6 amd64 [installed] +language-selector-common/bionic-updates,now 0.188.3 all [installed,automatic] +less/bionic,now 487-0.1 amd64 [installed,automatic] +libaccountsservice0/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic] +libacl1/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libacl1-dev/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libaio1/bionic-updates,now 0.3.110-5ubuntu0.1 amd64 [installed,automatic] +libapparmor1/bionic-updates,bionic-security,now 2.12-4ubuntu5.3 amd64 [installed,automatic] +libapt-inst2.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libapt-pkg5.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libargon2-0/bionic,now 0~20161029-1.1 amd64 [installed,automatic] +libasan4/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libasn1-8-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libassuan0/bionic,now 2.5.1-2 amd64 [installed,automatic] +libatm1/bionic,now 1:2.5.1-2build1 amd64 [installed,automatic] +libatomic1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libattr1/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libattr1-dev/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libaudit-common/bionic-updates,now 1:2.8.2-1ubuntu1.1 all [installed,automatic] +libaudit1/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed,automatic] +libavahi-client3/now 0.7-3.1ubuntu1.3+esm1 amd64 [installed,local] +libavahi-common-data/now 0.7-3.1ubuntu1.3+esm1 amd64 [installed,local] +libavahi-common3/now 0.7-3.1ubuntu1.3+esm1 amd64 [installed,local] +libbabeltrace1/bionic,now 1.5.5-1 amd64 [installed,automatic] +libbind9-160/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libbinutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.9 amd64 [installed,automatic] +libblkid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libbsd0/bionic-updates,bionic-security,now 0.8.7-1ubuntu0.1 amd64 [installed,automatic] +libbz2-1.0/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +libc-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc-dev-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc6/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc6-dev/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libcap-ng0/bionic,now 0.7.7-3.1 amd64 [installed,automatic] +libcap2/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libcap2-bin/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libcc1-0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libcephfs2/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +libcilkrts5/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libcom-err2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libcrack2/bionic,now 2.9.2-5build1 amd64 [installed,automatic] +libcryptsetup12/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +libcups2/now 2.2.7-1ubuntu2.10+esm1 amd64 [installed,local] +libcurl3-gnutls/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed,automatic] +libcurl4/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed,automatic] +libdb5.3/bionic-updates,bionic-security,now 5.3.28-13.1ubuntu1.1 amd64 [installed,automatic] +libdbus-1-3/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +libdebconfclient0/bionic,now 0.213ubuntu1 amd64 [installed,automatic] +libdevmapper-event1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdevmapper1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdns-export1100/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libdns1100/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libdpkg-perl/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic] +libdrm-common/bionic-updates,now 2.4.101-2~18.04.1 all [installed,automatic] +libdrm2/bionic-updates,now 2.4.101-2~18.04.1 amd64 [installed,automatic] +libdumbnet1/bionic,now 1.12-7build1 amd64 [installed] +libdw1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed] +libeatmydata1/bionic,now 105-6 amd64 [installed] +libedit2/bionic,now 3.1-20170329-1 amd64 [installed,automatic] +libefiboot1/bionic,now 34-1 amd64 [installed,automatic] +libefivar1/bionic,now 34-1 amd64 [installed,automatic] +libelf1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed,automatic] +liberror-perl/bionic,now 0.17025-1 all [installed,automatic] +libestr0/bionic,now 0.1.10-2.1 amd64 [installed,automatic] +libevent-2.1-6/bionic,now 2.1.8-stable-4build1 amd64 [installed,automatic] +libexpat1/bionic-updates,bionic-security,now 2.2.5-3ubuntu0.9 amd64 [installed,automatic] +libext2fs2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libfastjson4/bionic,now 0.99.8-2 amd64 [installed,automatic] +libfdisk1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libffi6/bionic,now 3.2.1-8 amd64 [installed,automatic] +libfreetype6/bionic-updates,bionic-security,now 2.8.1-2ubuntu2.2 amd64 [installed,automatic] +libfribidi0/bionic-updates,bionic-security,now 0.19.7-2ubuntu0.1 amd64 [installed,automatic] +libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed,automatic] +libgcc-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libgcc1/bionic-updates,bionic-security,now 1:8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgcrypt20/bionic-updates,bionic-security,now 1.8.1-4ubuntu1.3 amd64 [installed,automatic] +libgdbm-compat4/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgdbm5/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgeoip1/bionic,now 1.6.12-1 amd64 [installed,automatic] +libgirepository-1.0-1/bionic,now 1.56.1-1 amd64 [installed,automatic] +libglib2.0-0/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 amd64 [installed,automatic] +libglib2.0-data/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 all [installed,automatic] +libgmp10/bionic-updates,bionic-security,now 2:6.1.2+dfsg-2ubuntu0.1 amd64 [installed,automatic] +libgnutls30/bionic-updates,bionic-security,now 3.5.18-1ubuntu1.6 amd64 [installed,automatic] +libgomp1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgoogle-perftools4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic] +libgpg-error0/bionic,now 1.27-6 amd64 [installed,automatic] +libgpm2/bionic,now 1.20.7-5 amd64 [installed,automatic] +libgssapi-krb5-2/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libgssapi3-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhcrypto4-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimbase1-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimntlm0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhogweed4/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libhx509-5-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libibverbs1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic] +libicu60/bionic-updates,bionic-security,now 60.2-3ubuntu3.2 amd64 [installed,automatic] +libidn11/bionic-updates,now 1.33-2.1ubuntu1.2 amd64 [installed,automatic] +libidn2-0/bionic-updates,bionic-security,now 2.0.4-1.1ubuntu0.2 amd64 [installed,automatic] +libinotifytools0/bionic,now 3.14-2 amd64 [installed,automatic] +libip4tc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libip6tc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libipset3/bionic,now 6.34-1 amd64 [installed,automatic] +libiptc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libirs160/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libisc-export169/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libisc169/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libisccc160/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libisccfg160/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +libisl19/bionic,now 0.19-1 amd64 [installed,automatic] +libisns0/bionic,now 0.97-2build1 amd64 [installed,automatic] +libitm1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libjansson4/bionic,now 2.11-1 amd64 [installed] +libjq1/bionic,now 1.5+dfsg-2 amd64 [installed,automatic] +libjson-c3/bionic-updates,bionic-security,now 0.12.1-1.3ubuntu0.3 amd64 [installed,automatic] +libk5crypto3/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libkeyutils1/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed,automatic] +libklibc/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +libkmod2/bionic-updates,now 24-1ubuntu3.5 amd64 [installed,automatic] +libkrb5-26-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libkrb5-3/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libkrb5support0/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libksba8/bionic-updates,bionic-security,now 1.3.5-2ubuntu0.18.04.2 amd64 [installed,automatic] +libldap-2.4-2/now 2.4.45+dfsg-1ubuntu1.11+esm1 amd64 [installed,local] +libldap-common/now 2.4.45+dfsg-1ubuntu1.11+esm1 all [installed,local] +libldb1/bionic-updates,bionic-security,now 2:1.2.3-1ubuntu0.2 amd64 [installed] +liblocale-gettext-perl/bionic,now 1.07-3build2 amd64 [installed,automatic] +liblsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +liblvm2app2.2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +liblvm2cmd2.02/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +liblwres160/now 1:9.11.3+dfsg-1ubuntu1.19+esm1 amd64 [installed,local] +liblxc-common/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +liblxc1/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +liblz4-1/bionic-updates,bionic-security,now 0.0~r131-2ubuntu3.1 amd64 [installed,automatic] +liblzma5/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed,automatic] +liblzo2-2/bionic,now 2.08-1.2 amd64 [installed,automatic] +libmagic-mgc/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmagic1/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmnl0/bionic,now 1.0.4-2 amd64 [installed,automatic] +libmount1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libmpc3/bionic,now 1.1.0-1 amd64 [installed,automatic] +libmpdec2/bionic,now 2.4.2-1ubuntu1 amd64 [installed,automatic] +libmpfr6/bionic,now 4.0.1-1 amd64 [installed,automatic] +libmpx2/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libncurses5/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 amd64 [installed,automatic] +libncursesw5/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 amd64 [installed,automatic] +libnetfilter-conntrack3/bionic,now 1.0.6-2 amd64 [installed,automatic] +libnetplan0/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +libnettle6/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libnewt0.52/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +libnfnetlink0/bionic,now 1.0.1-3 amd64 [installed,automatic] +libnfsidmap2/bionic,now 0.25-5.1 amd64 [installed,automatic] +libnftnl7/bionic,now 1.0.9-2 amd64 [installed,automatic] +libnghttp2-14/now 1.30.0-1ubuntu1+esm1 amd64 [installed,local] +libnih1/bionic,now 1.0.3-6ubuntu2 amd64 [installed,automatic] +libnl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed] +libnl-genl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed] +libnl-route-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic] +libnpth0/bionic,now 1.5-3 amd64 [installed,automatic] +libnspr4/bionic,now 2:4.18-1ubuntu1 amd64 [installed,automatic] +libnss-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libnss3/bionic-updates,bionic-security,now 2:3.35-2ubuntu2.16 amd64 [installed,automatic] +libntfs-3g88/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +libnuma1/bionic-updates,now 2.0.11-2.1ubuntu0.1 amd64 [installed,automatic] +libonig4/now 6.7.0-1ubuntu0.1~esm2 amd64 [installed,local] +libp11-kit0/bionic-updates,bionic-security,now 0.23.9-2ubuntu0.1 amd64 [installed,automatic] +libpam-cap/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libpam-modules/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-modules-bin/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-pwquality/bionic,now 1.4.0-2 amd64 [installed] +libpam-runtime/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 all [installed,automatic] +libpam-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libpam0g/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libparted2/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +libpcap0.8/bionic-updates,now 1.8.1-6ubuntu1.18.04.2 amd64 [installed,automatic] +libpci3/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +libpcre3/bionic-updates,bionic-security,now 2:8.39-9ubuntu0.1 amd64 [installed,automatic] +libperl5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +libpipeline1/bionic,now 1.5.0-1 amd64 [installed,automatic] +libplymouth4/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +libpng16-16/bionic-updates,bionic-security,now 1.6.34-1ubuntu0.18.04.2 amd64 [installed,automatic] +libpolkit-agent-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpolkit-backend-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpolkit-gobject-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpopt0/bionic,now 1.16-11 amd64 [installed,automatic] +libprocps6/bionic-updates,now 2:3.3.12-3ubuntu1.2 amd64 [installed,automatic] +libpsl5/bionic,now 0.19.1-5build1 amd64 [installed,automatic] +libpwquality-common/bionic,now 1.4.0-2 all [installed,automatic] +libpwquality-tools/bionic,now 1.4.0-2 amd64 [installed] +libpwquality1/bionic,now 1.4.0-2 amd64 [installed,automatic] +libpython-stdlib/bionic,now 2.7.15~rc1-1 amd64 [installed] +libpython2.7/now 2.7.17-1~18.04ubuntu1.13 amd64 [installed,local] +libpython2.7-minimal/now 2.7.17-1~18.04ubuntu1.13 amd64 [installed,local] +libpython2.7-stdlib/now 2.7.17-1~18.04ubuntu1.13 amd64 [installed,local] +libpython3-stdlib/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +libpython3.6/now 3.6.9-1~18.04ubuntu1.13 amd64 [installed,local] +libpython3.6-minimal/now 3.6.9-1~18.04ubuntu1.13 amd64 [installed,local] +libpython3.6-stdlib/now 3.6.9-1~18.04ubuntu1.13 amd64 [installed,local] +libquadmath0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +librados2/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +libradosstriper1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +librbd1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +librdmacm1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic] +libreadline5/bionic,now 5.2+dfsg-3build1 amd64 [installed,automatic] +libreadline7/bionic,now 7.0-3 amd64 [installed,automatic] +libroken18-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +librtmp1/bionic,now 2.4+20151223.gitfa8646d.1-1 amd64 [installed,automatic] +libsasl2-2/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic] +libsasl2-modules/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic] +libsasl2-modules-db/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic] +libseccomp2/bionic-updates,bionic-security,now 2.5.1-1ubuntu1~18.04.2 amd64 [installed,automatic] +libselinux1/bionic,now 2.7-2build2 amd64 [installed,automatic] +libsemanage-common/bionic,now 2.7-2build2 all [installed,automatic] +libsemanage1/bionic,now 2.7-2build2 amd64 [installed,automatic] +libsensors4/bionic-updates,now 1:3.4.0-4ubuntu0.1 amd64 [installed,automatic] +libsepol1/bionic-updates,bionic-security,now 2.7-1ubuntu0.1 amd64 [installed,automatic] +libsigsegv2/bionic,now 2.12-1 amd64 [installed,automatic] +libslang2/bionic,now 2.3.1a-3ubuntu1 amd64 [installed,automatic] +libsmartcols1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libsnappy1v5/bionic,now 1.1.7-1 amd64 [installed,automatic] +libsqlite3-0/bionic-updates,bionic-security,now 3.22.0-1ubuntu0.7 amd64 [installed,automatic] +libss2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libssl1.0.0/bionic-updates,bionic-security,now 1.0.2n-1ubuntu5.13 amd64 [installed,automatic] +libssl1.1/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.23 amd64 [installed,automatic] +libstdc++-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libstdc++6/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libsysfs2/bionic,bionic-updates,now 2.1.0+repack-4build1 amd64 [installed,automatic] +libsystemd0/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libtalloc2/bionic,now 2.1.10-2ubuntu1 amd64 [installed] +libtasn1-6/bionic,now 4.13-2 amd64 [installed,automatic] +libtcmalloc-minimal4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic] +libtdb1/bionic,now 1.3.15-2 amd64 [installed] +libtevent0/bionic,now 0.9.34-1 amd64 [installed] +libtext-charwidth-perl/bionic,now 0.04-7.1 amd64 [installed,automatic] +libtext-iconv-perl/bionic,now 1.7-5build6 amd64 [installed,automatic] +libtext-wrapi18n-perl/bionic,now 0.06-7.1 all [installed,automatic] +libtinfo5/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 amd64 [installed,automatic] +libtirpc1/bionic-updates,bionic-security,now 0.2.5-1.2ubuntu0.1 amd64 [installed,automatic] +libtsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libubsan0/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libudev1/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libunistring2/bionic-updates,now 0.9.9-0ubuntu2 amd64 [installed,automatic] +libunwind8/bionic-updates,now 1.2.1-8ubuntu0.1 amd64 [installed,automatic] +liburcu6/bionic-updates,now 0.10.1-1ubuntu1 amd64 [installed,automatic] +libusb-1.0-0/bionic,now 2:1.0.21-2 amd64 [installed,automatic] +libutempter0/bionic,now 1.1.6-3 amd64 [installed,automatic] +libuuid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libuv1/bionic,now 1.18.0-3 amd64 [installed,automatic] +libwbclient0/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +libwind0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libwrap0/bionic,now 7.6.q-27 amd64 [installed] +libx11-6/now 2:1.6.4-3ubuntu0.4+esm1 amd64 [installed,local] +libx11-data/now 2:1.6.4-3ubuntu0.4+esm1 all [installed,local] +libxau6/bionic-updates,now 1:1.0.8-1ubuntu1 amd64 [installed,automatic] +libxcb1/bionic-updates,now 1.13-2~ubuntu18.04 amd64 [installed,automatic] +libxdmcp6/bionic,now 1:1.1.2-3 amd64 [installed,automatic] +libxext6/bionic,now 2:1.3.3-1 amd64 [installed,automatic] +libxml2/bionic-updates,bionic-security,now 2.9.4+dfsg1-6.1ubuntu1.9 amd64 [installed,automatic] +libxmuu1/bionic,now 2:1.1.2-2 amd64 [installed,automatic] +libxtables12/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libyaml-0-2/bionic,now 0.1.7-2ubuntu3 amd64 [installed,automatic] +libzstd1/bionic-updates,bionic-security,now 1.3.3+dfsg-2ubuntu1.2 amd64 [installed,automatic] +linux-azure/now 5.4.0.1112.85 amd64 [installed,local] +linux-azure-5.4-cloud-tools-5.4.0-1109/bionic-updates,bionic-security,now 5.4.0-1109.115~18.04.1 amd64 [installed] +linux-azure-5.4-cloud-tools-5.4.0-1112/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-azure-5.4-headers-5.4.0-1109/bionic-updates,bionic-security,now 5.4.0-1109.115~18.04.1 all [installed] +linux-azure-5.4-headers-5.4.0-1112/now 5.4.0-1112.118~18.04.1 all [installed,local] +linux-azure-5.4-tools-5.4.0-1109/bionic-updates,bionic-security,now 5.4.0-1109.115~18.04.1 amd64 [installed] +linux-azure-5.4-tools-5.4.0-1112/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-base/bionic-updates,now 4.5ubuntu1.7 all [installed,automatic] +linux-base-sgx/bionic-updates,now 4.5ubuntu1.7 all [installed] +linux-cloud-tools-5.4.0-1109-azure/bionic-updates,bionic-security,now 5.4.0-1109.115~18.04.1 amd64 [installed] +linux-cloud-tools-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-cloud-tools-azure/now 5.4.0.1112.85 amd64 [installed,local] +linux-cloud-tools-common/now 4.15.0-214.225 all [installed,local] +linux-headers-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-headers-azure/now 5.4.0.1112.85 amd64 [installed,local] +linux-image-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-image-azure/now 5.4.0.1112.85 amd64 [installed,local] +linux-libc-dev/now 4.15.0-214.225 amd64 [installed,local] +linux-modules-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-modules-extra-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-tools-5.4.0-1109-azure/bionic-updates,bionic-security,now 5.4.0-1109.115~18.04.1 amd64 [installed] +linux-tools-5.4.0-1112-azure/now 5.4.0-1112.118~18.04.1 amd64 [installed,local] +linux-tools-azure/now 5.4.0.1112.85 amd64 [installed,local] +linux-tools-common/now 4.15.0-214.225 all [installed,local] +locales/bionic-updates,now 2.27-3ubuntu1.6 all [installed,automatic] +login/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed] +logrotate/bionic,now 3.11.0-0.1ubuntu1 amd64 [installed,automatic] +lsb-base/bionic,now 9.20170808ubuntu1 all [installed,automatic] +lsb-release/bionic,now 9.20170808ubuntu1 all [installed,automatic] +lshw/bionic-updates,now 02.18-0.1ubuntu6.18.04.2 amd64 [installed,automatic] +lsof/bionic,now 4.89+dfsg-0.1 amd64 [installed,automatic] +lsscsi/bionic,now 0.28-0.1 amd64 [installed] +ltrace/bionic,now 0.7.3-6ubuntu1 amd64 [installed,automatic] +lvm2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed] +lxcfs/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +lxd/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed] +lxd-client/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed,automatic] +make/bionic,now 4.1-9.1ubuntu1 amd64 [installed] +man-db/bionic-updates,now 2.8.3-2ubuntu0.1 amd64 [installed,automatic] +manpages/bionic,now 4.15-1 all [installed,automatic] +mawk/bionic,now 1.3.3-17ubuntu3 amd64 [installed,automatic] +mdadm/bionic-updates,now 4.1~rc1-3~ubuntu18.04.4 amd64 [installed] +mime-support/bionic,now 3.60ubuntu1 all [installed,automatic] +mlocate/bionic,now 0.26-2ubuntu3.1 amd64 [installed,automatic] +moby-containerd/testing,now 1.7.1+azure-ubuntu18.04u1 amd64 [installed,upgradable to: 1.7.2+azure-ubuntu18.04u1] +moby-runc/testing,bionic,now 1.1.7+azure-ubuntu18.04u2 amd64 [installed,upgradable to: 1.1.8+azure-ubuntu18.04u1] +mokutil/bionic-updates,now 0.6.0-2~18.04.1 amd64 [installed] +motd-news-config/bionic-updates,now 10.1ubuntu2.11 all [installed] +mount/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed] +mtr-tiny/bionic,now 0.92-1 amd64 [installed,automatic] +multiarch-support/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +nano/bionic,now 2.9.3-2 amd64 [installed,automatic] +ncurses-base/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 all [installed] +ncurses-bin/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 amd64 [installed] +ncurses-term/bionic-updates,bionic-security,now 6.1-1ubuntu1.18.04.1 all [installed] +net-tools/bionic,now 1.60+git20161116.90da8a0-1ubuntu1 amd64 [installed] +netbase/bionic,now 5.4 all [installed,automatic] +netcat/bionic,now 1.10-41.1 all [installed] +netcat-openbsd/bionic-updates,now 1.187-1ubuntu0.1 amd64 [installed,automatic] +netcat-traditional/bionic,now 1.10-41.1 amd64 [installed,automatic] +netplan.io/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +networkd-dispatcher/bionic-updates,bionic-security,now 1.7-0ubuntu3.5 all [installed,automatic] +nfs-common/bionic-updates,now 1:1.3.4-2.1ubuntu5.5 amd64 [installed] +nftables/bionic,now 0.8.2-1 amd64 [installed] +nplan/bionic-updates,now 0.99-0ubuntu3~18.04.5 all [installed,automatic] +ntfs-3g/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +open-iscsi/now 2.0.874-5ubuntu2.11+esm1 amd64 [installed,local] +openssh-client/now 1:7.6p1-4ubuntu0.7+esm1 amd64 [installed,local] +openssh-server/now 1:7.6p1-4ubuntu0.7+esm1 amd64 [installed,local] +openssh-sftp-server/now 1:7.6p1-4ubuntu0.7+esm1 amd64 [installed,local] +openssl/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.23 amd64 [installed,automatic] +os-prober/bionic,now 1.74ubuntu1 amd64 [installed,automatic] +overlayroot/bionic-updates,now 0.40ubuntu1.1 all [installed] +packages-microsoft-prod/bionic,now 1.0-ubuntu18.04.2 all [installed] +parted/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +passwd/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic] +pastebinit/bionic,now 1.5-2 all [installed,automatic] +patch/bionic-updates,bionic-security,now 2.7.6-2ubuntu1.1 amd64 [installed] +pciutils/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +perl/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +perl-base/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +perl-modules-5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 all [installed,automatic] +pigz/bionic,now 2.4-1 amd64 [installed] +pinentry-curses/bionic,now 1.1.0-1 amd64 [installed,automatic] +plymouth/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +plymouth-theme-ubuntu-text/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +policykit-1/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +pollinate/bionic-updates,now 4.33-0ubuntu1~18.04.2 all [installed] +popularity-contest/bionic,now 1.66ubuntu1 all [installed,automatic] +powermgmt-base/bionic,now 1.33 all [installed,automatic] +procps/bionic-updates,now 2:3.3.12-3ubuntu1.2 amd64 [installed,automatic] +psmisc/bionic-updates,now 23.1-1ubuntu0.1 amd64 [installed,automatic] +publicsuffix/bionic,now 20180223.1310-1 all [installed,automatic] +python/bionic,now 2.7.15~rc1-1 amd64 [installed] +python-apt-common/bionic-updates,now 1.6.6 all [installed,automatic] +python-cephfs/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +python-certifi/bionic,now 2018.1.18-2 all [installed,automatic] +python-chardet/bionic,now 3.0.4-1 all [installed,automatic] +python-crypto/bionic,now 2.6.1-8ubuntu2 amd64 [installed] +python-idna/bionic,now 2.6-1 all [installed,automatic] +python-jwt/bionic-updates,bionic-security,now 1.5.3+ds1-1ubuntu0.1 all [installed,automatic] +python-ldb/bionic-updates,bionic-security,now 2:1.2.3-1ubuntu0.2 amd64 [installed] +python-minimal/bionic,now 2.7.15~rc1-1 amd64 [installed] +python-parted/bionic,now 3.11.1-1ubuntu2 amd64 [installed] +python-pkg-resources/bionic-updates,bionic-security,now 39.0.1-2ubuntu0.1 all [installed,automatic] +python-prettytable/bionic,now 0.7.2-3 all [installed,automatic] +python-rados/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +python-rbd/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.11 amd64 [installed,automatic] +python-requests/now 2.18.4-2ubuntu0.1+esm1 all [installed,local] +python-samba/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +python-six/bionic,now 1.11.0-2 all [installed] +python-talloc/bionic,now 2.1.10-2ubuntu1 amd64 [installed] +python-tdb/bionic,now 1.3.15-2 amd64 [installed] +python-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic] +python2.7/now 2.7.17-1~18.04ubuntu1.13 amd64 [installed,local] +python2.7-minimal/now 2.7.17-1~18.04ubuntu1.13 amd64 [installed,local] +python3/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +python3-apport/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.29 all [installed,automatic] +python3-apt/bionic-updates,now 1.6.6 amd64 [installed,automatic] +python3-asn1crypto/bionic,now 0.24.0-1 all [installed,automatic] +python3-attr/bionic,now 17.4.0-2 all [installed,automatic] +python3-automat/bionic,now 0.6.0-1 all [installed,automatic] +python3-blinker/bionic,now 1.4+dfsg1-0.1 all [installed] +python3-certifi/bionic,now 2018.1.18-2 all [installed,automatic] +python3-cffi-backend/bionic,now 1.11.5-1 amd64 [installed,automatic] +python3-chardet/bionic,now 3.0.4-1 all [installed,automatic] +python3-click/bionic,now 6.7-3 all [installed,automatic] +python3-colorama/bionic,now 0.3.7-1 all [installed,automatic] +python3-commandnotfound/bionic-updates,now 18.04.6 all [installed,automatic] +python3-configobj/bionic,now 5.0.6-2 all [installed,automatic] +python3-constantly/bionic,now 15.1.0-1 all [installed,automatic] +python3-cryptography/bionic-updates,bionic-security,now 2.1.4-1ubuntu1.4 amd64 [installed,automatic] +python3-dbus/bionic,now 1.2.6-1 amd64 [installed,automatic] +python3-debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +python3-debian/bionic,now 0.1.32 all [installed,automatic] +python3-distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 all [installed,automatic] +python3-distupgrade/bionic-updates,now 1:18.04.45 all [installed,automatic] +python3-distutils/bionic-updates,now 3.6.9-1~18.04 all [installed] +python3-gdbm/bionic-updates,now 3.6.9-1~18.04 amd64 [installed,automatic] +python3-gi/bionic-updates,now 3.26.1-2ubuntu1 amd64 [installed,automatic] +python3-httplib2/bionic-updates,now 0.9.2+dfsg-1ubuntu0.3 all [installed,automatic] +python3-hyperlink/bionic,now 17.3.1-2 all [installed,automatic] +python3-idna/bionic,now 2.6-1 all [installed,automatic] +python3-incremental/bionic,now 16.10.1-3 all [installed,automatic] +python3-jinja2/bionic-updates,bionic-security,now 2.10-1ubuntu0.18.04.1 all [installed] +python3-json-pointer/bionic,now 1.10-1 all [installed] +python3-jsonpatch/bionic,now 1.19+really1.16-1fakesync1 all [installed] +python3-jsonschema/bionic,now 2.6.0-2 all [installed] +python3-jwt/bionic-updates,bionic-security,now 1.5.3+ds1-1ubuntu0.1 all [installed] +python3-lib2to3/bionic-updates,now 3.6.9-1~18.04 all [installed,automatic] +python3-markupsafe/bionic,now 1.0-1build1 amd64 [installed] +python3-minimal/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +python3-netifaces/bionic,now 0.10.4-0.1build4 amd64 [installed,automatic] +python3-newt/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +python3-oauthlib/bionic,now 2.0.6-1 all [installed] +python3-openssl/bionic,now 17.5.0-1ubuntu1 all [installed,automatic] +python3-pam/bionic,now 0.4.2-13.2ubuntu4 amd64 [installed,automatic] +python3-parted/bionic,now 3.11.1-1ubuntu2 amd64 [installed] +python3-pexpect/bionic,now 4.2.1-1 all [installed,automatic] +python3-pkg-resources/bionic-updates,bionic-security,now 39.0.1-2ubuntu0.1 all [installed,automatic] +python3-problem-report/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.29 all [installed,automatic] +python3-ptyprocess/bionic,now 0.5.2-1 all [installed,automatic] +python3-pyasn1/bionic,now 0.4.2-3 all [installed,automatic] +python3-pyasn1-modules/bionic,now 0.2.1-0.2 all [installed,automatic] +python3-requests/now 2.18.4-2ubuntu0.1+esm1 all [installed,local] +python3-requests-unixsocket/bionic,now 0.1.5-3 all [installed,automatic] +python3-serial/bionic,now 3.4-2 all [installed,automatic] +python3-service-identity/bionic,now 16.0.0-2 all [installed,automatic] +python3-six/bionic,now 1.11.0-2 all [installed,automatic] +python3-software-properties/bionic-updates,now 0.96.24.32.22 all [installed,automatic] +python3-twisted/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 all [installed,automatic] +python3-twisted-bin/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 amd64 [installed,automatic] +python3-update-manager/bionic-updates,now 1:18.04.11.13 all [installed,automatic] +python3-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic] +python3-yaml/bionic,now 3.12-1build2 amd64 [installed,automatic] +python3-zope.interface/bionic,now 4.3.2-1build2 amd64 [installed,automatic] +python3.6/now 3.6.9-1~18.04ubuntu1.13 amd64 [installed,local] +python3.6-minimal/now 3.6.9-1~18.04ubuntu1.13 amd64 [installed,local] +readline-common/bionic,now 7.0-3 all [installed,automatic] +rng-tools/bionic,now 5-0ubuntu4 amd64 [installed] +rpcbind/bionic-updates,bionic-security,now 0.2.3-0.6ubuntu0.18.04.4 amd64 [installed,automatic] +rsync/bionic-updates,bionic-security,now 3.1.2-2.1ubuntu1.6 amd64 [installed,automatic] +rsyslog/bionic-updates,bionic-security,now 8.32.0-1ubuntu4.2 amd64 [installed,automatic] +run-one/bionic,now 1.17-0ubuntu1 all [installed,automatic] +samba-common/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 all [installed] +samba-common-bin/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +samba-libs/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +sbsigntool/bionic-updates,now 0.9.2-2ubuntu1~18.04.2 amd64 [installed] +screen/now 4.6.2-1ubuntu1.1+esm1 amd64 [installed,local] +secureboot-db/bionic-updates,now 1.4~ubuntu0.18.04.1 amd64 [installed] +sed/bionic,now 4.4-2 amd64 [installed,automatic] +sensible-utils/bionic,now 0.0.12 all [installed,automatic] +shared-mime-info/bionic,now 1.9-2 amd64 [installed,automatic] +shim-signed/bionic-updates,now 1.37~18.04.13+15.7-0ubuntu1 amd64 [installed] +socat/bionic,now 1.7.3.2-2ubuntu2 amd64 [installed] +software-properties-common/bionic-updates,now 0.96.24.32.22 all [installed] +sosreport/bionic-updates,now 4.4-1ubuntu0.18.04.1 amd64 [installed] +squashfs-tools/bionic-updates,bionic-security,now 1:4.3-6ubuntu0.18.04.4 amd64 [installed,automatic] +ssh-import-id/bionic-updates,now 5.7-0ubuntu1.1 all [installed] +strace/bionic,now 4.21-1ubuntu1 amd64 [installed,automatic] +sudo/bionic-updates,bionic-security,now 1.8.21p2-3ubuntu1.6 amd64 [installed,automatic] +sysfsutils/bionic,bionic-updates,now 2.1.0+repack-4build1 amd64 [installed] +sysstat/now 11.6.1-1ubuntu0.2+esm1 amd64 [installed,local] +systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +systemd-sysv/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +sysvinit-utils/bionic,now 2.88dsf-59.10ubuntu1 amd64 [installed] +tar/bionic-updates,bionic-security,now 1.29b-2ubuntu0.4 amd64 [installed,automatic] +tcpdump/bionic-updates,now 4.9.3-0ubuntu0.18.04.3 amd64 [installed,automatic] +telnet/bionic,now 0.17-41 amd64 [installed,automatic] +time/bionic,now 1.7-25.1build1 amd64 [installed,automatic] +tmux/bionic-updates,bionic-security,now 2.6-3ubuntu0.3 amd64 [installed] +traceroute/bionic,now 1:2.1.0-2 amd64 [installed] +tzdata/bionic-updates,bionic-security,now 2023c-0ubuntu0.18.04 all [installed,automatic] +ubuntu-advantage-tools/bionic-updates,now 28.1~18.04 amd64 [installed,automatic] +ubuntu-keyring/bionic-updates,now 2018.09.18.1~18.04.2 all [installed,automatic] +ubuntu-minimal/bionic-updates,now 1.417.5 amd64 [installed] +ubuntu-release-upgrader-core/bionic-updates,now 1:18.04.45 all [installed,automatic] +ubuntu-standard/bionic-updates,now 1.417.5 amd64 [installed] +ucf/bionic,now 3.0038 all [installed,automatic] +udev/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +ufw/bionic-updates,now 0.36-0ubuntu0.18.04.2 all [installed,automatic] +uidmap/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic] +unattended-upgrades/bionic-updates,now 1.1ubuntu1.18.04.14 all [installed,automatic] +update-manager-core/bionic-updates,now 1:18.04.11.13 all [installed,automatic] +update-notifier-common/bionic-updates,now 3.192.1.19 all [installed] +ureadahead/bionic-updates,now 0.100.0-21 amd64 [installed,automatic] +usbutils/bionic,now 1:007-4build1 amd64 [installed,automatic] +util-linux/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed] +uuid-runtime/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +vim/now 2:8.0.1453-1ubuntu1.13+esm1 amd64 [installed,local] +vim-common/now 2:8.0.1453-1ubuntu1.13+esm1 all [installed,local] +vim-runtime/now 2:8.0.1453-1ubuntu1.13+esm1 all [installed,local] +vim-tiny/now 2:8.0.1453-1ubuntu1.13+esm1 amd64 [installed,local] +walinuxagent/bionic-updates,now 2.2.45-0ubuntu1~18.04.3 amd64 [installed] +wget/bionic-updates,bionic-security,now 1.19.4-1ubuntu2.2 amd64 [installed,automatic] +whiptail/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +wireless-regdb/bionic-updates,bionic-security,now 2022.06.06-0ubuntu1~18.04.1 all [installed] +xauth/bionic,now 1:1.0.10-1 amd64 [installed,automatic] +xdelta3/bionic,now 3.0.11-dfsg-1ubuntu1 amd64 [installed,automatic] +xdg-user-dirs/bionic,now 0.17-1ubuntu1 amd64 [installed,automatic] +xfsprogs/bionic,now 4.9.0+nmu1ubuntu2 amd64 [installed] +xkb-data/bionic-updates,now 2.23.1-1ubuntu1.18.04.1 all [installed,automatic] +xxd/now 2:8.0.1453-1ubuntu1.13+esm1 amd64 [installed,local] +xz-utils/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed] +zip/bionic,now 3.0-11build1 amd64 [installed] +zlib1g/bionic-updates,bionic-security,now 1:1.2.11.dfsg-0ubuntu2.2 amd64 [installed,automatic] +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +udev 3.4G 0 3.4G 0% /dev +tmpfs 694M 632K 694M 1% /run +/dev/sda1 29G 22G 7.3G 75% / +tmpfs 3.4G 0 3.4G 0% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup +/dev/sda15 105M 5.3M 100M 5% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 694M 0 694M 0% /run/user/1000 +Using kernel: +Linux version 5.4.0-1112-azure (buildd@bos03-amd64-017) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #118~18.04.1-Ubuntu SMP Wed Jul 12 15:44:44 UTC 2023 +Install completed successfully on Tue Aug 1 18:19:36 UTC 2023 \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt new file mode 100644 index 00000000..be71f4a5 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt @@ -0,0 +1,874 @@ +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.1-1 + - crictl version 1.25.0 + - runc version 1.1.7 + - bpftrace v0.9.4 + - nvidia-driver=cuda-525.85.12-sha-e8873b + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.2 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.3 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.5 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.9 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-06-26-2023-6ee07896 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.2-main-07-28-2023-0efd3e4e + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-1 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.20 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.21 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.4 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.5 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5-1 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.0-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.1-1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.0.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.1.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.0.1 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.5.5 + - Azure CNI version 1.4.43 + - Azure Swift CNI version 1.5.5 + - Azure Swift CNI version 1.4.43 + - Azure Overlay CNI version 1.5.5 + - Azure Overlay CNI version 1.4.43 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10-hotfix.20230612-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.15-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 116095704 Jun 12 19:26 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Jun 12 19:26 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 116624792 Jun 12 19:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jun 12 19:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 106151936 Jun 12 19:37 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Jun 12 19:37 /usr/local/bin/kubectl-1.27.1 +-rwxr-xr-x 1 root root 121272408 Jun 12 19:42 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Jun 12 19:42 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 114245560 Jun 12 19:43 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Jun 12 19:43 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 121251736 Jun 12 19:43 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jun 12 19:43 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 114245720 Jun 12 19:47 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jun 12 19:47 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 117297792 Jun 19 16:48 /usr/local/bin/kubelet-1.24.15 +-rwxr-xr-x 1 root root 46084096 Jun 19 16:48 /usr/local/bin/kubectl-1.24.15 +-rwxr-xr-x 1 root root 106160128 Jun 19 17:02 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 17:02 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 114881728 Jun 19 17:03 /usr/local/bin/kubelet-1.25.11 +-rwxr-xr-x 1 root root 45047808 Jun 19 17:03 /usr/local/bin/kubectl-1.25.11 +-rwxr-xr-x 1 root root 121900256 Jun 19 17:04 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 17:04 /usr/local/bin/kubectl-1.26.6 +-r-xr--r-- 1 root root 2462 Aug 1 17:39 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Aug 1 17:39 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Aug 1 17:45 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Aug 1 17:45 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Aug 1 17:47 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Aug 1 17:47 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Aug 1 17:55 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Aug 1 17:55 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Aug 1 17:55 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Aug 1 17:56 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +adduser/jammy,now 3.118ubuntu5 all [installed,automatic] +apparmor/jammy-updates,now 3.0.4-2ubuntu2.2 amd64 [installed,automatic] +apt-transport-https/jammy-updates,now 2.4.9 all [installed] +apt-utils/jammy-updates,now 2.4.9 amd64 [installed,automatic] +apt/jammy-updates,now 2.4.9 amd64 [installed,automatic] +attr/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +base-files/jammy-updates,now 12ubuntu4.3 amd64 [installed] +base-passwd/jammy,now 3.5.52build1 amd64 [installed] +bash-completion/jammy,now 1:2.11-5ubuntu1 all [installed,automatic] +bash/jammy,now 5.1-6ubuntu1 amd64 [installed] +bc/jammy,now 1.07.1-3build1 amd64 [installed,automatic] +bcache-tools/jammy,now 1.0.8-4ubuntu3 amd64 [installed] +bind9-dnsutils/jammy-updates,jammy-security,now 1:9.18.12-0ubuntu0.22.04.2 amd64 [installed,automatic] +bind9-host/jammy-updates,jammy-security,now 1:9.18.12-0ubuntu0.22.04.2 amd64 [installed,automatic] +bind9-libs/jammy-updates,jammy-security,now 1:9.18.12-0ubuntu0.22.04.2 amd64 [installed,automatic] +binutils-common/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +binutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +blobfuse2/jammy,now 2.0.3 amd64 [installed,upgradable to: 2.0.4] +bolt/jammy,now 0.9.2-1 amd64 [installed] +bsdextrautils/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +bsdutils/jammy,now 1:2.37.2-4ubuntu3 amd64 [installed] +btrfs-progs/jammy,now 5.16.2-1 amd64 [installed] +build-essential/jammy,now 12.9ubuntu3 amd64 [installed] +busybox-initramfs/jammy,now 1:1.30.1-7ubuntu3 amd64 [installed,automatic] +busybox-static/jammy,now 1:1.30.1-7ubuntu3 amd64 [installed,automatic] +byobu/jammy,now 5.133-1 all [installed] +bzip2/jammy,now 1.0.8-5build1 amd64 [installed,automatic] +ca-certificates/jammy-updates,jammy-security,now 20230311ubuntu0.22.04.1 all [installed] +ceph-common/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed] +cgroup-lite/jammy,now 1.15 all [installed] +chrony/jammy,now 4.2-2ubuntu2 amd64 [installed] +cifs-utils/jammy-updates,jammy-security,now 2:6.14-1ubuntu0.1 amd64 [installed] +cloud-guest-utils/jammy,now 0.32-22-g45fe84a5-0ubuntu1 all [installed] +cloud-init/jammy-updates,now 23.2.1-0ubuntu0~22.04.1 all [installed] +cloud-initramfs-copymods/jammy,now 0.47ubuntu1 all [installed] +cloud-initramfs-dyn-netconf/jammy,now 0.47ubuntu1 all [installed] +command-not-found/jammy,now 22.04.0 all [installed,automatic] +conntrack/jammy,now 1:1.4.6-2build2 amd64 [installed] +console-setup-linux/jammy,now 1.205ubuntu3 all [installed,automatic] +console-setup/jammy,now 1.205ubuntu3 all [installed,automatic] +coreutils/jammy,now 8.32-4.1ubuntu1 amd64 [installed,automatic] +cpio/jammy,now 2.13+dfsg-7 amd64 [installed,automatic] +cpp-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +cracklib-runtime/jammy,now 2.9.6-3.4build4 amd64 [installed] +cron/jammy,now 3.0pl1-137ubuntu3 amd64 [installed,automatic] +cryptsetup-bin/jammy-updates,now 2:2.4.3-1ubuntu1.1 amd64 [installed,automatic] +cryptsetup-initramfs/jammy-updates,now 2:2.4.3-1ubuntu1.1 all [installed,automatic] +cryptsetup/jammy-updates,now 2:2.4.3-1ubuntu1.1 amd64 [installed,automatic] +curl/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.13 amd64 [installed] +dash/jammy,now 0.5.11+git20210903+057cd650a4ed-3build1 amd64 [installed] +dbus-user-session/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +dbus/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +dctrl-tools/jammy,now 2.24-3build2 amd64 [installed,automatic] +debconf-i18n/jammy,now 1.5.79ubuntu1 all [installed,automatic] +debconf/jammy,now 1.5.79ubuntu1 all [installed,automatic] +debianutils/jammy,now 5.5-1ubuntu2 amd64 [installed,automatic] +diffutils/jammy,now 1:3.8-0ubuntu2 amd64 [installed] +dirmngr/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed] +distro-info-data/jammy-updates,now 0.52ubuntu0.4 all [installed,automatic] +distro-info/jammy,now 1.1build1 amd64 [installed,automatic] +dkms/jammy-updates,now 2.8.7-2ubuntu2.2 all [installed] +dmeventd/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +dmidecode/jammy-updates,now 3.3-3ubuntu0.1 amd64 [installed,automatic] +dmsetup/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +dnsutils/jammy-updates,jammy-security,now 1:9.18.12-0ubuntu0.22.04.2 all [installed] +dosfstools/jammy,now 4.2-1build3 amd64 [installed,automatic] +dpkg-dev/jammy-updates,now 1.21.1ubuntu2.2 all [installed,automatic] +dpkg/jammy-updates,now 1.21.1ubuntu2.2 amd64 [installed,automatic] +e2fsprogs/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +eatmydata/jammy,now 130-2build1 all [installed] +ebtables/jammy,now 2.0.11-4build2 amd64 [installed] +ed/jammy,now 1.18-1 amd64 [installed,automatic] +efibootmgr/jammy,now 17-1ubuntu2 amd64 [installed] +eject/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +ethtool/jammy,now 1:5.16-1 amd64 [installed] +fdisk/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +file/jammy,now 1:5.41-3 amd64 [installed,automatic] +finalrd/jammy,now 9build1 all [installed,automatic] +findutils/jammy,now 4.8.0-1ubuntu3 amd64 [installed] +fonts-ubuntu-console/jammy,now 0.83-6ubuntu1 all [installed] +friendly-recovery/jammy,now 0.2.42 all [installed,automatic] +ftp/jammy,now 20210827-4build1 all [installed,automatic] +fuse3/jammy,now 3.10.5-1build1 amd64 [installed] +fwupd-signed/jammy-updates,now 1.51.1~22.04.1+1.4-0ubuntu0.1 amd64 [installed] +g++-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +g++/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +gawk/jammy,now 1:5.1.0-1build3 amd64 [installed,automatic] +gcc-11-base/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12-base/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed] +gdisk/jammy,now 1.0.8-4build1 amd64 [installed,automatic] +gettext-base/jammy,now 0.21-4ubuntu4 amd64 [installed,automatic] +gir1.2-glib-2.0/jammy,now 1.72.0-1 amd64 [installed,automatic] +gir1.2-packagekitglib-1.0/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +git-man/jammy-updates,jammy-security,now 1:2.34.1-1ubuntu1.9 all [installed,automatic] +git/jammy-updates,jammy-security,now 1:2.34.1-1ubuntu1.9 amd64 [installed] +glusterfs-client/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed] +glusterfs-common/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +gnupg-l10n/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 all [installed,automatic] +gnupg-utils/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gnupg/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 all [installed] +gpg-agent/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg-wks-client/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg-wks-server/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgconf/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgsm/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgv/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +grep/jammy,now 3.7-1build1 amd64 [installed] +groff-base/jammy,now 1.22.4-8build1 amd64 [installed,automatic] +grub-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +grub-efi-amd64-bin/jammy-updates,now 2.06-2ubuntu14.1 amd64 [installed] +grub-efi-amd64-signed/jammy-updates,now 1.187.3~22.04.1+2.06-2ubuntu14.1 amd64 [installed] +grub-gfxpayload-lists/jammy,now 0.7 amd64 [installed,automatic] +grub-pc-bin/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +grub-pc/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +grub2-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +gzip/jammy-updates,now 1.10-4ubuntu4.1 amd64 [installed] +hdparm/jammy,now 9.60+ds-1build3 amd64 [installed,automatic] +hostname/jammy,now 3.23ubuntu2 amd64 [installed] +htop/jammy,now 3.0.5-7build2 amd64 [installed] +iftop/jammy,now 1.0~pre4-7 amd64 [installed] +info/jammy,now 6.8-4build1 amd64 [installed,automatic] +init-system-helpers/jammy,now 1.62 all [installed] +init/jammy,now 1.62 amd64 [installed] +initramfs-tools-bin/jammy-updates,now 0.140ubuntu13.2 amd64 [installed,automatic] +initramfs-tools-core/jammy-updates,now 0.140ubuntu13.2 all [installed,automatic] +initramfs-tools/jammy-updates,now 0.140ubuntu13.2 all [installed] +inotify-tools/jammy,now 3.22.1.0-2 amd64 [installed] +install-info/jammy,now 6.8-4build1 amd64 [installed,automatic] +iotop/jammy-updates,now 0.6-24-g733f3f8-1.1ubuntu0.1 amd64 [installed] +iproute2/jammy,now 5.15.0-1ubuntu2 amd64 [installed] +ipset/jammy,now 7.15-1build1 amd64 [installed] +iptables/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed] +iputils-ping/jammy,now 3:20211215-1 amd64 [installed,automatic] +iputils-tracepath/jammy,now 3:20211215-1 amd64 [installed,automatic] +irqbalance/jammy,now 1.8.0-1build1 amd64 [installed,automatic] +isc-dhcp-client/jammy-updates,now 4.4.1-2.3ubuntu2.4 amd64 [installed,automatic] +isc-dhcp-common/jammy-updates,now 4.4.1-2.3ubuntu2.4 amd64 [installed,automatic] +iso-codes/jammy,now 4.9.0-1 all [installed,automatic] +jq/jammy,now 1.6-2.1ubuntu3 amd64 [installed] +kbd/jammy-updates,now 2.3.0-3ubuntu4.22.04 amd64 [installed,automatic] +keyboard-configuration/jammy,now 1.205ubuntu3 all [installed,automatic] +keyutils/jammy,now 1.6.1-2ubuntu3 amd64 [installed] +klibc-utils/jammy,now 2.0.10-4 amd64 [installed,automatic] +kmod/jammy,now 29-1ubuntu1 amd64 [installed] +kpartx/jammy-updates,jammy-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed,automatic] +landscape-common/jammy,now 19.12-0ubuntu13 amd64 [installed] +less/jammy-updates,jammy-security,now 590-1ubuntu0.22.04.1 amd64 [installed,automatic] +libacl1/jammy,now 2.3.1-1 amd64 [installed,automatic] +libaio1/jammy,now 0.3.112-13build1 amd64 [installed,automatic] +libapparmor1/jammy-updates,now 3.0.4-2ubuntu2.2 amd64 [installed,automatic] +libappstream4/jammy,now 0.15.2-2 amd64 [installed,automatic] +libapt-pkg6.0/jammy-updates,now 2.4.9 amd64 [installed,automatic] +libarchive13/jammy,now 3.6.0-1ubuntu1 amd64 [installed] +libargon2-1/jammy,now 0~20171227-0.3 amd64 [installed,automatic] +libasan6/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libasan8/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libassuan0/jammy,now 2.5.5-1build1 amd64 [installed,automatic] +libatasmart4/jammy,now 0.19-5build2 amd64 [installed] +libatm1/jammy,now 1:2.5.1-4build2 amd64 [installed,automatic] +libatomic1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libattr1/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +libaudit-common/jammy,now 1:3.0.7-1build1 all [installed,automatic] +libaudit1/jammy,now 1:3.0.7-1build1 amd64 [installed,automatic] +libbabeltrace1/jammy,now 1.5.8-2build1 amd64 [installed,automatic] +libbinutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +libblkid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libblockdev-crypto2/jammy,now 2.26-1 amd64 [installed] +libblockdev-fs2/jammy,now 2.26-1 amd64 [installed] +libblockdev-loop2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part-err2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part2/jammy,now 2.26-1 amd64 [installed] +libblockdev-swap2/jammy,now 2.26-1 amd64 [installed] +libblockdev-utils2/jammy,now 2.26-1 amd64 [installed] +libblockdev2/jammy,now 2.26-1 amd64 [installed] +libboost-context1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-filesystem1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-iostreams1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-program-options1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-thread1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libbpf0/jammy-updates,jammy-security,now 1:0.5.0-1ubuntu22.04.1 amd64 [installed,automatic] +libbrotli1/jammy,now 1.0.9-2build6 amd64 [installed,automatic] +libbsd0/jammy,now 0.11.5-1 amd64 [installed,automatic] +libbz2-1.0/jammy,now 1.0.8-5build1 amd64 [installed,automatic] +libc-bin/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc-dev-bin/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc6-dev/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc6/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libcap-ng0/jammy,now 0.7.9-2.2build3 amd64 [installed,automatic] +libcap2-bin/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libcap2/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libcbor0.8/jammy,now 0.8.0-2ubuntu1 amd64 [installed,automatic] +libcc1-0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libcephfs2/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +libcom-err2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libcrack2/jammy,now 2.9.6-3.4build4 amd64 [installed,automatic] +libcrypt-dev/jammy,now 1:4.4.27-1 amd64 [installed,automatic] +libcrypt1/jammy,now 1:4.4.27-1 amd64 [installed,automatic] +libcryptsetup12/jammy-updates,now 2:2.4.3-1ubuntu1.1 amd64 [installed,automatic] +libctf-nobfd0/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +libctf0/jammy-updates,jammy-security,now 2.38-4ubuntu2.3 amd64 [installed,automatic] +libcurl3-gnutls/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.13 amd64 [installed,automatic] +libcurl4/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.13 amd64 [installed,automatic] +libdaxctl1/jammy,now 72.1-1 amd64 [installed,automatic] +libdb5.3/jammy,now 5.3.28+dfsg1-0.8ubuntu3 amd64 [installed,automatic] +libdbus-1-3/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +libdebconfclient0/jammy,now 0.261ubuntu1 amd64 [installed] +libdevmapper-event1.02.1/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +libdevmapper1.02.1/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +libdns-export1110/jammy,now 1:9.11.19+dfsg-2.1ubuntu3 amd64 [installed,automatic] +libdpkg-perl/jammy-updates,now 1.21.1ubuntu2.2 all [installed,automatic] +libdrm-common/jammy-updates,now 2.4.113-2~ubuntu0.22.04.1 all [installed,automatic] +libdrm2/jammy-updates,now 2.4.113-2~ubuntu0.22.04.1 amd64 [installed,automatic] +libdw1/jammy,now 0.186-1build1 amd64 [installed,automatic] +libeatmydata1/jammy,now 130-2build1 amd64 [installed] +libedit2/jammy,now 3.1-20210910-1build1 amd64 [installed,automatic] +libefiboot1/jammy,now 37-6ubuntu2 amd64 [installed] +libefivar1/jammy,now 37-6ubuntu2 amd64 [installed] +libelf1/jammy,now 0.186-1build1 amd64 [installed,automatic] +liberror-perl/jammy,now 0.17029-1 all [installed,automatic] +libestr0/jammy,now 0.1.10-2.1build3 amd64 [installed,automatic] +libevent-core-2.1-7/jammy,now 2.1.12-stable-1build3 amd64 [installed,automatic] +libexpat1/jammy-updates,jammy-security,now 2.4.7-1ubuntu0.2 amd64 [installed,automatic] +libext2fs2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libfastjson4/jammy,now 0.99.9-1build2 amd64 [installed,automatic] +libfdisk1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libffi8/jammy,now 3.4.2-4 amd64 [installed,automatic] +libfido2-1/jammy,now 1.10.0-1 amd64 [installed,automatic] +libflashrom1/jammy,now 1.2-5build1 amd64 [installed] +libfreetype6/jammy-updates,jammy-security,now 2.11.1+dfsg-1ubuntu0.2 amd64 [installed,automatic] +libfribidi0/jammy-updates,jammy-security,now 1.0.8-2ubuntu3.1 amd64 [installed,automatic] +libftdi1-2/jammy,now 1.5-5build3 amd64 [installed] +libfuse3-3/jammy,now 3.10.5-1build1 amd64 [installed,automatic] +libfwupd2/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libfwupdplugin5/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libgcab-1.0-0/jammy,now 1.4-3build2 amd64 [installed] +libgcc-11-dev/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-12-dev/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-s1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcrypt20/jammy,now 1.9.4-3ubuntu3 amd64 [installed,automatic] +libgdbm-compat4/jammy,now 1.23-1 amd64 [installed,automatic] +libgdbm6/jammy,now 1.23-1 amd64 [installed,automatic] +libgfapi0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libgfchangelog0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libgfrpc0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libgfxdr0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libgirepository-1.0-1/jammy,now 1.72.0-1 amd64 [installed,automatic] +libglib2.0-0/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 amd64 [installed,automatic] +libglib2.0-bin/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 amd64 [installed,automatic] +libglib2.0-data/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 all [installed,automatic] +libglusterd0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libglusterfs0/jammy-updates,jammy-security,now 10.1-1ubuntu0.1 amd64 [installed,automatic] +libgmp10/jammy,now 2:6.2.1+dfsg-3ubuntu1 amd64 [installed,automatic] +libgnutls30/jammy-updates,jammy-security,now 3.7.3-4ubuntu1.2 amd64 [installed,automatic] +libgomp1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgoogle-perftools4/jammy,now 2.9.1-0ubuntu3 amd64 [installed,automatic] +libgpg-error0/jammy,now 1.43-3 amd64 [installed,automatic] +libgpgme11/jammy,now 1.16.0-1.2ubuntu4 amd64 [installed] +libgpm2/jammy,now 1.20.7-10build1 amd64 [installed,automatic] +libgssapi-krb5-2/jammy-updates,now 1.19.2-2ubuntu0.2 amd64 [installed,automatic] +libgstreamer1.0-0/jammy-updates,now 1.20.3-0ubuntu1 amd64 [installed,automatic] +libgudev-1.0-0/jammy,now 1:237-2build1 amd64 [installed] +libgusb2/jammy,now 0.3.10-1 amd64 [installed] +libhogweed6/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libibverbs1/jammy,now 39.0-1 amd64 [installed,automatic] +libicu70/jammy,now 70.1-2 amd64 [installed,automatic] +libidn2-0/jammy,now 2.3.2-2build1 amd64 [installed,automatic] +libinih1/jammy,now 53-1ubuntu3 amd64 [installed,automatic] +libinotifytools0/jammy,now 3.22.1.0-2 amd64 [installed,automatic] +libintl-perl/jammy,now 1.26-3build2 all [installed,automatic] +libintl-xs-perl/jammy,now 1.26-3build2 amd64 [installed,automatic] +libip4tc2/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libip6tc2/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libipset13/jammy,now 7.15-1build1 amd64 [installed,automatic] +libisc-export1105/jammy,now 1:9.11.19+dfsg-2.1ubuntu3 amd64 [installed,automatic] +libisl23/jammy,now 0.24-2build1 amd64 [installed,automatic] +libisns0/jammy,now 0.101-0ubuntu2 amd64 [installed,automatic] +libitm1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libjansson4/jammy,now 2.13.1-1.1build3 amd64 [installed,automatic] +libjcat1/jammy,now 0.1.9-1 amd64 [installed] +libjq1/jammy,now 1.6-2.1ubuntu3 amd64 [installed,automatic] +libjson-c5/jammy-updates,now 0.15-3~ubuntu1.22.04.1 amd64 [installed,automatic] +libjson-glib-1.0-0/jammy,now 1.6.6-1build1 amd64 [installed] +libjson-glib-1.0-common/jammy,now 1.6.6-1build1 all [installed] +libk5crypto3/jammy-updates,now 1.19.2-2ubuntu0.2 amd64 [installed,automatic] +libkeyutils1/jammy,now 1.6.1-2ubuntu3 amd64 [installed,automatic] +libklibc/jammy,now 2.0.10-4 amd64 [installed,automatic] +libkmod2/jammy,now 29-1ubuntu1 amd64 [installed,automatic] +libkrb5-3/jammy-updates,now 1.19.2-2ubuntu0.2 amd64 [installed,automatic] +libkrb5support0/jammy-updates,now 1.19.2-2ubuntu0.2 amd64 [installed,automatic] +libksba8/jammy-updates,jammy-security,now 1.6.0-2ubuntu0.2 amd64 [installed,automatic] +libldap-2.5-0/jammy-updates,now 2.5.15+dfsg-0ubuntu0.22.04.1 amd64 [installed,automatic] +libldap-common/jammy-updates,now 2.5.15+dfsg-0ubuntu0.22.04.1 all [installed,automatic] +liblmdb0/jammy,now 0.9.24-1build2 amd64 [installed,automatic] +liblocale-gettext-perl/jammy,now 1.07-4build3 amd64 [installed,automatic] +liblsan0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +liblua5.3-0/jammy,now 5.3.6-1build1 amd64 [installed,automatic] +liblvm2cmd2.03/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed,automatic] +liblz4-1/jammy,now 1.9.3-2build2 amd64 [installed,automatic] +liblzma5/jammy,now 5.2.5-2ubuntu1 amd64 [installed,automatic] +liblzo2-2/jammy,now 2.10-2build3 amd64 [installed,automatic] +libmagic-mgc/jammy,now 1:5.41-3 amd64 [installed,automatic] +libmagic1/jammy,now 1:5.41-3 amd64 [installed,automatic] +libmaxminddb0/jammy,now 1.5.2-1build2 amd64 [installed,automatic] +libmbim-glib4/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmbim-proxy/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmd0/jammy,now 1.0.4-1build1 amd64 [installed,automatic] +libmm-glib0/jammy-updates,now 1.20.0-1~ubuntu22.04.2 amd64 [installed] +libmnl0/jammy,now 1.0.4-3build2 amd64 [installed,automatic] +libmodule-find-perl/jammy,now 0.15-1 all [installed,automatic] +libmodule-scandeps-perl/jammy,now 1.31-1 all [installed,automatic] +libmount1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libmpc3/jammy,now 1.2.1-2build1 amd64 [installed,automatic] +libmpdec3/jammy,now 2.5.1-2build2 amd64 [installed,automatic] +libmpfr6/jammy,now 4.1.0-3build3 amd64 [installed,automatic] +libncurses6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libncursesw6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libndctl6/jammy,now 72.1-1 amd64 [installed,automatic] +libnetfilter-conntrack3/jammy,now 1.0.9-1 amd64 [installed,automatic] +libnetplan0/jammy-updates,now 0.105-0ubuntu2~22.04.3 amd64 [installed,automatic] +libnettle8/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libnewt0.52/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +libnfnetlink0/jammy,now 1.0.1-3build3 amd64 [installed,automatic] +libnfsidmap1/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed,automatic] +libnftables1/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed,automatic] +libnftnl11/jammy,now 1.2.1-1build1 amd64 [installed,automatic] +libnghttp2-14/jammy,now 1.43.0-1build3 amd64 [installed,automatic] +libnl-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnl-genl-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnl-route-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnpth0/jammy,now 1.6-3build2 amd64 [installed,automatic] +libnsl-dev/jammy,now 1.3.0-2build2 amd64 [installed,automatic] +libnsl2/jammy,now 1.3.0-2build2 amd64 [installed,automatic] +libnspr4/jammy,now 2:4.32-3build1 amd64 [installed] +libnss-systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libnss3/jammy-updates,jammy-security,now 2:3.68.2-0ubuntu1.2 amd64 [installed] +libntfs-3g89/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +libnuma1/jammy,now 2.0.14-3ubuntu2 amd64 [installed,automatic] +liboath0/jammy,now 2.6.7-3build1 amd64 [installed,automatic] +libonig5/jammy,now 6.9.7.1-2build1 amd64 [installed,automatic] +libopeniscsiusr/jammy,now 2.1.5-1ubuntu1 amd64 [installed,automatic] +libp11-kit0/jammy,now 0.24.0-6build1 amd64 [installed,automatic] +libpackagekit-glib2-18/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +libpam-cap/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libpam-modules-bin/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libpam-modules/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libpam-pwquality/jammy,now 1.4.4-1build2 amd64 [installed] +libpam-runtime/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 all [installed,automatic] +libpam-systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libpam0g/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libparted-fs-resize0/jammy,now 3.4-2build1 amd64 [installed] +libparted2/jammy,now 3.4-2build1 amd64 [installed,automatic] +libpcap0.8/jammy,now 1.10.1-4build1 amd64 [installed,automatic] +libpci3/jammy,now 1:3.7.0-6 amd64 [installed,automatic] +libpcre2-8-0/jammy-updates,jammy-security,now 10.39-3ubuntu0.1 amd64 [installed,automatic] +libpcre3/jammy-updates,jammy-security,now 2:8.39-13ubuntu0.22.04.1 amd64 [installed,automatic] +libperl5.34/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.2 amd64 [installed,automatic] +libpipeline1/jammy,now 1.5.5-1 amd64 [installed,automatic] +libplymouth5/jammy,now 0.9.5+git20211018-1ubuntu3 amd64 [installed,automatic] +libpmem1/jammy,now 1.11.1-3build1 amd64 [installed,automatic] +libpmemobj1/jammy,now 1.11.1-3build1 amd64 [installed,automatic] +libpng16-16/jammy,now 1.6.37-3build5 amd64 [installed,automatic] +libpolkit-agent-1-0/jammy,now 0.105-33 amd64 [installed,automatic] +libpolkit-gobject-1-0/jammy,now 0.105-33 amd64 [installed,automatic] +libpopt0/jammy,now 1.18-3build1 amd64 [installed,automatic] +libproc-processtable-perl/jammy,now 0.634-1build1 amd64 [installed,automatic] +libprocps8/jammy,now 2:3.3.17-6ubuntu2 amd64 [installed,automatic] +libpsl5/jammy,now 0.21.0-1.2build2 amd64 [installed,automatic] +libpwquality-common/jammy,now 1.4.4-1build2 all [installed,automatic] +libpwquality-tools/jammy,now 1.4.4-1build2 amd64 [installed] +libpwquality1/jammy,now 1.4.4-1build2 amd64 [installed,automatic] +libpython3-stdlib/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed,automatic] +libpython3.10-minimal/jammy-updates,jammy-security,now 3.10.12-1~22.04.2 amd64 [installed,automatic] +libpython3.10-stdlib/jammy-updates,jammy-security,now 3.10.12-1~22.04.2 amd64 [installed,automatic] +libpython3.10/jammy-updates,jammy-security,now 3.10.12-1~22.04.2 amd64 [installed,automatic] +libqmi-glib5/jammy-updates,now 1.32.0-1ubuntu0.22.04.1 amd64 [installed] +libqmi-proxy/jammy-updates,now 1.32.0-1ubuntu0.22.04.1 amd64 [installed] +libquadmath0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +librabbitmq4/jammy,now 0.10.0-1ubuntu2 amd64 [installed,automatic] +librados2/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +libradosstriper1/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +librbd1/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +librdmacm1/jammy,now 39.0-1 amd64 [installed,automatic] +libreadline8/jammy,now 8.1.2-1 amd64 [installed,automatic] +librtmp1/jammy,now 2.4+20151223.gitfa8646d.1-2build4 amd64 [installed,automatic] +libsasl2-2/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules-db/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libseccomp2/jammy,now 2.5.3-2ubuntu2 amd64 [installed,automatic] +libselinux1/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsemanage-common/jammy,now 3.3-1build2 all [installed,automatic] +libsemanage2/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsensors-config/jammy,now 1:3.6.0-7ubuntu1 all [installed,automatic] +libsensors5/jammy,now 1:3.6.0-7ubuntu1 amd64 [installed,automatic] +libsepol2/jammy,now 3.3-1build1 amd64 [installed,automatic] +libsgutils2-2/jammy,now 1.46-1build1 amd64 [installed,automatic] +libsigsegv2/jammy,now 2.13-1ubuntu3 amd64 [installed,automatic] +libslang2/jammy,now 2.3.2-5build4 amd64 [installed,automatic] +libsmartcols1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libsmbios-c2/jammy,now 2.4.3-1build1 amd64 [installed] +libsnappy1v5/jammy,now 1.1.8-1build3 amd64 [installed,automatic] +libsodium23/jammy,now 1.0.18-1build2 amd64 [installed,automatic] +libsort-naturally-perl/jammy,now 1.03-2 all [installed,automatic] +libsqlite3-0/jammy-updates,jammy-security,now 3.37.2-2ubuntu0.1 amd64 [installed,automatic] +libss2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libssh-4/jammy-updates,jammy-security,now 0.9.6-2ubuntu0.22.04.1 amd64 [installed,automatic] +libssl3/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.10 amd64 [installed,automatic] +libstdc++-11-dev/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libstdc++6/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libstemmer0d/jammy,now 2.2.0-1build1 amd64 [installed,automatic] +libsysfs2/jammy,now 2.1.1-1build1 amd64 [installed,automatic] +libsystemd0/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libtalloc2/jammy,now 2.3.3-2build1 amd64 [installed] +libtasn1-6/jammy,now 4.18.0-4build1 amd64 [installed,automatic] +libtcl8.6/jammy,now 8.6.12+dfsg-1build1 amd64 [installed] +libtcmalloc-minimal4/jammy,now 2.9.1-0ubuntu3 amd64 [installed,automatic] +libterm-readkey-perl/jammy,now 2.38-1build4 amd64 [installed,automatic] +libtevent0/jammy,now 0.11.0-1build1 amd64 [installed] +libtext-charwidth-perl/jammy,now 0.04-10build3 amd64 [installed,automatic] +libtext-iconv-perl/jammy,now 1.7-7build3 amd64 [installed,automatic] +libtext-wrapi18n-perl/jammy,now 0.06-9 all [installed,automatic] +libtinfo6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libtirpc-common/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 all [installed,automatic] +libtirpc-dev/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 amd64 [installed,automatic] +libtirpc3/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 amd64 [installed,automatic] +libtsan0/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libtsan2/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libtss2-esys-3.0.2-0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-mu0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-rc0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-sys1/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-cmd0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-device0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-mssim0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-swtpm0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libubsan1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libuchardet0/jammy,now 0.0.7-1build2 amd64 [installed,automatic] +libudev1/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libudisks2-0/jammy,now 2.9.4-1ubuntu2 amd64 [installed] +libunistring2/jammy,now 1.0-1 amd64 [installed,automatic] +libunwind8/jammy,now 1.3.2-2build2 amd64 [installed,automatic] +liburcu8/jammy,now 0.13.1-1 amd64 [installed,automatic] +libusb-1.0-0/jammy-updates,now 2:1.0.25-1ubuntu2 amd64 [installed,automatic] +libutempter0/jammy,now 1.2.1-2build2 amd64 [installed,automatic] +libuuid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libuv1/jammy,now 1.43.0-1 amd64 [installed,automatic] +libvolume-key1/jammy,now 0.3.12-3.1build3 amd64 [installed] +libwbclient0/jammy-updates,jammy-security,now 2:4.15.13+dfsg-0ubuntu1.2 amd64 [installed] +libwrap0/jammy,now 7.6.q-31build2 amd64 [installed] +libx11-6/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.2 amd64 [installed,automatic] +libx11-data/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.2 all [installed,automatic] +libxau6/jammy,now 1:1.0.9-1build5 amd64 [installed,automatic] +libxcb1/jammy,now 1.14-3ubuntu3 amd64 [installed,automatic] +libxdmcp6/jammy,now 1:1.1.3-0ubuntu5 amd64 [installed,automatic] +libxext6/jammy,now 2:1.3.4-1build1 amd64 [installed,automatic] +libxml2/jammy-updates,jammy-security,now 2.9.13+dfsg-1ubuntu0.3 amd64 [installed,automatic] +libxmlb2/jammy,now 0.3.6-2build1 amd64 [installed,automatic] +libxmuu1/jammy,now 2:1.1.3-3 amd64 [installed,automatic] +libxtables12/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libxxhash0/jammy,now 0.8.1-1 amd64 [installed,automatic] +libyaml-0-2/jammy,now 0.2.2-1build2 amd64 [installed,automatic] +libzstd1/jammy,now 1.4.8+dfsg-3build1 amd64 [installed,automatic] +linux-azure-cloud-tools-5.15.0-1042/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-azure-headers-5.15.0-1042/jammy-updates,jammy-security,now 5.15.0-1042.49 all [installed] +linux-azure-tools-5.15.0-1042/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-azure/jammy-updates,jammy-security,now 5.15.0.1042.38 amd64 [installed] +linux-base-sgx/jammy,now 4.5ubuntu9 all [installed] +linux-base/jammy,now 4.5ubuntu9 all [installed,automatic] +linux-cloud-tools-5.15.0-1042-azure/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-cloud-tools-azure/jammy-updates,jammy-security,now 5.15.0.1042.38 amd64 [installed] +linux-cloud-tools-common/jammy-updates,jammy-security,now 5.15.0-78.85 all [installed] +linux-headers-5.15.0-1042-azure/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-headers-azure/jammy-updates,jammy-security,now 5.15.0.1042.38 amd64 [installed] +linux-image-5.15.0-1042-azure/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-image-azure/jammy-updates,jammy-security,now 5.15.0.1042.38 amd64 [installed] +linux-libc-dev/jammy-updates,jammy-security,now 5.15.0-78.85 amd64 [installed,automatic] +linux-modules-5.15.0-1042-azure/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-tools-5.15.0-1042-azure/jammy-updates,jammy-security,now 5.15.0-1042.49 amd64 [installed] +linux-tools-azure/jammy-updates,jammy-security,now 5.15.0.1042.38 amd64 [installed] +linux-tools-common/jammy-updates,jammy-security,now 5.15.0-78.85 all [installed] +locales/jammy-updates,now 2.35-0ubuntu3.1 all [installed,automatic] +login/jammy-updates,jammy-security,now 1:4.8.1-2ubuntu2.1 amd64 [installed] +logrotate/jammy-updates,jammy-security,now 3.19.0-1ubuntu1.1 amd64 [installed,automatic] +logsave/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +lsb-base/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lsb-release/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lshw/jammy,now 02.19.git.2021.06.19.996aaad9c7-2build1 amd64 [installed,automatic] +lsof/jammy,now 4.93.2+dfsg-1.1build2 amd64 [installed,automatic] +lsscsi/jammy,now 0.31-1build2 amd64 [installed] +lto-disabled-list/jammy,now 24 all [installed,automatic] +lvm2/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed] +lxd-agent-loader/jammy,now 0.5 all [installed] +make/jammy,now 4.3-4.1build1 amd64 [installed] +man-db/jammy,now 2.10.2-1 amd64 [installed,automatic] +manpages/jammy,now 5.10-1ubuntu1 all [installed,automatic] +mawk/jammy,now 1.3.4.20200120-3 amd64 [installed,automatic] +mdadm/jammy-updates,now 4.2-0ubuntu2 amd64 [installed] +media-types/jammy,now 7.0.0 all [installed,automatic] +moby-containerd/testing,now 1.7.1+azure-ubuntu22.04u1 amd64 [installed,upgradable to: 1.7.2+azure-ubuntu22.04u1] +moby-runc/testing,jammy,now 1.1.7+azure-ubuntu22.04u2 amd64 [installed,upgradable to: 1.1.8+azure-ubuntu22.04u1] +mokutil/jammy-updates,now 0.6.0-2~22.04.1 amd64 [installed] +motd-news-config/jammy-updates,now 12ubuntu4.3 all [installed] +mount/jammy,now 2.37.2-4ubuntu3 amd64 [installed] +mtr-tiny/jammy,now 0.95-1 amd64 [installed,automatic] +multipath-tools/jammy-updates,jammy-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed] +nano/jammy,now 6.2-1 amd64 [installed,automatic] +ncurses-base/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 all [installed] +ncurses-bin/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed] +ncurses-term/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 all [installed] +needrestart/jammy-updates,jammy-security,now 3.5-5ubuntu2.1 all [installed] +netbase/jammy,now 6.3 all [installed,automatic] +netcat-openbsd/jammy,now 1.218-4ubuntu1 amd64 [installed,automatic] +netcat/jammy,now 1.218-4ubuntu1 all [installed] +netplan.io/jammy-updates,now 0.105-0ubuntu2~22.04.3 amd64 [installed,automatic] +networkd-dispatcher/jammy-updates,jammy-security,now 2.1-2ubuntu0.22.04.2 all [installed,automatic] +nfs-common/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed] +nftables/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed] +ntfs-3g/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +nvme-cli/jammy-updates,now 1.16-3ubuntu0.1 amd64 [installed] +open-iscsi/jammy,now 2.1.5-1ubuntu1 amd64 [installed] +openssh-client/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.3 amd64 [installed,automatic] +openssh-server/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.3 amd64 [installed] +openssh-sftp-server/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.3 amd64 [installed] +openssl/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.10 amd64 [installed,automatic] +os-prober/jammy,now 1.79ubuntu2 amd64 [installed,automatic] +overlayroot/jammy,now 0.47ubuntu1 all [installed] +packagekit-tools/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +packagekit/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +packages-microsoft-prod/jammy,now 1.0-ubuntu22.04.1 all [installed] +parted/jammy,now 3.4-2build1 amd64 [installed,automatic] +passwd/jammy-updates,jammy-security,now 1:4.8.1-2ubuntu2.1 amd64 [installed,automatic] +pastebinit/jammy,now 1.5.1-1ubuntu1 all [installed,automatic] +patch/jammy,now 2.7.6-7build2 amd64 [installed] +pci.ids/jammy,now 0.0~2022.01.22-1 all [installed,automatic] +pciutils/jammy,now 1:3.7.0-6 amd64 [installed,automatic] +perl-base/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.2 amd64 [installed,automatic] +perl-modules-5.34/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.2 all [installed,automatic] +perl/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.2 amd64 [installed,automatic] +pigz/jammy,now 2.6-1 amd64 [installed] +pinentry-curses/jammy,now 1.1.1-1build2 amd64 [installed,automatic] +pkexec/jammy,now 0.105-33 amd64 [installed,automatic] +plymouth-theme-ubuntu-text/jammy,now 0.9.5+git20211018-1ubuntu3 amd64 [installed,automatic] +plymouth/jammy,now 0.9.5+git20211018-1ubuntu3 amd64 [installed,automatic] +policykit-1/jammy,now 0.105-33 amd64 [installed,automatic] +polkitd/jammy,now 0.105-33 amd64 [installed,automatic] +pollinate/jammy,now 4.33-3ubuntu2 all [installed] +powermgmt-base/jammy,now 1.36 all [installed,automatic] +procps/jammy,now 2:3.3.17-6ubuntu2 amd64 [installed,automatic] +psmisc/jammy,now 23.4-2build3 amd64 [installed,automatic] +publicsuffix/jammy,now 20211207.1025-1 all [installed,automatic] +python-apt-common/jammy-updates,now 2.4.0ubuntu1 all [installed,automatic] +python-babel-localedata/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-apt/jammy-updates,now 2.4.0ubuntu1 amd64 [installed,automatic] +python3-attr/jammy,now 21.2.0-1 all [installed,automatic] +python3-automat/jammy,now 20.2.0-1 all [installed,automatic] +python3-babel/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-bcrypt/jammy,now 3.2.0-1build1 amd64 [installed,automatic] +python3-blinker/jammy,now 1.4+dfsg1-0.4 all [installed,automatic] +python3-ceph-argparse/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-ceph-common/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 all [installed,automatic] +python3-cephfs/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-certifi/jammy,now 2020.6.20-1 all [installed] +python3-cffi-backend/jammy,now 1.15.0-1build2 amd64 [installed,automatic] +python3-chardet/jammy,now 4.0.0-1 all [installed,automatic] +python3-click/jammy,now 8.0.3-1 all [installed,automatic] +python3-colorama/jammy,now 0.4.4-1 all [installed,automatic] +python3-commandnotfound/jammy,now 22.04.0 all [installed,automatic] +python3-configobj/jammy,now 5.0.6-5 all [installed,automatic] +python3-constantly/jammy,now 15.1.0-2 all [installed,automatic] +python3-cryptography/jammy,now 3.4.8-1ubuntu2 amd64 [installed,automatic] +python3-dbus/jammy,now 1.2.18-3build1 amd64 [installed,automatic] +python3-debconf/jammy,now 1.5.79ubuntu1 all [installed,automatic] +python3-debian/jammy-updates,now 0.1.43ubuntu1.1 all [installed,automatic] +python3-distro-info/jammy,now 1.1build1 all [installed,automatic] +python3-distro/jammy,now 1.7.0-1 all [installed,automatic] +python3-distupgrade/jammy-updates,now 1:22.04.16 all [installed,automatic] +python3-distutils/jammy-updates,jammy-security,now 3.10.8-1~22.04 all [installed] +python3-gdbm/jammy-updates,jammy-security,now 3.10.8-1~22.04 amd64 [installed,automatic] +python3-gi/jammy-updates,now 3.42.1-0ubuntu1 amd64 [installed,automatic] +python3-hamcrest/jammy,now 2.0.2-2 all [installed,automatic] +python3-httplib2/jammy,now 0.20.2-2 all [installed,automatic] +python3-hyperlink/jammy,now 21.0.0-3 all [installed,automatic] +python3-idna/jammy,now 3.3-1 all [installed,automatic] +python3-importlib-metadata/jammy,now 4.6.4-1 all [installed,automatic] +python3-incremental/jammy,now 21.3.0-1 all [installed,automatic] +python3-jeepney/jammy,now 0.7.1-3 all [installed,automatic] +python3-jinja2/jammy,now 3.0.3-1 all [installed] +python3-json-pointer/jammy,now 2.0-0ubuntu1 all [installed] +python3-jsonpatch/jammy,now 1.32-2 all [installed] +python3-jsonschema/jammy,now 3.2.0-0ubuntu2 all [installed] +python3-jwt/jammy-updates,jammy-security,now 2.3.0-1ubuntu0.2 all [installed,automatic] +python3-keyring/jammy,now 23.5.0-1 all [installed,automatic] +python3-launchpadlib/jammy,now 1.10.16-1 all [installed,automatic] +python3-lazr.restfulclient/jammy,now 0.14.4-1 all [installed,automatic] +python3-lazr.uri/jammy,now 1.0.6-2 all [installed,automatic] +python3-lib2to3/jammy-updates,jammy-security,now 3.10.8-1~22.04 all [installed] +python3-magic/jammy,now 2:0.4.24-2 all [installed,automatic] +python3-markupsafe/jammy,now 2.0.1-2build1 amd64 [installed] +python3-minimal/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed,automatic] +python3-more-itertools/jammy,now 8.10.0-2 all [installed,automatic] +python3-netifaces/jammy,now 0.11.0-1build2 amd64 [installed,automatic] +python3-newt/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +python3-oauthlib/jammy-updates,jammy-security,now 3.2.0-1ubuntu0.1 all [installed,automatic] +python3-openssl/jammy,now 21.0.0-1 all [installed,automatic] +python3-parted/jammy,now 3.11.7-1build1 amd64 [installed] +python3-pexpect/jammy,now 4.8.0-2ubuntu1 all [installed,automatic] +python3-pkg-resources/jammy-updates,jammy-security,now 59.6.0-1.2ubuntu0.22.04.1 all [installed,automatic] +python3-prettytable/jammy,now 2.5.0-2 all [installed,automatic] +python3-ptyprocess/jammy,now 0.7.0-3 all [installed,automatic] +python3-pyasn1-modules/jammy,now 0.2.1-1 all [installed,automatic] +python3-pyasn1/jammy,now 0.4.8-1 all [installed,automatic] +python3-pyparsing/jammy,now 2.4.7-1 all [installed,automatic] +python3-pyrsistent/jammy,now 0.18.1-1build1 amd64 [installed] +python3-rados/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-rbd/jammy-updates,now 17.2.6-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-requests/jammy-updates,jammy-security,now 2.25.1+dfsg-2ubuntu0.1 all [installed] +python3-secretstorage/jammy,now 3.3.1-1 all [installed,automatic] +python3-serial/jammy,now 3.5-1 all [installed] +python3-service-identity/jammy,now 18.1.0-6 all [installed,automatic] +python3-setuptools/jammy-updates,jammy-security,now 59.6.0-1.2ubuntu0.22.04.1 all [installed] +python3-six/jammy,now 1.16.0-3ubuntu1 all [installed,automatic] +python3-software-properties/jammy-updates,now 0.99.22.7 all [installed,automatic] +python3-twisted/jammy-updates,jammy-security,now 22.1.0-2ubuntu2.3 all [installed,automatic] +python3-tz/jammy-updates,now 2022.1-1ubuntu0.22.04.1 all [installed] +python3-update-manager/jammy-updates,now 1:22.04.10 all [installed,automatic] +python3-urllib3/jammy,now 1.26.5-1~exp1 all [installed] +python3-wadllib/jammy,now 1.3.6-1 all [installed,automatic] +python3-wcwidth/jammy,now 0.2.5+dfsg1-1 all [installed,automatic] +python3-yaml/jammy,now 5.4.1-1ubuntu1 amd64 [installed,automatic] +python3-zipp/jammy,now 1.0.0-3 all [installed,automatic] +python3-zope.interface/jammy,now 5.4.0-1build1 amd64 [installed,automatic] +python3.10-minimal/jammy-updates,jammy-security,now 3.10.12-1~22.04.2 amd64 [installed,automatic] +python3.10/jammy-updates,jammy-security,now 3.10.12-1~22.04.2 amd64 [installed,automatic] +python3/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed] +readline-common/jammy,now 8.1.2-1 all [installed,automatic] +rng-tools-debian/jammy,now 2.3 amd64 [installed] +rpcbind/jammy,now 1.2.6-2build1 amd64 [installed,automatic] +rpcsvc-proto/jammy,now 1.4.2-0ubuntu6 amd64 [installed,automatic] +rsync/jammy-updates,jammy-security,now 3.2.7-0ubuntu0.22.04.2 amd64 [installed,automatic] +rsyslog/jammy-updates,jammy-security,now 8.2112.0-2ubuntu2.2 amd64 [installed,automatic] +run-one/jammy,now 1.17-0ubuntu1 all [installed,automatic] +sbsigntool/jammy,now 0.9.4-2ubuntu2 amd64 [installed] +screen/jammy,now 4.9.0-1 amd64 [installed] +secureboot-db/jammy,now 1.8 amd64 [installed] +sed/jammy,now 4.8-1ubuntu2 amd64 [installed,automatic] +sensible-utils/jammy,now 0.0.17 all [installed,automatic] +sg3-utils-udev/jammy,now 1.46-1build1 all [installed,automatic] +sg3-utils/jammy,now 1.46-1build1 amd64 [installed,automatic] +shared-mime-info/jammy,now 2.1-2 amd64 [installed,automatic] +shim-signed/jammy-updates,now 1.51.3+15.7-0ubuntu1 amd64 [installed] +socat/jammy,now 1.7.4.1-3ubuntu4 amd64 [installed] +software-properties-common/jammy-updates,now 0.99.22.7 all [installed] +sosreport/jammy-updates,now 4.4-1ubuntu1.22.04.1 amd64 [installed] +ssh-import-id/jammy,now 5.11-0ubuntu1 all [installed] +strace/jammy,now 5.16-0ubuntu3 amd64 [installed,automatic] +sudo/jammy-updates,jammy-security,now 1.9.9-1ubuntu2.4 amd64 [installed,automatic] +sysfsutils/jammy,now 2.1.1-1build1 amd64 [installed] +sysstat/jammy-updates,jammy-security,now 12.5.2-2ubuntu0.2 amd64 [installed] +systemd-hwe-hwdb/jammy-updates,now 249.11.3 all [installed,automatic] +systemd-sysv/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +sysvinit-utils/jammy,now 3.01-1ubuntu1 amd64 [installed] +tar/jammy-updates,jammy-security,now 1.34+dfsg-1ubuntu0.1.22.04.1 amd64 [installed,automatic] +tcl8.6/jammy,now 8.6.12+dfsg-1build1 amd64 [installed] +tcl/jammy,now 8.6.11+1build2 amd64 [installed] +tcpdump/jammy-updates,now 4.99.1-3ubuntu0.1 amd64 [installed,automatic] +telnet/jammy,now 0.17-44build1 amd64 [installed,automatic] +thin-provisioning-tools/jammy,now 0.9.0-2ubuntu1 amd64 [installed,automatic] +time/jammy,now 1.9-0.1build2 amd64 [installed,automatic] +tmux/jammy-updates,jammy-security,now 3.2a-4ubuntu0.2 amd64 [installed] +tnftp/jammy,now 20210827-4build1 amd64 [installed,automatic] +tpm-udev/jammy,now 0.6 all [installed] +traceroute/jammy,now 1:2.1.0-2 amd64 [installed] +tzdata/jammy-updates,now 2023c-0ubuntu0.22.04.2 all [installed,automatic] +ubuntu-advantage-tools/jammy-updates,now 28.1~22.04 amd64 [installed,automatic] +ubuntu-keyring/jammy,now 2021.03.26 all [installed,automatic] +ubuntu-minimal/jammy-updates,now 1.481.1 amd64 [installed] +ubuntu-release-upgrader-core/jammy-updates,now 1:22.04.16 all [installed,automatic] +ubuntu-standard/jammy-updates,now 1.481.1 amd64 [installed] +ucf/jammy,now 3.0043 all [installed,automatic] +udev/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +ufw/jammy,now 0.36.1-4build1 all [installed,automatic] +unattended-upgrades/jammy,now 2.8ubuntu1 all [installed] +update-manager-core/jammy-updates,now 1:22.04.10 all [installed,automatic] +update-notifier-common/jammy-updates,now 3.192.54.6 all [installed] +usb-modeswitch-data/jammy,now 20191128-4 all [installed] +usb-modeswitch/jammy,now 2.6.1-3ubuntu2 amd64 [installed] +usb.ids/jammy,now 2022.04.02-1 all [installed,automatic] +usbutils/jammy,now 1:014-1build1 amd64 [installed,automatic] +usrmerge/jammy,now 25ubuntu2 all [installed,automatic] +util-linux/jammy,now 2.37.2-4ubuntu3 amd64 [installed] +uuid-runtime/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +vim-common/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.9 all [installed,automatic] +vim-runtime/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.9 all [installed,automatic] +vim-tiny/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.9 amd64 [installed,automatic] +vim/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.9 amd64 [installed] +walinuxagent/jammy-updates,now 2.2.46-0ubuntu5.1 amd64 [installed] +wget/jammy,now 1.21.2-2ubuntu1 amd64 [installed,automatic] +whiptail/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +xauth/jammy,now 1:1.1-1build2 amd64 [installed,automatic] +xdg-user-dirs/jammy,now 0.17-2ubuntu4 amd64 [installed,automatic] +xfsprogs/jammy,now 5.13.0-1ubuntu2 amd64 [installed] +xkb-data/jammy,now 2.33-1 all [installed,automatic] +xxd/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.9 amd64 [installed,automatic] +xz-utils/jammy,now 5.2.5-2ubuntu1 amd64 [installed] +zip/jammy,now 3.0-12build2 amd64 [installed] +zlib1g/jammy-updates,jammy-security,now 1:1.2.11.dfsg-2ubuntu9.2 amd64 [installed,automatic] +zstd/jammy,now 1.4.8+dfsg-3build1 amd64 [installed,automatic] +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +/dev/root 29G 22G 7.2G 76% / +tmpfs 3.9G 0 3.9G 0% /dev/shm +tmpfs 1.6G 700K 1.6G 1% /run +tmpfs 5.0M 0 5.0M 0% /run/lock +/dev/sda15 105M 6.1M 99M 6% /boot/efi +/dev/sdb1 16G 28K 15G 1% /mnt +tmpfs 794M 0 794M 0% /run/user/1000 +Using kernel: +Linux version 5.15.0-1042-azure (buildd@lcy02-amd64-043) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #49-Ubuntu SMP Tue Jul 11 17:28:46 UTC 2023 +Install completed successfully on Tue Aug 1 18:21:16 UTC 2023 \ No newline at end of file From 8f5d49104098d40c6b054527d3f37eb735725009 Mon Sep 17 00:00:00 2001 From: allyford Date: Mon, 7 Aug 2023 16:18:42 -0700 Subject: [PATCH 2/4] updated based on comments --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0df541c..8ab4abba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,33 +6,33 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* For AKS clusters built at version v1.27+ and enable KMS, KMS v2 is configured by default. However, for clusters with KMS enabled at versions below v1.27, upgrading to v1.27 will be blocked. To upgrade, follow the steps outlined in this [documentation](https://learn.microsoft.com/azure/aks/use-kms-etcd-encryption#migration-to-kms-v2) for migrating from KMS v1 to v2, and then proceed with upgrading the cluster to version v1.27. +* New v1.27+ AKS clusters will have KMS v2 configured by default when KMS is enabled. Customers with clusters on v1.26 and below with KMS enabled will not be able to upgrade to v1.27. To upgrade, follow the steps outlined in this [documentation](https://learn.microsoft.com/azure/aks/use-kms-etcd-encryption#migration-to-kms-v2) for migrating from KMS v1 to v2, and then proceed with upgrading the cluster to version v1.27. * The pod security policy feature was deprecated on 1st August 2023 and removed since AKS version 1.25. We recommend you migrate to [pod security admission controller](https://learn.microsoft.com/azure/aks/use-psa) or [Azure Policy](https://learn.microsoft.com/azure/aks/policy-reference) to stay within Azure support. ### Release notes * Behavioral changes * API structure for AutoscalerProfile has been updated. - * Customers will now be able to use node public IP with authorized IP ranges and APIservervnet integration. Previously this functionality was blocked. - * Customers can now install Azure Service Mesh with on AKS clusters with Cilium. - * Configure exponential backoff in calls from the Cilium daemonset to the Kubernetes apiserver in Azure CNI Powered by Cilium to improve recovery from OOM kills. + * Customers will now be able to use [node public IP](https://learn.microsoft.com/azure/aks/use-node-public-ips) with [authorized IP ranges](https://learn.microsoft.com/azure/aks/api-server-authorized-ip-ranges) and [API Server VNet integration](https://learn.microsoft.com/azure/aks/api-server-vnet-integration). Previously this functionality was blocked. + * Customers can now install [Azure Service Mesh](https://learn.microsoft.com/azure/aks/istio-deploy-addon) on AKS clusters with Cilium. + * Configure exponential backoff in calls from the [Cilium daemonset](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) to the Kubernetes apiserver in Azure CNI Powered by Cilium to improve recovery from OOM kills. * Bug Fixes * Fixed a bug where the addon-token-adapter may get a staled long connection to apiserver causing network connection errors. - * Added validation to check if pobSubnet is associated with NAT Gateway when cluster outbound type is userAssignedNATGateway and pobSubnet in agentpoolProfile is not empty. - * Azure CNS will write the CNI conflict on the VM only after the networking goal state has been programmed for that VM. This means that Nodes will stay in a NotReady state with status "network plugin not initialized" until after DNC has created the NC and the Azure host has programmed it. + * Added validation to check if pobSubnet is associated with NAT Gateway when cluster outbound type is [userAssignedNATGateway](https://learn.microsoft.com/azure/aks/nat-gateway) and pobSubnet in agentpoolProfile is not empty. + * [Azure CNS]((https://github.com/Azure/azure-container-networking/releases)) will write the CNI conflict on the VM only after the networking goal state has been programmed for that VM. This means that Nodes will stay in a NotReady state with status "network plugin not initialized" until after DNC has created the NC and the Azure host has programmed it. * Component Updates - * Windows CNS updated to v1.4.44.4 - * Envoy Proxy (part of OSM and Istio) has been updated to 1.26.4 to fix CVE-2023-35941 and CVE-2023-35944. - * OMSAgent for Azure monitor updated to 3.1.11 - * Cluster Autoscaler images are releasing new versions for 1.25.x, 1.26.x, 1.27.x. + * [Windows CNS](https://github.com/Azure/azure-container-networking/releases) updated to v1.4.44.4 + * Envoy Proxy (part of OSM and Istio) has been updated to [1.26.4](https://github.com/envoyproxy/envoy/releases/tag/v1.26.4) to fix CVE-2023-35941 and CVE-2023-35944. + * OMSAgent for Azure monitor updated to [3.1.11](https://github.com/microsoft/Docker-Provider/blob/ci_prod/ReleaseNotes.md#06082023--:~:text=Release%20History-,08/03/2023,-%2D) + * [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/releases) images are releasing new versions for 1.25.x, 1.26.x, 1.27.x. * Azure File CSI Driver has been updated to [v1.28.1](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.28.1) on AKS 1.27. - * Updated wasm containerd shims to v0.8.0, and added wasm worker server shim. + * Updated [wasm containerd shims](https://github.com/deislabs/containerd-wasm-shims/releases) to v0.8.0, and added wasm worker server shim. * Kappie agent updated to v0.0.9.1 * Cloud provider Azure versions are bumped to [v1.25.17](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.25.17), [v1.26.13](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.13), [v1.27.7](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.7) for the corresponding patch versions with the following changes: Health probe port can be any port assigned by customer, Increase limit for TCP Idle Timeout to 100 minutes, Virtual node will always exists. * Azure Monitor Metrics addon image updated in [07-28-2023](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-07-28-2023) release - * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt). + * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202308.01.0.txt). * Azure Linux image has been updated to [AzureLinux-202308.01.0](vhd-notes/AzureLinux/202308.01.0.txt). From d1acaf6756a513814de90518d2dc506db3e01b81 Mon Sep 17 00:00:00 2001 From: allyford Date: Mon, 7 Aug 2023 17:13:32 -0700 Subject: [PATCH 3/4] Remove api structure change, for next week release --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab4abba..2288d046 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release notes * Behavioral changes - * API structure for AutoscalerProfile has been updated. * Customers will now be able to use [node public IP](https://learn.microsoft.com/azure/aks/use-node-public-ips) with [authorized IP ranges](https://learn.microsoft.com/azure/aks/api-server-authorized-ip-ranges) and [API Server VNet integration](https://learn.microsoft.com/azure/aks/api-server-vnet-integration). Previously this functionality was blocked. * Customers can now install [Azure Service Mesh](https://learn.microsoft.com/azure/aks/istio-deploy-addon) on AKS clusters with Cilium. * Configure exponential backoff in calls from the [Cilium daemonset](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) to the Kubernetes apiserver in Azure CNI Powered by Cilium to improve recovery from OOM kills. From 81f39cc4297d101ef0600fa202b4234257f6cb4e Mon Sep 17 00:00:00 2001 From: allyford Date: Tue, 8 Aug 2023 09:40:57 -0700 Subject: [PATCH 4/4] remove kappie, add network obs, add new policy --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2288d046..19ccf2c1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * The pod security policy feature was deprecated on 1st August 2023 and removed since AKS version 1.25. We recommend you migrate to [pod security admission controller](https://learn.microsoft.com/azure/aks/use-psa) or [Azure Policy](https://learn.microsoft.com/azure/aks/policy-reference) to stay within Azure support. ### Release notes - +* Preview Features + * [Network Observability add-on](https://learn.microsoft.com/azure/aks/network-observability-overview) plugin is a new public preview feature that will scrape useful metrics from Kubernetes workloads and emit actionable networking observability data into industry standard Prometheus format, which can then be visualized in Grafana. * Behavioral changes + * New built-in [policy](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Fe1352e44-d34d-4e4d-a22e-451a15f759a1) for planned maintenance. * Customers will now be able to use [node public IP](https://learn.microsoft.com/azure/aks/use-node-public-ips) with [authorized IP ranges](https://learn.microsoft.com/azure/aks/api-server-authorized-ip-ranges) and [API Server VNet integration](https://learn.microsoft.com/azure/aks/api-server-vnet-integration). Previously this functionality was blocked. * Customers can now install [Azure Service Mesh](https://learn.microsoft.com/azure/aks/istio-deploy-addon) on AKS clusters with Cilium. * Configure exponential backoff in calls from the [Cilium daemonset](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) to the Kubernetes apiserver in Azure CNI Powered by Cilium to improve recovery from OOM kills. @@ -28,7 +30,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/releases) images are releasing new versions for 1.25.x, 1.26.x, 1.27.x. * Azure File CSI Driver has been updated to [v1.28.1](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.28.1) on AKS 1.27. * Updated [wasm containerd shims](https://github.com/deislabs/containerd-wasm-shims/releases) to v0.8.0, and added wasm worker server shim. - * Kappie agent updated to v0.0.9.1 * Cloud provider Azure versions are bumped to [v1.25.17](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.25.17), [v1.26.13](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.13), [v1.27.7](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.7) for the corresponding patch versions with the following changes: Health probe port can be any port assigned by customer, Increase limit for TCP Idle Timeout to 100 minutes, Virtual node will always exists. * Azure Monitor Metrics addon image updated in [07-28-2023](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-07-28-2023) release * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202308.01.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202308.01.0.txt).