From 65c1a6924bffe7d9bf5f826ab9eb9c96c4e5e445 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:19:16 -0700 Subject: [PATCH 01/10] 0507 rel notes --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fa7a52..f87e3d11 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ # Azure Kubernetes Service Changelog +## Release 2023-05-07 + +Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). + +### Announcements + +* Starting on March 21, 2023, traffic to k8s.gcr.io will be redirected to registry.k8s.io, following the [community announcement](https://kubernetes.io/blog/2023/03/10/image-registry-redirect/). +* Docker container runtime will be retired for Windows nodepools on May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. +* Each Kubernetes version is supported for 12 months. After 12 months, the minor version will shift to platform support only. Our new [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy) provides customers with Azure infrastructure support while the cluster is in an n-3 version (where n is the latest supported AKS GA minor version). Platform support does not include anything related to Kubernetes functionality and components, but provides customers with additional support beyond what was previously provided for unsupported versions. + +### Release notes + +* Preview Features + * Mariner is now supported in [NodeOSUpgradeChannel (preview)](https://learn.microsoft.com/azure/aks/auto-upgrade-node-image). This change is currently rolling out and expected to be in all regions by May 12th. + +* Bug Fixes + * Upgraded csi-provisioner version to v3.5.0 to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) + * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). + * Now returning a clientError, when you do Stop/RunCommand action on a cluster that was never successfully provisioned and wa stuck in failed state. + +* Behavior Changes + * The maximum size of a request body for Nginx ingress controller default increased from 1MB to 64MB.Refer ARM specs [here](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#max-request-body-size). + * SDKs and other tools using API version 2023-04-01 or 2023-04-02-preview have removed the dockerBridgeCidr field. This field has been ignored since Kubernetes 1.19. Attempting to set this field may result in an error. To resolve the error, do not set this field. + +* Component Updates + * AKS updated the OSM addon on clusters running AKS k8s version >= v1.24.0 from OSM v1.2.3 to v.1.2.4. Details [here](https://github.com/openservicemesh/osm/releases/tag/v1.2.4). + * Azure Service Mesh add-on's Istiod and ingress images updated from v1.17.1 to [v1.17.2 patch](https://github.com/istio/istio/compare/1.17.1...1.17.2). + ## Release 2023-04-30 From e311f5a7adb9a6863942d88297b8ae5b61b2f057 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:22:38 -0700 Subject: [PATCH 02/10] edit 2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87e3d11..4bb0086f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes * Upgraded csi-provisioner version to v3.5.0 to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). - * Now returning a clientError, when you do Stop/RunCommand action on a cluster that was never successfully provisioned and wa stuck in failed state. + * Now returning a clientError, when you do Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. * Behavior Changes * The maximum size of a request body for Nginx ingress controller default increased from 1MB to 64MB.Refer ARM specs [here](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#max-request-body-size). From b9f7cea810da659adc32f282fb2df204cc0770b1 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:28:36 -0700 Subject: [PATCH 03/10] few additions --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb0086f..ca4d639e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Upgraded csi-provisioner version to v3.5.0 to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). * Now returning a clientError, when you do Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. + * Upgraded blob csi driver to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. * Behavior Changes * The maximum size of a request body for Nginx ingress controller default increased from 1MB to 64MB.Refer ARM specs [here](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#max-request-body-size). @@ -26,7 +27,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Component Updates * AKS updated the OSM addon on clusters running AKS k8s version >= v1.24.0 from OSM v1.2.3 to v.1.2.4. Details [here](https://github.com/openservicemesh/osm/releases/tag/v1.2.4). * Azure Service Mesh add-on's Istiod and ingress images updated from v1.17.1 to [v1.17.2 patch](https://github.com/istio/istio/compare/1.17.1...1.17.2). - + * Upgraded Cilium to version 1.12.8 along with changes to match [upstream](https://github.com/cilium/cilium/pull/24075/files#diff-8d03af2c9f8f368b86831ae81cfb6f4152e884baf74366c09f2d92363ad791e7). ## Release 2023-04-30 From 2c99407bde0e7a0ed1f0f926e116026084eb8754 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:32:00 -0700 Subject: [PATCH 04/10] docker message --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4d639e..db2048e5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Behavior Changes * The maximum size of a request body for Nginx ingress controller default increased from 1MB to 64MB.Refer ARM specs [here](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#max-request-body-size). - * SDKs and other tools using API version 2023-04-01 or 2023-04-02-preview have removed the dockerBridgeCidr field. This field has been ignored since Kubernetes 1.19. Attempting to set this field may result in an error. To resolve the error, do not set this field. + * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. * Component Updates * AKS updated the OSM addon on clusters running AKS k8s version >= v1.24.0 from OSM v1.2.3 to v.1.2.4. Details [here](https://github.com/openservicemesh/osm/releases/tag/v1.2.4). From b36f80b60994c83d466582f73f6921977b0c94c8 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:46:59 -0700 Subject: [PATCH 05/10] Remove rp ingress --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2048e5..5eb8c096 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Upgraded blob csi driver to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. * Behavior Changes - * The maximum size of a request body for Nginx ingress controller default increased from 1MB to 64MB.Refer ARM specs [here](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#max-request-body-size). * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. * Component Updates From 91db7636cbad6d818fca70ad5605048ead17ef92 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Fri, 5 May 2023 14:53:51 -0700 Subject: [PATCH 06/10] latest friday --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb8c096..7a6bb9a4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Starting on March 21, 2023, traffic to k8s.gcr.io will be redirected to registry.k8s.io, following the [community announcement](https://kubernetes.io/blog/2023/03/10/image-registry-redirect/). * Docker container runtime will be retired for Windows nodepools on May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. * Each Kubernetes version is supported for 12 months. After 12 months, the minor version will shift to platform support only. Our new [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy) provides customers with Azure infrastructure support while the cluster is in an n-3 version (where n is the latest supported AKS GA minor version). Platform support does not include anything related to Kubernetes functionality and components, but provides customers with additional support beyond what was previously provided for unsupported versions. +* The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. ### Release notes @@ -17,12 +18,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes * Upgraded csi-provisioner version to v3.5.0 to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). - * Now returning a clientError, when you do Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. + * Now returning a clientError, when you do a Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. Error message returned is "The cluster is being deleted or hasn't been fully provisioned yet.". * Upgraded blob csi driver to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. -* Behavior Changes - * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. - * Component Updates * AKS updated the OSM addon on clusters running AKS k8s version >= v1.24.0 from OSM v1.2.3 to v.1.2.4. Details [here](https://github.com/openservicemesh/osm/releases/tag/v1.2.4). * Azure Service Mesh add-on's Istiod and ingress images updated from v1.17.1 to [v1.17.2 patch](https://github.com/istio/istio/compare/1.17.1...1.17.2). From 17f741392c2ecf314cde6d5b78b093b89e0250ea Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Mon, 8 May 2023 14:14:32 -0700 Subject: [PATCH 07/10] Wholesale changes --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6bb9a4..7c366385 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* Starting on March 21, 2023, traffic to k8s.gcr.io will be redirected to registry.k8s.io, following the [community announcement](https://kubernetes.io/blog/2023/03/10/image-registry-redirect/). * Docker container runtime will be retired for Windows nodepools on May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. * Each Kubernetes version is supported for 12 months. After 12 months, the minor version will shift to platform support only. Our new [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy) provides customers with Azure infrastructure support while the cluster is in an n-3 version (where n is the latest supported AKS GA minor version). Platform support does not include anything related to Kubernetes functionality and components, but provides customers with additional support beyond what was previously provided for unsupported versions. * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. @@ -16,15 +15,17 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Mariner is now supported in [NodeOSUpgradeChannel (preview)](https://learn.microsoft.com/azure/aks/auto-upgrade-node-image). This change is currently rolling out and expected to be in all regions by May 12th. * Bug Fixes - * Upgraded csi-provisioner version to v3.5.0 to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) + * Csi-provisioner version updated to v3.5.0 in order to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). * Now returning a clientError, when you do a Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. Error message returned is "The cluster is being deleted or hasn't been fully provisioned yet.". - * Upgraded blob csi driver to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. + * The CPU limit of Azure Monitor Metrics Addon (Windows Daemonset) is updated from 200m to 500m to fix a throttling issue. * Component Updates - * AKS updated the OSM addon on clusters running AKS k8s version >= v1.24.0 from OSM v1.2.3 to v.1.2.4. Details [here](https://github.com/openservicemesh/osm/releases/tag/v1.2.4). - * Azure Service Mesh add-on's Istiod and ingress images updated from v1.17.1 to [v1.17.2 patch](https://github.com/istio/istio/compare/1.17.1...1.17.2). - * Upgraded Cilium to version 1.12.8 along with changes to match [upstream](https://github.com/cilium/cilium/pull/24075/files#diff-8d03af2c9f8f368b86831ae81cfb6f4152e884baf74366c09f2d92363ad791e7). + * Open Service Mesh add-on images updated from v1.2.3 to [v1.2.4](https://github.com/openservicemesh/osm/releases/tag/v1.2.4) for AKS clusters of versions >= 1.24.0. + * Istio-based service mesh add-on's istiod and ingress images updated from v1.17.1 to v1.17.2. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). + * Cilium upgraded to [1.12.8](https://github.com/cilium/cilium/releases/tag/v1.12.8) for [AKS clusters with Azure CNI Powered by Cilium](https://learn.microsoft.com/en-us/azure/aks/azure-cni-powered-by-cilium). + * Blob csi driver upgraded to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. + * Validations logic added to error out in [Azure CNI overlay](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/insufficientsubnetsize-error-advanced-networking) clusters, whenever autoscaler max count or manual scale node count likely goes over the IP limits of what the managed subnet and podcidr settings get by default ## Release 2023-04-30 From c9dfe66d7a52859366986698ff1416fc6731456d Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Mon, 8 May 2023 14:35:18 -0700 Subject: [PATCH 08/10] Grammar and flow --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c366385..079db521 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements -* Docker container runtime will be retired for Windows nodepools on May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. +* Docker container runtime for Windows nodepools has been retired as of May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. * Each Kubernetes version is supported for 12 months. After 12 months, the minor version will shift to platform support only. Our new [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy) provides customers with Azure infrastructure support while the cluster is in an n-3 version (where n is the latest supported AKS GA minor version). Platform support does not include anything related to Kubernetes functionality and components, but provides customers with additional support beyond what was previously provided for unsupported versions. * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. @@ -15,16 +15,16 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Mariner is now supported in [NodeOSUpgradeChannel (preview)](https://learn.microsoft.com/azure/aks/auto-upgrade-node-image). This change is currently rolling out and expected to be in all regions by May 12th. * Bug Fixes - * Csi-provisioner version updated to v3.5.0 in order to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) - * Added update permission for ciliumidentity, without this permission- cilium-operator and ciliumAgent cannot garbage collect unused [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). + * Updated 'cilium', 'cilium-operator', 'cilium-pre-flight' ClusterRoles to include 'update' permission for 'ciliumidentities' api-resource. This addresses the issue where cilium-operator and cilium-agent could not garbage collect unused identities. [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). * Now returning a clientError, when you do a Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. Error message returned is "The cluster is being deleted or hasn't been fully provisioned yet.". - * The CPU limit of Azure Monitor Metrics Addon (Windows Daemonset) is updated from 200m to 500m to fix a throttling issue. + * The CPU limit of Windows DaemonSet for Azure Monitor Metrics Addon is updated from 200m to 500m to fix throttling issue. * Component Updates * Open Service Mesh add-on images updated from v1.2.3 to [v1.2.4](https://github.com/openservicemesh/osm/releases/tag/v1.2.4) for AKS clusters of versions >= 1.24.0. * Istio-based service mesh add-on's istiod and ingress images updated from v1.17.1 to v1.17.2. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). * Cilium upgraded to [1.12.8](https://github.com/cilium/cilium/releases/tag/v1.12.8) for [AKS clusters with Azure CNI Powered by Cilium](https://learn.microsoft.com/en-us/azure/aks/azure-cni-powered-by-cilium). * Blob csi driver upgraded to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. + * Csi-provisioner version updated to v3.5.0 in order to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) * Validations logic added to error out in [Azure CNI overlay](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/insufficientsubnetsize-error-advanced-networking) clusters, whenever autoscaler max count or manual scale node count likely goes over the IP limits of what the managed subnet and podcidr settings get by default ## Release 2023-04-30 From bec4df9d2d7ed62813eadfa9858b863047036ec3 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Tue, 9 May 2023 09:21:08 -0700 Subject: [PATCH 09/10] Moved to bug fix validations --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 079db521..1891c212 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Updated 'cilium', 'cilium-operator', 'cilium-pre-flight' ClusterRoles to include 'update' permission for 'ciliumidentities' api-resource. This addresses the issue where cilium-operator and cilium-agent could not garbage collect unused identities. [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). * Now returning a clientError, when you do a Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. Error message returned is "The cluster is being deleted or hasn't been fully provisioned yet.". * The CPU limit of Windows DaemonSet for Azure Monitor Metrics Addon is updated from 200m to 500m to fix throttling issue. + * Validations logic added to error out in [Azure CNI overlay](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/insufficientsubnetsize-error-advanced-networking) clusters, whenever autoscaler max count or manual scale node count likely goes over the IP limits of what the managed subnet and podcidr settings get by default * Component Updates * Open Service Mesh add-on images updated from v1.2.3 to [v1.2.4](https://github.com/openservicemesh/osm/releases/tag/v1.2.4) for AKS clusters of versions >= 1.24.0. @@ -25,7 +26,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Cilium upgraded to [1.12.8](https://github.com/cilium/cilium/releases/tag/v1.12.8) for [AKS clusters with Azure CNI Powered by Cilium](https://learn.microsoft.com/en-us/azure/aks/azure-cni-powered-by-cilium). * Blob csi driver upgraded to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. * Csi-provisioner version updated to v3.5.0 in order to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) - * Validations logic added to error out in [Azure CNI overlay](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/insufficientsubnetsize-error-advanced-networking) clusters, whenever autoscaler max count or manual scale node count likely goes over the IP limits of what the managed subnet and podcidr settings get by default + ## Release 2023-04-30 From c85ffce129b7506751bcf957d702e387d06803e3 Mon Sep 17 00:00:00 2001 From: Kaarthikeyan Subramanian Date: Tue, 9 May 2023 10:09:16 -0700 Subject: [PATCH 10/10] VHD and new changes --- CHANGELOG.md | 8 +- vhd-notes/AKSMariner/202305.08.0.txt | 447 +++++++++ .../aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt | 828 ++++++++++++++++ .../aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt | 880 ++++++++++++++++++ 4 files changed, 2161 insertions(+), 2 deletions(-) create mode 100644 vhd-notes/AKSMariner/202305.08.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 1891c212..aae4bf4b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Docker container runtime for Windows nodepools has been retired as of May 1, 2023. After docker container runtime is retired, you may remain on existing deployed instances but scaling operations will fail, nodepool creation will fail, and you will be out of support. Follow the detailed steps [in our documentation](https://learn.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli) to upgrade to containerd. * Each Kubernetes version is supported for 12 months. After 12 months, the minor version will shift to platform support only. Our new [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy) provides customers with Azure infrastructure support while the cluster is in an n-3 version (where n is the latest supported AKS GA minor version). Platform support does not include anything related to Kubernetes functionality and components, but provides customers with additional support beyond what was previously provided for unsupported versions. * The Docker Bridge CIDR field in the AKS API was made redundant during our change from Docker to containerD in Kubernetes version 1.19. Starting with the 2023-04-01 AKS API version, the Docker Bridge CIDR field will be removed. +* AKS is gradually rolling out a change that will rotate the token in the kubeconfig credentials. It shall not incur any impact since kubeconfig has the client certificate. Should you see any issue, retrieve the kubeconfig again with `az aks get-credentials`. ### Release notes @@ -18,7 +19,8 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Updated 'cilium', 'cilium-operator', 'cilium-pre-flight' ClusterRoles to include 'update' permission for 'ciliumidentities' api-resource. This addresses the issue where cilium-operator and cilium-agent could not garbage collect unused identities. [identities](https://github.com/cilium/cilium/commit/2adf5f4313d42ae055528b09eb8dff4c19e74a98). * Now returning a clientError, when you do a Stop/RunCommand action on a cluster that was never successfully provisioned and was stuck in failed state. Error message returned is "The cluster is being deleted or hasn't been fully provisioned yet.". * The CPU limit of Windows DaemonSet for Azure Monitor Metrics Addon is updated from 200m to 500m to fix throttling issue. - * Validations logic added to error out in [Azure CNI overlay](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/insufficientsubnetsize-error-advanced-networking) clusters, whenever autoscaler max count or manual scale node count likely goes over the IP limits of what the managed subnet and podcidr settings get by default + * In cases where an Azure CNI Overlay cluster's podCIDR becomes exhausted (i.e does not have enough ip addresses for the node count across all nodepools)then based on nodepools.MaxCount value only for those nodepools that have AutoScaling enabled - customer will get an already existing error message 'i18n.InsufficientSubnetSize error Target fieldnames.NetworkProfile_PodCIDR'. + * In case customer deploys an Azure CNI Overlay cluster into a nodeCIDR, where the nodeCIDR doesn't have enough ip addresses for the number of nodes across the nodepools on the same subnet. Then for nodepools that have autoscaling enabled and based on maxcount, customer will get the same 'i18n.InsufficientSubnetSize error message with an error target fieldnames.AgentPoolProfile_VnetSubnetID'. * Component Updates * Open Service Mesh add-on images updated from v1.2.3 to [v1.2.4](https://github.com/openservicemesh/osm/releases/tag/v1.2.4) for AKS clusters of versions >= 1.24.0. @@ -26,7 +28,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Cilium upgraded to [1.12.8](https://github.com/cilium/cilium/releases/tag/v1.12.8) for [AKS clusters with Azure CNI Powered by Cilium](https://learn.microsoft.com/en-us/azure/aks/azure-cni-powered-by-cilium). * Blob csi driver upgraded to [v1.19.5](https://github.com/kubernetes-sigs/blob-csi-driver/releases/tag/v1.19.5) on AKS 1.24, 1.25 to fix blobfuse install failures. * Csi-provisioner version updated to v3.5.0 in order to fix a volume deletion issue, [details](https://github.com/kubernetes/kubernetes/issues/100485#issuecomment-1497878875) - + * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202305.08.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt). + * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202305.08.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt). + * AKS Mariner image has been updated to [AKSMariner-202305.08.0](vhd-notes/AKSMariner/202305.08.0.txt). ## Release 2023-04-30 diff --git a/vhd-notes/AKSMariner/202305.08.0.txt b/vhd-notes/AKSMariner/202305.08.0.txt new file mode 100644 index 00000000..2ff6d459 --- /dev/null +++ b/vhd-notes/AKSMariner/202305.08.0.txt @@ -0,0 +1,447 @@ +Starting build on Mon May 8 16:41:55 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 + - [installed] containerd v1.6.18-1 + - crictl version 1.25.0 + - runc version 1.1.5 + - bpftrace v0.9.4 + - nvidia-driver=-sha-dc8c1a + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.18 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.39 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.0.3 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.3 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.0 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.7 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.6.0-main-04-25-2023-2eb2a81c + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.0-main-05-04-2023-4450ad10 + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.6.0 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.5 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.8 + - mcr.microsoft.com/oss/cilium/cilium:1.12.5.2 + - mcr.microsoft.com/oss/cilium/cilium:1.12.8 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.23.24 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.1 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.8.6 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.27.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.2 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.2.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.6.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.5.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.0 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:prod_20230208.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:prod_20230208.1 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.3 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.4 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.4.43 + - Azure CNI version 1.4.35 + - Azure Swift CNI version 1.4.43 + - Azure Swift CNI version 1.4.35 + - Azure Overlay CNI version 1.4.43 + - Azure Overlay CNI version 1.4.35 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nginx/nginx:1.21.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10.3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230208.2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3.4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 114245560 Dec 11 01:01 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Dec 11 01:01 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 116095704 Dec 13 08:50 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Dec 13 08:50 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 121251736 Jan 3 21:00 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jan 3 21:00 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 116628888 Jan 27 23:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jan 27 23:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 114245720 Jan 30 19:05 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jan 30 19:05 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 121272408 Mar 21 00:57 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Mar 21 00:57 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 106151936 Apr 14 21:52 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Apr 14 21:52 /usr/local/bin/kubectl-1.27.1 +-r-xr--r-- 1 root root 2462 May 8 16:41 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 May 8 16:41 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 May 8 16:44 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 May 8 16:44 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 May 8 16:44 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 May 8 16:44 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-x--- 1 root root 35384960 May 8 16:45 /usr/local/bin/bpftrace +=== Installed Packages Begin +iotop-0.6-7.cm1.noarch +filesystem-1.1-7.cm1.x86_64 +oniguruma-6.9.5-2.cm1.x86_64 +libgcc-9.1.0-7.cm1.x86_64 +kernel-devel-5.10.177.1-1.cm1.x86_64 +libstdc++-9.1.0-7.cm1.x86_64 +lsof-4.93.2-3.cm1.x86_64 +xz-libs-5.2.4-3.cm1.x86_64 +nmap-ncat-7.90-3.cm1.x86_64 +readline-7.0-4.cm1.x86_64 +libnfsidmap-2.3.3-8.cm1.x86_64 +pcre-8.44-2.cm1.x86_64 +keyutils-1.5.10-3.cm1.x86_64 +gmp-6.1.2-6.cm1.x86_64 +pigz-2.6-1.cm1.x86_64 +coreutils-8.30-12.cm1.x86_64 +socat-1.7.3.4-2.cm1.x86_64 +bash-4.4.23-1.cm1.x86_64 +traceroute-2.1.0-5.cm1.x86_64 +xz-5.2.4-3.cm1.x86_64 +libapparmor-2.13-12.cm1.x86_64 +kernel-5.10.177.1-1.cm1.x86_64 +moby-runc-1.1.5+azure-1.cm1.x86_64 +grub2-efi-binary-2.06~rc1-10.cm1.x86_64 +libcgroup-0.41-24.cm1.x86_64 +slang-2.3.2-3.cm1.x86_64 +bcc-0.12.0-1.cm1.x86_64 +chkconfig-1.11-2.cm1.x86_64 +bcc-tools-0.12.0-1.cm1.x86_64 +libffi-3.2.1-12.cm1.x86_64 +libtasn1-4.14-4.cm1.x86_64 +ca-certificates-tools-20200720-30.cm1.noarch +util-linux-libs-2.32.1-7.cm1.x86_64 +libgpg-error-1.32-4.cm1.x86_64 +elfutils-0.176-4.cm1.x86_64 +cracklib-2.9.7-3.cm1.x86_64 +lz4-1.9.2-2.cm1.x86_64 +openssl-libs-1.1.1k-15.cm1.x86_64 +cryptsetup-libs-2.3.7-1.cm1.x86_64 +cronie-1.5.2-5.cm1.x86_64 +openssl-1.1.1k-15.cm1.x86_64 +libdb-5.3.28-6.cm1.x86_64 +expat-libs-2.5.0-1.cm1.x86_64 +pkg-config-0.29.2-4.cm1.x86_64 +expat-2.5.0-1.cm1.x86_64 +file-libs-5.38-1.cm1.x86_64 +e2fsprogs-libs-1.44.6-4.cm1.x86_64 +mariner-repos-shared-1.0-16.cm1.noarch +dbus-1.13.6-6.cm1.x86_64 +libssh2-1.9.0-1.cm1.x86_64 +curl-7.88.1-1.cm1.x86_64 +libpwquality-1.4.2-7.cm1.x86_64 +python3-3.7.13-6.cm1.x86_64 +iana-etc-2.30-5.cm1.noarch +nspr-4.33-1.cm1.x86_64 +rpm-libs-4.14.2-15.cm1.x86_64 +device-mapper-2.03.05-6.cm1.x86_64 +libcap-ng-0.7.9-3.cm1.x86_64 +rpm-build-libs-4.14.2-15.cm1.x86_64 +python3-six-1.11.0-5.cm1.noarch +python3-distro-1.6.0-2.cm1.noarch +python3-dbus-1.2.16-7.cm1.x86_64 +zchunk-1.1.5-2.cm1.x86_64 +mariner-repos-microsoft-1.0-16.cm1.noarch +cyrus-sasl-2.1.28-1.cm1.x86_64 +openssh-clients-8.9p1-1.cm1.x86_64 +libcomps-0.1.11-4.cm1.x86_64 +file-5.38-1.cm1.x86_64 +procps-ng-3.3.15-3.cm1.x86_64 +rpm-4.14.2-15.cm1.x86_64 +zstd-1.4.9-1.cm1.x86_64 +rpm-devel-4.14.2-15.cm1.x86_64 +wget-1.21.2-1.cm1.x86_64 +bridge-utils-1.6-4.cm1.x86_64 +iputils-20180629-5.cm1.x86_64 +tzdata-2023c-1.cm1.noarch +nettle-3.7.3-1.cm1.x86_64 +ca-certificates-base-20200720-30.cm1.noarch +gzip-1.12-1.cm1.x86_64 +net-tools-1.60-14.cm1.x86_64 +tar-1.32-2.cm1.x86_64 +libaio-0.3.112-3.cm1.x86_64 +libuv-1.38.0-2.cm1.x86_64 +tdnf-cli-libs-2.1.0-7.cm1.x86_64 +dnf-data-4.10.0-1.cm1.noarch +npth-1.6-3.cm1.x86_64 +gpgme-1.13.1-6.cm1.x86_64 +python3-gpg-1.13.1-6.cm1.x86_64 +mpfr-4.0.1-3.cm1.x86_64 +audit-libs-3.0-19.cm1.x86_64 +libsemanage-3.2-1.cm1.x86_64 +sudo-1.9.13p3-1.cm1.x86_64 +chrony-3.5.1-5.cm1.x86_64 +libmodulemd-2.13.0-1.cm1.x86_64 +python3-libdnf-0.65.0-1.cm1.x86_64 +python3-dnf-4.10.0-1.cm1.noarch +python3-dnf-plugins-core-4.0.22-3.cm1.x86_64 +dnf-utils-4.0.22-3.cm1.x86_64 +dracut-049-5.cm1.x86_64 +python3-markupsafe-1.1.1-1.cm1.x86_64 +python3-idna-2.7-4.cm1.noarch +python3-jinja2-2.11.3-1.cm1.noarch +python3-configobj-5.0.6-6.cm1.noarch +python3-netifaces-0.10.9-3.cm1.x86_64 +python3-prettytable-0.7.2-8.cm1.noarch +dhcp-client-4.4.2-2.cm1.x86_64 +python3-jsonpatch-1.23-4.cm1.noarch +python3-chardet-3.0.4-5.cm1.noarch +python3-asn1crypto-0.24.0-3.cm1.noarch +python3-pycparser-2.18-3.cm1.noarch +python3-pyparsing-2.2.0-7.cm1.noarch +python3-cryptography-3.3.2-2.cm1.x86_64 +python3-requests-2.22.0-2.cm1.noarch +cloud-init-azure-kvp-21.4-2.cm1.noarch +cloud-utils-growpart-0.32-3.cm1.noarch +hypervvssd-5.10.177.1-1.cm1.x86_64 +hypervfcopyd-5.10.177.1-1.cm1.x86_64 +libnl3-3.4.0-6.cm1.x86_64 +netplan-0.95-1.cm1.x86_64 +openssh-server-8.9p1-1.cm1.x86_64 +python-xml-2.7.18-13.cm1.x86_64 +libestr-0.1.10-5.cm1.x86_64 +autogen-libopts-5.18.16-5.cm1.x86_64 +libltdl-2.4.6-8.cm1.x86_64 +guile-2.0.14-3.cm1.x86_64 +librelp-1.2.17-7.cm1.x86_64 +openssh-8.9p1-1.cm1.x86_64 +gpg-pubkey-3135ce90-5e6fda74 +inotify-tools-3.14-2.cm1.x86_64 +fuse-2.9.7-7.cm1.x86_64 +check-restart-1.0.0-2.cm1.x86_64 +libmnl-1.0.4-5.cm1.x86_64 +libnetfilter_conntrack-1.0.7-4.cm1.x86_64 +libnetfilter_cthelper-1.0.0-4.cm1.x86_64 +conntrack-tools-1.4.5-6.cm1.x86_64 +ebtables-legacy-2.0.11-6.cm1.x86_64 +perl-5.30.3-2.cm1.x86_64 +utf8proc-2.2.0-3.cm1.x86_64 +perl-DBI-1.641-3.cm1.x86_64 +python2-2.7.18-13.cm1.x86_64 +apr-util-1.6.3-1.cm1.x86_64 +subversion-1.14.0-5.cm1.x86_64 +git-2.33.7-1.cm1.x86_64 +mariner-release-1.0-61.cm1.noarch +ipset-7.1-2.cm1.x86_64 +glibc-2.28-24.cm1.x86_64 +jq-1.5-6.cm1.x86_64 +pcre-libs-8.44-2.cm1.x86_64 +libtirpc-1.1.4-5.cm1.x86_64 +zlib-1.2.12-2.cm1.x86_64 +libpcap-1.9.1-2.cm1.x86_64 +ncurses-libs-6.3-2.cm1.x86_64 +rpcbind-1.2.5-3.cm1.x86_64 +bzip2-libs-1.0.6-15.cm1.x86_64 +libevent-2.1.8-3.cm1.x86_64 +libcap-2.26-2.cm1.x86_64 +nfs-utils-2.3.3-8.cm1.x86_64 +libselinux-3.2-1.cm1.x86_64 +psmisc-23.2-4.cm1.x86_64 +grep-3.1-5.cm1.x86_64 +sysstat-12.3.3-2.cm1.x86_64 +libsepol-3.2-2.cm1.x86_64 +zip-3.0-5.cm1.x86_64 +kmod-25-4.cm1.x86_64 +libseccomp-2.4.1-2.cm1.x86_64 +shim-15.4-2.cm1.x86_64 +apparmor-parser-2.13-12.cm1.x86_64 +popt-1.16-7.cm1.x86_64 +moby-containerd-1.6.6+azure-9.cm1.x86_64 +newt-0.52.21-1.cm1.x86_64 +python3-bcc-0.12.0-1.cm1.x86_64 +ca-certificates-shared-20200720-30.cm1.noarch +bcc-examples-0.12.0-1.cm1.x86_64 +p11-kit-0.23.22-1.cm1.x86_64 +p11-kit-trust-0.23.22-1.cm1.x86_64 +ca-certificates-20200720-30.cm1.noarch +elfutils-libelf-0.176-4.cm1.x86_64 +libgcrypt-1.8.7-3.cm1.x86_64 +glib-2.58.0-10.cm1.x86_64 +pam-1.5.1-2.cm1.x86_64 +json-c-0.14-3.cm1.x86_64 +device-mapper-libs-2.03.05-6.cm1.x86_64 +systemd-239-44.cm1.x86_64 +logrotate-3.20.0-1.cm1.x86_64 +zstd-libs-1.4.9-1.cm1.x86_64 +sqlite-libs-3.34.1-2.cm1.x86_64 +ncurses-6.3-2.cm1.x86_64 +lua-5.3.5-9.cm1.x86_64 +util-linux-2.32.1-7.cm1.x86_64 +libxml2-2.9.14-3.cm1.x86_64 +krb5-1.18.4-3.cm1.x86_64 +libassuan-2.5.1-3.cm1.x86_64 +zchunk-libs-1.1.5-2.cm1.x86_64 +curl-libs-7.88.1-1.cm1.x86_64 +cracklib-dicts-2.9.7-3.cm1.x86_64 +gdbm-1.18-3.cm1.x86_64 +python3-libs-3.7.13-6.cm1.x86_64 +mariner-rpm-macros-1.0-8.cm1.noarch +nss-libs-3.73-1.cm1.x86_64 +libsolv-0.7.20-1.cm1.x86_64 +device-mapper-event-libs-2.03.05-6.cm1.x86_64 +device-mapper-event-2.03.05-6.cm1.x86_64 +iptables-1.8.3-6.cm1.x86_64 +python3-dateutil-2.7.3-4.cm1.noarch +python3-curses-3.7.13-6.cm1.x86_64 +cryptsetup-2.3.7-1.cm1.x86_64 +pinentry-1.1.0-3.cm1.x86_64 +mariner-repos-1.0-16.cm1.noarch +openldap-2.4.57-3.cm1.x86_64 +e2fsprogs-1.44.6-4.cm1.x86_64 +python3-libcomps-0.1.11-4.cm1.x86_64 +libedit-3.1.20180525-5.cm1.x86_64 +libarchive-3.6.1-2.cm1.x86_64 +iproute-4.18.0-5.cm1.x86_64 +zstd-devel-1.4.9-1.cm1.x86_64 +python3-rpm-4.14.2-15.cm1.x86_64 +bc-1.07.1-4.cm1.x86_64 +cpio-2.13-3.cm1.x86_64 +irqbalance-1.6.0-4.cm1.x86_64 +which-2.21-7.cm1.x86_64 +bzip2-1.0.6-15.cm1.x86_64 +findutils-4.6.0-8.cm1.x86_64 +libtool-2.4.6-8.cm1.x86_64 +sed-4.5-3.cm1.x86_64 +vim-9.0.1402-1.cm1.x86_64 +lvm2-2.03.05-6.cm1.x86_64 +bind-utils-9.16.37-1.cm1.x86_64 +tdnf-2.1.0-7.cm1.x86_64 +libksba-1.3.5-5.cm1.x86_64 +gnupg2-2.2.20-3.cm1.x86_64 +librepo-1.14.2-1.cm1.x86_64 +tdnf-plugin-repogpgcheck-2.1.0-7.cm1.x86_64 +gawk-4.2.1-4.cm1.x86_64 +audit-3.0-19.cm1.x86_64 +shadow-utils-4.9-8.cm1.x86_64 +core-packages-container-0.1-27.cm1.x86_64 +libyaml-0.2.1-3.cm1.x86_64 +libdnf-0.65.0-1.cm1.x86_64 +python3-hawkey-0.65.0-1.cm1.x86_64 +dnf-4.10.0-1.cm1.noarch +dnf-plugins-core-4.0.22-3.cm1.x86_64 +core-packages-base-image-0.1-27.cm1.x86_64 +initramfs-2.0-8.cm1.x86_64 +python3-xml-3.7.13-6.cm1.x86_64 +python3-setuptools-3.7.13-6.cm1.noarch +python3-PyYAML-3.13-5.cm1.x86_64 +python3-jsonschema-2.6.0-5.cm1.noarch +python3-oauthlib-2.1.0-4.cm1.noarch +dhcp-libs-4.4.2-2.cm1.x86_64 +python3-jsonpointer-2.0-3.cm1.noarch +python3-certifi-2018.10.15-5.cm1.noarch +python3-urllib3-1.25.9-2.cm1.noarch +python3-pyasn1-0.4.4-3.cm1.noarch +python3-cffi-1.14.5-1.cm1.x86_64 +python3-packaging-17.1-6.cm1.noarch +python3-pyOpenSSL-18.0.0-6.cm1.noarch +cloud-init-21.4-2.cm1.noarch +gptfdisk-1.0.4-4.cm1.x86_64 +hyperv-daemons-license-5.10.177.1-1.cm1.noarch +hypervkvpd-5.10.177.1-1.cm1.x86_64 +hyperv-daemons-5.10.177.1-1.cm1.x86_64 +wpa_supplicant-2.10-1.cm1.x86_64 +ncurses-term-6.3-2.cm1.x86_64 +python2-libs-2.7.18-13.cm1.x86_64 +gc-8.0.0-3.cm1.x86_64 +libfastjson-0.99.8-4.cm1.x86_64 +glibc-iconv-2.28-24.cm1.x86_64 +libunistring-0.9.10-4.cm1.x86_64 +gnutls-3.6.14-9.cm1.x86_64 +rsyslog-8.37.0-8.cm1.x86_64 +WALinuxAgent-2.2.54.2-4.cm1.noarch +gpg-pubkey-be1229cf-5631588c +boost-1.66.0-4.cm1.x86_64 +blobfuse-1.3.6-13.cm1.x86_64 +cifs-utils-6.8-6.cm1.x86_64 +libnfnetlink-1.0.1-4.cm1.x86_64 +libnetfilter_queue-1.0.3-4.cm1.x86_64 +libnetfilter_cttimeout-1.0.0-4.cm1.x86_64 +dnf-automatic-4.10.0-1.cm1.noarch +ethtool-5.0-2.cm1.x86_64 +apr-1.6.5-5.cm1.x86_64 +perl-CGI-4.40-2.cm1.noarch +perl-YAML-1.26-4.cm1.noarch +nss-3.73-1.cm1.x86_64 +libserf-1.3.9-6.cm1.x86_64 +subversion-perl-1.14.0-5.cm1.x86_64 +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +devtmpfs 3.4G 0 3.4G 0% /dev +tmpfs 3.4G 0 3.4G 0% /dev/shm +tmpfs 3.4G 520K 3.4G 1% /run +tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup +/dev/sda3 30G 18G 11G 64% / +tmpfs 3.4G 4.0K 3.4G 1% /tmp +/dev/sda2 459M 27M 404M 7% /boot +/dev/sda1 8.0M 2.3M 5.8M 28% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 681M 0 681M 0% /run/user/1000 +Using kernel: +Linux version 5.10.177.1-1.cm1 (root@CBL-Mariner) (gcc (GCC) 9.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Thu Apr 27 12:36:25 UTC 2023 +Install completed successfully on Mon May 8 17:00:48 UTC 2023 +VSTS Build NUMBER: 20230508.2_master_72937521 +VSTS Build ID: 72937521 +Commit: a560f9136cc44a454e3a151042a451b6ee168b4b +Ubuntu version: +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: false +=== os-release Begin +NAME="Common Base Linux Mariner" +VERSION="1.0.20230427" +ID=mariner +VERSION_ID="1.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 \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt new file mode 100644 index 00000000..f51ea027 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202305.08.0.txt @@ -0,0 +1,828 @@ +Starting build on Mon May 8 16:35:18 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 + - [installed] containerd v1.6.18-1 + - crictl version 1.25.0 + - runc version 1.1.5 + - bpftrace v0.9.4 + - nvidia-driver=cuda-525.85.12-sha-dc8c1a + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.18 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.39 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.0.3 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.3 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.0 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.7 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.6.0-main-04-25-2023-2eb2a81c + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.0-main-05-04-2023-4450ad10 + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.6.0 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.5 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.8 + - mcr.microsoft.com/oss/cilium/cilium:1.12.5.2 + - mcr.microsoft.com/oss/cilium/cilium:1.12.8 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.23.24 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.1 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.8.6 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.27.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.2 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.2.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.6.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.5.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.0 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:prod_20230208.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:prod_20230208.1 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.3 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.4 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.4.43 + - Azure CNI version 1.4.35 + - Azure Swift CNI version 1.4.43 + - Azure Swift CNI version 1.4.35 + - Azure Overlay CNI version 1.4.43 + - Azure Overlay CNI version 1.4.35 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/aks/acc/sgx-device-plugin:1.0 + - mcr.microsoft.com/aks/acc/sgx-plugin:1.1 + - mcr.microsoft.com/aks/acc/sgx-webhook:1.1 + - mcr.microsoft.com/aks/acc/sgx-attestation:3.3 + - mcr.microsoft.com/oss/nginx/nginx:1.21.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10.3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230208.2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3.4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 114245560 Dec 11 01:01 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Dec 11 01:01 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 116095704 Dec 13 08:50 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Dec 13 08:50 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 121251736 Jan 3 21:00 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jan 3 21:00 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 116628888 Jan 27 23:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jan 27 23:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 114245720 Jan 30 19:05 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jan 30 19:05 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 121272408 Mar 21 00:57 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Mar 21 00:57 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 106151936 Apr 14 21:52 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Apr 14 21:52 /usr/local/bin/kubectl-1.27.1 +-r-xr--r-- 1 root root 593 May 8 16:35 /usr/local/bin/logrotate.sh +-r-xr--r-- 1 root root 2462 May 8 16:35 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 May 8 16:35 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 May 8 16:42 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 May 8 16:42 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 May 8 16:42 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 May 8 16:42 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 35384960 May 8 16:43 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +accountsservice/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic] +acl/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +acpid/bionic,now 1:2.0.28-1ubuntu1 amd64 [installed] +adduser/bionic,now 3.116ubuntu1 all [installed,automatic] +apparmor/bionic-updates,bionic-security,now 2.12-4ubuntu5.1 amd64 [installed,automatic] +apt/bionic-updates,now 1.6.17 amd64 [installed,automatic] +apt-transport-https/bionic-updates,now 1.6.17 all [installed] +apt-utils/bionic-updates,now 1.6.17 amd64 [installed,automatic] +at/bionic,now 3.1.20-3.1ubuntu2 amd64 [installed] +attr/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +base-files/bionic-updates,now 10.1ubuntu2.11 amd64 [installed,automatic] +base-passwd/bionic,now 3.5.44 amd64 [installed,automatic] +bash/bionic-updates,bionic-security,now 4.4.18-2ubuntu1.3 amd64 [installed] +bash-completion/bionic,now 1:2.8-1ubuntu1 all [installed,automatic] +bc/bionic,now 1.07.1-2 amd64 [installed,automatic] +bcache-tools/bionic-updates,now 1.0.8-2ubuntu0.18.04.1 amd64 [installed] +bind9-host/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +binfmt-support/bionic,now 2.1.8-2 amd64 [installed,automatic] +binutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic] +binutils-common/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic] +blobfuse/bionic,now 1.4.5 amd64 [installed] +blobfuse2/bionic,now 2.0.3 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/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic] +busybox-static/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic] +byobu/bionic,now 5.125-0ubuntu1 all [installed] +bzip2/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +ca-certificates/bionic-updates,bionic-security,now 20211016ubuntu0.18.04.1 all [installed] +ceph-common/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed] +cgroup-lite/bionic,now 1.15 all [installed] +chrony/bionic-updates,bionic-security,now 3.2-4ubuntu4.5 amd64 [installed] +cifs-utils/bionic-updates,bionic-security,now 2:6.8-1ubuntu1.2 amd64 [installed] +cloud-guest-utils/bionic,now 0.30-0ubuntu5 all [installed] +cloud-init/bionic-updates,bionic-security,now 23.1.2-0ubuntu0~18.04.1 all [installed] +cloud-initramfs-copymods/bionic-updates,now 0.40ubuntu1.1 all [installed] +cloud-initramfs-dyn-netconf/bionic-updates,now 0.40ubuntu1.1 all [installed] +command-not-found/bionic-updates,now 18.04.6 all [installed,automatic] +command-not-found-data/bionic-updates,now 18.04.6 amd64 [installed,automatic] +conntrack/bionic,now 1:1.4.4+snapshot20161117-6ubuntu2 amd64 [installed] +console-setup/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +console-setup-linux/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +coreutils/bionic,now 8.28-1ubuntu1 amd64 [installed,automatic] +cpio/bionic-updates,bionic-security,now 2.12+dfsg-6ubuntu0.18.04.4 amd64 [installed,automatic] +cpp/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic] +cpp-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +cracklib-runtime/bionic,now 2.9.2-5build1 amd64 [installed] +crda/bionic,now 3.18-1build1 amd64 [installed] +cron/bionic-updates,bionic-security,now 3.0pl1-128.1ubuntu1.2 amd64 [installed,automatic] +cryptsetup/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +cryptsetup-bin/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +curl/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed] +dash/bionic,now 0.5.8-2.10 amd64 [installed] +dbus/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +dbus-user-session/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debconf-i18n/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debianutils/bionic,now 4.8.4 amd64 [installed,automatic] +diffutils/bionic,now 1:3.6-1 amd64 [installed] +dirmngr/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed] +distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 amd64 [installed,automatic] +distro-info-data/bionic-updates,now 0.37ubuntu0.17 all [installed,automatic] +dkms/bionic-updates,now 2.3-3ubuntu9.7 all [installed] +dmeventd/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dmidecode/bionic-updates,now 3.1-1ubuntu0.1 amd64 [installed,automatic] +dmsetup/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dns-root-data/bionic,now 2018013001 all [installed,automatic] +dnsmasq-base/bionic-updates,bionic-security,now 2.79-1ubuntu0.7 amd64 [installed,automatic] +dnsutils/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed] +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] +eject/bionic,now 2.1.5+deb1+cvs20081104-13.2 amd64 [installed,automatic] +ethtool/bionic,now 1:4.15-0ubuntu1 amd64 [installed] +fdisk/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +file/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +findutils/bionic,now 4.6.0+git+20170828-2 amd64 [installed] +fonts-ubuntu-console/bionic,now 0.83-2 all [installed] +friendly-recovery/bionic-updates,now 0.2.38ubuntu1.2 all [installed,automatic] +ftp/bionic,now 0.17-34 amd64 [installed,automatic] +fuse/bionic,now 2.9.7-1ubuntu1 amd64 [installed] +g++/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic] +g++-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gawk/bionic,now 1:4.1.4+dfsg-1build1 amd64 [installed,automatic] +gcc/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed] +gcc-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-7-base/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-8-base/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +gdisk/bionic,now 1.0.3-1 amd64 [installed,automatic] +geoip-database/bionic,now 20180315-1 all [installed,automatic] +gettext-base/bionic-updates,bionic-security,now 0.19.8.1-6ubuntu0.3 amd64 [installed,automatic] +gir1.2-glib-2.0/bionic,now 1.56.1-1 amd64 [installed,automatic] +git/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 amd64 [installed] +git-man/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 all [installed,automatic] +glusterfs-client/bionic-updates,now 3.13.2-1ubuntu1 amd64 [installed] +glusterfs-common/bionic-updates,now 3.13.2-1ubuntu1 amd64 [installed,automatic] +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,bionic-security,now 2.02-2ubuntu8.25 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,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic] +grub-pc-bin/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic] +grub2-common/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 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,now 1.6.1-2ubuntu2 amd64 [installed] +iputils-ping/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +iputils-tracepath/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +irqbalance/bionic-updates,now 1.3.0-0.1ubuntu0.18.04.1 amd64 [installed,automatic] +isc-dhcp-client/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +isc-dhcp-common/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +iso-codes/bionic,now 3.79-1 all [installed,automatic] +iw/bionic,now 4.14-0.1 amd64 [installed] +jq/bionic,now 1.5+dfsg-2 amd64 [installed] +kbd/bionic,now 2.0.4-2ubuntu1 amd64 [installed,automatic] +keyboard-configuration/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +keyutils/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed] +klibc-utils/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +kmod/bionic-updates,now 24-1ubuntu3.5 amd64 [installed] +krb5-locales/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 all [installed,automatic] +landscape-common/bionic-updates,now 18.01-0ubuntu3.6 amd64 [installed] +language-selector-common/bionic-updates,now 0.188.3 all [installed,automatic] +less/bionic,now 487-0.1 amd64 [installed,automatic] +libaccountsservice0/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic] +libacl1/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libacl1-dev/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libaio1/bionic-updates,now 0.3.110-5ubuntu0.1 amd64 [installed,automatic] +libapparmor1/bionic-updates,bionic-security,now 2.12-4ubuntu5.1 amd64 [installed,automatic] +libapt-inst2.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libapt-pkg5.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libargon2-0/bionic,now 0~20161029-1.1 amd64 [installed,automatic] +libasan4/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libasn1-8-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libassuan0/bionic,now 2.5.1-2 amd64 [installed,automatic] +libatm1/bionic,now 1:2.5.1-2build1 amd64 [installed,automatic] +libatomic1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libattr1/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libattr1-dev/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libaudit-common/bionic-updates,now 1:2.8.2-1ubuntu1.1 all [installed,automatic] +libaudit1/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed,automatic] +libavahi-client3/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed] +libavahi-common-data/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed] +libavahi-common3/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed] +libbabeltrace1/bionic,now 1.5.5-1 amd64 [installed,automatic] +libbind9-160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libbinutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic] +libblkid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libbsd0/bionic-updates,bionic-security,now 0.8.7-1ubuntu0.1 amd64 [installed,automatic] +libbz2-1.0/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +libc-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc-dev-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc6/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libc6-dev/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +libcap-ng0/bionic,now 0.7.7-3.1 amd64 [installed,automatic] +libcap2/bionic,now 1:2.25-1.2 amd64 [installed,automatic] +libcap2-bin/bionic,now 1:2.25-1.2 amd64 [installed,automatic] +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.10 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/bionic-updates,bionic-security,now 2.2.7-1ubuntu2.9 amd64 [installed] +libcurl3-gnutls/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed,automatic] +libcurl4/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed,automatic] +libdb5.3/bionic-updates,bionic-security,now 5.3.28-13.1ubuntu1.1 amd64 [installed,automatic] +libdbus-1-3/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +libdebconfclient0/bionic,now 0.213ubuntu1 amd64 [installed,automatic] +libdevmapper-event1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdevmapper1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdns-export1100/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libdns1100/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libdpkg-perl/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic] +libdrm-common/bionic-updates,now 2.4.101-2~18.04.1 all [installed,automatic] +libdrm2/bionic-updates,now 2.4.101-2~18.04.1 amd64 [installed,automatic] +libdumbnet1/bionic,now 1.12-7build1 amd64 [installed] +libdw1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed] +libeatmydata1/bionic,now 105-6 amd64 [installed] +libedit2/bionic,now 3.1-20170329-1 amd64 [installed,automatic] +libefiboot1/bionic,now 34-1 amd64 [installed] +libefivar1/bionic,now 34-1 amd64 [installed] +libelf1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed,automatic] +liberror-perl/bionic,now 0.17025-1 all [installed,automatic] +libestr0/bionic,now 0.1.10-2.1 amd64 [installed,automatic] +libevent-2.1-6/bionic,now 2.1.8-stable-4build1 amd64 [installed,automatic] +libexpat1/bionic-updates,bionic-security,now 2.2.5-3ubuntu0.9 amd64 [installed,automatic] +libext2fs2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libfastjson4/bionic,now 0.99.8-2 amd64 [installed,automatic] +libfdisk1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libffi6/bionic,now 3.2.1-8 amd64 [installed,automatic] +libfreetype6/bionic-updates,bionic-security,now 2.8.1-2ubuntu2.2 amd64 [installed,automatic] +libfribidi0/bionic-updates,bionic-security,now 0.19.7-2ubuntu0.1 amd64 [installed,automatic] +libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed,automatic] +libgcc-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libgcc1/bionic-updates,bionic-security,now 1:8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgcrypt20/bionic-updates,bionic-security,now 1.8.1-4ubuntu1.3 amd64 [installed,automatic] +libgdbm-compat4/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgdbm5/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgeoip1/bionic,now 1.6.12-1 amd64 [installed,automatic] +libgirepository-1.0-1/bionic,now 1.56.1-1 amd64 [installed,automatic] +libglib2.0-0/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 amd64 [installed,automatic] +libglib2.0-data/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 all [installed,automatic] +libgmp10/bionic-updates,bionic-security,now 2:6.1.2+dfsg-2ubuntu0.1 amd64 [installed,automatic] +libgnutls30/bionic-updates,bionic-security,now 3.5.18-1ubuntu1.6 amd64 [installed,automatic] +libgomp1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgoogle-perftools4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic] +libgpg-error0/bionic,now 1.27-6 amd64 [installed,automatic] +libgpm2/bionic,now 1.20.7-5 amd64 [installed,automatic] +libgssapi-krb5-2/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libgssapi3-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhcrypto4-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimbase1-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimntlm0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhogweed4/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libhx509-5-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libibverbs1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic] +libicu60/bionic-updates,bionic-security,now 60.2-3ubuntu3.2 amd64 [installed,automatic] +libidn11/bionic-updates,now 1.33-2.1ubuntu1.2 amd64 [installed,automatic] +libidn2-0/bionic-updates,bionic-security,now 2.0.4-1.1ubuntu0.2 amd64 [installed,automatic] +libinotifytools0/bionic,now 3.14-2 amd64 [installed,automatic] +libip4tc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic] +libip6tc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic] +libipset3/bionic,now 6.34-1 amd64 [installed,automatic] +libiptc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic] +libirs160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libisc-export169/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libisc169/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libisccc160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libisccfg160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +libisl19/bionic,now 0.19-1 amd64 [installed,automatic] +libisns0/bionic,now 0.97-2build1 amd64 [installed,automatic] +libitm1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libjansson4/bionic,now 2.11-1 amd64 [installed] +libjq1/bionic,now 1.5+dfsg-2 amd64 [installed,automatic] +libjson-c3/bionic-updates,bionic-security,now 0.12.1-1.3ubuntu0.3 amd64 [installed,automatic] +libk5crypto3/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libkeyutils1/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed,automatic] +libklibc/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +libkmod2/bionic-updates,now 24-1ubuntu3.5 amd64 [installed,automatic] +libkrb5-26-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libkrb5-3/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libkrb5support0/bionic-updates,bionic-security,now 1.16-2ubuntu0.4 amd64 [installed,automatic] +libksba8/bionic-updates,bionic-security,now 1.3.5-2ubuntu0.18.04.2 amd64 [installed,automatic] +libldap-2.4-2/bionic-updates,bionic-security,now 2.4.45+dfsg-1ubuntu1.11 amd64 [installed,automatic] +libldap-common/bionic-updates,bionic-security,now 2.4.45+dfsg-1ubuntu1.11 all [installed,automatic] +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/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic] +liblxc-common/bionic-updates,now 3.0.3-0ubuntu1~18.04.1 amd64 [installed,automatic] +liblxc1/bionic-updates,now 3.0.3-0ubuntu1~18.04.1 amd64 [installed,automatic] +liblz4-1/bionic-updates,bionic-security,now 0.0~r131-2ubuntu3.1 amd64 [installed,automatic] +liblzma5/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed,automatic] +liblzo2-2/bionic,now 2.08-1.2 amd64 [installed,automatic] +libmagic-mgc/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmagic1/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmnl0/bionic,now 1.0.4-2 amd64 [installed,automatic] +libmount1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libmpc3/bionic,now 1.1.0-1 amd64 [installed,automatic] +libmpdec2/bionic,now 2.4.2-1ubuntu1 amd64 [installed,automatic] +libmpfr6/bionic,now 4.0.1-1 amd64 [installed,automatic] +libmpx2/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libncurses5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic] +libncursesw5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic] +libnetfilter-conntrack3/bionic,now 1.0.6-2 amd64 [installed,automatic] +libnetplan0/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +libnettle6/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libnewt0.52/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +libnfnetlink0/bionic,now 1.0.1-3 amd64 [installed,automatic] +libnfsidmap2/bionic,now 0.25-5.1 amd64 [installed,automatic] +libnftnl7/bionic,now 1.0.9-2 amd64 [installed,automatic] +libnghttp2-14/bionic,now 1.30.0-1ubuntu1 amd64 [installed,automatic] +libnih1/bionic,now 1.0.3-6ubuntu2 amd64 [installed,automatic] +libnl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed] +libnl-genl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed] +libnl-route-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic] +libnpth0/bionic,now 1.5-3 amd64 [installed,automatic] +libnspr4/bionic,now 2:4.18-1ubuntu1 amd64 [installed,automatic] +libnss-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libnss3/bionic-updates,bionic-security,now 2:3.35-2ubuntu2.16 amd64 [installed,automatic] +libntfs-3g88/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +libnuma1/bionic-updates,now 2.0.11-2.1ubuntu0.1 amd64 [installed,automatic] +libonig4/bionic,now 6.7.0-1 amd64 [installed,automatic] +libp11-kit0/bionic-updates,bionic-security,now 0.23.9-2ubuntu0.1 amd64 [installed,automatic] +libpam-cap/bionic,now 1:2.25-1.2 amd64 [installed,automatic] +libpam-modules/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-modules-bin/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-pwquality/bionic,now 1.4.0-2 amd64 [installed] +libpam-runtime/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 all [installed,automatic] +libpam-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libpam0g/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libparted2/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +libpcap0.8/bionic-updates,now 1.8.1-6ubuntu1.18.04.2 amd64 [installed,automatic] +libpci3/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +libpcre3/bionic-updates,bionic-security,now 2:8.39-9ubuntu0.1 amd64 [installed,automatic] +libperl5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 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/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.11 amd64 [installed] +libpython2.7-minimal/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.11 amd64 [installed] +libpython2.7-stdlib/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.11 amd64 [installed] +libpython3-stdlib/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +libpython3.6/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.12 amd64 [installed,automatic] +libpython3.6-minimal/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.12 amd64 [installed,automatic] +libpython3.6-stdlib/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.12 amd64 [installed,automatic] +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.10 amd64 [installed,automatic] +libradosstriper1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic] +librbd1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 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.12 amd64 [installed,automatic] +libssl1.1/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.22 amd64 [installed,automatic] +libstdc++-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libstdc++6/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libsysfs2/bionic,bionic-updates,now 2.1.0+repack-4build1 amd64 [installed,automatic] +libsystemd0/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libtalloc2/bionic,now 2.1.10-2ubuntu1 amd64 [installed] +libtasn1-6/bionic,now 4.13-2 amd64 [installed,automatic] +libtcmalloc-minimal4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic] +libtdb1/bionic,now 1.3.15-2 amd64 [installed] +libtevent0/bionic,now 0.9.34-1 amd64 [installed] +libtext-charwidth-perl/bionic,now 0.04-7.1 amd64 [installed,automatic] +libtext-iconv-perl/bionic,now 1.7-5build6 amd64 [installed,automatic] +libtext-wrapi18n-perl/bionic,now 0.06-7.1 all [installed,automatic] +libtinfo5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic] +libtirpc1/bionic-updates,bionic-security,now 0.2.5-1.2ubuntu0.1 amd64 [installed,automatic] +libtsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libubsan0/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libudev1/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +libunistring2/bionic-updates,now 0.9.9-0ubuntu2 amd64 [installed,automatic] +libunwind8/bionic-updates,now 1.2.1-8ubuntu0.1 amd64 [installed,automatic] +liburcu6/bionic-updates,now 0.10.1-1ubuntu1 amd64 [installed,automatic] +libusb-1.0-0/bionic,now 2:1.0.21-2 amd64 [installed,automatic] +libutempter0/bionic,now 1.1.6-3 amd64 [installed,automatic] +libuuid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libuv1/bionic,now 1.18.0-3 amd64 [installed,automatic] +libwbclient0/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +libwind0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libwrap0/bionic,now 7.6.q-27 amd64 [installed] +libx11-6/bionic-updates,bionic-security,now 2:1.6.4-3ubuntu0.4 amd64 [installed,automatic] +libx11-data/bionic-updates,bionic-security,now 2:1.6.4-3ubuntu0.4 all [installed,automatic] +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,now 1.6.1-2ubuntu2 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/bionic-updates,bionic-security,now 5.4.0.1107.80 amd64 [installed] +linux-azure-5.4-cloud-tools-5.4.0-1107/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-azure-5.4-headers-5.4.0-1107/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 all [installed] +linux-azure-5.4-tools-5.4.0-1107/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +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-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-cloud-tools-azure/bionic-updates,bionic-security,now 5.4.0.1107.80 amd64 [installed] +linux-cloud-tools-common/bionic-updates,bionic-security,now 4.15.0-210.221 all [installed] +linux-headers-5.4.0-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-headers-azure/bionic-updates,bionic-security,now 5.4.0.1107.80 amd64 [installed] +linux-image-5.4.0-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-image-azure/bionic-updates,bionic-security,now 5.4.0.1107.80 amd64 [installed] +linux-libc-dev/bionic-updates,bionic-security,now 4.15.0-210.221 amd64 [installed,automatic] +linux-modules-5.4.0-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-modules-extra-5.4.0-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-tools-5.4.0-1107-azure/bionic-updates,bionic-security,now 5.4.0-1107.113~18.04.1 amd64 [installed] +linux-tools-azure/bionic-updates,bionic-security,now 5.4.0.1107.80 amd64 [installed] +linux-tools-common/bionic-updates,bionic-security,now 4.15.0-210.221 all [installed] +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,bionic,now 1.6.18+azure-ubuntu18.04u1 amd64 [installed,upgradable to: 1.7.0+azure-ubuntu18.04u1] +moby-runc/testing,bionic,now 1.1.5+azure-ubuntu18.04u1 amd64 [installed,upgradable to: 1.1.7+azure-ubuntu18.04u1] +mokutil/bionic-updates,now 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 amd64 [installed] +motd-news-config/bionic-updates,now 10.1ubuntu2.11 all [installed] +mount/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed] +mtr-tiny/bionic,now 0.92-1 amd64 [installed,automatic] +multiarch-support/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic] +nano/bionic,now 2.9.3-2 amd64 [installed,automatic] +ncurses-base/bionic-updates,now 6.1-1ubuntu1.18.04 all [installed] +ncurses-bin/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed] +ncurses-term/bionic-updates,now 6.1-1ubuntu1.18.04 all [installed] +net-tools/bionic,now 1.60+git20161116.90da8a0-1ubuntu1 amd64 [installed] +netbase/bionic,now 5.4 all [installed,automatic] +netcat/bionic,now 1.10-41.1 all [installed] +netcat-openbsd/bionic-updates,now 1.187-1ubuntu0.1 amd64 [installed,automatic] +netcat-traditional/bionic,now 1.10-41.1 amd64 [installed,automatic] +netplan.io/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +networkd-dispatcher/bionic-updates,bionic-security,now 1.7-0ubuntu3.5 all [installed,automatic] +nfs-common/bionic-updates,now 1:1.3.4-2.1ubuntu5.5 amd64 [installed] +nftables/bionic,now 0.8.2-1 amd64 [installed] +nplan/bionic-updates,now 0.99-0ubuntu3~18.04.5 all [installed,automatic] +ntfs-3g/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +open-iscsi/bionic-updates,now 2.0.874-5ubuntu2.11 amd64 [installed] +openssh-client/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed,automatic] +openssh-server/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed] +openssh-sftp-server/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed] +openssl/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.22 amd64 [installed,automatic] +os-prober/bionic,now 1.74ubuntu1 amd64 [installed,automatic] +overlayroot/bionic-updates,now 0.40ubuntu1.1 all [installed] +packages-microsoft-prod/bionic,now 1.0-ubuntu18.04.2 all [installed] +parted/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +passwd/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic] +pastebinit/bionic,now 1.5-2 all [installed,automatic] +patch/bionic-updates,bionic-security,now 2.7.6-2ubuntu1.1 amd64 [installed] +pciutils/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +perl/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 amd64 [installed,automatic] +perl-base/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 amd64 [installed,automatic] +perl-modules-5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 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.10 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.10 amd64 [installed,automatic] +python-rbd/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic] +python-requests/bionic-updates,bionic-security,now 2.18.4-2ubuntu0.1 all [installed,automatic] +python-samba/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed] +python-six/bionic,now 1.11.0-2 all [installed] +python-talloc/bionic,now 2.1.10-2ubuntu1 amd64 [installed] +python-tdb/bionic,now 1.3.15-2 amd64 [installed] +python-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic] +python2.7/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.11 amd64 [installed] +python2.7-minimal/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.11 amd64 [installed] +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/bionic-updates,bionic-security,now 2.18.4-2ubuntu0.1 all [installed,automatic] +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.20 all [installed,automatic] +python3-twisted/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 all [installed,automatic] +python3-twisted-bin/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 amd64 [installed,automatic] +python3-update-manager/bionic-updates,now 1:18.04.11.13 all [installed,automatic] +python3-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic] +python3-yaml/bionic,now 3.12-1build2 amd64 [installed,automatic] +python3-zope.interface/bionic,now 4.3.2-1build2 amd64 [installed,automatic] +python3.6/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.12 amd64 [installed,automatic] +python3.6-minimal/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.12 amd64 [installed,automatic] +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/bionic-updates,bionic-security,now 4.6.2-1ubuntu1.1 amd64 [installed] +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,bionic-security,now 1.37~18.04.11+15.4-0ubuntu9 amd64 [installed] +socat/bionic,now 1.7.3.2-2ubuntu2 amd64 [installed] +software-properties-common/bionic-updates,now 0.96.24.32.20 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/bionic-updates,bionic-security,now 11.6.1-1ubuntu0.2 amd64 [installed] +systemd/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +systemd-sysv/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +sysvinit-utils/bionic,now 2.88dsf-59.10ubuntu1 amd64 [installed] +tar/bionic-updates,bionic-security,now 1.29b-2ubuntu0.4 amd64 [installed,automatic] +tcpdump/bionic-updates,now 4.9.3-0ubuntu0.18.04.3 amd64 [installed,automatic] +telnet/bionic,now 0.17-41 amd64 [installed,automatic] +time/bionic,now 1.7-25.1build1 amd64 [installed,automatic] +tmux/bionic-updates,bionic-security,now 2.6-3ubuntu0.3 amd64 [installed] +traceroute/bionic,now 1:2.1.0-2 amd64 [installed] +tzdata/bionic-updates,bionic-security,now 2023c-0ubuntu0.18.04 all [installed,automatic] +ubuntu-advantage-tools/bionic-updates,now 27.14.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/bionic-updates,bionic-security,now 237-3ubuntu10.57 amd64 [installed,automatic] +ufw/bionic-updates,now 0.36-0ubuntu0.18.04.2 all [installed,automatic] +uidmap/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic] +unattended-upgrades/bionic-updates,now 1.1ubuntu1.18.04.14 all [installed,automatic] +update-manager-core/bionic-updates,now 1:18.04.11.13 all [installed,automatic] +update-notifier-common/bionic-updates,now 3.192.1.19 all [installed] +ureadahead/bionic-updates,now 0.100.0-21 amd64 [installed,automatic] +usbutils/bionic,now 1:007-4build1 amd64 [installed,automatic] +util-linux/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed] +uuid-runtime/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +vim/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.13 amd64 [installed] +vim-common/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.13 all [installed,automatic] +vim-runtime/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.13 all [installed,automatic] +vim-tiny/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.13 amd64 [installed,automatic] +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/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.13 amd64 [installed,automatic] +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 695M 624K 695M 1% /run +/dev/sda1 29G 22G 7.4G 75% / +tmpfs 3.4G 0 3.4G 0% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup +/dev/sda15 105M 5.2M 100M 5% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 695M 0 695M 0% /run/user/1000 +Using kernel: +Linux version 5.4.0-1107-azure (buildd@lcy02-amd64-046) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #113~18.04.1-Ubuntu SMP Tue Apr 25 13:58:29 UTC 2023 +Install completed successfully on Mon May 8 17:07:06 UTC 2023 +VSTS Build NUMBER: 20230508.2_master_72937521 +VSTS Build ID: 72937521 +Commit: a560f9136cc44a454e3a151042a451b6ee168b4b +Ubuntu version: 18.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: +=== 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 \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt new file mode 100644 index 00000000..72ee54b1 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202305.08.0.txt @@ -0,0 +1,880 @@ +Starting build on Mon May 8 16:33:54 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 + - [installed] containerd v1.6.18-1 + - crictl version 1.25.0 + - runc version 1.1.5 + - bpftrace v0.9.4 + - nvidia-driver=cuda-525.85.12-sha-dc8c1a + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.18 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.10.1 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.3 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.39 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.44 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.32 + - mcr.microsoft.com/containernetworking/azure-npm:v1.4.45 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.30 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.0.3 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.3 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.0 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.7 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.6.0-main-04-25-2023-2eb2a81c + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.7.0-main-05-04-2023-4450ad10 + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.6.0 + - mcr.microsoft.com/oss/calico/cni:v3.8.9.3 + - mcr.microsoft.com/oss/calico/cni:v3.23.3 + - mcr.microsoft.com/oss/calico/cni:v3.24.0 + - mcr.microsoft.com/oss/calico/node:v3.8.9.5 + - mcr.microsoft.com/oss/calico/node:v3.23.3 + - mcr.microsoft.com/oss/calico/node:v3.24.0 + - mcr.microsoft.com/oss/calico/typha:v3.8.9 + - mcr.microsoft.com/oss/calico/typha:v3.23.3 + - mcr.microsoft.com/oss/calico/typha:v3.24.0 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.0 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.23.3 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.0 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.5 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.8 + - mcr.microsoft.com/oss/cilium/cilium:1.12.5.2 + - mcr.microsoft.com/oss/cilium/cilium:1.12.8 + - mcr.microsoft.com/oss/tigera/operator:v1.23.8 + - mcr.microsoft.com/oss/tigera/operator:v1.27.12 + - mcr.microsoft.com/oss/tigera/operator:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.23.24 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.11 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.12 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.1 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.8.6 + - mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.5.0.12 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.27.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.1 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.2 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.2.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.6.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.5.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.11.0 + - mcr.microsoft.com/oss/kubernetes/external-dns:v0.10.2 + - mcr.microsoft.com/oss/kubernetes/defaultbackend:1.4 + - mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:prod_20230208.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:prod_20230208.1 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.3 + - mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.13.4 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - Azure CNI version 1.4.43 + - Azure CNI version 1.4.35 + - Azure Swift CNI version 1.4.43 + - Azure Swift CNI version 1.4.35 + - Azure Overlay CNI version 1.4.43 + - Azure Overlay CNI version 1.4.35 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/aks/acc/sgx-device-plugin:1.0 + - mcr.microsoft.com/aks/acc/sgx-plugin:1.1 + - mcr.microsoft.com/aks/acc/sgx-webhook:1.1 + - mcr.microsoft.com/aks/acc/sgx-attestation:3.3 + - mcr.microsoft.com/oss/nginx/nginx:1.21.6 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.10.3 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9-hotfix.20230208.2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.5-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.25.6-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.0-hotfix.20230407.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.3.4 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.1 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 50311268 Aug 26 2022 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 114245560 Dec 11 01:01 /usr/local/bin/kubelet-1.25.5 +-rwxr-xr-x 1 root root 45031424 Dec 11 01:01 /usr/local/bin/kubectl-1.25.5 +-rwxr-xr-x 1 root root 116095704 Dec 13 08:50 /usr/local/bin/kubelet-1.24.9 +-rwxr-xr-x 1 root root 45752320 Dec 13 08:50 /usr/local/bin/kubectl-1.24.9 +-rwxr-xr-x 1 root root 121251736 Jan 3 21:00 /usr/local/bin/kubelet-1.26.0 +-rwxr-xr-x 1 root root 48021504 Jan 3 21:00 /usr/local/bin/kubectl-1.26.0 +-rwxr-xr-x 1 root root 116628888 Jan 27 23:26 /usr/local/bin/kubelet-1.24.10 +-rwxr-xr-x 1 root root 46067712 Jan 27 23:26 /usr/local/bin/kubectl-1.24.10 +-rwxr-xr-x 1 root root 114245720 Jan 30 19:05 /usr/local/bin/kubelet-1.25.6 +-rwxr-xr-x 1 root root 45027328 Jan 30 19:05 /usr/local/bin/kubectl-1.25.6 +-rwxr-xr-x 1 root root 121272408 Mar 21 00:57 /usr/local/bin/kubelet-1.26.3 +-rwxr-xr-x 1 root root 48037888 Mar 21 00:57 /usr/local/bin/kubectl-1.26.3 +-rwxr-xr-x 1 root root 106151936 Apr 14 21:52 /usr/local/bin/kubelet-1.27.1 +-rwxr-xr-x 1 root root 49246208 Apr 14 21:52 /usr/local/bin/kubectl-1.27.1 +-r-xr--r-- 1 root root 2462 May 8 16:33 /usr/local/bin/health-monitor.sh +-rwxr-xr-x 1 root root 705 May 8 16:33 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 May 8 16:39 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 May 8 16:39 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 May 8 16:39 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 May 8 16:39 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 35384960 May 8 16:41 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +adduser/jammy,now 3.118ubuntu5 all [installed,automatic] +apparmor/jammy-updates,now 3.0.4-2ubuntu2.2 amd64 [installed,automatic] +apt-transport-https/jammy-updates,now 2.4.9 all [installed] +apt-utils/jammy-updates,now 2.4.9 amd64 [installed,automatic] +apt/jammy-updates,now 2.4.9 amd64 [installed,automatic] +attr/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +base-files/jammy-updates,now 12ubuntu4.3 amd64 [installed] +base-passwd/jammy,now 3.5.52build1 amd64 [installed] +bash-completion/jammy,now 1:2.11-5ubuntu1 all [installed,automatic] +bash/jammy,now 5.1-6ubuntu1 amd64 [installed] +bc/jammy,now 1.07.1-3build1 amd64 [installed,automatic] +bcache-tools/jammy,now 1.0.8-4ubuntu3 amd64 [installed] +bind9-dnsutils/jammy-updates,now 1:9.18.12-0ubuntu0.22.04.1 amd64 [installed,automatic] +bind9-host/jammy-updates,now 1:9.18.12-0ubuntu0.22.04.1 amd64 [installed,automatic] +bind9-libs/jammy-updates,now 1:9.18.12-0ubuntu0.22.04.1 amd64 [installed,automatic] +binutils-common/jammy-updates,jammy-security,now 2.38-4ubuntu2.1 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/jammy-updates,jammy-security,now 2.38-4ubuntu2.1 amd64 [installed,automatic] +binutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.1 amd64 [installed,automatic] +blobfuse2/jammy,now 2.0.3 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 20211016ubuntu0.22.04.1 all [installed] +ceph-common/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 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,jammy-security,now 23.1.2-0ubuntu0~22.04.1 all [installed] +cloud-initramfs-copymods/jammy,now 0.47ubuntu1 all [installed] +cloud-initramfs-dyn-netconf/jammy,now 0.47ubuntu1 all [installed] +command-not-found/jammy,now 22.04.0 all [installed,automatic] +conntrack/jammy,now 1:1.4.6-2build2 amd64 [installed] +console-setup-linux/jammy,now 1.205ubuntu3 all [installed,automatic] +console-setup/jammy,now 1.205ubuntu3 all [installed,automatic] +coreutils/jammy,now 8.32-4.1ubuntu1 amd64 [installed,automatic] +cpio/jammy,now 2.13+dfsg-7 amd64 [installed,automatic] +cpp-11/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp-12/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~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.10 amd64 [installed] +dash/jammy,now 0.5.11+git20210903+057cd650a4ed-3build1 amd64 [installed] +dbus-user-session/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +dbus/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +dctrl-tools/jammy,now 2.24-3build2 amd64 [installed,automatic] +debconf-i18n/jammy,now 1.5.79ubuntu1 all [installed,automatic] +debconf/jammy,now 1.5.79ubuntu1 all [installed,automatic] +debianutils/jammy,now 5.5-1ubuntu2 amd64 [installed,automatic] +diffutils/jammy,now 1:3.8-0ubuntu2 amd64 [installed] +dirmngr/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed] +distro-info-data/jammy-updates,now 0.52ubuntu0.4 all [installed,automatic] +distro-info/jammy,now 1.1build1 amd64 [installed,automatic] +dkms/jammy-updates,now 2.8.7-2ubuntu2.1 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.12-0ubuntu0.22.04.1 all [installed] +dosfstools/jammy,now 4.2-1build3 amd64 [installed,automatic] +dpkg-dev/jammy-updates,jammy-security,now 1.21.1ubuntu2.1 all [installed,automatic] +dpkg/jammy-updates,jammy-security,now 1.21.1ubuntu2.1 amd64 [installed,automatic] +e2fsprogs/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +eatmydata/jammy,now 130-2build1 all [installed] +ebtables/jammy,now 2.0.11-4build2 amd64 [installed] +ed/jammy,now 1.18-1 amd64 [installed,automatic] +efibootmgr/jammy,now 17-1ubuntu2 amd64 [installed] +eject/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +ethtool/jammy,now 1:5.16-1 amd64 [installed] +fdisk/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +file/jammy,now 1:5.41-3 amd64 [installed,automatic] +finalrd/jammy,now 9build1 all [installed,automatic] +findutils/jammy,now 4.8.0-1ubuntu3 amd64 [installed] +fonts-ubuntu-console/jammy,now 0.83-6ubuntu1 all [installed] +friendly-recovery/jammy,now 0.2.42 all [installed,automatic] +ftp/jammy,now 20210827-4build1 all [installed,automatic] +fuse3/jammy,now 3.10.5-1build1 amd64 [installed] +fwupd-signed/jammy-updates,now 1.51~22.04.1+1.2-3ubuntu0.2 amd64 [installed] +g++-11/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +g++/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +gawk/jammy,now 1:5.1.0-1build3 amd64 [installed,automatic] +gcc-11-base/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-11/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12-base/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +gcc-12/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +gcc/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed] +gdisk/jammy,now 1.0.8-4build1 amd64 [installed,automatic] +gettext-base/jammy,now 0.21-4ubuntu4 amd64 [installed,automatic] +gir1.2-glib-2.0/jammy,now 1.72.0-1 amd64 [installed,automatic] +gir1.2-packagekitglib-1.0/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +git-man/jammy-updates,jammy-security,now 1:2.34.1-1ubuntu1.9 all [installed,automatic] +git/jammy-updates,jammy-security,now 1:2.34.1-1ubuntu1.9 amd64 [installed] +glusterfs-client/jammy,now 10.1-1 amd64 [installed] +glusterfs-common/jammy,now 10.1-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.1 amd64 [installed,automatic] +grub-efi-amd64-bin/jammy-updates,now 2.06-2ubuntu14.1 amd64 [installed] +grub-efi-amd64-signed/jammy-updates,now 1.187.3~22.04.1+2.06-2ubuntu14.1 amd64 [installed] +grub-gfxpayload-lists/jammy,now 0.7 amd64 [installed,automatic] +grub-pc-bin/jammy-updates,now 2.06-2ubuntu7.1 amd64 [installed,automatic] +grub-pc/jammy-updates,now 2.06-2ubuntu7.1 amd64 [installed,automatic] +grub2-common/jammy-updates,now 2.06-2ubuntu7.1 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.1 amd64 [installed,automatic] +initramfs-tools-core/jammy-updates,now 0.140ubuntu13.1 all [installed,automatic] +initramfs-tools/jammy-updates,now 0.140ubuntu13.1 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,now 0.6-24-g733f3f8-1.1build2 amd64 [installed] +iproute2/jammy,now 5.15.0-1ubuntu2 amd64 [installed] +ipset/jammy,now 7.15-1build1 amd64 [installed] +iptables/jammy,now 1.8.7-1ubuntu5 amd64 [installed] +iputils-ping/jammy,now 3:20211215-1 amd64 [installed,automatic] +iputils-tracepath/jammy,now 3:20211215-1 amd64 [installed,automatic] +irqbalance/jammy,now 1.8.0-1build1 amd64 [installed,automatic] +isc-dhcp-client/jammy-updates,now 4.4.1-2.3ubuntu2.4 amd64 [installed,automatic] +isc-dhcp-common/jammy-updates,now 4.4.1-2.3ubuntu2.4 amd64 [installed,automatic] +iso-codes/jammy,now 4.9.0-1 all [installed,automatic] +jq/jammy,now 1.6-2.1ubuntu3 amd64 [installed] +kbd/jammy-updates,now 2.3.0-3ubuntu4.22.04 amd64 [installed,automatic] +keyboard-configuration/jammy,now 1.205ubuntu3 all [installed,automatic] +keyutils/jammy,now 1.6.1-2ubuntu3 amd64 [installed] +klibc-utils/jammy,now 2.0.10-4 amd64 [installed,automatic] +kmod/jammy,now 29-1ubuntu1 amd64 [installed] +kpartx/jammy-updates,jammy-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed,automatic] +landscape-common/jammy,now 19.12-0ubuntu13 amd64 [installed] +less/jammy-updates,jammy-security,now 590-1ubuntu0.22.04.1 amd64 [installed,automatic] +libacl1/jammy,now 2.3.1-1 amd64 [installed,automatic] +libaio1/jammy,now 0.3.112-13build1 amd64 [installed,automatic] +libapparmor1/jammy-updates,now 3.0.4-2ubuntu2.2 amd64 [installed,automatic] +libappstream4/jammy,now 0.15.2-2 amd64 [installed,automatic] +libapt-pkg6.0/jammy-updates,now 2.4.9 amd64 [installed,automatic] +libarchive13/jammy,now 3.6.0-1ubuntu1 amd64 [installed] +libargon2-1/jammy,now 0~20171227-0.3 amd64 [installed,automatic] +libasan6/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libasan8/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~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.1.0-2ubuntu1~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.1 amd64 [installed,automatic] +libblkid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libblockdev-crypto2/jammy,now 2.26-1 amd64 [installed] +libblockdev-fs2/jammy,now 2.26-1 amd64 [installed] +libblockdev-loop2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part-err2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part2/jammy,now 2.26-1 amd64 [installed] +libblockdev-swap2/jammy,now 2.26-1 amd64 [installed] +libblockdev-utils2/jammy,now 2.26-1 amd64 [installed] +libblockdev2/jammy,now 2.26-1 amd64 [installed] +libboost-context1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-filesystem1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-iostreams1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-program-options1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-thread1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libbpf0/jammy-updates,jammy-security,now 1:0.5.0-1ubuntu22.04.1 amd64 [installed,automatic] +libbrotli1/jammy,now 1.0.9-2build6 amd64 [installed,automatic] +libbsd0/jammy,now 0.11.5-1 amd64 [installed,automatic] +libbz2-1.0/jammy,now 1.0.8-5build1 amd64 [installed,automatic] +libc-bin/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc-dev-bin/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc6-dev/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libc6/jammy-updates,now 2.35-0ubuntu3.1 amd64 [installed,automatic] +libcap-ng0/jammy,now 0.7.9-2.2build3 amd64 [installed,automatic] +libcap2-bin/jammy,now 1:2.44-1build3 amd64 [installed,automatic] +libcap2/jammy,now 1:2.44-1build3 amd64 [installed,automatic] +libcbor0.8/jammy,now 0.8.0-2ubuntu1 amd64 [installed,automatic] +libcc1-0/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libcephfs2/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 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.1 amd64 [installed,automatic] +libctf0/jammy-updates,jammy-security,now 2.38-4ubuntu2.1 amd64 [installed,automatic] +libcurl3-gnutls/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.10 amd64 [installed,automatic] +libcurl4/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.10 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,jammy-security,now 1.21.1ubuntu2.1 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.1 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.1 amd64 [installed] +libfwupdplugin5/jammy-updates,now 1.7.9-1~22.04.1 amd64 [installed] +libgcab-1.0-0/jammy,now 1.4-3build2 amd64 [installed] +libgcc-11-dev/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-12-dev/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libgcc-s1/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~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,now 10.1-1 amd64 [installed,automatic] +libgfchangelog0/jammy,now 10.1-1 amd64 [installed,automatic] +libgfrpc0/jammy,now 10.1-1 amd64 [installed,automatic] +libgfxdr0/jammy,now 10.1-1 amd64 [installed,automatic] +libgirepository-1.0-1/jammy,now 1.72.0-1 amd64 [installed,automatic] +libglib2.0-0/jammy-updates,now 2.72.4-0ubuntu2 amd64 [installed,automatic] +libglib2.0-bin/jammy-updates,now 2.72.4-0ubuntu2 amd64 [installed,automatic] +libglib2.0-data/jammy-updates,now 2.72.4-0ubuntu2 all [installed,automatic] +libglusterd0/jammy,now 10.1-1 amd64 [installed,automatic] +libglusterfs0/jammy,now 10.1-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.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libgoogle-perftools4/jammy,now 2.9.1-0ubuntu3 amd64 [installed,automatic] +libgpg-error0/jammy,now 1.43-3 amd64 [installed,automatic] +libgpgme11/jammy,now 1.16.0-1.2ubuntu4 amd64 [installed] +libgpm2/jammy,now 1.20.7-10build1 amd64 [installed,automatic] +libgssapi-krb5-2/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.1 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,now 1.8.7-1ubuntu5 amd64 [installed,automatic] +libip6tc2/jammy,now 1.8.7-1ubuntu5 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.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libjansson4/jammy,now 2.13.1-1.1build3 amd64 [installed,automatic] +libjcat1/jammy,now 0.1.9-1 amd64 [installed] +libjq1/jammy,now 1.6-2.1ubuntu3 amd64 [installed,automatic] +libjson-c5/jammy-updates,now 0.15-3~ubuntu1.22.04.1 amd64 [installed,automatic] +libjson-glib-1.0-0/jammy,now 1.6.6-1build1 amd64 [installed] +libjson-glib-1.0-common/jammy,now 1.6.6-1build1 all [installed] +libk5crypto3/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.1 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.1 amd64 [installed,automatic] +libkrb5support0/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.1 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.14+dfsg-0ubuntu0.22.04.2 amd64 [installed,automatic] +libldap-common/jammy-updates,now 2.5.14+dfsg-0ubuntu0.22.04.2 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.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +liblua5.3-0/jammy,now 5.3.6-1build1 amd64 [installed,automatic] +liblvm2cmd2.03/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed,automatic] +liblz4-1/jammy,now 1.9.3-2build2 amd64 [installed,automatic] +liblzma5/jammy,now 5.2.5-2ubuntu1 amd64 [installed,automatic] +liblzo2-2/jammy,now 2.10-2build3 amd64 [installed,automatic] +libmagic-mgc/jammy,now 1:5.41-3 amd64 [installed,automatic] +libmagic1/jammy,now 1:5.41-3 amd64 [installed,automatic] +libmaxminddb0/jammy,now 1.5.2-1build2 amd64 [installed,automatic] +libmbim-glib4/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmbim-proxy/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmd0/jammy,now 1.0.4-1build1 amd64 [installed,automatic] +libmm-glib0/jammy-updates,now 1.20.0-1~ubuntu22.04.1 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,now 6.3-2 amd64 [installed,automatic] +libncursesw6/jammy,now 6.3-2 amd64 [installed,automatic] +libndctl6/jammy,now 72.1-1 amd64 [installed,automatic] +libnetfilter-conntrack3/jammy,now 1.0.9-1 amd64 [installed,automatic] +libnetplan0/jammy-updates,now 0.105-0ubuntu2~22.04.3 amd64 [installed,automatic] +libnettle8/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libnewt0.52/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +libnfnetlink0/jammy,now 1.0.1-3build3 amd64 [installed,automatic] +libnfsidmap1/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed,automatic] +libnftables1/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed,automatic] +libnftnl11/jammy,now 1.2.1-1build1 amd64 [installed,automatic] +libnghttp2-14/jammy,now 1.43.0-1build3 amd64 [installed,automatic] +libnl-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnl-genl-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnl-route-3-200/jammy,now 3.5.0-0.1 amd64 [installed,automatic] +libnpth0/jammy,now 1.6-3build2 amd64 [installed,automatic] +libnsl-dev/jammy,now 1.3.0-2build2 amd64 [installed,automatic] +libnsl2/jammy,now 1.3.0-2build2 amd64 [installed,automatic] +libnspr4/jammy,now 2:4.32-3build1 amd64 [installed] +libnss-systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libnss3/jammy-updates,jammy-security,now 2:3.68.2-0ubuntu1.2 amd64 [installed] +libntfs-3g89/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +libnuma1/jammy,now 2.0.14-3ubuntu2 amd64 [installed,automatic] +liboath0/jammy,now 2.6.7-3build1 amd64 [installed,automatic] +libonig5/jammy,now 6.9.7.1-2build1 amd64 [installed,automatic] +libopeniscsiusr/jammy,now 2.1.5-1ubuntu1 amd64 [installed,automatic] +libp11-kit0/jammy,now 0.24.0-6build1 amd64 [installed,automatic] +libpackagekit-glib2-18/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +libpam-cap/jammy,now 1:2.44-1build3 amd64 [installed,automatic] +libpam-modules-bin/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libpam-modules/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libpam-pwquality/jammy,now 1.4.4-1build2 amd64 [installed] +libpam-runtime/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 all [installed,automatic] +libpam-systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libpam0g/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.3 amd64 [installed,automatic] +libparted-fs-resize0/jammy,now 3.4-2build1 amd64 [installed] +libparted2/jammy,now 3.4-2build1 amd64 [installed,automatic] +libpcap0.8/jammy,now 1.10.1-4build1 amd64 [installed,automatic] +libpci3/jammy,now 1:3.7.0-6 amd64 [installed,automatic] +libpcre2-8-0/jammy-updates,jammy-security,now 10.39-3ubuntu0.1 amd64 [installed,automatic] +libpcre3/jammy-updates,jammy-security,now 2:8.39-13ubuntu0.22.04.1 amd64 [installed,automatic] +libperl5.34/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.1 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,now 3.10.6-1~22.04 amd64 [installed,automatic] +libpython3.10-minimal/jammy-updates,jammy-security,now 3.10.6-1~22.04.2ubuntu1 amd64 [installed,automatic] +libpython3.10-stdlib/jammy-updates,jammy-security,now 3.10.6-1~22.04.2ubuntu1 amd64 [installed,automatic] +libpython3.10/jammy-updates,jammy-security,now 3.10.6-1~22.04.2ubuntu1 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.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +librabbitmq4/jammy,now 0.10.0-1ubuntu2 amd64 [installed,automatic] +librados2/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +libradosstriper1/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +librbd1/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +librdmacm1/jammy,now 39.0-1 amd64 [installed,automatic] +libreadline8/jammy,now 8.1.2-1 amd64 [installed,automatic] +librtmp1/jammy,now 2.4+20151223.gitfa8646d.1-2build4 amd64 [installed,automatic] +libsasl2-2/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules-db/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libseccomp2/jammy,now 2.5.3-2ubuntu2 amd64 [installed,automatic] +libselinux1/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsemanage-common/jammy,now 3.3-1build2 all [installed,automatic] +libsemanage2/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsensors-config/jammy,now 1:3.6.0-7ubuntu1 all [installed,automatic] +libsensors5/jammy,now 1:3.6.0-7ubuntu1 amd64 [installed,automatic] +libsepol2/jammy,now 3.3-1build1 amd64 [installed,automatic] +libsgutils2-2/jammy,now 1.46-1build1 amd64 [installed,automatic] +libsigsegv2/jammy,now 2.13-1ubuntu3 amd64 [installed,automatic] +libslang2/jammy,now 2.3.2-5build4 amd64 [installed,automatic] +libsmartcols1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libsmbios-c2/jammy,now 2.4.3-1build1 amd64 [installed] +libsnappy1v5/jammy,now 1.1.8-1build3 amd64 [installed,automatic] +libsodium23/jammy,now 1.0.18-1build2 amd64 [installed,automatic] +libsort-naturally-perl/jammy,now 1.03-2 all [installed,automatic] +libsqlite3-0/jammy-updates,jammy-security,now 3.37.2-2ubuntu0.1 amd64 [installed,automatic] +libss2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libssh-4/jammy,now 0.9.6-2build1 amd64 [installed,automatic] +libssl3/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.9 amd64 [installed,automatic] +libstdc++-11-dev/jammy-updates,jammy-security,now 11.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libstdc++6/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libstemmer0d/jammy,now 2.2.0-1build1 amd64 [installed,automatic] +libsysfs2/jammy,now 2.1.1-1build1 amd64 [installed,automatic] +libsystemd0/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libtalloc2/jammy,now 2.3.3-2build1 amd64 [installed] +libtasn1-6/jammy,now 4.18.0-4build1 amd64 [installed,automatic] +libtcl8.6/jammy,now 8.6.12+dfsg-1build1 amd64 [installed] +libtcmalloc-minimal4/jammy,now 2.9.1-0ubuntu3 amd64 [installed,automatic] +libterm-readkey-perl/jammy,now 2.38-1build4 amd64 [installed,automatic] +libtevent0/jammy,now 0.11.0-1build1 amd64 [installed] +libtext-charwidth-perl/jammy,now 0.04-10build3 amd64 [installed,automatic] +libtext-iconv-perl/jammy,now 1.7-7build3 amd64 [installed,automatic] +libtext-wrapi18n-perl/jammy,now 0.06-9 all [installed,automatic] +libtinfo6/jammy,now 6.3-2 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.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libtsan2/jammy-updates,jammy-security,now 12.1.0-2ubuntu1~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.1.0-2ubuntu1~22.04 amd64 [installed,automatic] +libuchardet0/jammy,now 0.0.7-1build2 amd64 [installed,automatic] +libudev1/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +libudisks2-0/jammy,now 2.9.4-1ubuntu2 amd64 [installed] +libunistring2/jammy,now 1.0-1 amd64 [installed,automatic] +libunwind8/jammy,now 1.3.2-2build2 amd64 [installed,automatic] +liburcu8/jammy,now 0.13.1-1 amd64 [installed,automatic] +libusb-1.0-0/jammy-updates,now 2:1.0.25-1ubuntu2 amd64 [installed,automatic] +libutempter0/jammy,now 1.2.1-2build2 amd64 [installed,automatic] +libuuid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libuv1/jammy,now 1.43.0-1 amd64 [installed,automatic] +libvolume-key1/jammy,now 0.3.12-3.1build3 amd64 [installed] +libwbclient0/jammy-updates,jammy-security,now 2:4.15.13+dfsg-0ubuntu1.1 amd64 [installed] +libwrap0/jammy,now 7.6.q-31build2 amd64 [installed] +libx11-6/jammy,now 2:1.7.5-1 amd64 [installed,automatic] +libx11-data/jammy,now 2:1.7.5-1 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,now 1.8.7-1ubuntu5 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-1037/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-azure-headers-5.15.0-1037/jammy-updates,jammy-security,now 5.15.0-1037.44 all [installed] +linux-azure-tools-5.15.0-1037/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-azure/jammy-updates,jammy-security,now 5.15.0.1037.33 amd64 [installed] +linux-base-sgx/jammy,now 4.5ubuntu9 all [installed] +linux-base/jammy,now 4.5ubuntu9 all [installed,automatic] +linux-cloud-tools-5.15.0-1037-azure/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-cloud-tools-azure/jammy-updates,jammy-security,now 5.15.0.1037.33 amd64 [installed] +linux-cloud-tools-common/jammy-updates,jammy-security,now 5.15.0-71.78 all [installed] +linux-headers-5.15.0-1037-azure/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-headers-azure/jammy-updates,jammy-security,now 5.15.0.1037.33 amd64 [installed] +linux-image-5.15.0-1037-azure/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-image-azure/jammy-updates,jammy-security,now 5.15.0.1037.33 amd64 [installed] +linux-libc-dev/jammy-updates,jammy-security,now 5.15.0-71.78 amd64 [installed,automatic] +linux-modules-5.15.0-1037-azure/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-tools-5.15.0-1037-azure/jammy-updates,jammy-security,now 5.15.0-1037.44 amd64 [installed] +linux-tools-azure/jammy-updates,jammy-security,now 5.15.0.1037.33 amd64 [installed] +linux-tools-common/jammy-updates,jammy-security,now 5.15.0-71.78 all [installed] +locales/jammy-updates,now 2.35-0ubuntu3.1 all [installed,automatic] +login/jammy-updates,jammy-security,now 1:4.8.1-2ubuntu2.1 amd64 [installed] +logrotate/jammy-updates,jammy-security,now 3.19.0-1ubuntu1.1 amd64 [installed,automatic] +logsave/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +lsb-base/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lsb-release/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lshw/jammy,now 02.19.git.2021.06.19.996aaad9c7-2build1 amd64 [installed,automatic] +lsof/jammy,now 4.93.2+dfsg-1.1build2 amd64 [installed,automatic] +lsscsi/jammy,now 0.31-1build2 amd64 [installed] +lto-disabled-list/jammy,now 24 all [installed,automatic] +lvm2/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed] +lxd-agent-loader/jammy,now 0.5 all [installed] +make/jammy,now 4.3-4.1build1 amd64 [installed] +man-db/jammy,now 2.10.2-1 amd64 [installed,automatic] +manpages/jammy,now 5.10-1ubuntu1 all [installed,automatic] +mawk/jammy,now 1.3.4.20200120-3 amd64 [installed,automatic] +mdadm/jammy,now 4.2-0ubuntu1 amd64 [installed] +media-types/jammy,now 7.0.0 all [installed,automatic] +moby-containerd/testing,jammy,now 1.6.18+azure-ubuntu22.04u1 amd64 [installed,upgradable to: 1.7.0+azure-ubuntu22.04u1] +moby-runc/testing,jammy,now 1.1.5+azure-ubuntu22.04u1 amd64 [installed,upgradable to: 1.1.7+azure-ubuntu22.04u1] +mokutil/jammy,now 0.4.0-1ubuntu2 amd64 [installed] +motd-news-config/jammy-updates,now 12ubuntu4.3 all [installed] +mount/jammy,now 2.37.2-4ubuntu3 amd64 [installed] +mtr-tiny/jammy,now 0.95-1 amd64 [installed,automatic] +multipath-tools/jammy-updates,jammy-security,now 0.8.8-1ubuntu1.22.04.1 amd64 [installed] +nano/jammy,now 6.2-1 amd64 [installed,automatic] +ncurses-base/jammy,now 6.3-2 all [installed] +ncurses-bin/jammy,now 6.3-2 amd64 [installed] +ncurses-term/jammy,now 6.3-2 all [installed] +needrestart/jammy-updates,jammy-security,now 3.5-5ubuntu2.1 all [installed] +netbase/jammy,now 6.3 all [installed,automatic] +netcat-openbsd/jammy,now 1.218-4ubuntu1 amd64 [installed,automatic] +netcat/jammy,now 1.218-4ubuntu1 all [installed] +netplan.io/jammy-updates,now 0.105-0ubuntu2~22.04.3 amd64 [installed,automatic] +networkd-dispatcher/jammy-updates,jammy-security,now 2.1-2ubuntu0.22.04.2 all [installed,automatic] +nfs-common/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed] +nftables/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed] +ntfs-3g/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +open-iscsi/jammy,now 2.1.5-1ubuntu1 amd64 [installed] +openssh-client/jammy-updates,now 1:8.9p1-3ubuntu0.1 amd64 [installed,automatic] +openssh-server/jammy-updates,now 1:8.9p1-3ubuntu0.1 amd64 [installed] +openssh-sftp-server/jammy-updates,now 1:8.9p1-3ubuntu0.1 amd64 [installed] +openssl/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.9 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.1 amd64 [installed,automatic] +perl-modules-5.34/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.1 all [installed,automatic] +perl/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.1 amd64 [installed,automatic] +pigz/jammy,now 2.6-1 amd64 [installed] +pinentry-curses/jammy,now 1.1.1-1build2 amd64 [installed,automatic] +pkexec/jammy,now 0.105-33 amd64 [installed,automatic] +plymouth-theme-ubuntu-text/jammy,now 0.9.5+git20211018-1ubuntu3 amd64 [installed,automatic] +plymouth/jammy,now 0.9.5+git20211018-1ubuntu3 amd64 [installed,automatic] +policykit-1/jammy,now 0.105-33 amd64 [installed,automatic] +polkitd/jammy,now 0.105-33 amd64 [installed,automatic] +pollinate/jammy,now 4.33-3ubuntu2 all [installed] +powermgmt-base/jammy,now 1.36 all [installed,automatic] +procps/jammy,now 2:3.3.17-6ubuntu2 amd64 [installed,automatic] +psmisc/jammy,now 23.4-2build3 amd64 [installed,automatic] +publicsuffix/jammy,now 20211207.1025-1 all [installed,automatic] +python-apt-common/jammy-updates,now 2.4.0ubuntu1 all [installed,automatic] +python-babel-localedata/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-apt/jammy-updates,now 2.4.0ubuntu1 amd64 [installed,automatic] +python3-attr/jammy,now 21.2.0-1 all [installed,automatic] +python3-automat/jammy,now 20.2.0-1 all [installed,automatic] +python3-babel/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-bcrypt/jammy,now 3.2.0-1build1 amd64 [installed,automatic] +python3-blinker/jammy,now 1.4+dfsg1-0.4 all [installed,automatic] +python3-ceph-argparse/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +python3-ceph-common/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 all [installed,automatic] +python3-cephfs/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 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,now 0.1.43ubuntu1 all [installed,automatic] +python3-distro-info/jammy,now 1.1build1 all [installed,automatic] +python3-distro/jammy,now 1.7.0-1 all [installed,automatic] +python3-distupgrade/jammy-updates,now 1:22.04.16 all [installed,automatic] +python3-distutils/jammy-updates,now 3.10.6-1~22.04 all [installed] +python3-gdbm/jammy-updates,now 3.10.6-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,now 3.10.6-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,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.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +python3-rbd/jammy-updates,now 17.2.5-0ubuntu0.22.04.2 amd64 [installed,automatic] +python3-requests/jammy,now 2.25.1+dfsg-2 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.6 all [installed,automatic] +python3-twisted/jammy-updates,jammy-security,now 22.1.0-2ubuntu2.3 all [installed,automatic] +python3-tz/jammy-updates,now 2022.1-1ubuntu0.22.04.1 all [installed] +python3-update-manager/jammy-updates,now 1:22.04.10 all [installed,automatic] +python3-urllib3/jammy,now 1.26.5-1~exp1 all [installed] +python3-wadllib/jammy,now 1.3.6-1 all [installed,automatic] +python3-wcwidth/jammy,now 0.2.5+dfsg1-1 all [installed,automatic] +python3-yaml/jammy,now 5.4.1-1ubuntu1 amd64 [installed,automatic] +python3-zipp/jammy,now 1.0.0-3 all [installed,automatic] +python3-zope.interface/jammy,now 5.4.0-1build1 amd64 [installed,automatic] +python3.10-minimal/jammy-updates,jammy-security,now 3.10.6-1~22.04.2ubuntu1 amd64 [installed,automatic] +python3.10/jammy-updates,jammy-security,now 3.10.6-1~22.04.2ubuntu1 amd64 [installed,automatic] +python3/jammy-updates,now 3.10.6-1~22.04 amd64 [installed] +readline-common/jammy,now 8.1.2-1 all [installed,automatic] +rng-tools-debian/jammy,now 2.3 amd64 [installed] +rpcbind/jammy,now 1.2.6-2build1 amd64 [installed,automatic] +rpcsvc-proto/jammy,now 1.4.2-0ubuntu6 amd64 [installed,automatic] +rsync/jammy-updates,jammy-security,now 3.2.7-0ubuntu0.22.04.2 amd64 [installed,automatic] +rsyslog/jammy-updates,jammy-security,now 8.2112.0-2ubuntu2.2 amd64 [installed,automatic] +run-one/jammy,now 1.17-0ubuntu1 all [installed,automatic] +sbsigntool/jammy,now 0.9.4-2ubuntu2 amd64 [installed] +screen/jammy,now 4.9.0-1 amd64 [installed] +secureboot-db/jammy,now 1.8 amd64 [installed] +sed/jammy,now 4.8-1ubuntu2 amd64 [installed,automatic] +sensible-utils/jammy,now 0.0.17 all [installed,automatic] +sg3-utils-udev/jammy,now 1.46-1build1 all [installed,automatic] +sg3-utils/jammy,now 1.46-1build1 amd64 [installed,automatic] +shared-mime-info/jammy,now 2.1-2 amd64 [installed,automatic] +shim-signed/jammy-updates,now 1.51.3+15.7-0ubuntu1 amd64 [installed] +socat/jammy,now 1.7.4.1-3ubuntu4 amd64 [installed] +software-properties-common/jammy-updates,now 0.99.22.6 all [installed] +sosreport/jammy-updates,now 4.4-1ubuntu1.22.04.1 amd64 [installed] +ssh-import-id/jammy,now 5.11-0ubuntu1 all [installed] +strace/jammy,now 5.16-0ubuntu3 amd64 [installed,automatic] +sudo/jammy-updates,jammy-security,now 1.9.9-1ubuntu2.4 amd64 [installed,automatic] +sysfsutils/jammy,now 2.1.1-1build1 amd64 [installed] +sysstat/jammy-updates,jammy-security,now 12.5.2-2ubuntu0.1 amd64 [installed] +systemd-hwe-hwdb/jammy-updates,now 249.11.3 all [installed,automatic] +systemd-sysv/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +systemd/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +sysvinit-utils/jammy,now 3.01-1ubuntu1 amd64 [installed] +tar/jammy-updates,jammy-security,now 1.34+dfsg-1ubuntu0.1.22.04.1 amd64 [installed,automatic] +tcl8.6/jammy,now 8.6.12+dfsg-1build1 amd64 [installed] +tcl/jammy,now 8.6.11+1build2 amd64 [installed] +tcpdump/jammy-updates,now 4.99.1-3ubuntu0.1 amd64 [installed,automatic] +telnet/jammy,now 0.17-44build1 amd64 [installed,automatic] +thin-provisioning-tools/jammy,now 0.9.0-2ubuntu1 amd64 [installed,automatic] +time/jammy,now 1.9-0.1build2 amd64 [installed,automatic] +tmux/jammy-updates,jammy-security,now 3.2a-4ubuntu0.2 amd64 [installed] +tnftp/jammy,now 20210827-4build1 amd64 [installed,automatic] +tpm-udev/jammy,now 0.6 all [installed] +traceroute/jammy,now 1:2.1.0-2 amd64 [installed] +tzdata/jammy-updates,now 2023c-0ubuntu0.22.04.1 all [installed,automatic] +ubuntu-advantage-tools/jammy-updates,now 27.14.4~22.04 amd64 [installed,automatic] +ubuntu-keyring/jammy,now 2021.03.26 all [installed,automatic] +ubuntu-minimal/jammy,now 1.481 amd64 [installed] +ubuntu-release-upgrader-core/jammy-updates,now 1:22.04.16 all [installed,automatic] +ubuntu-standard/jammy,now 1.481 amd64 [installed] +ucf/jammy,now 3.0043 all [installed,automatic] +udev/jammy-updates,now 249.11-0ubuntu3.9 amd64 [installed,automatic] +ufw/jammy,now 0.36.1-4build1 all [installed,automatic] +unattended-upgrades/jammy,now 2.8ubuntu1 all [installed] +update-manager-core/jammy-updates,now 1:22.04.10 all [installed,automatic] +update-notifier-common/jammy-updates,now 3.192.54.6 all [installed] +usb-modeswitch-data/jammy,now 20191128-4 all [installed] +usb-modeswitch/jammy,now 2.6.1-3ubuntu2 amd64 [installed] +usb.ids/jammy,now 2022.04.02-1 all [installed,automatic] +usbutils/jammy,now 1:014-1build1 amd64 [installed,automatic] +usrmerge/jammy,now 25ubuntu2 all [installed,automatic] +util-linux/jammy,now 2.37.2-4ubuntu3 amd64 [installed] +uuid-runtime/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +vim-common/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.7 all [installed,automatic] +vim-runtime/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.7 all [installed,automatic] +vim-tiny/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.7 amd64 [installed,automatic] +vim/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.7 amd64 [installed] +walinuxagent/jammy-updates,now 2.2.46-0ubuntu5.1 amd64 [installed] +wget/jammy,now 1.21.2-2ubuntu1 amd64 [installed,automatic] +whiptail/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +xauth/jammy,now 1:1.1-1build2 amd64 [installed,automatic] +xdg-user-dirs/jammy,now 0.17-2ubuntu4 amd64 [installed,automatic] +xfsprogs/jammy,now 5.13.0-1ubuntu2 amd64 [installed] +xkb-data/jammy,now 2.33-1 all [installed,automatic] +xxd/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.7 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 6.9G 77% / +tmpfs 3.9G 0 3.9G 0% /dev/shm +tmpfs 1.6G 700K 1.6G 1% /run +tmpfs 5.0M 0 5.0M 0% /run/lock +/dev/sda15 105M 6.1M 99M 6% /boot/efi +/dev/sdb1 16G 28K 15G 1% /mnt +tmpfs 796M 0 796M 0% /run/user/1000 +Using kernel: +Linux version 5.15.0-1037-azure (buildd@lcy02-amd64-001) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #44-Ubuntu SMP Thu Apr 20 13:19:31 UTC 2023 +Install completed successfully on Mon May 8 17:06:30 UTC 2023 +VSTS Build NUMBER: 20230508.2_master_72937521 +VSTS Build ID: 72937521 +Commit: a560f9136cc44a454e3a151042a451b6ee168b4b +Ubuntu version: 22.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: +=== os-release Begin +PRETTY_NAME="Ubuntu 22.04.2 LTS" +NAME="Ubuntu" +VERSION_ID="22.04" +VERSION="22.04.2 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 \ No newline at end of file