From ee699432fcb4e5febf77cc5343ea73dae5354f56 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Tue, 7 Nov 2023 19:40:46 -0600 Subject: [PATCH 1/8] draft --- CHANGELOG.md | 71 ++ vhd-notes/AzureLinux/202311.07.0.txt | 700 ++++++++++++++ .../aks-ubuntu/AKSUbuntu-1804/202311.07.0.txt | 850 +++++++++++++++++ .../aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt | 900 ++++++++++++++++++ 4 files changed, 2521 insertions(+) create mode 100644 vhd-notes/AzureLinux/202311.07.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-1804/202311.07.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e37deae..8d612071 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,76 @@ # Azure Kubernetes Service Changelog +## Release 2023-11-05 + +Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). + +### Announcements + +* Kubernetes 1.28 is GA and 1.25 will not be deprecated until the end of January 2024. This means that 4 versions will be GA during this time. +* Kubernetes 1.25 is being deprecated at the end of January 2024 and support will transition to our [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). +* No new clusters can be created with [Azure AD Integration (legacy)](https://learn.microsoft.com/azure/aks/azure-ad-integration-cli). Existing AKS clusters with Azure Active Directory integration will keep working. All Azure AD Integration (legacy) AKS clusters will be migrated to [AKS-managed Azure AD](https://learn.microsoft.com/azure/aks/managed-azure-ad) automatically starting from December 1st, 2023. We recommend updating your cluster with AKS-managed Azure AD before December 1st, 2023. This way you can manage the API server downtime during non-business hours. +* Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy Add-On](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks:~:text=exception%20YAML.-,Install%20Azure%20Policy%20Add%2Don%20for%20AKS,-Before%20you%20install) will now no longer support this. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). +* [Windows containerd v1.7](https://github.com/Azure/AKS/issues/3975) will be the default container runtime for k8s v1.28+ on AKS Windows nodes. Windows Host Process (HPC) containers is GA in Windows containerd v1.7 and it has some [breaking changes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts). +* Starting Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. +* AKS sent out an advisory regarding [CVE-2023-29332](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-29332) on September 13, 2023, which impacts AKS agent nodes. Recommended mitigation is to upgrade AKS cluster and AKS node image. If impacted clusters are not upgraded, AKS will apply mitigation on customer's next cluster update operation including node OS updates and node rolling upgrades, which may cause workload disruption. +* [AKS Trusted Access](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is now GA and enabled by default. +* Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, the Azure Policy Add-On will now no longer support this. The Azure Policy Add-On will report `InvalidConstraint/Template` compliance reason code for detected errors after constraint template admission. + +### Release notes + +* Preview Features + * [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap +* Bug Fixes + * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. + * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. + * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mistmatch and inconsitent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState. +* Behavioral Change + * Updates to optimize the kube-reserved eviction thresholds available in 1.28 + * Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1 + * Azure Policy Changes + * Introduce warn for policies, available in select upcoming built-in policy experiences + * Show an exempt ComplianceReasonCode in the portal for exempt policies. + * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - avaliable in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) + * Updates to apiserver to use max value for memory limit if the suggested value is larger. + * Added a check for initialization taints that are added on agent pools, only allowing CriticalAddonsOnly taints or soft taints + * Enable `UnauthenticatedHTTP2DOSMitigation`` for api server to address potential HTTP2 DOS attack. For the following versions: + * 1.28.3 or up till 1.29.0 + * 1.27.7 or up till 1.28.0 + * 1.26.10 or up till 1.27.0 + * 1.25.15 or up till 1.26.0 + * Preview feature registration is no longer required for the KEDA addon +* Component Updates + * Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27). + * This update has 3 CVE fixes for the nginx ingress controller. + * [CVE-2023-5044](https://nvd.nist.gov/vuln/detail/CVE-2023-5044) + * [CVE-2022-4886](https://nvd.nist.gov/vuln/detail/CVE-2023-4886) + * [CVE-2023-5043](https://nvd.nist.gov/vuln/detail/CVE-2023-5043) + * The following changes are also included: + * The AJP protocol is no longer supported. + * The `whitelist-source-range` annotation has been renamed to `allowlist-source-range`. Both are currently supported but it is recommended to move to the new annotation `allowlist-source-range`. + * The `custom-http-errors` annotation now only supports errors between 400 and 599. + * Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023) + * KEDA no longer supports addon manager v1. Charts will move to the v2 addon folder. + * Update envoy image version to v1.27.2. This addresses a bug in the current version that causes the pod to crash with Segment fault. Additional changes to apiproxy resource limits which addresses resource starvation on large clusters. + * Update Azure Disk CSI driver version to v1.29.1 on AKS 1.28, to v1.28.4 on AKS 1.27, to v1.26.7 on AKS 1.26 and 1.25 + * Update Azure File CSI driver version to v1.29.1 on AKS 1.28, to v1.28.6 on AKS 1.27, to v1.26.9 on AKS 1.26 and 1.25 + * Update Azure Blob CSI driver version to v1.23.1 on AKS 1.28, to v1.22.3 on AKS 1.27, to v1.21.5 on AKS 1.26 and 1.25 + * Update cloud-controller-manager image to v1.27.11, v1.26.17, v1.25.22 ([release notes](https://cloud-provider-azure.sigs.k8s.io/blog/)) + * Fix: deleting a VMMS erroroneously considered a shutdown [4840](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4804) + * Fix: VM name should be obtained from NIC.VirtualMachine.ID instead of NIC name [4878](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4878) + * Fix: public IP address name should be case-insensitive when querying cache [4861](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4861) + * Fix: refresh the load balancer object after updating backend pools to prevent etag mismatch error [4853](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4853) + * Fix: do not tag unmanaged route table [4794](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4794) + * Fix: [CVE-2023-45142](https://nvd.nist.gov/vuln/detail/CVE-2023-45142) ([4854](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4854)) + * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a + * Update to dropgz v0.0.15 to include azure-ipam v0.0.6 + * apiVersion 2023-11-01 will GA support for `nodeSoakDurationInMinutes` + * Update [agentbaker](https://github.com/Azure/AgentBaker) version to v0.20231026.0 + * Azure Linux image has been updated to [Azure Linux - 202311.07.0](vhd-notes/AzureLinux/202311.07.0.txt). + * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). + * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). + + ## Release 2023-10-29 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). diff --git a/vhd-notes/AzureLinux/202311.07.0.txt b/vhd-notes/AzureLinux/202311.07.0.txt new file mode 100644 index 00000000..a53c84aa --- /dev/null +++ b/vhd-notes/AzureLinux/202311.07.0.txt @@ -0,0 +1,700 @@ +Starting build on Tue Nov 7 21:03:27 UTC 2023 +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.5-1 + - crictl version 1.25.0 + - runc version 1.1.9 + - 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.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.5 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.11 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.11 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 + - 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/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.4 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.6 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.13.3 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.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.2.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 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.5.11 + - Azure CNI version 1.4.43.1 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.4.43.1 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11-hotfix.20231009-4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20231009-3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-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 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 +-rwxr-xr-x 1 root root 110764032 Aug 16 01:05 /usr/local/bin/kubelet-1.28.0 +-rwxr-xr-x 1 root root 49864704 Aug 16 01:05 /usr/local/bin/kubectl-1.28.0 +-rwxr-xr-x 1 root root 110764032 Aug 29 16:06 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 16:06 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 115662656 Oct 19 01:28 /usr/local/bin/kubelet-1.25.15 +-rwxr-xr-x 1 root root 45658112 Oct 19 01:28 /usr/local/bin/kubectl-1.25.15 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-r-xr--r-- 1 root root 2462 Nov 7 21:03 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Nov 7 21:03 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Nov 7 21:06 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Nov 7 21:06 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Nov 7 21:08 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Nov 7 21:08 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Nov 7 21:11 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Nov 7 21:11 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Nov 7 21:11 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +=== Installed Packages Begin +filesystem-1.1-15.cm2.x86_64 +glibc-2.35-5.cm2.x86_64 +libgcc-11.2.0-6.cm2.x86_64 +pcre-libs-8.45-2.cm2.x86_64 +libstdc++-11.2.0-6.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-4.cm2.x86_64 +libselinux-3.2-1.cm2.x86_64 +coreutils-8.32-7.cm2.x86_64 +grep-3.7-2.cm2.x86_64 +bash-5.1.8-4.cm2.x86_64 +libsepol-3.2-2.cm2.x86_64 +xz-5.2.5-1.cm2.x86_64 +kmod-29-2.cm2.x86_64 +kernel-5.15.133.1-1.cm2.x86_64 +mariner-release-2.0-52.cm2.noarch +shim-15.4-2.cm2.x86_64 +grub2-efi-binary-2.06-11.cm2.x86_64 +popt-1.18-1.cm2.x86_64 +slang-2.3.2-4.cm2.x86_64 +newt-0.52.21-5.cm2.x86_64 +chkconfig-1.20-4.cm2.x86_64 +ca-certificates-shared-2.0.0-13.cm2.noarch +libffi-3.4.2-3.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-8.cm2.x86_64 +libgpg-error-1.46-1.cm2.x86_64 +openssl-libs-1.1.1k-27.cm2.x86_64 +libgcrypt-1.9.4-2.cm2.x86_64 +glib-2.71.0-2.cm2.x86_64 +lz4-1.9.3-1.cm2.x86_64 +systemd-rpm-macros-250.3-17.cm2.noarch +libcap-ng-0.8.2-2.cm2.x86_64 +audit-libs-3.0.6-8.cm2.x86_64 +json-c-0.15-2.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-4.cm2.x86_64 +systemd-250.3-17.cm2.x86_64 +device-mapper-libs-2.03.15-3.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-27.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-2.cm2.x86_64 +e2fsprogs-libs-1.46.5-3.cm2.x86_64 +krb5-1.19.4-2.cm2.x86_64 +libassuan-2.5.5-2.cm2.x86_64 +expat-2.5.0-1.cm2.x86_64 +libssh2-1.9.0-3.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-3.cm2.x86_64 +device-mapper-event-libs-2.03.15-3.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-4.cm2.x86_64 +libsolv-0.7.24-1.cm2.x86_64 +libedit-3.1.20210910-1.cm2.x86_64 +procps-ng-3.3.17-2.cm2.x86_64 +device-mapper-event-2.03.15-3.cm2.x86_64 +util-linux-2.37.4-8.cm2.x86_64 +file-5.40-2.cm2.x86_64 +cryptsetup-2.4.3-4.cm2.x86_64 +iptables-1.8.7-4.cm2.x86_64 +dbus-1.15.2-4.cm2.x86_64 +pinentry-1.2.0-1.cm2.x86_64 +openssh-clients-8.9p1-2.cm2.x86_64 +e2fsprogs-1.46.5-3.cm2.x86_64 +libarchive-3.6.1-2.cm2.x86_64 +rpm-4.18.0-4.cm2.x86_64 +bc-1.07.1-4.cm2.x86_64 +bridge-utils-1.7.1-2.cm2.x86_64 +cpio-2.13-5.cm2.x86_64 +gdbm-1.21-1.cm2.x86_64 +iputils-20211215-2.cm2.x86_64 +irqbalance-1.8.0-3.cm2.x86_64 +libtool-2.4.6-8.cm2.x86_64 +mariner-rpm-macros-2.0-23.cm2.noarch +net-tools-2.10-3.cm2.x86_64 +tar-1.34-2.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-3.cm2.x86_64 +bzip2-1.0.8-1.cm2.x86_64 +ca-certificates-base-2.0.0-13.cm2.noarch +findutils-4.8.0-5.cm2.x86_64 +gzip-1.12-2.cm2.x86_64 +sed-4.8-3.cm2.x86_64 +libmnl-1.0.4-6.cm2.x86_64 +iproute-5.15.0-3.cm2.x86_64 +libaio-0.3.112-4.cm2.x86_64 +lvm2-2.03.15-3.cm2.x86_64 +pkgconf-m4-1.8.0-3.cm2.noarch +libsemanage-3.2-2.cm2.x86_64 +shadow-utils-4.9-13.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.44-1.cm2.noarch +libuv-1.43.0-1.cm2.x86_64 +libxml2-2.10.4-1.cm2.x86_64 +bind-libs-9.16.44-1.cm2.x86_64 +bind-utils-9.16.44-1.cm2.x86_64 +chrony-4.1-2.cm2.x86_64 +tdnf-3.5.2-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-2.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-13.cm2.x86_64 +librepo-1.15.1-1.cm2.x86_64 +python3-gpg-1.16.0-2.cm2.x86_64 +dnf-data-4.8.0-2.cm2.noarch +libcomps-0.1.18-2.cm2.x86_64 +python3-libcomps-0.1.18-2.cm2.x86_64 +elfutils-default-yama-scope-0.186-2.cm2.noarch +libgomp-11.2.0-6.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-2.cm2.x86_64 +python3-libdnf-0.63.1-2.cm2.x86_64 +python3-hawkey-0.63.1-2.cm2.x86_64 +elfutils-libelf-devel-0.186-2.cm2.x86_64 +xz-devel-5.2.5-1.cm2.x86_64 +zstd-1.5.0-1.cm2.x86_64 +zstd-devel-1.5.0-1.cm2.x86_64 +elfutils-0.186-2.cm2.x86_64 +elfutils-devel-0.186-2.cm2.x86_64 +rpm-build-libs-4.18.0-4.cm2.x86_64 +rpm-devel-4.18.0-4.cm2.x86_64 +python3-rpm-4.18.0-4.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 +dhcp-libs-4.4.2-6.cm2.x86_64 +dhcp-client-4.4.2-6.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-2023.05.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-3.cm2.x86_64 +python3-pyparsing-3.0.7-1.cm2.noarch +python3-packaging-21.3-1.cm2.noarch +python3-cryptography-3.3.2-5.cm2.x86_64 +python3-pyOpenSSL-18.0.0-8.cm2.noarch +python3-requests-2.27.1-6.cm2.noarch +cloud-init-23.2-4.cm2.noarch +cloud-init-azure-kvp-23.2-4.cm2.noarch +gptfdisk-1.0.8-1.cm2.x86_64 +mpfr-4.1.0-2.cm2.x86_64 +cloud-utils-growpart-0.32-3.cm2.noarch +grub2-2.06-11.cm2.x86_64 +installkernel-1.0.0-2.cm2.noarch +grubby-8.40-46.cm2.x86_64 +hyperv-daemons-license-5.15.133.1-1.cm2.noarch +hypervvssd-5.15.133.1-1.cm2.x86_64 +hypervkvpd-5.15.133.1-1.cm2.x86_64 +hypervfcopyd-5.15.133.1-1.cm2.x86_64 +hyperv-daemons-5.15.133.1-1.cm2.x86_64 +lzo-2.10-4.cm2.x86_64 +squashfs-tools-4.5.1-2.cm2.x86_64 +ethtool-5.16-2.cm2.x86_64 +snappy-1.1.9-2.cm2.x86_64 +kexec-tools-2.0.23-3.cm2.x86_64 +libnl3-3.5.0-4.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.9p1-2.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-6.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-2.cm2.x86_64 +glibc-iconv-2.35-5.cm2.x86_64 +libltdl-2.4.6-8.cm2.x86_64 +libunistring-0.9.10-6.cm2.x86_64 +guile-2.0.14-5.cm2.x86_64 +gnutls-3.7.7-3.cm2.x86_64 +librelp-1.10.0-2.cm2.x86_64 +make-4.3-3.cm2.x86_64 +libgcc-atomic-11.2.0-6.cm2.x86_64 +libgcc-devel-11.2.0-6.cm2.x86_64 +libgomp-devel-11.2.0-6.cm2.x86_64 +gcc-c++-11.2.0-6.cm2.x86_64 +gcc-11.2.0-6.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.9p1-2.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 +zlib-1.2.13-2.cm2.x86_64 +python3-libs-3.9.14-8.cm2.x86_64 +python3-3.9.14-8.cm2.x86_64 +zchunk-libs-1.1.16-3.cm2.x86_64 +nghttp2-1.57.0-1.cm2.x86_64 +curl-libs-8.3.0-2.cm2.x86_64 +curl-8.3.0-2.cm2.x86_64 +zchunk-1.1.16-3.cm2.x86_64 +python3-curses-3.9.14-8.cm2.x86_64 +python3-setuptools-3.9.14-8.cm2.noarch +zlib-devel-1.2.13-2.cm2.x86_64 +gawk-5.1.1-1.cm2.x86_64 +fuse-2.9.7-10.cm2.x86_64 +boost-1.76.0-4.cm2.x86_64 +blobfuse-1.4.5-13.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.3-1.cm2.x86_64 +cifs-utils-6.14-2.cm2.x86_64 +libnfnetlink-1.0.1-6.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-6.cm2.x86_64 +libnetfilter_cthelper-1.0.0-5.cm2.x86_64 +conntrack-tools-1.4.5-8.cm2.x86_64 +dnf-automatic-4.8.0-2.cm2.noarch +ebtables-legacy-2.0.11-6.cm2.x86_64 +apr-1.7.2-2.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-2.cm2.x86_64 +iotop-0.6-10.cm2.noarch +ipset-7.15-2.cm2.x86_64 +oniguruma-6.9.7.1-2.cm2.x86_64 +jq-1.6-2.cm2.x86_64 +kernel-devel-5.15.133.1-1.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-6.cm2.x86_64 +libnfsidmap-2.5.4-3.cm2.x86_64 +libevent-2.1.12-1.cm2.x86_64 +nfs-utils-2.5.4-3.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-3.cm2.x86_64 +traceroute-2.1.0-7.cm2.x86_64 +zip-3.0-5.cm2.x86_64 +libapparmor-3.0.4-2.cm2.x86_64 +apparmor-parser-3.0.4-2.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.1.0-3.cm2.x86_64 +libnftnl-1.2.1-2.cm2.x86_64 +jansson-2.14-1.cm2.x86_64 +nftables-1.0.1-2.cm2.x86_64 +moby-runc-1.1.9-3.cm2.x86_64 +moby-containerd-1.6.22-3.cm2.x86_64 +acr-mirror-0.2.3-1.x86_64 +llvm-12.0.1-7.cm2.x86_64 +binutils-devel-2.37-7.cm2.x86_64 +binutils-2.37-7.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-2.cm2.x86_64 +clang-12.0.1-4.cm2.x86_64 +libbpf-1.0.1-1.cm2.x86_64 +bpftrace-0.16.0-2.cm2.x86_64 +python3-bcc-0.27.0-2.cm2.x86_64 +bcc-tools-0.27.0-2.cm2.x86_64 +bcc-examples-0.27.0-2.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 9.4M 1.3G 1% /run +/dev/sda3 29G 21G 7.4G 74% / +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 +=== os-release Begin +NAME="Common Base Linux Mariner" +VERSION="2.0.20231004" +ID=mariner +VERSION_ID="2.0" +PRETTY_NAME="CBL-Mariner/Linux" +ANSI_COLOR="1;34" +HOME_URL="https://aka.ms/cbl-mariner" +BUG_REPORT_URL="https://aka.ms/cbl-mariner" +SUPPORT_URL="https://aka.ms/cbl-mariner" +=== os-release End +Using kernel: +Linux version 5.15.133.1-1.cm2 (root@CBL-Mariner) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Wed Oct 4 21:29:50 UTC 2023 +Install completed successfully on Tue Nov 7 21:27:58 UTC 2023 +VSTS Build NUMBER: 20231107.1_master_82561538 +VSTS Build ID: 82561538 +Commit: 4bf4b12ed5d2c575ba598f04ae7495a9220eed27 +Ubuntu version: +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: false diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202311.07.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202311.07.0.txt new file mode 100644 index 00000000..17ae4654 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202311.07.0.txt @@ -0,0 +1,850 @@ +Starting build on Tue Nov 7 21:03:38 UTC 2023 +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.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.5 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.11 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.11 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 + - 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/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.4 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.6 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.13.3 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.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.2.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 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.5.11 + - Azure CNI version 1.4.43.1 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.4.43.1 + - 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.25.11-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11-hotfix.20231009-4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20231009-3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-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 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 +-rwxr-xr-x 1 root root 110764032 Aug 16 01:05 /usr/local/bin/kubelet-1.28.0 +-rwxr-xr-x 1 root root 49864704 Aug 16 01:05 /usr/local/bin/kubectl-1.28.0 +-rwxr-xr-x 1 root root 110764032 Aug 29 16:06 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 16:06 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 115662656 Oct 19 01:28 /usr/local/bin/kubelet-1.25.15 +-rwxr-xr-x 1 root root 45658112 Oct 19 01:28 /usr/local/bin/kubectl-1.25.15 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-r-xr--r-- 1 root root 593 Nov 7 21:03 /usr/local/bin/logrotate.sh +-r-xr--r-- 1 root root 2462 Nov 7 21:03 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Nov 7 21:03 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Nov 7 21:13 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Nov 7 21:13 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Nov 7 21:16 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Nov 7 21:16 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Nov 7 21:18 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Nov 7 21:18 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Nov 7 21:18 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Nov 7 21:20 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +accountsservice/now 0.6.45-1ubuntu1.3+esm1 amd64 [installed,local] +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/now 2.12-4ubuntu5.3+esm1 amd64 [installed,local] +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+esm2 amd64 [installed,local] +binfmt-support/bionic,now 2.1.8-2 amd64 [installed,automatic] +binutils/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +binutils-common/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +binutils-x86-64-linux-gnu/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +blobfuse/bionic,now 1.4.5 amd64 [installed] +blobfuse2/bionic,now 2.1.1 amd64 [installed] +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/now 1:1.27.2-2ubuntu3.4+esm1 amd64 [installed,local] +busybox-static/now 1:1.27.2-2ubuntu3.4+esm1 amd64 [installed,local] +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/now 7.58.0-2ubuntu3.24+esm2 amd64 [installed,local] +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+esm2 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/now 1:4.1.4+dfsg-1ubuntu0.1~esm1 amd64 [installed,local] +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/now 1.16-2ubuntu0.4+esm1 all [installed,local] +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/now 0.6.45-1ubuntu1.3+esm1 amd64 [installed,local] +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/now 2.12-4ubuntu5.3+esm1 amd64 [installed,local] +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+esm2 amd64 [installed,local] +libbinutils/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +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+esm3 amd64 [installed,local] +libcurl3-gnutls/now 7.58.0-2ubuntu3.24+esm2 amd64 [installed,local] +libcurl4/now 7.58.0-2ubuntu3.24+esm2 amd64 [installed,local] +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+esm2 amd64 [installed,local] +libdns1100/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 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/now 0.170-0.4ubuntu0.1+esm1 amd64 [installed,local] +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/now 0.170-0.4ubuntu0.1+esm1 amd64 [installed,local] +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/now 2.56.4-0ubuntu0.18.04.9+esm3 amd64 [installed,local] +libglib2.0-data/now 2.56.4-0ubuntu0.18.04.9+esm3 all [installed,local] +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/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +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+esm2 amd64 [installed,local] +libisc-export169/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisc169/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisccc160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisccfg160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 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/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +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/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +libkrb5support0/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +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+esm2 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/now 6.1-1ubuntu1.18.04.1+esm1 amd64 [installed,local] +libncursesw5/now 6.1-1ubuntu1.18.04.1+esm1 amd64 [installed,local] +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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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+esm3 amd64 [installed,local] +libpython2.7-minimal/now 2.7.17-1~18.04ubuntu1.13+esm3 amd64 [installed,local] +libpython2.7-stdlib/now 2.7.17-1~18.04ubuntu1.13+esm3 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/now 1.1.1-1ubuntu2.1~18.04.23+esm3 amd64 [installed,local] +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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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/now 6.1-1ubuntu1.18.04.1+esm1 amd64 [installed,local] +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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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+esm2 amd64 [installed,local] +libx11-data/now 2:1.6.4-3ubuntu0.4+esm2 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.1119.92 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-1119/now 5.4.0-1119.126~18.04.2 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-1119/now 5.4.0-1119.126~18.04.2 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-1119/now 5.4.0-1119.126~18.04.2 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-1119-azure/now 5.4.0-1119.126~18.04.2 amd64 [installed,local] +linux-cloud-tools-azure/now 5.4.0.1119.92 amd64 [installed,local] +linux-cloud-tools-common/now 4.15.0-219.230 all [installed,local] +linux-headers-5.4.0-1119-azure/now 5.4.0-1119.126~18.04.2 amd64 [installed,local] +linux-headers-azure/now 5.4.0.1119.92 amd64 [installed,local] +linux-image-5.4.0-1119-azure/now 5.4.0-1119.126~18.04.2 amd64 [installed,local] +linux-image-azure/now 5.4.0.1119.92 amd64 [installed,local] +linux-libc-dev/now 4.15.0-219.230 amd64 [installed,local] +linux-modules-5.4.0-1119-azure/now 5.4.0-1119.126~18.04.2 amd64 [installed,local] +linux-modules-extra-5.4.0-1119-azure/now 5.4.0-1119.126~18.04.2 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-1119-azure/now 5.4.0-1119.126~18.04.2 amd64 [installed,local] +linux-tools-azure/now 5.4.0.1119.92 amd64 [installed,local] +linux-tools-common/now 4.15.0-219.230 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/now 6.1-1ubuntu1.18.04.1+esm1 all [installed,local] +ncurses-bin/now 6.1-1ubuntu1.18.04.1+esm1 amd64 [installed,local] +ncurses-term/now 6.1-1ubuntu1.18.04.1+esm1 all [installed,local] +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+esm2 amd64 [installed,local] +openssh-server/now 1:7.6p1-4ubuntu0.7+esm2 amd64 [installed,local] +openssh-sftp-server/now 1:7.6p1-4ubuntu0.7+esm2 amd64 [installed,local] +openssl/now 1.1.1-1ubuntu2.1~18.04.23+esm3 amd64 [installed,local] +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/now 1.22-1ubuntu0.18.04.2+esm1 all [installed,local] +python2.7/now 2.7.17-1~18.04ubuntu1.13+esm3 amd64 [installed,local] +python2.7-minimal/now 2.7.17-1~18.04ubuntu1.13+esm3 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/now 1.22-1ubuntu0.18.04.2+esm1 all [installed,local] +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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +systemd-sysv/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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 29.4~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/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +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+esm6 amd64 [installed,local] +vim-common/now 2:8.0.1453-1ubuntu1.13+esm6 all [installed,local] +vim-runtime/now 2:8.0.1453-1ubuntu1.13+esm6 all [installed,local] +vim-tiny/now 2:8.0.1453-1ubuntu1.13+esm6 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+esm6 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 23G 6.3G 79% / +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 +=== os-release Begin +NAME="Ubuntu" +VERSION="18.04.6 LTS (Bionic Beaver)" +ID=ubuntu +ID_LIKE=debian +PRETTY_NAME="Ubuntu 18.04.6 LTS" +VERSION_ID="18.04" +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +VERSION_CODENAME=bionic +UBUNTU_CODENAME=bionic +=== os-release End +Using kernel: +Linux version 5.4.0-1119-azure (buildd@bos03-amd64-056) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #126~18.04.2-Ubuntu SMP Wed Oct 18 13:41:42 UTC 2023 +Install completed successfully on Tue Nov 7 21:43:48 UTC 2023 +VSTS Build NUMBER: 20231107.1_master_82561538 +VSTS Build ID: 82561538 +Commit: 4bf4b12ed5d2c575ba598f04ae7495a9220eed27 +Ubuntu version: 18.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt new file mode 100644 index 00000000..5f44e6bf --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt @@ -0,0 +1,900 @@ +Starting build on Tue Nov 7 21:03:23 UTC 2023 +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.5-1 + - crictl version 1.25.0 + - runc version 1.1.9-1 + - 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.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44.5 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.11 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.11 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 + - 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/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5 + - mcr.microsoft.com/oss/cilium/cilium:1.13.5-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.7 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.7 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.4 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.1 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.6 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.1 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.13.3 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.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.2.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 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.5.11 + - Azure CNI version 1.4.43.1 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.4.43.1 + - 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.25.11-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.11-hotfix.20231009-4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20231009-3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.15 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230612 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20230728-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20230728-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20231009 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-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 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 +-rwxr-xr-x 1 root root 110764032 Aug 16 01:05 /usr/local/bin/kubelet-1.28.0 +-rwxr-xr-x 1 root root 49864704 Aug 16 01:05 /usr/local/bin/kubectl-1.28.0 +-rwxr-xr-x 1 root root 110764032 Aug 29 16:06 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 16:06 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 115662656 Oct 19 01:28 /usr/local/bin/kubelet-1.25.15 +-rwxr-xr-x 1 root root 45658112 Oct 19 01:28 /usr/local/bin/kubectl-1.25.15 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-r-xr--r-- 1 root root 2462 Nov 7 21:03 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 Nov 7 21:03 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Nov 7 21:10 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Nov 7 21:10 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Nov 7 21:12 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Nov 7 21:12 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Nov 7 21:15 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Nov 7 21:15 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Nov 7 21:15 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Nov 7 21:16 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +acr-mirror/now 0.2.3 amd64 [installed,local] +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.10 all [installed] +apt-utils/jammy-updates,now 2.4.10 amd64 [installed,automatic] +apt/jammy-updates,now 2.4.10 amd64 [installed,automatic] +attr/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +base-files/jammy-updates,now 12ubuntu4.4 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,now 1:9.18.18-0ubuntu0.22.04.1 amd64 [installed,automatic] +bind9-host/jammy-updates,now 1:9.18.18-0ubuntu0.22.04.1 amd64 [installed,automatic] +bind9-libs/jammy-updates,now 1:9.18.18-0ubuntu0.22.04.1 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.1.1 amd64 [installed] +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.3.1-0ubuntu1~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.14 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.5 all [installed,automatic] +distro-info/jammy-updates,now 1.1ubuntu0.1 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,now 1:9.18.18-0ubuntu0.22.04.1 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-updates,jammy-security,now 1:5.41-3ubuntu0.1 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-updates,jammy-security,now 1:5.1.0-1ubuntu0.1 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,now 1:2.34.1-1ubuntu1.10 all [installed,automatic] +git/jammy-updates,now 1:2.34.1-1ubuntu1.10 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,jammy-security,now 2.06-2ubuntu14.4 amd64 [installed] +grub-efi-amd64-signed/jammy-updates,jammy-security,now 1.187.6+2.06-2ubuntu14.4 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.4 amd64 [installed,automatic] +initramfs-tools-core/jammy-updates,now 0.140ubuntu13.4 all [installed,automatic] +initramfs-tools/jammy-updates,now 0.140ubuntu13.4 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-updates,now 1.8.0-1ubuntu0.1 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-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed,upgradable to: 0.8.8-1ubuntu1.22.04.3] +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.10 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,jammy-security,now 2.35-0ubuntu3.4 amd64 [installed,automatic] +libc-dev-bin/jammy-updates,jammy-security,now 2.35-0ubuntu3.4 amd64 [installed,automatic] +libc6-dev/jammy-updates,jammy-security,now 2.35-0ubuntu3.4 amd64 [installed,automatic] +libc6/jammy-updates,jammy-security,now 2.35-0ubuntu3.4 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.14 amd64 [installed,automatic] +libcurl4/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.14 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-updates,now 1.16.0-1.2ubuntu4.1 amd64 [installed] +libgpm2/jammy,now 1.20.7-10build1 amd64 [installed,automatic] +libgssapi-krb5-2/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 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,jammy-security,now 0.15-3~ubuntu1.22.04.2 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,jammy-security,now 1.19.2-2ubuntu0.3 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,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libkrb5support0/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 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.16+dfsg-0ubuntu0.22.04.1 amd64 [installed,automatic] +libldap-common/jammy-updates,now 2.5.16+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-updates,jammy-security,now 1:5.41-3ubuntu0.1 amd64 [installed,automatic] +libmagic1/jammy-updates,jammy-security,now 1:5.41-3ubuntu0.1 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.106.1-7ubuntu0.22.04.2 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.11 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.11 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-updates,now 1.46-1ubuntu0.22.04.1 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.12 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.11 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.11 amd64 [installed,automatic] +libudisks2-0/jammy,now 2.9.4-1ubuntu2 amd64 [installed] +libunistring2/jammy,now 1.0-1 amd64 [installed,automatic] +libunwind8/jammy-updates,now 1.3.2-2build2.1 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.5 amd64 [installed] +libwrap0/jammy,now 7.6.q-31build2 amd64 [installed] +libx11-6/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.3 amd64 [installed,automatic] +libx11-data/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.3 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-1051/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-azure-headers-5.15.0-1051/jammy-updates,jammy-security,now 5.15.0-1051.59 all [installed,automatic] +linux-azure-tools-5.15.0-1051/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-base-sgx/jammy,now 4.5ubuntu9 all [installed] +linux-base/jammy,now 4.5ubuntu9 all [installed,automatic] +linux-cloud-tools-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-cloud-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1051.47 amd64 [installed] +linux-cloud-tools-common/jammy-updates,jammy-security,now 5.15.0-88.98 all [installed] +linux-headers-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed] +linux-headers-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1051.47 amd64 [installed] +linux-image-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-image-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1051.47 amd64 [installed] +linux-libc-dev/jammy-updates,jammy-security,now 5.15.0-88.98 amd64 [installed,automatic] +linux-modules-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-modules-extra-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed] +linux-tools-5.15.0-1051-azure/jammy-updates,jammy-security,now 5.15.0-1051.59 amd64 [installed,automatic] +linux-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1051.47 amd64 [installed] +linux-tools-common/jammy-updates,jammy-security,now 5.15.0-88.98 all [installed] +locales/jammy-updates,jammy-security,now 2.35-0ubuntu3.4 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.5-ubuntu22.04u1 amd64 [installed,upgradable to: 1.7.8-ubuntu22.04u1] +moby-runc/testing,jammy,now 1.1.9-ubuntu22.04u1 amd64 [installed] +mokutil/jammy-updates,jammy-security,now 0.6.0-2~22.04.2 amd64 [installed] +motd-news-config/jammy-updates,now 12ubuntu4.4 all [installed] +mount/jammy,now 2.37.2-4ubuntu3 amd64 [installed] +mtr-tiny/jammy,now 0.95-1 amd64 [installed,automatic] +multipath-tools/jammy-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed,upgradable to: 0.8.8-1ubuntu1.22.04.3] +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.106.1-7ubuntu0.22.04.2 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,now 1:8.9p1-3ubuntu0.4 amd64 [installed,automatic] +openssh-server/jammy-updates,now 1:8.9p1-3ubuntu0.4 amd64 [installed] +openssh-sftp-server/jammy-updates,now 1:8.9p1-3ubuntu0.4 amd64 [installed] +openssl/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.12 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.0ubuntu2 all [installed,automatic] +python-babel-localedata/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-apt/jammy-updates,now 2.4.0ubuntu2 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-updates,now 1.1ubuntu0.1 all [installed,automatic] +python3-distro/jammy,now 1.7.0-1 all [installed,automatic] +python3-distupgrade/jammy-updates,now 1:22.04.17 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-updates,jammy-security,now 1.26.5-1~exp1ubuntu0.1 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-updates,now 1.46-1ubuntu0.22.04.1 all [installed,automatic] +sg3-utils/jammy-updates,now 1.46-1ubuntu0.22.04.1 amd64 [installed,automatic] +shared-mime-info/jammy,now 2.1-2 amd64 [installed,automatic] +shim-signed/jammy-updates,jammy-security,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.5.6-0ubuntu1~22.04.2 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.11 amd64 [installed,automatic] +systemd/jammy-updates,now 249.11-0ubuntu3.11 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 29.4~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.17 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.11 amd64 [installed,automatic] +ufw/jammy-updates,now 0.36.1-4ubuntu0.1 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.13 all [installed,automatic] +vim-runtime/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.13 all [installed,automatic] +vim-tiny/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.13 amd64 [installed,automatic] +vim/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.13 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] +wireless-regdb/jammy-updates,jammy-security,now 2022.06.06-0ubuntu1~22.04.1 all [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.13 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 23G 5.9G 80% / +tmpfs 3.9G 0 3.9G 0% /dev/shm +tmpfs 1.6G 704K 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 +=== os-release Begin +PRETTY_NAME="Ubuntu 22.04.3 LTS" +NAME="Ubuntu" +VERSION_ID="22.04" +VERSION="22.04.3 LTS (Jammy Jellyfish)" +VERSION_CODENAME=jammy +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=jammy +=== os-release End +Using kernel: +Linux version 5.15.0-1051-azure (buildd@lcy02-amd64-118) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #59-Ubuntu SMP Wed Oct 11 18:49:16 UTC 2023 +Install completed successfully on Tue Nov 7 21:42:14 UTC 2023 +VSTS Build NUMBER: 20231107.1_master_82561538 +VSTS Build ID: 82561538 +Commit: 4bf4b12ed5d2c575ba598f04ae7495a9220eed27 +Ubuntu version: 22.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: From d1501e125742616f4bdcc53fad8616f44a8bb9d7 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Tue, 7 Nov 2023 19:46:55 -0600 Subject: [PATCH 2/8] spelling fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d612071..206033b2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,14 +23,14 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. - * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mistmatch and inconsitent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState. + * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState. * Behavioral Change * Updates to optimize the kube-reserved eviction thresholds available in 1.28 * Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1 * Azure Policy Changes * Introduce warn for policies, available in select upcoming built-in policy experiences * Show an exempt ComplianceReasonCode in the portal for exempt policies. - * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - avaliable in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) + * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) * Updates to apiserver to use max value for memory limit if the suggested value is larger. * Added a check for initialization taints that are added on agent pools, only allowing CriticalAddonsOnly taints or soft taints * Enable `UnauthenticatedHTTP2DOSMitigation`` for api server to address potential HTTP2 DOS attack. For the following versions: From 6be943577032e6a190a405a4f1f504148029fe80 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Thu, 9 Nov 2023 15:49:22 -0600 Subject: [PATCH 3/8] updates from comments --- CHANGELOG.md | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206033b2..a7ca3fd9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,14 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* Kubernetes 1.28 is GA and 1.25 will not be deprecated until the end of January 2024. This means that 4 versions will be GA during this time. +* Kubernetes 1.28 is GA. +* KEDA addon is GA. * Kubernetes 1.25 is being deprecated at the end of January 2024 and support will transition to our [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). * No new clusters can be created with [Azure AD Integration (legacy)](https://learn.microsoft.com/azure/aks/azure-ad-integration-cli). Existing AKS clusters with Azure Active Directory integration will keep working. All Azure AD Integration (legacy) AKS clusters will be migrated to [AKS-managed Azure AD](https://learn.microsoft.com/azure/aks/managed-azure-ad) automatically starting from December 1st, 2023. We recommend updating your cluster with AKS-managed Azure AD before December 1st, 2023. This way you can manage the API server downtime during non-business hours. * Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy Add-On](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks:~:text=exception%20YAML.-,Install%20Azure%20Policy%20Add%2Don%20for%20AKS,-Before%20you%20install) will now no longer support this. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). * [Windows containerd v1.7](https://github.com/Azure/AKS/issues/3975) will be the default container runtime for k8s v1.28+ on AKS Windows nodes. Windows Host Process (HPC) containers is GA in Windows containerd v1.7 and it has some [breaking changes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts). * Starting Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. -* AKS sent out an advisory regarding [CVE-2023-29332](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-29332) on September 13, 2023, which impacts AKS agent nodes. Recommended mitigation is to upgrade AKS cluster and AKS node image. If impacted clusters are not upgraded, AKS will apply mitigation on customer's next cluster update operation including node OS updates and node rolling upgrades, which may cause workload disruption. * [AKS Trusted Access](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is now GA and enabled by default. -* Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, the Azure Policy Add-On will now no longer support this. The Azure Policy Add-On will report `InvalidConstraint/Template` compliance reason code for detected errors after constraint template admission. ### Release notes @@ -23,22 +22,11 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. - * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will not be block for managedClusters in a non-terminal provisioningState. + * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change * Updates to optimize the kube-reserved eviction thresholds available in 1.28 - * Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1 - * Azure Policy Changes - * Introduce warn for policies, available in select upcoming built-in policy experiences - * Show an exempt ComplianceReasonCode in the portal for exempt policies. * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) - * Updates to apiserver to use max value for memory limit if the suggested value is larger. * Added a check for initialization taints that are added on agent pools, only allowing CriticalAddonsOnly taints or soft taints - * Enable `UnauthenticatedHTTP2DOSMitigation`` for api server to address potential HTTP2 DOS attack. For the following versions: - * 1.28.3 or up till 1.29.0 - * 1.27.7 or up till 1.28.0 - * 1.26.10 or up till 1.27.0 - * 1.25.15 or up till 1.26.0 - * Preview feature registration is no longer required for the KEDA addon * Component Updates * Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27). * This update has 3 CVE fixes for the nginx ingress controller. @@ -50,22 +38,17 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * The `whitelist-source-range` annotation has been renamed to `allowlist-source-range`. Both are currently supported but it is recommended to move to the new annotation `allowlist-source-range`. * The `custom-http-errors` annotation now only supports errors between 400 and 599. * Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023) - * KEDA no longer supports addon manager v1. Charts will move to the v2 addon folder. - * Update envoy image version to v1.27.2. This addresses a bug in the current version that causes the pod to crash with Segment fault. Additional changes to apiproxy resource limits which addresses resource starvation on large clusters. + * Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1 + * Azure Policy Changes + * Introduce warn for policies, available in select upcoming built-in policy experiences + * Show an exempt ComplianceReasonCode in the portal for exempt policies. * Update Azure Disk CSI driver version to v1.29.1 on AKS 1.28, to v1.28.4 on AKS 1.27, to v1.26.7 on AKS 1.26 and 1.25 * Update Azure File CSI driver version to v1.29.1 on AKS 1.28, to v1.28.6 on AKS 1.27, to v1.26.9 on AKS 1.26 and 1.25 * Update Azure Blob CSI driver version to v1.23.1 on AKS 1.28, to v1.22.3 on AKS 1.27, to v1.21.5 on AKS 1.26 and 1.25 * Update cloud-controller-manager image to v1.27.11, v1.26.17, v1.25.22 ([release notes](https://cloud-provider-azure.sigs.k8s.io/blog/)) - * Fix: deleting a VMMS erroroneously considered a shutdown [4840](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4804) - * Fix: VM name should be obtained from NIC.VirtualMachine.ID instead of NIC name [4878](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4878) - * Fix: public IP address name should be case-insensitive when querying cache [4861](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4861) - * Fix: refresh the load balancer object after updating backend pools to prevent etag mismatch error [4853](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4853) - * Fix: do not tag unmanaged route table [4794](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4794) - * Fix: [CVE-2023-45142](https://nvd.nist.gov/vuln/detail/CVE-2023-45142) ([4854](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4854)) * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a * Update to dropgz v0.0.15 to include azure-ipam v0.0.6 * apiVersion 2023-11-01 will GA support for `nodeSoakDurationInMinutes` - * Update [agentbaker](https://github.com/Azure/AgentBaker) version to v0.20231026.0 * Azure Linux image has been updated to [Azure Linux - 202311.07.0](vhd-notes/AzureLinux/202311.07.0.txt). * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). @@ -1123,7 +1106,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Preview Features * [Azure Backup for AKS](https://azure.microsoft.com/updates/backupforakspublicpreview/) Public Preview is now available. * [Azure CNI Overlay](https://learn.microsoft.com/azure/aks/azure-cni-overlay) Public Preview is now available in ALL Azure Public Cloud Regions. - * [Trusted Access](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is now in Public Preview. * Bug Fix * Fixed issue with Linux node outbound connectivity failing due to HTTP_PROXY/HTTPS_PROXY not fully respected. * Fix to allow a stopped AKS cluster to rotate certificates. From a32bdb735014d8fd4f68cf9092e5df4971a0e5a2 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Thu, 9 Nov 2023 17:29:02 -0600 Subject: [PATCH 4/8] updates from comments --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ca3fd9..f977a246 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,27 +6,27 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* Kubernetes 1.28 is GA. -* KEDA addon is GA. * Kubernetes 1.25 is being deprecated at the end of January 2024 and support will transition to our [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). * No new clusters can be created with [Azure AD Integration (legacy)](https://learn.microsoft.com/azure/aks/azure-ad-integration-cli). Existing AKS clusters with Azure Active Directory integration will keep working. All Azure AD Integration (legacy) AKS clusters will be migrated to [AKS-managed Azure AD](https://learn.microsoft.com/azure/aks/managed-azure-ad) automatically starting from December 1st, 2023. We recommend updating your cluster with AKS-managed Azure AD before December 1st, 2023. This way you can manage the API server downtime during non-business hours. * Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy Add-On](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks:~:text=exception%20YAML.-,Install%20Azure%20Policy%20Add%2Don%20for%20AKS,-Before%20you%20install) will now no longer support this. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). * [Windows containerd v1.7](https://github.com/Azure/AKS/issues/3975) will be the default container runtime for k8s v1.28+ on AKS Windows nodes. Windows Host Process (HPC) containers is GA in Windows containerd v1.7 and it has some [breaking changes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts). * Starting Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. -* [AKS Trusted Access](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is now GA and enabled by default. ### Release notes +* Features + * Kubernetes 1.28 is GA. + * KEDA addon is GA. + * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a * Preview Features * [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap + * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) * Bug Fixes * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change * Updates to optimize the kube-reserved eviction thresholds available in 1.28 - * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) - * Added a check for initialization taints that are added on agent pools, only allowing CriticalAddonsOnly taints or soft taints * Component Updates * Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27). * This update has 3 CVE fixes for the nginx ingress controller. @@ -46,11 +46,8 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Update Azure File CSI driver version to v1.29.1 on AKS 1.28, to v1.28.6 on AKS 1.27, to v1.26.9 on AKS 1.26 and 1.25 * Update Azure Blob CSI driver version to v1.23.1 on AKS 1.28, to v1.22.3 on AKS 1.27, to v1.21.5 on AKS 1.26 and 1.25 * Update cloud-controller-manager image to v1.27.11, v1.26.17, v1.25.22 ([release notes](https://cloud-provider-azure.sigs.k8s.io/blog/)) - * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a * Update to dropgz v0.0.15 to include azure-ipam v0.0.6 - * apiVersion 2023-11-01 will GA support for `nodeSoakDurationInMinutes` * Azure Linux image has been updated to [Azure Linux - 202311.07.0](vhd-notes/AzureLinux/202311.07.0.txt). - * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). From 1ef4a222cac0a6fb3a02f62717d613dbd7eb8823 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Fri, 10 Nov 2023 10:59:17 -0600 Subject: [PATCH 5/8] Update CHANGELOG.md Co-authored-by: Ally Ford --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f977a246..24fa590b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) * Bug Fixes - * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. + * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change From 31c3596f4edfa5f151fb462e32348e950d18455f Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Fri, 10 Nov 2023 11:12:50 -0600 Subject: [PATCH 6/8] updates from comments --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f977a246..25098851 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,15 +15,16 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release notes * Features - * Kubernetes 1.28 is GA. - * KEDA addon is GA. + * Kubernetes 1.28 is [GA](https://azure.microsoft.com/updates/ga-kubernetes-128-support-in-azure-kubernetes-service-aks/) * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a + * KEDA addon is [GA](https://azure.microsoft.com/updates/ga-kubernetes-eventdriven-autoscaling-keda-addon-for-aks/) * Preview Features * [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) * Bug Fixes - * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. - * In some occasions, PUT operations on managedClusters or agentPools see long latency in the operations. This fixes one of a few scenarios. + * Incorporated fix for irqbalance [#275](https://github.com/Irqbalance/irqbalance/issues/275) a node image upgrade from 202310.4.0 will resolve the unbalanced IRQs + * Under some conditions it was possible to set `max_surge=0` which may interfere with upgrades. Now `max_surge` must be > 0. See [Customize node surge upgrade](https://learn.microsoft.com/azure/aks/operator-best-practices-run-at-scale#cluster-upgrade-considerations-and-best-practices) for more information about the setting. + * Fixed an issue where PUT operations on managedClusters or agentPools see long latency in the overall operation due to an internal network issue. * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change * Updates to optimize the kube-reserved eviction thresholds available in 1.28 @@ -42,11 +43,11 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Azure Policy Changes * Introduce warn for policies, available in select upcoming built-in policy experiences * Show an exempt ComplianceReasonCode in the portal for exempt policies. - * Update Azure Disk CSI driver version to v1.29.1 on AKS 1.28, to v1.28.4 on AKS 1.27, to v1.26.7 on AKS 1.26 and 1.25 - * Update Azure File CSI driver version to v1.29.1 on AKS 1.28, to v1.28.6 on AKS 1.27, to v1.26.9 on AKS 1.26 and 1.25 - * Update Azure Blob CSI driver version to v1.23.1 on AKS 1.28, to v1.22.3 on AKS 1.27, to v1.21.5 on AKS 1.26 and 1.25 + * Update Azure Disk CSI driver version to [v1.29.1](https://github.com/kubernetes-sigs/azuredisk-csi-driver/releases/tag/v1.29.1) on AKS 1.28, to v1.28.4 on AKS 1.27, to v1.26.7 on AKS 1.26 and 1.25 + * Update Azure File CSI driver version to [v1.29.1](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.29.1) on AKS 1.28, to v1.28.6 on AKS 1.27, to v1.26.9 on AKS 1.26 and 1.25 + * Update Azure Blob CSI driver version to [v1.23.1](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.23.1) on AKS 1.28, to v1.22.3 on AKS 1.27, to v1.21.5 on AKS 1.26 and 1.25 * Update cloud-controller-manager image to v1.27.11, v1.26.17, v1.25.22 ([release notes](https://cloud-provider-azure.sigs.k8s.io/blog/)) - * Update to dropgz v0.0.15 to include azure-ipam v0.0.6 + * Update to dropgz [v0.0.15](https://github.com/Azure/azure-container-networking/releases/tag/dropgz%2Fv0.0.15) to include azure-ipam v0.0.6 * Azure Linux image has been updated to [Azure Linux - 202311.07.0](vhd-notes/AzureLinux/202311.07.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202311.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202311.07.0.txt). From 79dde34bec4229b0412448bc6ec12c1f33b05289 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Fri, 10 Nov 2023 14:42:37 -0600 Subject: [PATCH 7/8] changed deprecation date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25098851..6788929e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* Kubernetes 1.25 is being deprecated at the end of January 2024 and support will transition to our [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). +* Kubernetes 1.25 is being deprecated on January 14, 2024 and support will transition to our [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). * No new clusters can be created with [Azure AD Integration (legacy)](https://learn.microsoft.com/azure/aks/azure-ad-integration-cli). Existing AKS clusters with Azure Active Directory integration will keep working. All Azure AD Integration (legacy) AKS clusters will be migrated to [AKS-managed Azure AD](https://learn.microsoft.com/azure/aks/managed-azure-ad) automatically starting from December 1st, 2023. We recommend updating your cluster with AKS-managed Azure AD before December 1st, 2023. This way you can manage the API server downtime during non-business hours. * Starting January 2024, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy Add-On](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks:~:text=exception%20YAML.-,Install%20Azure%20Policy%20Add%2Don%20for%20AKS,-Before%20you%20install) will now no longer support this. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). * [Windows containerd v1.7](https://github.com/Azure/AKS/issues/3975) will be the default container runtime for k8s v1.28+ on AKS Windows nodes. Windows Host Process (HPC) containers is GA in Windows containerd v1.7 and it has some [breaking changes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts). From a3657210605b682632a8ae947ecaee54d61b48b4 Mon Sep 17 00:00:00 2001 From: azure-quickstart-templates pipeline Date: Sat, 11 Nov 2023 14:56:40 -0600 Subject: [PATCH 8/8] updates from comments --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6788929e..c3284c3d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a * KEDA addon is [GA](https://azure.microsoft.com/updates/ga-kubernetes-eventdriven-autoscaling-keda-addon-for-aks/) * Preview Features - * [dropgz](https://github.com/Azure/azure-container-networking/tree/master/dropgz) is enabled for Windows for the overlay subnet feature, in 2 regions: eastus2euap and centraluseuap * Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936) * Bug Fixes * Incorporated fix for irqbalance [#275](https://github.com/Irqbalance/irqbalance/issues/275) a node image upgrade from 202310.4.0 will resolve the unbalanced IRQs @@ -27,7 +26,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where PUT operations on managedClusters or agentPools see long latency in the overall operation due to an internal network issue. * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change - * Updates to optimize the kube-reserved eviction thresholds available in 1.28 + * Updates to optimize the kube-reserved eviction thresholds (available in 1.28)[https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#memory] * Component Updates * Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27). * This update has 3 CVE fixes for the nginx ingress controller. @@ -38,7 +37,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * The AJP protocol is no longer supported. * The `whitelist-source-range` annotation has been renamed to `allowlist-source-range`. Both are currently supported but it is recommended to move to the new annotation `allowlist-source-range`. * The `custom-http-errors` annotation now only supports errors between 400 and 599. - * Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023) + * Azure Monitor Metrics [November release](https://github.com/Azure/prometheus-collector/blob/main/RELEASENOTES.md#release-11-03-2023) to v.6.8.1 * Update [gatekeeper to v3.13.3](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.13.3) and policy addon 1.2.1 * Azure Policy Changes * Introduce warn for policies, available in select upcoming built-in policy experiences