From 9ee7d8bc4588fd008aec2237bd0d2f12ecf788d6 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 10:48:41 -0700 Subject: [PATCH 01/33] added initial summary --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88946aa..d157ea7f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Azure Kubernetes Service Changelog +## Release 2024-03-31 + +Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). + +### Announcements +* Force migrating all Image Cleaner clusters to addon v2. + +### Release Notes +* Features: + * feat: create ZRS disk by default in built-in storage classes on a multi-zone AKS cluster + +* Component Updates: + * Bump csi driver to v1.4.2. + * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. + * Bump cloud-node-manager to 1.29.3, 1.28.8, 1.27.16, 1.26.22 + * Bump agentbaker version to v0.20240313.1 + * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. + * enable-azure-cni-overlay-dual-stack-windows allow-bypassing-k8s-dual-stack-upgrade-validation (this allows them to upgrade to dual-stack if they are < 1.28, but they will still need to be on k8s 1.26.3) allow-bypassing-cni-overlay-required-for-dual-stack-upgrade (this allows them to upgrade from cni v1 to overlay - we have an e2e test for this but it isn't in master validation) + * Bump cloud-controller-manager 1.29.3, 1.28.8, 1.27.16, 1.26.22 + * Bump Windows image versions to 2024.3B Windows 2019: March 12, 2024—KB5035849 (OS Build 17763.5576). Version: 17763.5576.240316. Windows 2022: March 12, 2024—KB5035857 (OS Build 20348.2340). Gen1 Version: 20348.2340.240316. Gen2 Version: 20348.2340.240316. + * CCP plugin reconciliation was missing from the main loop. That already resulted in releases not being effective unless customers trigger PUT MC directly. + * enable ccp-webhook-bind-to-all-with-tls toggle for all regions. + * Bump agentbaker version to v0.20240319.1 + * Edit the name of the configmap that reveals to customers their dedicated node status + * Setting Operator default to true + * This PR will block StopMC operation if illegal webhooks are found. Since this adds to the FrontEnd Validation, it will run in parallel to the original validations. + * Previously, the cpu request is 400m, which is considered too high and may affect Pod's scheduling. This PR adjusts the cpu request to 100m, from observation, a normally running adapter only takes 10-30m CPU, so 100m should be a reasonable request. + * Updating coredns to use image v1.9.4-hotfix.20240327 on all AKS clusters with version 1.24+. We still use coredns build version v1.9.4, we have only fixed the CVE vulnerabilities on this. + * Bump agentbaker version to v0.20240325.0 + * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. + * CX impact: enable fast scaling on westus3. + * speed up scaling agentpool operation. scaling agentpool is the PUT AP request which only update agentpool count. For scaling operation, we skip sku validation. + * Bump windows gpu device plugin image tag version to 0.0.3 + * Return BadRequest when calling GetAgentPoolUpgradeProfileOperation for an agentpool using a customized image. Customized images are only used for internal testing. Some partner team may call it by mistakes. Reference: Incident 486354172 : prod eastus Frontend Qos failure for GetAgentPoolUpgradeProfileHandler.GET + +* Bug Fixes: + * Fixes AGIC is crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. + * For some customers needing to tune their istiod and ingress gateway's HPA, we need to allow them to customize the values. Also, we need to ensure minreplicas does not go to low to break pdb. asm-1-18, asm-1-19, and asm-1-20 covered by this change + * Fix bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'. Refactored the loadbalancerSKU validation to a new style validator. + * Fix meter IDs for 2, 64 and 96 core mem opt vms. Also fix 64 compute. + * Fix missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. + * Fix an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes By reconciling ccp plugin Karpenter on AP operations, just like what we are doing with Addons The main difference between them is Addons are on the cluster while CCP plugins are on the CCP One-pager: + ## Release 2024-03-17 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). From 0ffe47deda99951ee975bf5681ab7a13aac411d7 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 12:19:34 -0700 Subject: [PATCH 02/33] some cleanup --- CHANGELOG.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d157ea7f..a247062f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,35 +9,32 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release Notes * Features: - * feat: create ZRS disk by default in built-in storage classes on a multi-zone AKS cluster + * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster * Component Updates: * Bump csi driver to v1.4.2. - * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. + * Bump cloud-controller-manager 1.29.3, 1.28.8, 1.27.16, 1.26.22 + * Bump Windows image versions to 2024.3B Windows 2019: March 12, 2024—KB5035849 (OS Build 17763.5576). Version: 17763.5576.240316. Windows 2022: March 12, 2024—KB5035857 (OS Build 20348.2340). Gen1 Version: 20348.2340.240316. Gen2 Version: 20348.2340.240316. * Bump cloud-node-manager to 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Bump agentbaker version to v0.20240313.1 + * Bump agentbaker version to v0.20240325.0 + * Bump windows gpu device plugin image tag version to 0.0.3 + * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. * enable-azure-cni-overlay-dual-stack-windows allow-bypassing-k8s-dual-stack-upgrade-validation (this allows them to upgrade to dual-stack if they are < 1.28, but they will still need to be on k8s 1.26.3) allow-bypassing-cni-overlay-required-for-dual-stack-upgrade (this allows them to upgrade from cni v1 to overlay - we have an e2e test for this but it isn't in master validation) - * Bump cloud-controller-manager 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Bump Windows image versions to 2024.3B Windows 2019: March 12, 2024—KB5035849 (OS Build 17763.5576). Version: 17763.5576.240316. Windows 2022: March 12, 2024—KB5035857 (OS Build 20348.2340). Gen1 Version: 20348.2340.240316. Gen2 Version: 20348.2340.240316. * CCP plugin reconciliation was missing from the main loop. That already resulted in releases not being effective unless customers trigger PUT MC directly. * enable ccp-webhook-bind-to-all-with-tls toggle for all regions. - * Bump agentbaker version to v0.20240319.1 * Edit the name of the configmap that reveals to customers their dedicated node status * Setting Operator default to true * This PR will block StopMC operation if illegal webhooks are found. Since this adds to the FrontEnd Validation, it will run in parallel to the original validations. * Previously, the cpu request is 400m, which is considered too high and may affect Pod's scheduling. This PR adjusts the cpu request to 100m, from observation, a normally running adapter only takes 10-30m CPU, so 100m should be a reasonable request. * Updating coredns to use image v1.9.4-hotfix.20240327 on all AKS clusters with version 1.24+. We still use coredns build version v1.9.4, we have only fixed the CVE vulnerabilities on this. - * Bump agentbaker version to v0.20240325.0 * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. - * CX impact: enable fast scaling on westus3. - * speed up scaling agentpool operation. scaling agentpool is the PUT AP request which only update agentpool count. For scaling operation, we skip sku validation. - * Bump windows gpu device plugin image tag version to 0.0.3 + * Enable fast scaling on westus3. speed up scaling agentpool operation. scaling agentpool is the PUT AP request which only update agentpool count. * Return BadRequest when calling GetAgentPoolUpgradeProfileOperation for an agentpool using a customized image. Customized images are only used for internal testing. Some partner team may call it by mistakes. Reference: Incident 486354172 : prod eastus Frontend Qos failure for GetAgentPoolUpgradeProfileHandler.GET * Bug Fixes: * Fixes AGIC is crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. - * For some customers needing to tune their istiod and ingress gateway's HPA, we need to allow them to customize the values. Also, we need to ensure minreplicas does not go to low to break pdb. asm-1-18, asm-1-19, and asm-1-20 covered by this change + * For some customers needing to tune their istiod and ingress gateway's HPA, we now allow them to customize the values and ensure minreplicas does not go to low to break pdb. asm-1-18, asm-1-19, and asm-1-20 covered by this change * Fix bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'. Refactored the loadbalancerSKU validation to a new style validator. * Fix meter IDs for 2, 64 and 96 core mem opt vms. Also fix 64 compute. * Fix missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. From 1003d5e3d6cbf2d8c7e8ed44b0a00c57fa2fe0e8 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 14:34:45 -0700 Subject: [PATCH 03/33] added AKS Cost Analysis --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a247062f..b692dd43 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release Notes * Features: * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster + * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. * Component Updates: * Bump csi driver to v1.4.2. From e2535d82ea07e0c9e02855277c098910b5f9fe94 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 15:40:16 -0700 Subject: [PATCH 04/33] updated based on PR comments --- CHANGELOG.md | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b692dd43..ef0c4604 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,41 +6,29 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Force migrating all Image Cleaner clusters to addon v2. +* On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes * Features: * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. + +* Behavioral Changes: + * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go t0o low to break pod disruption budgetes. + +* Bug Fixes: + * Fixed AGIC crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. + * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. + * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. * Component Updates: * Bump csi driver to v1.4.2. - * Bump cloud-controller-manager 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Bump Windows image versions to 2024.3B Windows 2019: March 12, 2024—KB5035849 (OS Build 17763.5576). Version: 17763.5576.240316. Windows 2022: March 12, 2024—KB5035857 (OS Build 20348.2340). Gen1 Version: 20348.2340.240316. Gen2 Version: 20348.2340.240316. + * Bump azure-cloud-controller-manager [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) * Bump cloud-node-manager to 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Bump agentbaker version to v0.20240325.0 * Bump windows gpu device plugin image tag version to 0.0.3 * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. - * enable-azure-cni-overlay-dual-stack-windows allow-bypassing-k8s-dual-stack-upgrade-validation (this allows them to upgrade to dual-stack if they are < 1.28, but they will still need to be on k8s 1.26.3) allow-bypassing-cni-overlay-required-for-dual-stack-upgrade (this allows them to upgrade from cni v1 to overlay - we have an e2e test for this but it isn't in master validation) - * CCP plugin reconciliation was missing from the main loop. That already resulted in releases not being effective unless customers trigger PUT MC directly. - * enable ccp-webhook-bind-to-all-with-tls toggle for all regions. - * Edit the name of the configmap that reveals to customers their dedicated node status - * Setting Operator default to true - * This PR will block StopMC operation if illegal webhooks are found. Since this adds to the FrontEnd Validation, it will run in parallel to the original validations. - * Previously, the cpu request is 400m, which is considered too high and may affect Pod's scheduling. This PR adjusts the cpu request to 100m, from observation, a normally running adapter only takes 10-30m CPU, so 100m should be a reasonable request. - * Updating coredns to use image v1.9.4-hotfix.20240327 on all AKS clusters with version 1.24+. We still use coredns build version v1.9.4, we have only fixed the CVE vulnerabilities on this. - * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. - * Enable fast scaling on westus3. speed up scaling agentpool operation. scaling agentpool is the PUT AP request which only update agentpool count. - * Return BadRequest when calling GetAgentPoolUpgradeProfileOperation for an agentpool using a customized image. Customized images are only used for internal testing. Some partner team may call it by mistakes. Reference: Incident 486354172 : prod eastus Frontend Qos failure for GetAgentPoolUpgradeProfileHandler.GET - -* Bug Fixes: - * Fixes AGIC is crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. - * For some customers needing to tune their istiod and ingress gateway's HPA, we now allow them to customize the values and ensure minreplicas does not go to low to break pdb. asm-1-18, asm-1-19, and asm-1-20 covered by this change - * Fix bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'. Refactored the loadbalancerSKU validation to a new style validator. - * Fix meter IDs for 2, 64 and 96 core mem opt vms. Also fix 64 compute. - * Fix missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. - * Fix an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes By reconciling ccp plugin Karpenter on AP operations, just like what we are doing with Addons The main difference between them is Addons are on the cluster while CCP plugins are on the CCP One-pager: - + ## Release 2024-03-17 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). From 9fdf4404ce808dc3b90a6655b2846ab7a8f7a2e9 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 16:26:33 -0700 Subject: [PATCH 05/33] Improved wording --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0c4604..1dc9cc7e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,10 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. * Component Updates: - * Bump csi driver to v1.4.2. - * Bump azure-cloud-controller-manager [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) - * Bump cloud-node-manager to 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Bump windows gpu device plugin image tag version to 0.0.3 + * Updated CSI driver to version 1.4.2. + * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) + * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22 + * Updated windows gpu device plugin image tag version to 0.0.3 * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. From 50deadbdcab3e6ea49a9611d1aa9792633396b66 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 3 Apr 2024 16:36:27 -0700 Subject: [PATCH 06/33] moved and updated announcement --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc9cc7e..4729f4e4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Force migrating all Image Cleaner clusters to addon v2. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). +* Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) + ### Release Notes * Features: @@ -26,7 +28,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22 * Updated windows gpu device plugin image tag version to 0.0.3 - * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per Kubernetes v1.28: Planternetes release note. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. ## Release 2024-03-17 From 84d11e1d981ff2ba5a8b228356431b827f9c2de7 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Thu, 4 Apr 2024 16:53:51 -0700 Subject: [PATCH 07/33] added additional announcements and features, removed image cleaner --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4729f4e4..a9eaf030 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,21 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). ### Announcements -* Force migrating all Image Cleaner clusters to addon v2. -* On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). * Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) - +* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. +* If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. +* Calico can now be disabled for an AKS cluster through the update operation more info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). +* On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes * Features: * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. - + * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is GA now. + +* Preview Features: + * [Disable SSH](https://learn.microsoft.com/en-us/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. + * Behavioral Changes: * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go t0o low to break pod disruption budgetes. From f0d07ccf64cacbcefd2b61191aae33ef90b0c07a Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Thu, 4 Apr 2024 16:55:02 -0700 Subject: [PATCH 08/33] moved ZRS to behavior change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9eaf030..0a9f5066 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release Notes * Features: - * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is GA now. @@ -22,6 +21,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Behavioral Changes: * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go t0o low to break pod disruption budgetes. + * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster * Bug Fixes: * Fixed AGIC crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. From 722f99184932ac177fc7558d082d934b8d38a8c3 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Thu, 4 Apr 2024 17:11:13 -0700 Subject: [PATCH 09/33] updated language --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9f5066..891c776a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Behavioral Changes: * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go t0o low to break pod disruption budgetes. - * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster + * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster from AKS 1.29. * Bug Fixes: * Fixed AGIC crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. @@ -29,7 +29,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. * Component Updates: - * Updated CSI driver to version 1.4.2. + * Updated secrets-store-csi-driver to version 1.4.2. * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22 * Updated windows gpu device plugin image tag version to 0.0.3 From 905f04b07d0bb587190bafaa5ab567629236b19d Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Fri, 5 Apr 2024 16:29:40 -0700 Subject: [PATCH 10/33] formatting --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 891c776a..df2338cd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Component Updates: * Updated secrets-store-csi-driver to version 1.4.2. - * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22) - * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22 - * Updated windows gpu device plugin image tag version to 0.0.3 + * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). + * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22. + * Updated windows gpu device plugin image tag version to 0.0.3. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. ## Release 2024-03-17 From df0036f648536369e0c2fc59cc6e9564c45cab46 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Fri, 5 Apr 2024 16:51:22 -0700 Subject: [PATCH 11/33] added update release link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2338cd..a934f1de 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. * Component Updates: - * Updated secrets-store-csi-driver to version 1.4.2. + * Updated secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22. * Updated windows gpu device plugin image tag version to 0.0.3. From 18efba44e47f45542f4be5c0d50b50dbd76e7f68 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Fri, 5 Apr 2024 17:07:13 -0700 Subject: [PATCH 12/33] typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a934f1de..b494320c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * [Disable SSH](https://learn.microsoft.com/en-us/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. * Behavioral Changes: - * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go t0o low to break pod disruption budgetes. + * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go too low to break pod disruption budgets. * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster from AKS 1.29. * Bug Fixes: @@ -32,7 +32,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Updated secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22. - * Updated windows gpu device plugin image tag version to 0.0.3. + * Updated Windows gpu device plugin image tag version to 0.0.3. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. ## Release 2024-03-17 From 6aab4d11809422a7a8ea493c7a748b84365dc0c3 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Fri, 5 Apr 2024 17:15:48 -0700 Subject: [PATCH 13/33] removed gpu update because not public facing --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b494320c..c3b2bf17 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Updated secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22. - * Updated Windows gpu device plugin image tag version to 0.0.3. * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. ## Release 2024-03-17 From e5b33dc518ecf5504d4cca6e1ba3f3bc26521dd2 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 09:37:28 -0700 Subject: [PATCH 14/33] added release note links to cloud-provider-azure --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b2bf17..74fb8291 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Component Updates: * Updated secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). - * Updated cloud-node-manager to version 1.29.3, 1.28.8, 1.27.16, 1.26.22. + * Updated cloud-provider-azure to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. ## Release 2024-03-17 From 76870f2cb7c5283ac7a229ed5cc5dfe3b1e04001 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 09:53:18 -0700 Subject: [PATCH 15/33] changed wording for component upgrades and removed cilium upgrade --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fb8291..9bb34803 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,10 +29,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. * Component Updates: - * Updated secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). - * Updated azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). - * Updated cloud-provider-azure to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). - * EnableAdvancedNetworkingObservability helm value that enables Hubble on Cilium when advancedNetworking mc property is enabled and k8s version is 1.29. k8s 1.29 will always be cilium 1.14+, cilium versions are tied to which k8s version here: cilium-agent.yaml. + * Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). + * Upgraded azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). + * Upgraded cloud-provider-azure to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). ## Release 2024-03-17 From a6c2f483f287f9aafdf27d949ac293a59df13b29 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 09:55:06 -0700 Subject: [PATCH 16/33] removed ZRS update --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb34803..24e33aa1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Behavioral Changes: * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go too low to break pod disruption budgets. - * Created ZRS disk by default in built-in storage classes on a multi-zone AKS cluster from AKS 1.29. * Bug Fixes: * Fixed AGIC crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. From 04503f11c99f851d3237bdb7875072c222edf2ed Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 10:01:33 -0700 Subject: [PATCH 17/33] formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e33aa1..010ed41c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release Notes * Features: * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. - * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is GA now. + * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is generally available now. * Preview Features: * [Disable SSH](https://learn.microsoft.com/en-us/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. From 25099d45586e2d863171e65d7c91332ebd354922 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 11:18:07 -0700 Subject: [PATCH 18/33] corrected upgrade skew --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010ed41c..c6f8e987 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). ### Announcements -* Support upgrade version skew policy between core node and control plane components from n-1 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) +* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) * Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. * If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * Calico can now be disabled for an AKS cluster through the update operation more info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). From 8c4dbb9c0e88706d3baed23af5f1cfd1a84eb3fd Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 12:05:46 -0700 Subject: [PATCH 19/33] removed bug --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f8e987..d81aed44 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go too low to break pod disruption budgets. * Bug Fixes: - * Fixed AGIC crashing in USSec due to incorrect value for cloud environment. Changed the logic of determining "AZURECLOUDENVIRONMENT" variable in AGIC to be in line to other addons. * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. From 6a7f8d8829f2ddfe60f5549b9e4ab8d31c46104e Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Mon, 8 Apr 2024 12:18:34 -0700 Subject: [PATCH 20/33] addressing comments --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81aed44..aec069b1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) * Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. * If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. -* Calico can now be disabled for an AKS cluster through the update operation more info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes @@ -18,19 +17,19 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Preview Features: * [Disable SSH](https://learn.microsoft.com/en-us/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. + * Calico can now be disabled for an AKS cluster through the update operation. More info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). * Behavioral Changes: * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go too low to break pod disruption budgets. * Bug Fixes: - * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause uninstall of Calico to fail. - * Fixed an issue where node image upgrade or agentpool deletion might result in Node Auto Provisioning stop provisioning new nodes. + * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause the disablement of Calico Network Policies to fail. + * Fixed an issue where node image upgrade or nodepool deletion might result in node auto provisioning to stop provisioning new nodes. * Component Updates: * Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Upgraded azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). - * Upgraded cloud-provider-azure to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). - + ## Release 2024-03-17 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). From c30e6ff953c5b3bffda25b8f4539e6350422f1b9 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Tue, 9 Apr 2024 09:26:07 -0700 Subject: [PATCH 21/33] updated HPA behavior change Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec069b1..3871290e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Calico can now be disabled for an AKS cluster through the update operation. More info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). * Behavioral Changes: - * We now allow customization of istiod and ingress gateway HPA to enable customers to ensure minreplicas does not go too low to break pod disruption budgets. + * Customizations to HorizontalPodAutoscaler (HPA) for `istiod` and Istio ingress gateways are now allowed. User can directly edit the HPAs in aks-istio-system and aks-istio-ingress namespaces to customize the HPA. Note that HPA changes that violate minReplicas specified in the existing PDB will be rejected/reset. * Bug Fixes: * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause the disablement of Calico Network Policies to fail. From 69d6d091b938a22235abc1f65906130041ab6561 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 15:42:36 -0700 Subject: [PATCH 22/33] updated upgrade announcement and added bug fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3871290e..efbb886d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) -* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. +* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them(https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin)]. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. * If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). @@ -25,6 +25,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes: * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause the disablement of Calico Network Policies to fail. * Fixed an issue where node image upgrade or nodepool deletion might result in node auto provisioning to stop provisioning new nodes. + * Fixed bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'. * Component Updates: * Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). From 0c603e2b553fa9c8b8a5439263114e280d43995e Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 16:31:31 -0700 Subject: [PATCH 23/33] added docs link and updated bug fix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbb886d..2fecca7c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). ### Announcements -* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) +* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). * Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them(https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin)]. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. * If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). @@ -25,7 +25,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes: * Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause the disablement of Calico Network Policies to fail. * Fixed an issue where node image upgrade or nodepool deletion might result in node auto provisioning to stop provisioning new nodes. - * Fixed bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'. + * Fixed bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from the case the user input, such as 'standard' to 'Standard', which may have caused diffs in Terraform state files or other client tools that perform diffs. * Component Updates: * Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). From 373862dcd790408e19f97c7ae5011530a8378a7f Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 16:37:08 -0700 Subject: [PATCH 24/33] formatting fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fecca7c..e7894a40 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). -* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them(https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin)]. There will be an option provided to enable explicitly beta apis closer to the 1.30 release. -* If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. +* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to enable explicitly beta apis closer to the 1.30 release. +* If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes From d354efb8ee0ff52057c0bcc2da27ca1546059bf0 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:38:10 -0700 Subject: [PATCH 25/33] change wording for support upgrade version Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7894a40..57fded6e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). ### Announcements -* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). +* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). * Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to enable explicitly beta apis closer to the 1.30 release. * If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). From 01ce26b87d47232c201e94a7e20098aa91c17730 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:38:59 -0700 Subject: [PATCH 26/33] updated LTS beta apis Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fded6e..eb9b587d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). -* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to enable explicitly beta apis closer to the 1.30 release. +* Starting 1.30 Kubernetes version and 1.27 LTS versions, beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to explicitly enable beta apis closer to the 1.30 release. * If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). From 75fce8ec48ac964fea606a63977ab5f2928de048 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:39:19 -0700 Subject: [PATCH 27/33] updated disable ssh link Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9b587d..18944103 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is generally available now. * Preview Features: - * [Disable SSH](https://learn.microsoft.com/en-us/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. + * [Disable SSH](https://learn.microsoft.com/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. * Calico can now be disabled for an AKS cluster through the update operation. More info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). * Behavioral Changes: From 2e9eb764e9dbdc67e77f5182899256e33d402508 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:40:51 -0700 Subject: [PATCH 28/33] update link Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18944103..e9d63bb9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release Notes * Features: * [AKS Cost Analysis](https://learn.microsoft.com/azure/aks/cost-analysis) is now generally available. View the aggregated costs for all your AKS clusters and namespaces in a subscription and drill into infrastructure and namespaces costs of a cluster directly in Azure Portal. - * [Trusted Access on AKS cluster](https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature) is generally available now. + * [Trusted Access on AKS cluster](https://learn.microsoft.com/azure/aks/trusted-access-feature) is generally available now. * Preview Features: * [Disable SSH](https://learn.microsoft.com/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. From ce486ac0e9fc5ebbf3d6fbcdd1b1f11dfe794b9e Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:43:35 -0700 Subject: [PATCH 29/33] fixed calico link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d63bb9..14aa335b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Preview Features: * [Disable SSH](https://learn.microsoft.com/azure/aks/manage-ssh-node-access?tabs=node-shell#disable-ssh-overview) is in preview now. Users can disable/enable the SSH access on nodepool level. - * Calico can now be disabled for an AKS cluster through the update operation. More info [here](https://learn.microsoft.com/en-us/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). + * Calico can now be disabled for an AKS cluster through the update operation. More info [here](https://learn.microsoft.com/azure/aks/use-network-policies#uninstall-azure-network-policy-manager-or-calico-preview). * Behavioral Changes: * Customizations to HorizontalPodAutoscaler (HPA) for `istiod` and Istio ingress gateways are now allowed. User can directly edit the HPAs in aks-istio-system and aks-istio-ingress namespaces to customize the HPA. Note that HPA changes that violate minReplicas specified in the existing PDB will be rejected/reset. From c77e83749c05b657847640542d1582ac7c6b2b15 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 17:44:17 -0700 Subject: [PATCH 30/33] Update CHANGELOG.md Co-authored-by: Shashank Barsin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa335b..418b74d3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). * Starting 1.30 Kubernetes version and 1.27 LTS versions, beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to explicitly enable beta apis closer to the 1.30 release. -* If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. +* If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes From 7ab1bf35c0d1908e7f31e5badf52a997bd168e7d Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Wed, 10 Apr 2024 19:17:23 -0700 Subject: [PATCH 31/33] updated version upgrade link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa335b..0a2d239b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). ### Announcements -* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#alias-minor-version). +* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#what-is-the-allowed-difference-in-versions-between-control-plane-and-node-pool). * Starting 1.30 Kubernetes version and 1.27 LTS versions, beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to explicitly enable beta apis closer to the 1.30 release. * If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). From 17b22bd615633e08d2568455cf8e3011a5543526 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Thu, 11 Apr 2024 09:18:41 -0700 Subject: [PATCH 32/33] added ubuntu and linux updates --- CHANGELOG.md | 3 + vhd-notes/AzureLinux/202403.25.0.txt | 709 ++++++++++++++ .../aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt | 850 ++++++++++++++++ .../aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt | 906 ++++++++++++++++++ 4 files changed, 2468 insertions(+) create mode 100644 vhd-notes/AzureLinux/202403.25.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index feb392cb..8210769e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Component Updates: * Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2). * Upgraded azure-cloud-controller-manager to version [1.29.3](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.29.3), [1.28.8](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.28.8), [1.27.16](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.27.16), [1.26.22](https://github.com/kubernetes-sigs/cloud-provider-azure/releases/tag/v1.26.22). + * Azure Linux image has been updated to [Azure Linux - 202403.25.0](vhd-notes/AzureLinux/202403.25.0.txt). + * AKS Ubuntu 18.04 image has been updated to [AKSUbuntu-1804-202403.25.0](vhd-notes/aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt). + * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202403.25.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt). ## Release 2024-03-17 diff --git a/vhd-notes/AzureLinux/202403.25.0.txt b/vhd-notes/AzureLinux/202403.25.0.txt new file mode 100644 index 00000000..79a451ea --- /dev/null +++ b/vhd-notes/AzureLinux/202403.25.0.txt @@ -0,0 +1,709 @@ +Starting build on Mon Mar 25 18:49:22 UTC 2024 +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.14-1 + - crictl version 1.29.0 + - runc version 1.1.9 + - bpftrace v0.16.0 + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.52 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.23 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.15 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.1.1 + - mcr.microsoft.com/containernetworking/azure-npm:v1.5.23 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.1.6-hotfix.20240116 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1-2 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-1 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.19 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.9 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.10 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7-2 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.1 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.0 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.4.43.1 + - Azure CNI version 1.4.52 + - Azure CNI version 1.5.11 + - Azure CNI version 1.5.23 + - Azure Swift CNI version 1.4.43.1 + - Azure Swift CNI version 1.4.52 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.5.23 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-5 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-8 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.12 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231102 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.9-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.5-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.2 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 106160128 Jun 19 2023 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 2023 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 121900256 Jun 19 2023 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 2023 /usr/local/bin/kubectl-1.26.6 +-rwxr-xr-x 1 root root 110764032 Aug 29 2023 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 2023 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-rwxr-xr-x 1 root root 55331649 Dec 12 08:10 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 108953600 Dec 22 01:06 /usr/local/bin/kubelet-1.27.9 +-rwxr-xr-x 1 root root 49319936 Dec 22 01:06 /usr/local/bin/kubectl-1.27.9 +-rwxr-xr-x 1 root root 125666592 Dec 22 01:07 /usr/local/bin/kubelet-1.26.12 +-rwxr-xr-x 1 root root 48783360 Dec 22 01:07 /usr/local/bin/kubectl-1.26.12 +-rwxr-xr-x 1 root root 110841856 Dec 23 01:04 /usr/local/bin/kubelet-1.28.5 +-rwxr-xr-x 1 root root 49885184 Dec 23 01:04 /usr/local/bin/kubectl-1.28.5 +-rwxr-xr-x 1 root root 111808512 Dec 23 09:05 /usr/local/bin/kubelet-1.29.0 +-rwxr-xr-x 1 root root 49704960 Dec 23 09:05 /usr/local/bin/kubectl-1.29.0 +-rwxr-xr-x 1 root root 111812608 Feb 15 09:01 /usr/local/bin/kubelet-1.29.2 +-rwxr-xr-x 1 root root 49704960 Feb 15 09:01 /usr/local/bin/kubectl-1.29.2 +-rwxr-xr-x 1 root root 705 Mar 25 18:49 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Mar 25 18:52 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Mar 25 18:52 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Mar 25 18:54 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Mar 25 18:54 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Mar 25 18:57 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Mar 25 18:57 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Mar 25 18:57 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +=== Installed Packages Begin +filesystem-1.1-20.cm2.x86_64 +glibc-2.35-6.cm2.x86_64 +libgcc-11.2.0-8.cm2.x86_64 +pcre-libs-8.45-2.cm2.x86_64 +libstdc++-11.2.0-8.cm2.x86_64 +zlib-1.2.13-2.cm2.x86_64 +xz-libs-5.2.5-1.cm2.x86_64 +ncurses-libs-6.4-2.cm2.x86_64 +readline-8.1-1.cm2.x86_64 +libcap-2.60-2.cm2.x86_64 +bzip2-libs-1.0.8-1.cm2.x86_64 +pcre-8.45-2.cm2.x86_64 +gmp-6.2.1-4.cm2.x86_64 +libselinux-3.2-1.cm2.x86_64 +coreutils-8.32-7.cm2.x86_64 +grep-3.7-2.cm2.x86_64 +bash-5.1.8-4.cm2.x86_64 +libsepol-3.2-2.cm2.x86_64 +xz-5.2.5-1.cm2.x86_64 +kmod-29-2.cm2.x86_64 +kernel-5.15.148.2-2.cm2.x86_64 +mariner-release-2.0-60.cm2.noarch +shim-15.4-2.cm2.x86_64 +grub2-efi-binary-2.06-13.cm2.x86_64 +popt-1.18-1.cm2.x86_64 +slang-2.3.2-4.cm2.x86_64 +newt-0.52.21-5.cm2.x86_64 +chkconfig-1.20-4.cm2.x86_64 +ca-certificates-shared-2.0.0-15.cm2.noarch +libffi-3.4.2-3.cm2.x86_64 +p11-kit-0.24.1-1.cm2.x86_64 +libtasn1-4.19.0-1.cm2.x86_64 +p11-kit-trust-0.24.1-1.cm2.x86_64 +ca-certificates-tools-2.0.0-15.cm2.noarch +ca-certificates-2.0.0-15.cm2.noarch +util-linux-libs-2.37.4-8.cm2.x86_64 +libgpg-error-1.46-1.cm2.x86_64 +openssl-libs-1.1.1k-29.cm2.x86_64 +libgcrypt-1.10.3-1.cm2.x86_64 +glib-2.71.0-2.cm2.x86_64 +lz4-1.9.4-1.cm2.x86_64 +systemd-rpm-macros-250.3-19.cm2.noarch +libcap-ng-0.8.2-2.cm2.x86_64 +audit-libs-3.0.6-8.cm2.x86_64 +json-c-0.15-2.cm2.x86_64 +cracklib-2.9.7-5.cm2.x86_64 +cracklib-dicts-2.9.7-5.cm2.x86_64 +pam-1.5.1-5.cm2.x86_64 +cryptsetup-libs-2.4.3-4.cm2.x86_64 +systemd-250.3-19.cm2.x86_64 +device-mapper-libs-2.03.15-3.cm2.x86_64 +cronie-1.5.7-3.cm2.x86_64 +cronie-anacron-1.5.7-3.cm2.x86_64 +logrotate-3.20.1-1.cm2.x86_64 +openssl-1.1.1k-29.cm2.x86_64 +sqlite-libs-3.39.2-3.cm2.x86_64 +expat-libs-2.5.0-1.cm2.x86_64 +elfutils-libelf-0.186-2.cm2.x86_64 +e2fsprogs-libs-1.46.5-3.cm2.x86_64 +krb5-1.19.4-2.cm2.x86_64 +libassuan-2.5.5-2.cm2.x86_64 +expat-2.5.0-1.cm2.x86_64 +libssh2-1.9.0-4.cm2.x86_64 +iana-etc-20211115-2.cm2.noarch +libpwquality-1.4.4-1.cm2.x86_64 +file-libs-5.40-2.cm2.x86_64 +device-mapper-2.03.15-3.cm2.x86_64 +device-mapper-event-libs-2.03.15-3.cm2.x86_64 +ncurses-6.4-2.cm2.x86_64 +lmdb-libs-0.9.29-1.cm2.x86_64 +lua-libs-5.4.4-1.cm2.x86_64 +rpm-libs-4.18.0-4.cm2.x86_64 +libsolv-0.7.24-1.cm2.x86_64 +libedit-3.1.20210910-1.cm2.x86_64 +procps-ng-3.3.17-2.cm2.x86_64 +device-mapper-event-2.03.15-3.cm2.x86_64 +util-linux-2.37.4-8.cm2.x86_64 +file-5.40-2.cm2.x86_64 +cryptsetup-2.4.3-4.cm2.x86_64 +iptables-1.8.7-4.cm2.x86_64 +dbus-1.15.6-1.cm2.x86_64 +pinentry-1.2.0-1.cm2.x86_64 +openssh-clients-8.9p1-4.cm2.x86_64 +e2fsprogs-1.46.5-3.cm2.x86_64 +libarchive-3.6.1-2.cm2.x86_64 +rpm-4.18.0-4.cm2.x86_64 +bc-1.07.1-4.cm2.x86_64 +bridge-utils-1.7.1-2.cm2.x86_64 +cpio-2.13-5.cm2.x86_64 +gdbm-1.21-1.cm2.x86_64 +iputils-20211215-2.cm2.x86_64 +irqbalance-1.8.0-4.cm2.x86_64 +libtool-2.4.6-8.cm2.x86_64 +mariner-rpm-macros-2.0-24.cm2.noarch +net-tools-2.10-3.cm2.x86_64 +tar-1.34-2.cm2.x86_64 +tzdata-2024a-1.cm2.noarch +which-2.21-8.cm2.x86_64 +libseccomp-2.5.3-1.cm2.x86_64 +nettle-3.7.3-3.cm2.x86_64 +bzip2-1.0.8-1.cm2.x86_64 +ca-certificates-base-2.0.0-15.cm2.noarch +findutils-4.8.0-5.cm2.x86_64 +gzip-1.12-2.cm2.x86_64 +sed-4.8-3.cm2.x86_64 +libmnl-1.0.4-6.cm2.x86_64 +iproute-5.15.0-3.cm2.x86_64 +libaio-0.3.112-4.cm2.x86_64 +lvm2-2.03.15-3.cm2.x86_64 +pkgconf-m4-1.8.0-3.cm2.noarch +libsemanage-3.2-2.cm2.x86_64 +shadow-utils-4.9-13.cm2.x86_64 +tdnf-cli-libs-3.5.2-4.cm2.x86_64 +libpkgconf-1.8.0-3.cm2.x86_64 +pkgconf-1.8.0-3.cm2.x86_64 +pkgconf-pkg-config-1.8.0-3.cm2.x86_64 +bind-license-9.16.48-1.cm2.noarch +libuv-1.43.0-2.cm2.x86_64 +libxml2-2.10.4-2.cm2.x86_64 +bind-libs-9.16.48-1.cm2.x86_64 +bind-utils-9.16.48-1.cm2.x86_64 +chrony-4.1-3.cm2.x86_64 +nghttp2-1.57.0-1.cm2.x86_64 +curl-libs-8.5.0-2.cm2.x86_64 +tdnf-3.5.2-4.cm2.x86_64 +curl-8.5.0-2.cm2.x86_64 +libdb-5.3.28-7.cm2.x86_64 +cyrus-sasl-lib-2.1.28-4.cm2.x86_64 +openldap-2.4.57-8.cm2.x86_64 +sudo-1.9.15p5-1.cm2.x86_64 +libksba-1.6.3-1.cm2.x86_64 +npth-1.6-4.cm2.x86_64 +gnupg2-2.4.0-2.cm2.x86_64 +gpgme-1.16.0-2.cm2.x86_64 +mariner-repos-shared-2.0-9.cm2.noarch +mariner-repos-microsoft-2.0-9.cm2.noarch +mariner-repos-extras-2.0-9.cm2.noarch +mariner-repos-2.0-9.cm2.noarch +tdnf-plugin-repogpgcheck-3.5.2-4.cm2.x86_64 +core-packages-container-2.0-8.cm2.x86_64 +core-packages-base-image-2.0-8.cm2.x86_64 +dracut-055-7.cm2.x86_64 +initramfs-2.0-14.cm2.x86_64 +python3-3.9.14-8.cm2.x86_64 +python3-libs-3.9.14-8.cm2.x86_64 +zchunk-libs-1.1.16-3.cm2.x86_64 +zchunk-1.1.16-3.cm2.x86_64 +librepo-1.15.1-1.cm2.x86_64 +python3-curses-3.9.14-8.cm2.x86_64 +python3-gpg-1.16.0-2.cm2.x86_64 +dnf-data-4.8.0-2.cm2.noarch +libcomps-0.1.18-2.cm2.x86_64 +python3-libcomps-0.1.18-2.cm2.x86_64 +elfutils-default-yama-scope-0.186-2.cm2.noarch +libgomp-11.2.0-8.cm2.x86_64 +popt-devel-1.18-1.cm2.x86_64 +libyaml-0.2.5-3.cm2.x86_64 +libmodulemd-2.13.0-2.cm2.x86_64 +libdnf-0.63.1-2.cm2.x86_64 +python3-libdnf-0.63.1-2.cm2.x86_64 +python3-hawkey-0.63.1-2.cm2.x86_64 +elfutils-libelf-devel-0.186-2.cm2.x86_64 +xz-devel-5.2.5-1.cm2.x86_64 +zlib-devel-1.2.13-2.cm2.x86_64 +elfutils-0.186-2.cm2.x86_64 +elfutils-devel-0.186-2.cm2.x86_64 +rpm-build-libs-4.18.0-4.cm2.x86_64 +rpm-devel-4.18.0-4.cm2.x86_64 +python3-rpm-4.18.0-4.cm2.x86_64 +python3-dnf-4.8.0-2.cm2.noarch +dnf-4.8.0-2.cm2.noarch +wget-1.21.2-2.cm2.x86_64 +python3-six-1.16.0-2.cm2.noarch +python3-markupsafe-2.1.0-1.cm2.x86_64 +python3-idna-3.3-1.cm2.noarch +python3-jinja2-3.0.3-3.cm2.noarch +python3-configobj-5.0.6-7.cm2.noarch +PyYAML-5.4.1-1.cm2.x86_64 +python3-jsonschema-2.6.0-6.cm2.noarch +python3-netifaces-0.11.0-1.cm2.x86_64 +python3-oauthlib-2.1.0-7.cm2.noarch +python3-setuptools-3.9.14-8.cm2.noarch +dhcp-libs-4.4.2-6.cm2.x86_64 +dhcp-client-4.4.2-6.cm2.x86_64 +python3-jsonpointer-2.2-1.cm2.noarch +python3-jsonpatch-1.32-1.cm2.noarch +python3-wcwidth-0.2.5-1.cm2.noarch +python3-prettytable-3.2.0-2.cm2.noarch +python3-certifi-2023.05.07-1.cm2.noarch +python3-charset-normalizer-2.0.11-2.cm2.noarch +python3-urllib3-1.26.18-2.cm2.noarch +python3-asn1crypto-1.5.1-1.cm2.noarch +python3-pyasn1-0.4.8-1.cm2.noarch +python3-pycparser-2.21-1.cm2.noarch +python3-cffi-1.15.0-3.cm2.x86_64 +python3-pyparsing-3.0.7-1.cm2.noarch +python3-packaging-21.3-1.cm2.noarch +python3-cryptography-3.3.2-6.cm2.x86_64 +python3-pyOpenSSL-18.0.0-8.cm2.noarch +python3-requests-2.27.1-6.cm2.noarch +cloud-init-23.4.1-3.cm2.noarch +cloud-init-azure-kvp-23.4.1-3.cm2.noarch +gptfdisk-1.0.8-1.cm2.x86_64 +mpfr-4.1.0-2.cm2.x86_64 +gawk-5.1.1-1.cm2.x86_64 +cloud-utils-growpart-0.32-3.cm2.noarch +grub2-2.06-13.cm2.x86_64 +installkernel-1.0.0-2.cm2.noarch +grubby-8.40-46.cm2.x86_64 +hyperv-daemons-license-5.15.148.2-1.cm2.noarch +hypervvssd-5.15.148.2-1.cm2.x86_64 +hypervkvpd-5.15.148.2-1.cm2.x86_64 +hypervfcopyd-5.15.148.2-1.cm2.x86_64 +hyperv-daemons-5.15.148.2-1.cm2.x86_64 +lzo-2.10-4.cm2.x86_64 +squashfs-tools-4.5.1-2.cm2.x86_64 +ethtool-5.16-2.cm2.x86_64 +snappy-1.1.9-3.cm2.x86_64 +kexec-tools-2.0.23-3.cm2.x86_64 +libnl3-3.5.0-4.cm2.x86_64 +netplan-0.95-2.cm2.x86_64 +ncurses-term-6.4-2.cm2.x86_64 +openssh-server-8.9p1-4.cm2.x86_64 +libestr-0.1.11-1.cm2.x86_64 +libfastjson-0.99.9-1.cm2.x86_64 +gc-8.0.0-4.cm2.x86_64 +libmpc-1.2.1-1.cm2.x86_64 +libstdc++-devel-11.2.0-8.cm2.x86_64 +liblognorm-2.0.6-2.cm2.x86_64 +postgresql-libs-14.11-1.cm2.x86_64 +autogen-libopts-5.18.16-8.cm2.x86_64 +cyrus-sasl-2.1.28-4.cm2.x86_64 +librdkafka1-1.8.2-2.cm2.x86_64 +glibc-iconv-2.35-6.cm2.x86_64 +libltdl-2.4.6-8.cm2.x86_64 +libunistring-0.9.10-6.cm2.x86_64 +guile-2.0.14-5.cm2.x86_64 +librelp-1.10.0-2.cm2.x86_64 +make-4.3-3.cm2.x86_64 +libgcc-atomic-11.2.0-8.cm2.x86_64 +libgcc-devel-11.2.0-8.cm2.x86_64 +libgomp-devel-11.2.0-8.cm2.x86_64 +gcc-c++-11.2.0-8.cm2.x86_64 +gcc-11.2.0-8.cm2.x86_64 +perl-vmsish-1.04-488.cm2.noarch +perl-version-0.99.28-488.cm2.noarch +perl-subs-1.04-488.cm2.noarch +perl-ph-5.34.1-488.cm2.x86_64 +perl-perlfaq-5.20210411-488.cm2.noarch +perl-parent-0.238-488.cm2.noarch +perl-mro-1.25-488.cm2.x86_64 +perl-meta-notation-5.34.1-488.cm2.noarch +perl-less-0.03-488.cm2.noarch +perl-if-0.60.900-488.cm2.noarch +perl-filetest-1.03-488.cm2.noarch +perl-ExtUtils-MM-Utils-7.44-488.cm2.noarch +perl-Devel-PPPort-3.62-488.cm2.x86_64 +perl-vars-1.05-488.cm2.noarch +perl-sort-2.04-488.cm2.noarch +perl-overloading-0.02-488.cm2.noarch +perl-lib-0.65-488.cm2.x86_64 +perl-experimental-0.024-488.cm2.noarch +perl-encoding-warnings-0.13-488.cm2.noarch +perl-deprecate-0.04-488.cm2.noarch +perl-constant-1.33-488.cm2.noarch +perl-base-2.27-488.cm2.noarch +perl-autouse-1.11-488.cm2.noarch +perl-Tie-Memoize-1.1-488.cm2.noarch +perl-Env-1.05-488.cm2.noarch +perl-Tie-4.6-488.cm2.noarch +perl-Term-ReadLine-1.17-488.cm2.noarch +perl-Term-Cap-1.17-488.cm2.noarch +perl-Module-Loaded-0.08-488.cm2.noarch +perl-CPAN-Meta-Requirements-2.140-488.cm2.noarch +perl-AutoLoader-5.74-488.cm2.noarch +perl-Attribute-Handlers-1.01-488.cm2.noarch +perl-Unicode-Normalize-1.28-488.cm2.x86_64 +perl-Time-Local-1.300-488.cm2.noarch +perl-Time-HiRes-1.9767-488.cm2.x86_64 +perl-Text-Tabs+Wrap-2013.0523-488.cm2.noarch +perl-File-DosGlob-1.12-488.cm2.x86_64 +perl-Text-ParseWords-3.30-488.cm2.noarch +perl-Text-Abbrev-1.02-488.cm2.noarch +perl-Term-Complete-1.403-488.cm2.noarch +perl-Term-ANSIColor-5.01-488.cm2.noarch +perl-sigtrap-1.09-488.cm2.noarch +perl-SelectSaver-1.02-488.cm2.noarch +perl-DirHandle-1.05-488.cm2.noarch +perl-Symbol-1.09-488.cm2.noarch +perl-Socket-2.031-488.cm2.x86_64 +perl-Search-Dict-1.07-488.cm2.noarch +perl-threads-shared-1.62-488.cm2.x86_64 +perl-Thread-3.05-488.cm2.noarch +perl-threads-2.26-488.cm2.x86_64 +perl-Text-Balanced-2.04-488.cm2.noarch +perl-NEXT-0.68-488.cm2.noarch +perl-overload-1.33-488.cm2.noarch +perl-Time-Piece-1.3401-488.cm2.x86_64 +perl-Tie-RefHash-1.40-488.cm2.noarch +perl-Thread-Semaphore-2.13-488.cm2.noarch +perl-Thread-Queue-3.14-488.cm2.noarch +perl-Module-CoreList-5.20220313-488.cm2.noarch +perl-Scalar-List-Utils-1.55-488.cm2.x86_64 +perl-Pod-Functions-1.13-488.cm2.noarch +perl-Pod-Escapes-1.07-488.cm2.noarch +perl-Perl-OSType-1.010-488.cm2.noarch +perl-Opcode-1.50-488.cm2.x86_64 +perl-Math-Complex-1.59-488.cm2.noarch +perl-bignum-0.51-488.cm2.noarch +perl-Math-BigRat-0.2614-488.cm2.noarch +perl-Math-BigInt-FastCalc-0.500.900-488.cm2.x86_64 +perl-Math-BigInt-1.9998.18-488.cm2.noarch +perl-PerlIO-via-QuotedPrint-0.09-488.cm2.noarch +perl-MIME-Base64-3.16-488.cm2.x86_64 +perl-I18N-Langinfo-0.19-488.cm2.x86_64 +perl-Params-Check-0.38-488.cm2.noarch +perl-Locale-Maketext-Simple-0.21-488.cm2.noarch +perl-Locale-Maketext-1.29-488.cm2.noarch +perl-I18N-LangTags-0.45-488.cm2.noarch +perl-Hash-Util-FieldHash-1.21-488.cm2.x86_64 +perl-fields-2.27-488.cm2.noarch +perl-Hash-Util-0.25-488.cm2.x86_64 +perl-Getopt-Std-1.13-488.cm2.noarch +perl-Filter-Simple-0.96-488.cm2.noarch +perl-Filter-1.59-488.cm2.x86_64 +perl-FileCache-1.10-488.cm2.noarch +perl-File-Compare-1.100.600-488.cm2.noarch +perl-File-Basename-2.85-488.cm2.noarch +perl-locale-1.10-488.cm2.noarch +perl-Tie-File-1.06-488.cm2.noarch +perl-Sys-Syslog-0.36-488.cm2.x86_64 +perl-Sys-Hostname-1.23-488.cm2.x86_64 +perl-I18N-Collate-1.02-488.cm2.noarch +perl-POSIX-1.97-488.cm2.x86_64 +perl-Fcntl-1.14-488.cm2.x86_64 +perl-Errno-1.33-488.cm2.x86_64 +perl-English-1.11-488.cm2.noarch +perl-Digest-MD5-2.58-488.cm2.x86_64 +perl-Digest-1.19-488.cm2.noarch +perl-Dumpvalue-2.27-488.cm2.noarch +perl-Devel-Peek-1.30-488.cm2.x86_64 +perl-Config-Perl-V-0.33-488.cm2.noarch +perl-Config-Extensions-0.03-488.cm2.noarch +perl-Compress-Raw-Zlib-2.101-488.cm2.x86_64 +perl-User-pwent-1.03-488.cm2.noarch +perl-Time-1.03-488.cm2.noarch +perl-Net-1.02-488.cm2.noarch +perl-File-stat-1.09-488.cm2.noarch +perl-Class-Struct-0.66-488.cm2.noarch +perl-Benchmark-1.23-488.cm2.noarch +perl-autodie-2.34-488.cm2.noarch +perl-Safe-2.43-488.cm2.noarch +perl-ExtUtils-Constant-0.25-488.cm2.noarch +perl-Data-Dumper-2.179-488.cm2.x86_64 +perl-CPAN-Meta-YAML-0.018-488.cm2.noarch +perl-B-1.82-488.cm2.x86_64 +perl-blib-1.07-488.cm2.noarch +perl-Unicode-Collate-1.29-488.cm2.x86_64 +perl-Module-Load-0.36-488.cm2.noarch +perl-Unicode-UCD-0.75-488.cm2.noarch +perl-Memoize-1.03-488.cm2.noarch +perl-Storable-3.23-488.cm2.x86_64 +perl-SelfLoader-1.26-488.cm2.noarch +perl-IPC-Open3-1.21-488.cm2.noarch +perl-IO-Socket-IP-0.41-488.cm2.noarch +perl-HTTP-Tiny-0.076-488.cm2.noarch +perl-libnet-3.13-488.cm2.noarch +perl-Net-Ping-2.74-488.cm2.noarch +perl-FileHandle-2.03-488.cm2.noarch +perl-IO-1.46-488.cm2.x86_64 +perl-FindBin-1.52-488.cm2.noarch +perl-debugger-1.60-488.cm2.noarch +perl-Test-Simple-1.302183-488.cm2.noarch +perl-Test-1.31-488.cm2.noarch +perl-Compress-Raw-Bzip2-2.101-488.cm2.x86_64 +perl-File-Temp-0.231.100-488.cm2.noarch +perl-File-Path-2.18-488.cm2.noarch +perl-IPC-Cmd-1.04-488.cm2.noarch +perl-Module-Load-Conditional-0.74-488.cm2.noarch +perl-Module-Metadata-1.000037-488.cm2.noarch +perl-ExtUtils-Command-7.62-488.cm2.noarch +perl-File-Find-1.39-488.cm2.noarch +perl-File-Fetch-1.00-488.cm2.noarch +perl-File-Copy-2.35-488.cm2.noarch +perl-ExtUtils-Manifest-1.73-488.cm2.noarch +perl-Devel-SelfStubber-1.06-488.cm2.noarch +perl-AutoSplit-5.74-488.cm2.noarch +perl-open-1.12-488.cm2.noarch +perl-encoding-3.00-488.cm2.x86_64 +perl-utils-5.34.1-488.cm2.noarch +perl-diagnostics-1.37-488.cm2.noarch +perl-Test-Harness-3.43-488.cm2.noarch +perl-podlators-4.14-488.cm2.noarch +perl-Pod-Simple-3.42-488.cm2.noarch +perl-Pod-Html-1.27-488.cm2.noarch +perl-Pod-Checker-1.74-488.cm2.noarch +perl-Module-CoreList-tools-5.20220313-488.cm2.noarch +perl-ExtUtils-ParseXS-3.43-488.cm2.noarch +perl-Digest-SHA-6.02-488.cm2.x86_64 +perl-Getopt-Long-2.52-488.cm2.noarch +perl-Pod-Usage-2.01-488.cm2.noarch +perl-JSON-PP-4.06-488.cm2.noarch +perl-IO-Zlib-1.11-488.cm2.noarch +perl-Archive-Tar-2.38-488.cm2.noarch +perl-IO-Compress-2.102-488.cm2.noarch +perl-DBM_Filter-0.06-488.cm2.noarch +perl-CPAN-Meta-2.150010-488.cm2.noarch +perl-IPC-SysV-2.09-488.cm2.x86_64 +perl-libnetcfg-5.34.1-488.cm2.noarch +perl-ExtUtils-Miniperl-1.10-488.cm2.noarch +perl-ExtUtils-Embed-1.35-488.cm2.noarch +perl-Encode-devel-3.08-488.cm2.noarch +perl-devel-5.34.1-488.cm2.x86_64 +perl-ExtUtils-Install-2.20-488.cm2.noarch +perl-CPAN-2.28-488.cm2.noarch +perl-ExtUtils-MakeMaker-7.62-488.cm2.noarch +perl-ExtUtils-CBuilder-0.280236-488.cm2.noarch +perl-ODBM_File-1.17-488.cm2.x86_64 +perl-NDBM_File-1.15-488.cm2.x86_64 +perl-GDBM_File-1.19-488.cm2.x86_64 +perl-PathTools-3.80-488.cm2.x86_64 +perl-Exporter-5.76-488.cm2.noarch +perl-Pod-Perldoc-3.28.01-488.cm2.noarch +perl-Encode-3.08-488.cm2.x86_64 +perl-DynaLoader-1.50-488.cm2.x86_64 +perl-Carp-1.52-488.cm2.noarch +perl-5.34.1-488.cm2.x86_64 +perl-libs-5.34.1-488.cm2.x86_64 +perl-doc-5.34.1-488.cm2.noarch +perl-macros-5.34.1-488.cm2.noarch +perl-interpreter-5.34.1-488.cm2.x86_64 +net-snmp-libs-5.9.1-2.cm2.x86_64 +rsyslog-8.2204.1-3.cm2.x86_64 +sgx-backwards-compatability-1.0.0-1.cm2.x86_64 +openssh-8.9p1-4.cm2.x86_64 +python3-distro-1.6.0-2.cm2.noarch +WALinuxAgent-2.3.1.1-3.cm2.noarch +iw-5.9-1.cm2.x86_64 +wireless-regdb-2022.08.12-1.cm2.noarch +gpg-pubkey-3135ce90-5e6fda74 +gpg-pubkey-be1229cf-5631588c +inotify-tools-3.22.1.0-1.cm2.x86_64 +zstd-libs-1.5.4-1.cm2.x86_64 +zstd-1.5.4-1.cm2.x86_64 +zstd-devel-1.5.4-1.cm2.x86_64 +gnutls-3.7.7-4.cm2.x86_64 +wpa_supplicant-2.10-2.cm2.x86_64 +fuse-2.9.7-10.cm2.x86_64 +boost-1.76.0-4.cm2.x86_64 +blobfuse-1.4.5-14.cm2.x86_64 +python3-dbus-1.2.16-3.cm2.x86_64 +python3-dateutil-2.7.3-5.cm2.noarch +python3-dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-utils-4.0.24-3.cm2.noarch +check-restart-1.0.0-2.cm2.x86_64 +keyutils-1.6.3-1.cm2.x86_64 +cifs-utils-6.14-2.cm2.x86_64 +libnfnetlink-1.0.1-6.cm2.x86_64 +libnetfilter_conntrack-1.0.8-1.cm2.x86_64 +libnetfilter_queue-1.0.5-1.cm2.x86_64 +libnetfilter_cttimeout-1.0.0-6.cm2.x86_64 +libnetfilter_cthelper-1.0.0-5.cm2.x86_64 +conntrack-tools-1.4.5-8.cm2.x86_64 +dnf-automatic-4.8.0-2.cm2.noarch +ebtables-legacy-2.0.11-6.cm2.x86_64 +apr-1.7.2-2.cm2.x86_64 +apr-util-1.6.3-1.cm2.x86_64 +utf8proc-2.6.1-2.cm2.x86_64 +libserf-1.3.9-8.cm2.x86_64 +subversion-1.14.2-1.cm2.x86_64 +subversion-perl-1.14.2-1.cm2.x86_64 +perl-YAML-1.30-2.cm2.noarch +perl-DBI-1.643-2.cm2.x86_64 +perl-CGI-4.54-3.cm2.noarch +less-590-3.cm2.x86_64 +git-2.33.8-2.cm2.x86_64 +iotop-0.6-10.cm2.noarch +ipset-7.15-2.cm2.x86_64 +oniguruma-6.9.7.1-2.cm2.x86_64 +jq-1.6-2.cm2.x86_64 +kernel-devel-5.15.148.2-2.cm2.x86_64 +libtirpc-1.3.3-1.cm2.x86_64 +lsof-4.94.0-1.cm2.x86_64 +libpcap-1.10.1-2.cm2.x86_64 +nmap-ncat-7.93-2.cm2.x86_64 +rpcbind-1.2.5-6.cm2.x86_64 +libnfsidmap-2.5.4-4.cm2.x86_64 +libevent-2.1.12-1.cm2.x86_64 +nfs-utils-2.5.4-4.cm2.x86_64 +pigz-2.6-2.cm2.x86_64 +psmisc-23.4-1.cm2.x86_64 +socat-1.7.4.3-1.cm2.x86_64 +sysstat-12.7.1-3.cm2.x86_64 +traceroute-2.1.3-1.cm2.x86_64 +zip-3.0-5.cm2.x86_64 +libapparmor-3.0.4-3.cm2.x86_64 +apparmor-parser-3.0.4-3.cm2.x86_64 +fuse3-libs-3.10.5-2.cm2.x86_64 +fuse-common-3.10.5-2.cm2.x86_64 +fuse3-3.10.5-2.cm2.x86_64 +blobfuse2-2.1.2-2.cm2.x86_64 +libnftnl-1.2.1-2.cm2.x86_64 +jansson-2.14-1.cm2.x86_64 +nftables-1.0.1-2.cm2.x86_64 +isns-utils-libs-0.101-2.cm2.x86_64 +isns-utils-0.101-2.cm2.x86_64 +iscsi-initiator-utils-iscsiuio-6.2.1.4+20210729.2a8f9d8-3.cm2.x86_64 +iscsi-initiator-utils-6.2.1.4+20210729.2a8f9d8-3.cm2.x86_64 +moby-runc-1.1.9-5.cm2.x86_64 +moby-containerd-1.6.26-4.cm2.x86_64 +acr-mirror-0.2.8-1.x86_64 +llvm-12.0.1-7.cm2.x86_64 +binutils-devel-2.37-8.cm2.x86_64 +binutils-2.37-8.cm2.x86_64 +compiler-rt-12.0.1-1.cm2.x86_64 +clang-libs-12.0.1-4.cm2.x86_64 +bcc-0.27.0-2.cm2.x86_64 +clang-12.0.1-4.cm2.x86_64 +libbpf-1.0.1-1.cm2.x86_64 +bpftrace-0.16.0-2.cm2.x86_64 +python3-bcc-0.27.0-2.cm2.x86_64 +bcc-tools-0.27.0-2.cm2.x86_64 +bcc-examples-0.27.0-2.cm2.x86_64 +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +devtmpfs 4.0M 0 4.0M 0% /dev +tmpfs 3.3G 0 3.3G 0% /dev/shm +tmpfs 1.4G 8.7M 1.3G 1% /run +/dev/sda3 29G 23G 4.7G 84% / +tmpfs 3.3G 4.0K 3.3G 1% /tmp +/dev/sda2 452M 32M 386M 8% /boot +/dev/sda1 64M 2.3M 62M 4% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 668M 0 668M 0% /run/user/1000 +=== os-release Begin +NAME="Common Base Linux Mariner" +VERSION="2.0.20240301" +ID=mariner +VERSION_ID="2.0" +PRETTY_NAME="CBL-Mariner/Linux" +ANSI_COLOR="1;34" +HOME_URL="https://aka.ms/cbl-mariner" +BUG_REPORT_URL="https://aka.ms/cbl-mariner" +SUPPORT_URL="https://aka.ms/cbl-mariner" +=== os-release End +Using kernel: +Linux version 5.15.148.2-2.cm2 (root@CBL-Mariner) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Fri Feb 23 23:44:30 UTC 2024 +Install completed successfully on Mon Mar 25 19:13:48 UTC 2024 +VSTS Build NUMBER: 20240325.2_master_90154094 +VSTS Build ID: 90154094 +Commit: 5220c8352e5d3bf4f3c8f154dca84a22232467f6 +Ubuntu version: +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: false \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt new file mode 100644 index 00000000..ed42d8e9 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-1804/202403.25.0.txt @@ -0,0 +1,850 @@ +Starting build on Mon Mar 25 18:49:04 UTC 2024 +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.1-1 + - crictl version 1.29.0 + - runc version 1.1.12-1 + - nvidia-driver=cuda-535.54.03-sha-ff213d + - bpftrace v0.9.4 + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.52 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.23 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.15 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.1.1 + - mcr.microsoft.com/containernetworking/azure-npm:v1.5.23 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.1.6-hotfix.20240116 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1-2 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-1 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.19 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.9 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.10 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7-2 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.1 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.0 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.4.43.1 + - Azure CNI version 1.4.52 + - Azure CNI version 1.5.11 + - Azure CNI version 1.5.23 + - Azure Swift CNI version 1.4.43.1 + - Azure Swift CNI version 1.4.52 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.5.23 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-5 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-8 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.12 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231102 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.9-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.5-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.2 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 106160128 Jun 19 2023 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 2023 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 121900256 Jun 19 2023 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 2023 /usr/local/bin/kubectl-1.26.6 +-rwxr-xr-x 1 root root 110764032 Aug 29 2023 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 2023 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-rwxr-xr-x 1 root root 55331649 Dec 12 08:10 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 108953600 Dec 22 01:06 /usr/local/bin/kubelet-1.27.9 +-rwxr-xr-x 1 root root 49319936 Dec 22 01:06 /usr/local/bin/kubectl-1.27.9 +-rwxr-xr-x 1 root root 125666592 Dec 22 01:07 /usr/local/bin/kubelet-1.26.12 +-rwxr-xr-x 1 root root 48783360 Dec 22 01:07 /usr/local/bin/kubectl-1.26.12 +-rwxr-xr-x 1 root root 110841856 Dec 23 01:04 /usr/local/bin/kubelet-1.28.5 +-rwxr-xr-x 1 root root 49885184 Dec 23 01:04 /usr/local/bin/kubectl-1.28.5 +-rwxr-xr-x 1 root root 111808512 Dec 23 09:05 /usr/local/bin/kubelet-1.29.0 +-rwxr-xr-x 1 root root 49704960 Dec 23 09:05 /usr/local/bin/kubectl-1.29.0 +-rwxr-xr-x 1 root root 111812608 Feb 15 09:01 /usr/local/bin/kubelet-1.29.2 +-rwxr-xr-x 1 root root 49704960 Feb 15 09:01 /usr/local/bin/kubectl-1.29.2 +-r-xr--r-- 1 root root 593 Mar 25 18:49 /usr/local/bin/logrotate.sh +-rwxr-xr-x 1 root root 705 Mar 25 18:49 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Mar 25 18:58 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Mar 25 18:58 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Mar 25 19:00 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Mar 25 19:00 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Mar 25 19:03 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Mar 25 19:03 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Mar 25 19:03 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Mar 25 19:04 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +accountsservice/now 0.6.45-1ubuntu1.3+esm1 amd64 [installed,local] +acl/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +acpid/bionic,now 1:2.0.28-1ubuntu1 amd64 [installed] +adduser/bionic,now 3.116ubuntu1 all [installed,automatic] +apparmor/now 2.12-4ubuntu5.3+esm1 amd64 [installed,local] +apt/bionic-updates,now 1.6.17 amd64 [installed,automatic] +apt-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.12 amd64 [installed,automatic] +base-passwd/bionic,now 3.5.44 amd64 [installed,automatic] +bash/bionic-updates,bionic-security,now 4.4.18-2ubuntu1.3 amd64 [installed] +bash-completion/bionic,now 1:2.8-1ubuntu1 all [installed,automatic] +bc/bionic,now 1.07.1-2 amd64 [installed,automatic] +bcache-tools/bionic-updates,now 1.0.8-2ubuntu0.18.04.1 amd64 [installed] +bind9-host/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +binfmt-support/bionic,now 2.1.8-2 amd64 [installed,automatic] +binutils/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +binutils-common/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +binutils-x86-64-linux-gnu/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +blobfuse/bionic,now 1.4.5 amd64 [installed] +blobfuse2/bionic,now 2.2.0 amd64 [installed,upgradable to: 2.2.1] +bsdmainutils/bionic,now 11.1.2ubuntu1 amd64 [installed,automatic] +bsdutils/bionic-updates,bionic-security,now 1:2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +btrfs-progs/bionic,now 4.15.1-1build1 amd64 [installed,automatic] +btrfs-tools/bionic,now 4.15.1-1build1 amd64 [installed] +build-essential/bionic,now 12.4ubuntu1 amd64 [installed] +busybox-initramfs/now 1:1.27.2-2ubuntu3.4+esm1 amd64 [installed,local] +busybox-static/now 1:1.27.2-2ubuntu3.4+esm1 amd64 [installed,local] +byobu/bionic,now 5.125-0ubuntu1 all [installed] +bzip2/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +ca-certificates/bionic-updates,bionic-security,now 20230311ubuntu0.18.04.1 all [installed] +ceph-common/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +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,automatic] +cron/bionic-updates,bionic-security,now 3.0pl1-128.1ubuntu1.2 amd64 [installed,automatic] +cryptsetup/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +cryptsetup-bin/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +curl/now 7.58.0-2ubuntu3.24+esm3 amd64 [installed,local] +dash/bionic,now 0.5.8-2.10 amd64 [installed] +dbus/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +dbus-user-session/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debconf-i18n/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic] +debianutils/bionic,now 4.8.4 amd64 [installed,automatic] +diffutils/bionic,now 1:3.6-1 amd64 [installed] +dirmngr/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed] +distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 amd64 [installed,automatic] +distro-info-data/now 0.37ubuntu0.17+esm1 all [installed,local] +dkms/bionic-updates,now 2.3-3ubuntu9.7 all [installed] +dmeventd/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dmidecode/bionic-updates,now 3.1-1ubuntu0.1 amd64 [installed,automatic] +dmsetup/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +dns-root-data/bionic,now 2018013001 all [installed,automatic] +dnsmasq-base/bionic-updates,bionic-security,now 2.79-1ubuntu0.7 amd64 [installed,automatic] +dnsutils/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +dosfstools/bionic,now 4.1-1 amd64 [installed,automatic] +dpkg/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 amd64 [installed,automatic] +dpkg-dev/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic] +e2fsprogs/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +eatmydata/bionic,now 105-6 all [installed] +ebtables/bionic-updates,now 2.0.10.4-3.5ubuntu2.18.04.3 amd64 [installed] +ed/bionic,now 1.10-2.1 amd64 [installed,automatic] +efibootmgr/bionic,now 15-1 amd64 [installed] +eject/bionic,now 2.1.5+deb1+cvs20081104-13.2 amd64 [installed,automatic] +ethtool/bionic,now 1:4.15-0ubuntu1 amd64 [installed] +fdisk/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +file/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +findutils/bionic,now 4.6.0+git+20170828-2 amd64 [installed] +fonts-ubuntu-console/bionic,now 0.83-2 all [installed] +friendly-recovery/bionic-updates,now 0.2.38ubuntu1.2 all [installed,automatic] +ftp/bionic,now 0.17-34 amd64 [installed,automatic] +fuse/bionic,now 2.9.7-1ubuntu1 amd64 [installed] +g++/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic] +g++-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gawk/now 1:4.1.4+dfsg-1ubuntu0.1~esm1 amd64 [installed,local] +gcc/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed] +gcc-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-7-base/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +gcc-8-base/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +gdisk/bionic,now 1.0.3-1 amd64 [installed,automatic] +geoip-database/bionic,now 20180315-1 all [installed,automatic] +gettext-base/bionic-updates,bionic-security,now 0.19.8.1-6ubuntu0.3 amd64 [installed,automatic] +gir1.2-glib-2.0/bionic,now 1.56.1-1 amd64 [installed,automatic] +git/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 amd64 [installed] +git-man/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.18 all [installed,automatic] +glusterfs-client/now 3.13.2-1ubuntu1+esm1 amd64 [installed,local] +glusterfs-common/now 3.13.2-1ubuntu1+esm1 amd64 [installed,local] +gnupg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed] +gnupg-l10n/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 all [installed,automatic] +gnupg-utils/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-agent/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-wks-client/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpg-wks-server/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgconf/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgsm/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +gpgv/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic] +grep/bionic-updates,now 3.1-2build1 amd64 [installed] +groff-base/bionic,now 1.22.3-10 amd64 [installed,automatic] +grub-common/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +grub-efi-amd64-bin/bionic-updates,now 2.06-2ubuntu14.1 amd64 [installed,automatic] +grub-efi-amd64-signed/bionic-updates,now 1.187.3~18.04.1+2.06-2ubuntu14.1 amd64 [installed,automatic] +grub-gfxpayload-lists/bionic,now 0.7 amd64 [installed,automatic] +grub-pc/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed] +grub-pc-bin/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +grub2-common/bionic-updates,now 2.02-2ubuntu8.26 amd64 [installed,automatic] +gzip/bionic-updates,bionic-security,now 1.6-5ubuntu1.2 amd64 [installed] +hdparm/bionic,now 9.54+ds-1 amd64 [installed,automatic] +hostname/bionic,now 3.20 amd64 [installed] +htop/bionic,now 2.1.0-3 amd64 [installed] +iftop/bionic,now 1.0~pre4-4 amd64 [installed] +info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic] +init/bionic,now 1.51 amd64 [installed] +init-system-helpers/bionic,now 1.51 all [installed] +initramfs-tools/bionic-updates,now 0.130ubuntu3.13 all [installed] +initramfs-tools-bin/bionic-updates,now 0.130ubuntu3.13 amd64 [installed,automatic] +initramfs-tools-core/bionic-updates,now 0.130ubuntu3.13 all [installed,automatic] +inotify-tools/bionic,now 3.14-2 amd64 [installed] +install-info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic] +iotop/bionic,now 0.6-2 amd64 [installed] +iproute2/bionic-updates,now 4.15.0-2ubuntu1.3 amd64 [installed] +ipset/bionic,now 6.34-1 amd64 [installed] +iptables/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed] +iputils-ping/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +iputils-tracepath/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic] +irqbalance/bionic-updates,now 1.3.0-0.1ubuntu0.18.04.1 amd64 [installed,automatic] +isc-dhcp-client/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +isc-dhcp-common/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic] +iso-codes/bionic,now 3.79-1 all [installed,automatic] +iw/bionic,now 4.14-0.1 amd64 [installed,automatic] +jq/bionic,now 1.5+dfsg-2 amd64 [installed] +kbd/bionic,now 2.0.4-2ubuntu1 amd64 [installed,automatic] +keyboard-configuration/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic] +keyutils/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed] +klibc-utils/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +kmod/bionic-updates,now 24-1ubuntu3.5 amd64 [installed] +krb5-locales/now 1.16-2ubuntu0.4+esm1 all [installed,local] +landscape-common/bionic-updates,now 18.01-0ubuntu3.6 amd64 [installed] +language-selector-common/bionic-updates,now 0.188.3 all [installed,automatic] +less/now 487-0.1ubuntu0.1~esm1 amd64 [installed,local] +libaccountsservice0/now 0.6.45-1ubuntu1.3+esm1 amd64 [installed,local] +libacl1/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libacl1-dev/bionic,now 2.2.52-3build1 amd64 [installed,automatic] +libaio1/bionic-updates,now 0.3.110-5ubuntu0.1 amd64 [installed,automatic] +libapparmor1/now 2.12-4ubuntu5.3+esm1 amd64 [installed,local] +libapt-inst2.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libapt-pkg5.0/bionic-updates,now 1.6.17 amd64 [installed,automatic] +libargon2-0/bionic,now 0~20161029-1.1 amd64 [installed,automatic] +libasan4/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libasn1-8-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libassuan0/bionic,now 2.5.1-2 amd64 [installed,automatic] +libatm1/bionic,now 1:2.5.1-2build1 amd64 [installed,automatic] +libatomic1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libattr1/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libattr1-dev/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic] +libaudit-common/bionic-updates,now 1:2.8.2-1ubuntu1.1 all [installed,automatic] +libaudit1/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed,automatic] +libavahi-client3/now 0.7-3.1ubuntu1.3+esm2 amd64 [installed,local] +libavahi-common-data/now 0.7-3.1ubuntu1.3+esm2 amd64 [installed,local] +libavahi-common3/now 0.7-3.1ubuntu1.3+esm2 amd64 [installed,local] +libbabeltrace1/bionic,now 1.5.5-1 amd64 [installed,automatic] +libbind9-160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libbinutils/now 2.30-21ubuntu1~18.04.9+esm3 amd64 [installed,local] +libblkid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libbsd0/bionic-updates,bionic-security,now 0.8.7-1ubuntu0.1 amd64 [installed,automatic] +libbz2-1.0/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic] +libc-bin/now 2.27-3ubuntu1.6+esm1 amd64 [installed,local] +libc-dev-bin/now 2.27-3ubuntu1.6+esm1 amd64 [installed,local] +libc6/now 2.27-3ubuntu1.6+esm1 amd64 [installed,local] +libc6-dev/now 2.27-3ubuntu1.6+esm1 amd64 [installed,local] +libcap-ng0/bionic,now 0.7.7-3.1 amd64 [installed,automatic] +libcap2/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libcap2-bin/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libcc1-0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libcephfs2/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +libcilkrts5/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libcom-err2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libcrack2/bionic,now 2.9.2-5build1 amd64 [installed,automatic] +libcryptsetup12/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic] +libcups2/now 2.2.7-1ubuntu2.10+esm3 amd64 [installed,local] +libcurl3-gnutls/now 7.58.0-2ubuntu3.24+esm3 amd64 [installed,local] +libcurl4/now 7.58.0-2ubuntu3.24+esm3 amd64 [installed,local] +libdb5.3/bionic-updates,bionic-security,now 5.3.28-13.1ubuntu1.1 amd64 [installed,automatic] +libdbus-1-3/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic] +libdebconfclient0/bionic,now 0.213ubuntu1 amd64 [installed,automatic] +libdevmapper-event1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdevmapper1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +libdns-export1100/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libdns1100/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libdpkg-perl/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic] +libdrm-common/bionic-updates,now 2.4.101-2~18.04.1 all [installed,automatic] +libdrm2/bionic-updates,now 2.4.101-2~18.04.1 amd64 [installed,automatic] +libdumbnet1/bionic,now 1.12-7build1 amd64 [installed] +libdw1/now 0.170-0.4ubuntu0.1+esm1 amd64 [installed,local] +libeatmydata1/bionic,now 105-6 amd64 [installed] +libedit2/bionic,now 3.1-20170329-1 amd64 [installed,automatic] +libefiboot1/bionic,now 34-1 amd64 [installed,automatic] +libefivar1/bionic,now 34-1 amd64 [installed,automatic] +libelf1/now 0.170-0.4ubuntu0.1+esm1 amd64 [installed,local] +liberror-perl/bionic,now 0.17025-1 all [installed,automatic] +libestr0/bionic,now 0.1.10-2.1 amd64 [installed,automatic] +libevent-2.1-6/bionic,now 2.1.8-stable-4build1 amd64 [installed,automatic] +libexpat1/bionic-updates,bionic-security,now 2.2.5-3ubuntu0.9 amd64 [installed,automatic] +libext2fs2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic] +libfastjson4/bionic,now 0.99.8-2 amd64 [installed,automatic] +libfdisk1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libffi6/bionic,now 3.2.1-8 amd64 [installed,automatic] +libfreetype6/bionic-updates,bionic-security,now 2.8.1-2ubuntu2.2 amd64 [installed,automatic] +libfribidi0/bionic-updates,bionic-security,now 0.19.7-2ubuntu0.1 amd64 [installed,automatic] +libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed,automatic] +libgcc-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libgcc1/bionic-updates,bionic-security,now 1:8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgcrypt20/bionic-updates,bionic-security,now 1.8.1-4ubuntu1.3 amd64 [installed,automatic] +libgdbm-compat4/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgdbm5/bionic,now 1.14.1-6 amd64 [installed,automatic] +libgeoip1/bionic,now 1.6.12-1 amd64 [installed,automatic] +libgirepository-1.0-1/bionic,now 1.56.1-1 amd64 [installed,automatic] +libglib2.0-0/now 2.56.4-0ubuntu0.18.04.9+esm3 amd64 [installed,local] +libglib2.0-data/now 2.56.4-0ubuntu0.18.04.9+esm3 all [installed,local] +libgmp10/bionic-updates,bionic-security,now 2:6.1.2+dfsg-2ubuntu0.1 amd64 [installed,automatic] +libgnutls30/now 3.5.18-1ubuntu1.6+esm1 amd64 [installed,local] +libgomp1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libgoogle-perftools4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic] +libgpg-error0/bionic,now 1.27-6 amd64 [installed,automatic] +libgpm2/bionic,now 1.20.7-5 amd64 [installed,automatic] +libgssapi-krb5-2/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +libgssapi3-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhcrypto4-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimbase1-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libheimntlm0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libhogweed4/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libhx509-5-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libibverbs1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic] +libicu60/bionic-updates,bionic-security,now 60.2-3ubuntu3.2 amd64 [installed,automatic] +libidn11/bionic-updates,now 1.33-2.1ubuntu1.2 amd64 [installed,automatic] +libidn2-0/bionic-updates,bionic-security,now 2.0.4-1.1ubuntu0.2 amd64 [installed,automatic] +libinotifytools0/bionic,now 3.14-2 amd64 [installed,automatic] +libip4tc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libip6tc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libipset3/bionic,now 6.34-1 amd64 [installed,automatic] +libiptc0/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libirs160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisc-export169/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisc169/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisccc160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisccfg160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +libisl19/bionic,now 0.19-1 amd64 [installed,automatic] +libisns0/bionic,now 0.97-2build1 amd64 [installed,automatic] +libitm1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libjansson4/bionic,now 2.11-1 amd64 [installed,automatic] +libjq1/bionic,now 1.5+dfsg-2 amd64 [installed,automatic] +libjson-c3/bionic-updates,bionic-security,now 0.12.1-1.3ubuntu0.3 amd64 [installed,automatic] +libk5crypto3/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +libkeyutils1/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed,automatic] +libklibc/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic] +libkmod2/bionic-updates,now 24-1ubuntu3.5 amd64 [installed,automatic] +libkrb5-26-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libkrb5-3/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +libkrb5support0/now 1.16-2ubuntu0.4+esm1 amd64 [installed,local] +libksba8/bionic-updates,bionic-security,now 1.3.5-2ubuntu0.18.04.2 amd64 [installed,automatic] +libldap-2.4-2/now 2.4.45+dfsg-1ubuntu1.11+esm1 amd64 [installed,local] +libldap-common/now 2.4.45+dfsg-1ubuntu1.11+esm1 all [installed,local] +libldb1/bionic-updates,bionic-security,now 2:1.2.3-1ubuntu0.2 amd64 [installed,automatic] +liblocale-gettext-perl/bionic,now 1.07-3build2 amd64 [installed,automatic] +liblsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +liblvm2app2.2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +liblvm2cmd2.02/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic] +liblwres160/now 1:9.11.3+dfsg-1ubuntu1.19+esm2 amd64 [installed,local] +liblxc-common/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +liblxc1/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +liblz4-1/bionic-updates,bionic-security,now 0.0~r131-2ubuntu3.1 amd64 [installed,automatic] +liblzma5/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed,automatic] +liblzo2-2/bionic,now 2.08-1.2 amd64 [installed,automatic] +libmagic-mgc/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmagic1/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic] +libmnl0/bionic,now 1.0.4-2 amd64 [installed,automatic] +libmount1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libmpc3/bionic,now 1.1.0-1 amd64 [installed,automatic] +libmpdec2/bionic,now 2.4.2-1ubuntu1 amd64 [installed,automatic] +libmpfr6/bionic,now 4.0.1-1 amd64 [installed,automatic] +libmpx2/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libncurses5/now 6.1-1ubuntu1.18.04.1+esm2 amd64 [installed,local] +libncursesw5/now 6.1-1ubuntu1.18.04.1+esm2 amd64 [installed,local] +libnetfilter-conntrack3/bionic,now 1.0.6-2 amd64 [installed,automatic] +libnetplan0/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +libnettle6/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic] +libnewt0.52/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +libnfnetlink0/bionic,now 1.0.1-3 amd64 [installed,automatic] +libnfsidmap2/bionic,now 0.25-5.1 amd64 [installed,automatic] +libnftnl7/bionic,now 1.0.9-2 amd64 [installed,automatic] +libnghttp2-14/now 1.30.0-1ubuntu1+esm1 amd64 [installed,local] +libnih1/bionic,now 1.0.3-6ubuntu2 amd64 [installed,automatic] +libnl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic] +libnl-genl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic] +libnl-route-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic] +libnpth0/bionic,now 1.5-3 amd64 [installed,automatic] +libnspr4/bionic,now 2:4.18-1ubuntu1 amd64 [installed,automatic] +libnss-systemd/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +libnss3/bionic-updates,bionic-security,now 2:3.35-2ubuntu2.16 amd64 [installed,automatic] +libntfs-3g88/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +libnuma1/bionic-updates,now 2.0.11-2.1ubuntu0.1 amd64 [installed,automatic] +libonig4/now 6.7.0-1ubuntu0.1~esm2 amd64 [installed,local] +libp11-kit0/bionic-updates,bionic-security,now 0.23.9-2ubuntu0.1 amd64 [installed,automatic] +libpam-cap/now 1:2.25-1.2ubuntu0.1~esm1 amd64 [installed,local] +libpam-modules/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-modules-bin/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libpam-pwquality/bionic,now 1.4.0-2 amd64 [installed] +libpam-runtime/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 all [installed,automatic] +libpam-systemd/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +libpam0g/bionic-updates,bionic-security,now 1.1.8-3.6ubuntu2.18.04.6 amd64 [installed,automatic] +libparted2/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +libpcap0.8/bionic-updates,now 1.8.1-6ubuntu1.18.04.2 amd64 [installed,automatic] +libpci3/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +libpcre3/bionic-updates,bionic-security,now 2:8.39-9ubuntu0.1 amd64 [installed,automatic] +libperl5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +libpipeline1/bionic,now 1.5.0-1 amd64 [installed,automatic] +libplymouth4/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +libpng16-16/bionic-updates,bionic-security,now 1.6.34-1ubuntu0.18.04.2 amd64 [installed,automatic] +libpolkit-agent-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpolkit-backend-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpolkit-gobject-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +libpopt0/bionic,now 1.16-11 amd64 [installed,automatic] +libprocps6/now 2:3.3.12-3ubuntu1.2+esm1 amd64 [installed,local] +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,automatic] +libpython2.7/now 2.7.17-1~18.04ubuntu1.13+esm4 amd64 [installed,local] +libpython2.7-minimal/now 2.7.17-1~18.04ubuntu1.13+esm4 amd64 [installed,local] +libpython2.7-stdlib/now 2.7.17-1~18.04ubuntu1.13+esm4 amd64 [installed,local] +libpython3-stdlib/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +libpython3.6/now 3.6.9-1~18.04ubuntu1.13+esm1 amd64 [installed,local] +libpython3.6-minimal/now 3.6.9-1~18.04ubuntu1.13+esm1 amd64 [installed,local] +libpython3.6-stdlib/now 3.6.9-1~18.04ubuntu1.13+esm1 amd64 [installed,local] +libquadmath0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +librados2/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +libradosstriper1/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +librbd1/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +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/now 1.0.2n-1ubuntu5.13+esm1 amd64 [installed,local] +libssl1.1/now 1.1.1-1ubuntu2.1~18.04.23+esm5 amd64 [installed,local] +libstdc++-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libstdc++6/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libsysfs2/bionic,bionic-updates,now 2.1.0+repack-4build1 amd64 [installed,automatic] +libsystemd0/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +libtalloc2/bionic,now 2.1.10-2ubuntu1 amd64 [installed,automatic] +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,automatic] +libtevent0/bionic,now 0.9.34-1 amd64 [installed,automatic] +libtext-charwidth-perl/bionic,now 0.04-7.1 amd64 [installed,automatic] +libtext-iconv-perl/bionic,now 1.7-5build6 amd64 [installed,automatic] +libtext-wrapi18n-perl/bionic,now 0.06-7.1 all [installed,automatic] +libtinfo5/now 6.1-1ubuntu1.18.04.1+esm2 amd64 [installed,local] +libtirpc1/bionic-updates,bionic-security,now 0.2.5-1.2ubuntu0.1 amd64 [installed,automatic] +libtsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic] +libubsan0/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic] +libudev1/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +libunistring2/bionic-updates,now 0.9.9-0ubuntu2 amd64 [installed,automatic] +libunwind8/bionic-updates,now 1.2.1-8ubuntu0.1 amd64 [installed,automatic] +liburcu6/bionic-updates,now 0.10.1-1ubuntu1 amd64 [installed,automatic] +libusb-1.0-0/bionic,now 2:1.0.21-2 amd64 [installed,automatic] +libutempter0/bionic,now 1.1.6-3 amd64 [installed,automatic] +libuuid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +libuv1/bionic,now 1.18.0-3 amd64 [installed,automatic] +libwbclient0/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed,automatic] +libwind0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libwrap0/bionic,now 7.6.q-27 amd64 [installed] +libx11-6/now 2:1.6.4-3ubuntu0.4+esm2 amd64 [installed,local] +libx11-data/now 2:1.6.4-3ubuntu0.4+esm2 all [installed,local] +libxau6/bionic-updates,now 1:1.0.8-1ubuntu1 amd64 [installed,automatic] +libxcb1/bionic-updates,now 1.13-2~ubuntu18.04 amd64 [installed,automatic] +libxdmcp6/bionic,now 1:1.1.2-3 amd64 [installed,automatic] +libxext6/bionic,now 2:1.3.3-1 amd64 [installed,automatic] +libxml2/now 2.9.4+dfsg1-6.1ubuntu1.9+esm1 amd64 [installed,local] +libxmuu1/bionic,now 2:1.1.2-2 amd64 [installed,automatic] +libxtables12/bionic-updates,now 1.6.1-2ubuntu2.1 amd64 [installed,automatic] +libyaml-0-2/bionic,now 0.1.7-2ubuntu3 amd64 [installed,automatic] +libzstd1/bionic-updates,bionic-security,now 1.3.3+dfsg-2ubuntu1.2 amd64 [installed,automatic] +linux-azure/now 5.4.0.1126.99 amd64 [installed,local] +linux-azure-5.4-cloud-tools-5.4.0-1126/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-azure-5.4-headers-5.4.0-1126/now 5.4.0-1126.133~18.04.1 all [installed,local] +linux-azure-5.4-tools-5.4.0-1126/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-base/bionic-updates,now 4.5ubuntu1.7 all [installed] +linux-base-sgx/bionic-updates,now 4.5ubuntu1.7 all [installed,automatic] +linux-cloud-tools-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-cloud-tools-azure/now 5.4.0.1126.99 amd64 [installed,local] +linux-cloud-tools-common/now 4.15.0-223.235 all [installed,local] +linux-headers-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-headers-azure/now 5.4.0.1126.99 amd64 [installed,local] +linux-image-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-image-azure/now 5.4.0.1126.99 amd64 [installed,local] +linux-libc-dev/now 4.15.0-223.235 amd64 [installed,local] +linux-modules-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-modules-extra-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-tools-5.4.0-1126-azure/now 5.4.0-1126.133~18.04.1 amd64 [installed,local] +linux-tools-azure/now 5.4.0.1126.99 amd64 [installed,local] +linux-tools-common/now 4.15.0-223.235 all [installed,local] +locales/now 2.27-3ubuntu1.6+esm1 all [installed,local] +login/now 1:4.5-1ubuntu2.5+esm1 amd64 [installed,local] +logrotate/bionic,now 3.11.0-0.1ubuntu1 amd64 [installed,automatic] +lsb-base/bionic,now 9.20170808ubuntu1 all [installed,automatic] +lsb-release/bionic,now 9.20170808ubuntu1 all [installed,automatic] +lshw/bionic-updates,now 02.18-0.1ubuntu6.18.04.2 amd64 [installed,automatic] +lsof/bionic,now 4.89+dfsg-0.1 amd64 [installed,automatic] +lsscsi/bionic,now 0.28-0.1 amd64 [installed] +ltrace/bionic,now 0.7.3-6ubuntu1 amd64 [installed,automatic] +lvm2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed] +lxcfs/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic] +lxd/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed] +lxd-client/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed,automatic] +make/bionic,now 4.1-9.1ubuntu1 amd64 [installed] +man-db/bionic-updates,now 2.8.3-2ubuntu0.1 amd64 [installed,automatic] +manpages/bionic,now 4.15-1 all [installed,automatic] +mawk/bionic,now 1.3.3-17ubuntu3 amd64 [installed,automatic] +mdadm/bionic-updates,now 4.1~rc1-3~ubuntu18.04.4 amd64 [installed] +mime-support/bionic,now 3.60ubuntu1 all [installed,automatic] +mlocate/bionic,now 0.26-2ubuntu3.1 amd64 [installed,automatic] +moby-containerd/testing,now 1.7.1+azure-ubuntu18.04u1 amd64 [installed,upgradable to: 1.7.2+azure-ubuntu18.04u1] +moby-runc/testing,now 1.1.12-ubuntu18.04u1 amd64 [installed] +mokutil/bionic-updates,now 0.6.0-2~18.04.1 amd64 [installed,automatic] +motd-news-config/bionic-updates,now 10.1ubuntu2.12 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/now 2.27-3ubuntu1.6+esm1 amd64 [installed,local] +nano/bionic,now 2.9.3-2 amd64 [installed,automatic] +ncurses-base/now 6.1-1ubuntu1.18.04.1+esm2 all [installed,local] +ncurses-bin/now 6.1-1ubuntu1.18.04.1+esm2 amd64 [installed,local] +ncurses-term/now 6.1-1ubuntu1.18.04.1+esm2 all [installed,local] +net-tools/bionic,now 1.60+git20161116.90da8a0-1ubuntu1 amd64 [installed] +netbase/bionic,now 5.4 all [installed,automatic] +netcat-openbsd/bionic-updates,now 1.187-1ubuntu0.1 amd64 [installed] +netplan.io/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic] +networkd-dispatcher/bionic-updates,bionic-security,now 1.7-0ubuntu3.5 all [installed,automatic] +nfs-common/bionic-updates,now 1:1.3.4-2.1ubuntu5.5 amd64 [installed] +nftables/bionic,now 0.8.2-1 amd64 [installed] +nplan/bionic-updates,now 0.99-0ubuntu3~18.04.5 all [installed,automatic] +ntfs-3g/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic] +open-iscsi/now 2.0.874-5ubuntu2.11+esm1 amd64 [installed,local] +openssh-client/now 1:7.6p1-4ubuntu0.7+esm3 amd64 [installed,local] +openssh-server/now 1:7.6p1-4ubuntu0.7+esm3 amd64 [installed,local] +openssh-sftp-server/now 1:7.6p1-4ubuntu0.7+esm3 amd64 [installed,local] +openssl/now 1.1.1-1ubuntu2.1~18.04.23+esm5 amd64 [installed,local] +os-prober/bionic,now 1.74ubuntu1 amd64 [installed,automatic] +overlayroot/bionic-updates,now 0.40ubuntu1.1 all [installed] +packages-microsoft-prod/bionic,now 1.0-ubuntu18.04.2 all [installed] +parted/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic] +passwd/now 1:4.5-1ubuntu2.5+esm1 amd64 [installed,local] +pastebinit/bionic,now 1.5-2 all [installed,automatic] +patch/bionic-updates,bionic-security,now 2.7.6-2ubuntu1.1 amd64 [installed] +pciutils/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic] +perl/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +perl-base/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 amd64 [installed,automatic] +perl-modules-5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.7 all [installed,automatic] +pigz/bionic,now 2.4-1 amd64 [installed] +pinentry-curses/bionic,now 1.1.0-1 amd64 [installed,automatic] +plymouth/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +plymouth-theme-ubuntu-text/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic] +policykit-1/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic] +pollinate/bionic-updates,now 4.33-0ubuntu1~18.04.2 all [installed] +popularity-contest/bionic,now 1.66ubuntu1 all [installed,automatic] +powermgmt-base/bionic,now 1.33 all [installed,automatic] +procps/now 2:3.3.12-3ubuntu1.2+esm1 amd64 [installed,local] +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/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +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,automatic] +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,automatic] +python-minimal/bionic,now 2.7.15~rc1-1 amd64 [installed,automatic] +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/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +python-rbd/now 12.2.13-0ubuntu0.18.04.11+esm1 amd64 [installed,local] +python-requests/now 2.18.4-2ubuntu0.1+esm1 all [installed,local] +python-samba/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed,automatic] +python-six/bionic,now 1.11.0-2 all [installed] +python-talloc/bionic,now 2.1.10-2ubuntu1 amd64 [installed,automatic] +python-tdb/bionic,now 1.3.15-2 amd64 [installed,automatic] +python-urllib3/now 1.22-1ubuntu0.18.04.2+esm1 all [installed,local] +python2.7/now 2.7.17-1~18.04ubuntu1.13+esm4 amd64 [installed,local] +python2.7-minimal/now 2.7.17-1~18.04ubuntu1.13+esm4 amd64 [installed,local] +python3/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +python3-apport/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.29 all [installed,automatic] +python3-apt/bionic-updates,now 1.6.6 amd64 [installed,automatic] +python3-asn1crypto/bionic,now 0.24.0-1 all [installed,automatic] +python3-attr/bionic,now 17.4.0-2 all [installed,automatic] +python3-automat/bionic,now 0.6.0-1 all [installed,automatic] +python3-blinker/bionic,now 1.4+dfsg1-0.1 all [installed] +python3-certifi/bionic,now 2018.1.18-2 all [installed,automatic] +python3-cffi-backend/bionic,now 1.11.5-1 amd64 [installed,automatic] +python3-chardet/bionic,now 3.0.4-1 all [installed,automatic] +python3-click/bionic,now 6.7-3 all [installed,automatic] +python3-colorama/bionic,now 0.3.7-1 all [installed,automatic] +python3-commandnotfound/bionic-updates,now 18.04.6 all [installed,automatic] +python3-configobj/bionic,now 5.0.6-2 all [installed,automatic] +python3-constantly/bionic,now 15.1.0-1 all [installed,automatic] +python3-cryptography/now 2.1.4-1ubuntu1.4+esm1 amd64 [installed,local] +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/now 2.10-1ubuntu0.18.04.1+esm1 all [installed,local] +python3-json-pointer/bionic,now 1.10-1 all [installed] +python3-jsonpatch/bionic,now 1.19+really1.16-1fakesync1 all [installed] +python3-jsonschema/bionic,now 2.6.0-2 all [installed] +python3-jwt/bionic-updates,bionic-security,now 1.5.3+ds1-1ubuntu0.1 all [installed] +python3-lib2to3/bionic-updates,now 3.6.9-1~18.04 all [installed,automatic] +python3-markupsafe/bionic,now 1.0-1build1 amd64 [installed] +python3-minimal/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic] +python3-netifaces/bionic,now 0.10.4-0.1build4 amd64 [installed,automatic] +python3-newt/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +python3-oauthlib/bionic,now 2.0.6-1 all [installed] +python3-openssl/bionic,now 17.5.0-1ubuntu1 all [installed,automatic] +python3-pam/bionic,now 0.4.2-13.2ubuntu4 amd64 [installed,automatic] +python3-parted/bionic,now 3.11.1-1ubuntu2 amd64 [installed] +python3-pexpect/bionic,now 4.2.1-1 all [installed,automatic] +python3-pkg-resources/bionic-updates,bionic-security,now 39.0.1-2ubuntu0.1 all [installed,automatic] +python3-problem-report/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.29 all [installed,automatic] +python3-ptyprocess/bionic,now 0.5.2-1 all [installed,automatic] +python3-pyasn1/bionic,now 0.4.2-3 all [installed,automatic] +python3-pyasn1-modules/bionic,now 0.2.1-0.2 all [installed,automatic] +python3-requests/now 2.18.4-2ubuntu0.1+esm1 all [installed,local] +python3-requests-unixsocket/bionic,now 0.1.5-3 all [installed,automatic] +python3-serial/bionic,now 3.4-2 all [installed,automatic] +python3-service-identity/bionic,now 16.0.0-2 all [installed,automatic] +python3-six/bionic,now 1.11.0-2 all [installed,automatic] +python3-software-properties/bionic-updates,now 0.96.24.32.22 all [installed,automatic] +python3-twisted/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 all [installed,automatic] +python3-twisted-bin/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 amd64 [installed,automatic] +python3-update-manager/bionic-updates,now 1:18.04.11.23 all [installed,automatic] +python3-urllib3/now 1.22-1ubuntu0.18.04.2+esm1 all [installed,local] +python3-yaml/bionic,now 3.12-1build2 amd64 [installed,automatic] +python3-zope.interface/bionic,now 4.3.2-1build2 amd64 [installed,automatic] +python3.6/now 3.6.9-1~18.04ubuntu1.13+esm1 amd64 [installed,local] +python3.6-minimal/now 3.6.9-1~18.04ubuntu1.13+esm1 amd64 [installed,local] +readline-common/bionic,now 7.0-3 all [installed,automatic] +rng-tools/bionic,now 5-0ubuntu4 amd64 [installed] +rpcbind/bionic-updates,bionic-security,now 0.2.3-0.6ubuntu0.18.04.4 amd64 [installed,automatic] +rsync/bionic-updates,bionic-security,now 3.1.2-2.1ubuntu1.6 amd64 [installed,automatic] +rsyslog/bionic-updates,bionic-security,now 8.32.0-1ubuntu4.2 amd64 [installed,automatic] +run-one/bionic,now 1.17-0ubuntu1 all [installed,automatic] +samba-common/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 all [installed,automatic] +samba-common-bin/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed,automatic] +samba-libs/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed,automatic] +sbsigntool/bionic-updates,now 0.9.2-2ubuntu1~18.04.2 amd64 [installed,automatic] +screen/now 4.6.2-1ubuntu1.1+esm1 amd64 [installed,local] +secureboot-db/bionic-updates,now 1.4~ubuntu0.18.04.1 amd64 [installed,automatic] +sed/bionic,now 4.4-2 amd64 [installed,automatic] +sensible-utils/bionic,now 0.0.12 all [installed,automatic] +shared-mime-info/bionic,now 1.9-2 amd64 [installed,automatic] +shim-signed/bionic-updates,now 1.37~18.04.13+15.7-0ubuntu1 amd64 [installed] +socat/bionic,now 1.7.3.2-2ubuntu2 amd64 [installed] +software-properties-common/bionic-updates,now 0.96.24.32.22 all [installed] +sosreport/bionic-updates,now 4.4-1ubuntu0.18.04.1 amd64 [installed] +squashfs-tools/bionic-updates,bionic-security,now 1:4.3-6ubuntu0.18.04.4 amd64 [installed,automatic] +ssh-import-id/bionic-updates,now 5.7-0ubuntu1.1 all [installed] +strace/bionic,now 4.21-1ubuntu1 amd64 [installed,automatic] +sudo/bionic-updates,bionic-security,now 1.8.21p2-3ubuntu1.6 amd64 [installed,automatic] +sysfsutils/bionic,bionic-updates,now 2.1.0+repack-4build1 amd64 [installed] +sysstat/now 11.6.1-1ubuntu0.2+esm1 amd64 [installed,local] +systemd/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +systemd-sysv/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +sysvinit-utils/bionic,now 2.88dsf-59.10ubuntu1 amd64 [installed] +tar/now 1.29b-2ubuntu0.4+esm1 amd64 [installed,local] +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/now 1:2.1.0-2ubuntu0.18.04.1~esm1 amd64 [installed,local] +tzdata/now 2024a-0ubuntu0.18.04+esm1 all [installed,local] +ubuntu-advantage-tools/bionic-updates,now 31.2~18.04 all [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-pro-client/bionic-updates,now 31.2~18.04 amd64 [installed,automatic] +ubuntu-pro-client-l10n/bionic-updates,now 31.2~18.04 amd64 [installed,automatic] +ubuntu-release-upgrader-core/bionic-updates,now 1:18.04.45 all [installed,automatic] +ubuntu-standard/bionic-updates,now 1.417.5 amd64 [installed] +ucf/bionic,now 3.0038 all [installed,automatic] +udev/now 237-3ubuntu10.57+esm1 amd64 [installed,local] +ufw/bionic-updates,now 0.36-0ubuntu0.18.04.2 all [installed,automatic] +uidmap/now 1:4.5-1ubuntu2.5+esm1 amd64 [installed,local] +unattended-upgrades/bionic-updates,now 1.1ubuntu1.18.04.14 all [installed,automatic] +update-manager-core/bionic-updates,now 1:18.04.11.23 all [installed,automatic] +update-notifier-common/bionic-updates,now 3.192.1.19 all [installed] +ureadahead/bionic-updates,now 0.100.0-21 amd64 [installed,automatic] +usbutils/bionic,now 1:007-4build1 amd64 [installed,automatic] +util-linux/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed] +uuid-runtime/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic] +vim/now 2:8.0.1453-1ubuntu1.13+esm8 amd64 [installed,local] +vim-common/now 2:8.0.1453-1ubuntu1.13+esm8 all [installed,local] +vim-runtime/now 2:8.0.1453-1ubuntu1.13+esm8 all [installed,local] +vim-tiny/now 2:8.0.1453-1ubuntu1.13+esm8 amd64 [installed,local] +walinuxagent/bionic-updates,now 2.2.45-0ubuntu1~18.04.3 amd64 [installed] +wget/bionic-updates,bionic-security,now 1.19.4-1ubuntu2.2 amd64 [installed,automatic] +whiptail/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic] +wireless-regdb/bionic-updates,bionic-security,now 2022.06.06-0ubuntu1~18.04.1 all [installed,automatic] +xauth/bionic,now 1:1.0.10-1 amd64 [installed,automatic] +xdelta3/bionic,now 3.0.11-dfsg-1ubuntu1 amd64 [installed,automatic] +xdg-user-dirs/bionic,now 0.17-1ubuntu1 amd64 [installed,automatic] +xfsprogs/bionic,now 4.9.0+nmu1ubuntu2 amd64 [installed] +xkb-data/bionic-updates,now 2.23.1-1ubuntu1.18.04.1 all [installed,automatic] +xxd/now 2:8.0.1453-1ubuntu1.13+esm8 amd64 [installed,local] +xz-utils/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed] +zip/bionic,now 3.0-11build1 amd64 [installed] +zlib1g/bionic-updates,bionic-security,now 1:1.2.11.dfsg-0ubuntu2.2 amd64 [installed,automatic] +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +udev 3.4G 0 3.4G 0% /dev +tmpfs 694M 632K 694M 1% /run +/dev/sda1 29G 26G 3.8G 88% / +tmpfs 3.4G 0 3.4G 0% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup +/dev/sda15 105M 5.3M 100M 5% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 694M 0 694M 0% /run/user/1000 +=== os-release Begin +NAME="Ubuntu" +VERSION="18.04.6 LTS (Bionic Beaver)" +ID=ubuntu +ID_LIKE=debian +PRETTY_NAME="Ubuntu 18.04.6 LTS" +VERSION_ID="18.04" +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +VERSION_CODENAME=bionic +UBUNTU_CODENAME=bionic +=== os-release End +Using kernel: +Linux version 5.4.0-1126-azure (buildd@lcy02-amd64-041) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #133~18.04.1-Ubuntu SMP Tue Mar 19 14:21:35 UTC 2024 +Install completed successfully on Mon Mar 25 19:26:43 UTC 2024 +VSTS Build NUMBER: 20240325.2_master_90154094 +VSTS Build ID: 90154094 +Commit: 5220c8352e5d3bf4f3c8f154dca84a22232467f6 +Ubuntu version: 18.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: \ No newline at end of file diff --git a/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt new file mode 100644 index 00000000..440fa8bd --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202403.25.0.txt @@ -0,0 +1,906 @@ +Starting build on Mon Mar 25 18:48:35 UTC 2024 +Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed): + - containerd-wasm-shims v0.3.0 v0.5.1 v0.8.0 + - [installed] containerd v1.7.14-1 + - crictl version 1.29.0 + - runc version 1.1.12-1 + - nvidia-driver=cuda-535.54.03-sha-ff213d + - bpftrace v0.9.4 + - bcc-tools + - libbcc-examples +containerd images pre-pulled: + - mcr.microsoft.com/oss/kubernetes/autoscaler/addon-resizer:1.8.19 + - mcr.microsoft.com/oss/kubernetes/metrics-server:v0.6.3 + - mcr.microsoft.com/oss/kubernetes/pause:3.6 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.8.7 + - mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4 + - mcr.microsoft.com/mirror/docker/library/busybox:1.35 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.50 + - mcr.microsoft.com/containernetworking/azure-cns:v1.4.52 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.23 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.4.1 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.15 + - mcr.microsoft.com/containernetworking/cni-dropgz:v0.1.1 + - mcr.microsoft.com/containernetworking/azure-npm:v1.5.23 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.1.6-hotfix.20240116 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4-1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1 + - mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.1-2 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.4-main-02-14-2024-90d01292-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.6-main-03-08-2024-fd4f13cb-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-1 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-2 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4 + - mcr.microsoft.com/oss/cilium/cilium:1.14.4-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.19 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.5 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:v1.8.8 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.9 + - mcr.microsoft.com/aks/ip-masq-agent-v2:v0.1.10 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.8 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.9 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11-2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.9 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.0 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7-2 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3-3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 + - mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + - mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.1 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.14.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.0 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.4.43.1 + - Azure CNI version 1.4.52 + - Azure CNI version 1.5.11 + - Azure CNI version 1.5.23 + - Azure Swift CNI version 1.4.43.1 + - Azure Swift CNI version 1.4.52 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.5.23 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-5 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-8 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.12 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20231102 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.9-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.0-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125-1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.5-hotfix.20240131 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.0 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.2 +kubelet/kubectl downloaded: +-rwxr-xr-x 1 root root 106160128 Jun 19 2023 /usr/local/bin/kubelet-1.27.3 +-rwxr-xr-x 1 root root 49258496 Jun 19 2023 /usr/local/bin/kubectl-1.27.3 +-rwxr-xr-x 1 root root 121900256 Jun 19 2023 /usr/local/bin/kubelet-1.26.6 +-rwxr-xr-x 1 root root 48046080 Jun 19 2023 /usr/local/bin/kubectl-1.26.6 +-rwxr-xr-x 1 root root 110764032 Aug 29 2023 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 2023 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 110780416 Oct 23 09:08 /usr/local/bin/kubelet-1.28.3 +-rwxr-xr-x 1 root root 49872896 Oct 23 09:08 /usr/local/bin/kubectl-1.28.3 +-rwxr-xr-x 1 root root 122877824 Oct 23 17:04 /usr/local/bin/kubelet-1.26.10 +-rwxr-xr-x 1 root root 48730112 Oct 23 17:04 /usr/local/bin/kubectl-1.26.10 +-rwxr-xr-x 1 root root 55331649 Dec 12 08:10 /usr/local/bin/crictl +-rwxr-xr-x 1 root root 108953600 Dec 22 01:06 /usr/local/bin/kubelet-1.27.9 +-rwxr-xr-x 1 root root 49319936 Dec 22 01:06 /usr/local/bin/kubectl-1.27.9 +-rwxr-xr-x 1 root root 125666592 Dec 22 01:07 /usr/local/bin/kubelet-1.26.12 +-rwxr-xr-x 1 root root 48783360 Dec 22 01:07 /usr/local/bin/kubectl-1.26.12 +-rwxr-xr-x 1 root root 110841856 Dec 23 01:04 /usr/local/bin/kubelet-1.28.5 +-rwxr-xr-x 1 root root 49885184 Dec 23 01:04 /usr/local/bin/kubectl-1.28.5 +-rwxr-xr-x 1 root root 111808512 Dec 23 09:05 /usr/local/bin/kubelet-1.29.0 +-rwxr-xr-x 1 root root 49704960 Dec 23 09:05 /usr/local/bin/kubectl-1.29.0 +-rwxr-xr-x 1 root root 111812608 Feb 15 09:01 /usr/local/bin/kubelet-1.29.2 +-rwxr-xr-x 1 root root 49704960 Feb 15 09:01 /usr/local/bin/kubectl-1.29.2 +-rwxr-xr-x 1 root root 705 Mar 25 18:48 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Mar 25 18:55 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Mar 25 18:55 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Mar 25 18:57 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Mar 25 18:57 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Mar 25 19:00 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Mar 25 19:00 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Mar 25 19:00 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Mar 25 19:02 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +acr-mirror/now 0.2.8-1 amd64 [installed,local] +adduser/jammy,now 3.118ubuntu5 all [installed,automatic] +apparmor/jammy-updates,now 3.0.4-2ubuntu2.3 amd64 [installed,automatic] +apt-utils/jammy-updates,now 2.4.11 amd64 [installed,automatic] +apt/jammy-updates,now 2.4.11 amd64 [installed,automatic] +attr/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +base-files/jammy-updates,now 12ubuntu4.6 amd64 [installed] +base-passwd/jammy,now 3.5.52build1 amd64 [installed] +bash-completion/jammy,now 1:2.11-5ubuntu1 all [installed,automatic] +bash/jammy-updates,jammy-security,now 5.1-6ubuntu1.1 amd64 [installed] +bc/jammy,now 1.07.1-3build1 amd64 [installed,automatic] +bcache-tools/jammy,now 1.0.8-4ubuntu3 amd64 [installed] +bind9-dnsutils/jammy-updates,jammy-security,now 1:9.18.18-0ubuntu0.22.04.2 amd64 [installed] +bind9-host/jammy-updates,jammy-security,now 1:9.18.18-0ubuntu0.22.04.2 amd64 [installed,automatic] +bind9-libs/jammy-updates,jammy-security,now 1:9.18.18-0ubuntu0.22.04.2 amd64 [installed,automatic] +binutils-common/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +binutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +blobfuse2/jammy,now 2.2.1 amd64 [installed] +bolt/jammy,now 0.9.2-1 amd64 [installed] +bsdextrautils/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +bsdutils/jammy,now 1:2.37.2-4ubuntu3 amd64 [installed] +btrfs-progs/jammy,now 5.16.2-1 amd64 [installed] +build-essential/jammy,now 12.9ubuntu3 amd64 [installed] +busybox-initramfs/jammy,now 1:1.30.1-7ubuntu3 amd64 [installed,automatic] +busybox-static/jammy,now 1:1.30.1-7ubuntu3 amd64 [installed,automatic] +byobu/jammy,now 5.133-1 all [installed] +bzip2/jammy,now 1.0.8-5build1 amd64 [installed,automatic] +ca-certificates/jammy-updates,jammy-security,now 20230311ubuntu0.22.04.1 all [installed] +ceph-common/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed] +cgroup-lite/jammy,now 1.15 all [installed] +chrony/jammy,now 4.2-2ubuntu2 amd64 [installed] +cifs-utils/jammy-updates,jammy-security,now 2:6.14-1ubuntu0.1 amd64 [installed] +cloud-guest-utils/jammy,now 0.32-22-g45fe84a5-0ubuntu1 all [installed] +cloud-init/jammy-updates,now 23.4.4-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-updates,now 8.32-4.1ubuntu1.1 amd64 [installed,automatic] +cpio/jammy,now 2.13+dfsg-7 amd64 [installed,automatic] +cpp-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +cracklib-runtime/jammy,now 2.9.6-3.4build4 amd64 [installed] +cron/jammy,now 3.0pl1-137ubuntu3 amd64 [installed,automatic] +cryptsetup-bin/jammy-updates,now 2:2.4.3-1ubuntu1.2 amd64 [installed,automatic] +cryptsetup-initramfs/jammy-updates,now 2:2.4.3-1ubuntu1.2 all [installed,automatic] +cryptsetup/jammy-updates,now 2:2.4.3-1ubuntu1.2 amd64 [installed,automatic] +curl/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.15 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.6 all [installed,automatic] +distro-info/jammy-updates,now 1.1ubuntu0.2 amd64 [installed,automatic] +dkms/jammy-updates,now 2.8.7-2ubuntu2.2 all [installed] +dmeventd/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +dmidecode/jammy-updates,now 3.3-3ubuntu0.1 amd64 [installed,automatic] +dmsetup/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +dosfstools/jammy,now 4.2-1build3 amd64 [installed,automatic] +dpkg-dev/jammy-updates,now 1.21.1ubuntu2.3 all [installed,automatic] +dpkg/jammy-updates,now 1.21.1ubuntu2.3 amd64 [installed,automatic] +e2fsprogs/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +eatmydata/jammy,now 130-2build1 all [installed] +ebtables/jammy,now 2.0.11-4build2 amd64 [installed] +ed/jammy,now 1.18-1 amd64 [installed,automatic] +efibootmgr/jammy,now 17-1ubuntu2 amd64 [installed] +eject/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +ethtool/jammy,now 1:5.16-1 amd64 [installed] +fdisk/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +file/jammy-updates,jammy-security,now 1:5.41-3ubuntu0.1 amd64 [installed,automatic] +finalrd/jammy,now 9build1 all [installed,automatic] +findutils/jammy,now 4.8.0-1ubuntu3 amd64 [installed] +fonts-ubuntu-console/jammy,now 0.83-6ubuntu1 all [installed] +friendly-recovery/jammy,now 0.2.42 all [installed,automatic] +ftp/jammy,now 20210827-4build1 all [installed,automatic] +fuse3/jammy,now 3.10.5-1build1 amd64 [installed] +fwupd-signed/jammy-updates,now 1.51.1~22.04.1+1.4-0ubuntu0.1 amd64 [installed] +g++-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +g++/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +gawk/jammy-updates,jammy-security,now 1:5.1.0-1ubuntu0.1 amd64 [installed,automatic] +gcc-11-base/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12-base/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed] +gdisk/jammy,now 1.0.8-4build1 amd64 [installed,automatic] +gettext-base/jammy,now 0.21-4ubuntu4 amd64 [installed,automatic] +gir1.2-glib-2.0/jammy,now 1.72.0-1 amd64 [installed,automatic] +gir1.2-packagekitglib-1.0/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +git-man/jammy-updates,now 1:2.34.1-1ubuntu1.10 all [installed,automatic] +git/jammy-updates,now 1:2.34.1-1ubuntu1.10 amd64 [installed] +glusterfs-client/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed] +glusterfs-common/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +gnupg-l10n/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 all [installed,automatic] +gnupg-utils/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gnupg/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 all [installed] +gpg-agent/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg-wks-client/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg-wks-server/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpg/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgconf/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgsm/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +gpgv/jammy-updates,jammy-security,now 2.2.27-3ubuntu2.1 amd64 [installed,automatic] +grep/jammy,now 3.7-1build1 amd64 [installed] +groff-base/jammy,now 1.22.4-8build1 amd64 [installed,automatic] +grub-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +grub-efi-amd64-bin/jammy-updates,jammy-security,now 2.06-2ubuntu14.4 amd64 [installed,automatic] +grub-efi-amd64-signed/jammy-updates,jammy-security,now 1.187.6+2.06-2ubuntu14.4 amd64 [installed,automatic] +grub-gfxpayload-lists/jammy,now 0.7 amd64 [installed,automatic] +grub-pc-bin/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +grub-pc/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed] +grub2-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed,automatic] +gzip/jammy-updates,now 1.10-4ubuntu4.1 amd64 [installed] +hdparm/jammy,now 9.60+ds-1build3 amd64 [installed,automatic] +hostname/jammy,now 3.23ubuntu2 amd64 [installed] +htop/jammy,now 3.0.5-7build2 amd64 [installed] +hwdata/jammy,now 0.357-1 all [installed,automatic] +iftop/jammy,now 1.0~pre4-7 amd64 [installed] +info/jammy,now 6.8-4build1 amd64 [installed,automatic] +init-system-helpers/jammy,now 1.62 all [installed] +init/jammy,now 1.62 amd64 [installed] +initramfs-tools-bin/jammy-updates,now 0.140ubuntu13.4 amd64 [installed,automatic] +initramfs-tools-core/jammy-updates,now 0.140ubuntu13.4 all [installed,automatic] +initramfs-tools/jammy-updates,now 0.140ubuntu13.4 all [installed] +inotify-tools/jammy,now 3.22.1.0-2 amd64 [installed] +install-info/jammy,now 6.8-4build1 amd64 [installed,automatic] +iotop/jammy-updates,now 0.6-24-g733f3f8-1.1ubuntu0.1 amd64 [installed] +iproute2/jammy,now 5.15.0-1ubuntu2 amd64 [installed] +ipset/jammy,now 7.15-1build1 amd64 [installed] +iptables/jammy-updates,now 1.8.7-1ubuntu5.2 amd64 [installed] +iputils-ping/jammy,now 3:20211215-1 amd64 [installed,automatic] +iputils-tracepath/jammy,now 3:20211215-1 amd64 [installed,automatic] +irqbalance/jammy-updates,now 1.8.0-1ubuntu0.2 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,now 0.8.8-1ubuntu1.22.04.4 amd64 [installed,automatic] +landscape-common/jammy,now 19.12-0ubuntu13 amd64 [installed] +less/jammy-updates,jammy-security,now 590-1ubuntu0.22.04.2 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.3 amd64 [installed,automatic] +libappstream4/jammy,now 0.15.2-2 amd64 [installed,automatic] +libapt-pkg6.0/jammy-updates,now 2.4.11 amd64 [installed,automatic] +libarchive13/jammy,now 3.6.0-1ubuntu1 amd64 [installed] +libargon2-1/jammy,now 0~20171227-0.3 amd64 [installed,automatic] +libasan6/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libasan8/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libassuan0/jammy,now 2.5.5-1build1 amd64 [installed,automatic] +libatasmart4/jammy,now 0.19-5build2 amd64 [installed] +libatm1/jammy,now 1:2.5.1-4build2 amd64 [installed,automatic] +libatomic1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libattr1/jammy,now 1:2.5.1-1build1 amd64 [installed,automatic] +libaudit-common/jammy,now 1:3.0.7-1build1 all [installed,automatic] +libaudit1/jammy,now 1:3.0.7-1build1 amd64 [installed,automatic] +libbabeltrace1/jammy,now 1.5.8-2build1 amd64 [installed,automatic] +libbinutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +libblkid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libblockdev-crypto2/jammy,now 2.26-1 amd64 [installed] +libblockdev-fs2/jammy,now 2.26-1 amd64 [installed] +libblockdev-loop2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part-err2/jammy,now 2.26-1 amd64 [installed] +libblockdev-part2/jammy,now 2.26-1 amd64 [installed] +libblockdev-swap2/jammy,now 2.26-1 amd64 [installed] +libblockdev-utils2/jammy,now 2.26-1 amd64 [installed] +libblockdev2/jammy,now 2.26-1 amd64 [installed] +libboost-context1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-filesystem1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-iostreams1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-program-options1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libboost-thread1.74.0/jammy,now 1.74.0-14ubuntu3 amd64 [installed,automatic] +libbpf0/jammy-updates,jammy-security,now 1:0.5.0-1ubuntu22.04.1 amd64 [installed,automatic] +libbrotli1/jammy,now 1.0.9-2build6 amd64 [installed,automatic] +libbsd0/jammy,now 0.11.5-1 amd64 [installed,automatic] +libbz2-1.0/jammy,now 1.0.8-5build1 amd64 [installed,automatic] +libc-bin/jammy-updates,jammy-security,now 2.35-0ubuntu3.6 amd64 [installed,automatic] +libc-dev-bin/jammy-updates,jammy-security,now 2.35-0ubuntu3.6 amd64 [installed,automatic] +libc6-dev/jammy-updates,jammy-security,now 2.35-0ubuntu3.6 amd64 [installed,automatic] +libc6/jammy-updates,jammy-security,now 2.35-0ubuntu3.6 amd64 [installed,automatic] +libcap-ng0/jammy,now 0.7.9-2.2build3 amd64 [installed,automatic] +libcap2-bin/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libcap2/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libcbor0.8/jammy,now 0.8.0-2ubuntu1 amd64 [installed,automatic] +libcc1-0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libcephfs2/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +libcom-err2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libcrack2/jammy,now 2.9.6-3.4build4 amd64 [installed,automatic] +libcrypt-dev/jammy,now 1:4.4.27-1 amd64 [installed,automatic] +libcrypt1/jammy,now 1:4.4.27-1 amd64 [installed,automatic] +libcryptsetup12/jammy-updates,now 2:2.4.3-1ubuntu1.2 amd64 [installed,automatic] +libctf-nobfd0/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +libctf0/jammy-updates,jammy-security,now 2.38-4ubuntu2.6 amd64 [installed,automatic] +libcurl3-gnutls/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.15 amd64 [installed,automatic] +libcurl4/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.15 amd64 [installed,automatic] +libdaxctl1/jammy,now 72.1-1 amd64 [installed,automatic] +libdb5.3/jammy,now 5.3.28+dfsg1-0.8ubuntu3 amd64 [installed,automatic] +libdbus-1-3/jammy-updates,jammy-security,now 1.12.20-2ubuntu4.1 amd64 [installed,automatic] +libdebconfclient0/jammy,now 0.261ubuntu1 amd64 [installed] +libdevmapper-event1.02.1/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +libdevmapper1.02.1/jammy,now 2:1.02.175-2.1ubuntu4 amd64 [installed,automatic] +libdns-export1110/jammy,now 1:9.11.19+dfsg-2.1ubuntu3 amd64 [installed,automatic] +libdpkg-perl/jammy-updates,now 1.21.1ubuntu2.3 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.3 amd64 [installed,automatic] +libext2fs2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libfastjson4/jammy,now 0.99.9-1build2 amd64 [installed,automatic] +libfdisk1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libffi8/jammy,now 3.4.2-4 amd64 [installed,automatic] +libfido2-1/jammy,now 1.10.0-1 amd64 [installed,automatic] +libflashrom1/jammy,now 1.2-5build1 amd64 [installed] +libfreetype6/jammy-updates,jammy-security,now 2.11.1+dfsg-1ubuntu0.2 amd64 [installed,automatic] +libfribidi0/jammy-updates,jammy-security,now 1.0.8-2ubuntu3.1 amd64 [installed,automatic] +libftdi1-2/jammy,now 1.5-5build3 amd64 [installed] +libfuse3-3/jammy,now 3.10.5-1build1 amd64 [installed,automatic] +libfwupd2/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libfwupdplugin5/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libgcab-1.0-0/jammy,now 1.4-3build2 amd64 [installed] +libgcc-11-dev/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-12-dev/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-s1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcrypt20/jammy,now 1.9.4-3ubuntu3 amd64 [installed,automatic] +libgdbm-compat4/jammy,now 1.23-1 amd64 [installed,automatic] +libgdbm6/jammy,now 1.23-1 amd64 [installed,automatic] +libgfapi0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +libgfchangelog0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +libgfrpc0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +libgfxdr0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +libgirepository-1.0-1/jammy,now 1.72.0-1 amd64 [installed,automatic] +libglib2.0-0/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 amd64 [installed,automatic] +libglib2.0-bin/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 amd64 [installed,automatic] +libglib2.0-data/jammy-updates,jammy-security,now 2.72.4-0ubuntu2.2 all [installed,automatic] +libglusterd0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 amd64 [installed,automatic] +libglusterfs0/jammy-updates,jammy-security,now 10.1-1ubuntu0.2 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.4 amd64 [installed,automatic] +libgomp1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgoogle-perftools4/jammy,now 2.9.1-0ubuntu3 amd64 [installed,automatic] +libgpg-error0/jammy,now 1.43-3 amd64 [installed,automatic] +libgpgme11/jammy-updates,now 1.16.0-1.2ubuntu4.2 amd64 [installed] +libgpm2/jammy,now 1.20.7-10build1 amd64 [installed,automatic] +libgssapi-krb5-2/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libgstreamer1.0-0/jammy-updates,now 1.20.3-0ubuntu1 amd64 [installed,automatic] +libgudev-1.0-0/jammy,now 1:237-2build1 amd64 [installed] +libgusb2/jammy,now 0.3.10-1 amd64 [installed] +libhogweed6/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libibverbs1/jammy,now 39.0-1 amd64 [installed,automatic] +libicu70/jammy,now 70.1-2 amd64 [installed,automatic] +libidn2-0/jammy,now 2.3.2-2build1 amd64 [installed,automatic] +libinih1/jammy,now 53-1ubuntu3 amd64 [installed,automatic] +libinotifytools0/jammy,now 3.22.1.0-2 amd64 [installed,automatic] +libintl-perl/jammy,now 1.26-3build2 all [installed,automatic] +libintl-xs-perl/jammy,now 1.26-3build2 amd64 [installed,automatic] +libip4tc2/jammy-updates,now 1.8.7-1ubuntu5.2 amd64 [installed,automatic] +libip6tc2/jammy-updates,now 1.8.7-1ubuntu5.2 amd64 [installed,automatic] +libipset13/jammy,now 7.15-1build1 amd64 [installed,automatic] +libisc-export1105/jammy,now 1:9.11.19+dfsg-2.1ubuntu3 amd64 [installed,automatic] +libisl23/jammy,now 0.24-2build1 amd64 [installed,automatic] +libisns0/jammy,now 0.101-0ubuntu2 amd64 [installed,automatic] +libitm1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libjansson4/jammy,now 2.13.1-1.1build3 amd64 [installed,automatic] +libjcat1/jammy,now 0.1.9-1 amd64 [installed] +libjq1/jammy,now 1.6-2.1ubuntu3 amd64 [installed,automatic] +libjson-c5/jammy-updates,jammy-security,now 0.15-3~ubuntu1.22.04.2 amd64 [installed,automatic] +libjson-glib-1.0-0/jammy,now 1.6.6-1build1 amd64 [installed] +libjson-glib-1.0-common/jammy,now 1.6.6-1build1 all [installed] +libk5crypto3/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libkeyutils1/jammy,now 1.6.1-2ubuntu3 amd64 [installed,automatic] +libklibc/jammy,now 2.0.10-4 amd64 [installed,automatic] +libkmod2/jammy,now 29-1ubuntu1 amd64 [installed,automatic] +libkrb5-3/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libkrb5support0/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libksba8/jammy-updates,jammy-security,now 1.6.0-2ubuntu0.2 amd64 [installed,automatic] +libldap-2.5-0/jammy-updates,now 2.5.17+dfsg-0ubuntu0.22.04.1 amd64 [installed,automatic] +libldap-common/jammy-updates,now 2.5.17+dfsg-0ubuntu0.22.04.1 all [installed,automatic] +liblmdb0/jammy,now 0.9.24-1build2 amd64 [installed,automatic] +liblocale-gettext-perl/jammy,now 1.07-4build3 amd64 [installed,automatic] +liblsan0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +liblua5.3-0/jammy,now 5.3.6-1build1 amd64 [installed,automatic] +liblvm2cmd2.03/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed,automatic] +liblz4-1/jammy,now 1.9.3-2build2 amd64 [installed,automatic] +liblzma5/jammy,now 5.2.5-2ubuntu1 amd64 [installed,automatic] +liblzo2-2/jammy,now 2.10-2build3 amd64 [installed,automatic] +libmagic-mgc/jammy-updates,jammy-security,now 1:5.41-3ubuntu0.1 amd64 [installed,automatic] +libmagic1/jammy-updates,jammy-security,now 1:5.41-3ubuntu0.1 amd64 [installed,automatic] +libmaxminddb0/jammy,now 1.5.2-1build2 amd64 [installed,automatic] +libmbim-glib4/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmbim-proxy/jammy-updates,now 1.28.0-1~ubuntu20.04.1 amd64 [installed] +libmd0/jammy,now 1.0.4-1build1 amd64 [installed,automatic] +libmm-glib0/jammy-updates,now 1.20.0-1~ubuntu22.04.3 amd64 [installed] +libmnl0/jammy,now 1.0.4-3build2 amd64 [installed,automatic] +libmodule-find-perl/jammy,now 0.15-1 all [installed,automatic] +libmodule-scandeps-perl/jammy,now 1.31-1 all [installed,automatic] +libmount1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libmpc3/jammy,now 1.2.1-2build1 amd64 [installed,automatic] +libmpdec3/jammy,now 2.5.1-2build2 amd64 [installed,automatic] +libmpfr6/jammy,now 4.1.0-3build3 amd64 [installed,automatic] +libncurses6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libncursesw6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libndctl6/jammy,now 72.1-1 amd64 [installed,automatic] +libnetfilter-conntrack3/jammy,now 1.0.9-1 amd64 [installed,automatic] +libnetplan0/jammy-updates,now 0.106.1-7ubuntu0.22.04.2 amd64 [installed,automatic] +libnettle8/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libnewt0.52/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +libnfnetlink0/jammy,now 1.0.1-3build3 amd64 [installed,automatic] +libnfsidmap1/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed,automatic] +libnftables1/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed,automatic] +libnftnl11/jammy,now 1.2.1-1build1 amd64 [installed,automatic] +libnghttp2-14/jammy-updates,jammy-security,now 1.43.0-1ubuntu0.1 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.12 amd64 [installed,automatic] +libnss3/jammy-updates,jammy-security,now 2:3.68.2-0ubuntu1.2 amd64 [installed] +libntfs-3g89/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +libnuma1/jammy,now 2.0.14-3ubuntu2 amd64 [installed,automatic] +liboath0/jammy,now 2.6.7-3build1 amd64 [installed,automatic] +libonig5/jammy,now 6.9.7.1-2build1 amd64 [installed,automatic] +libopeniscsiusr/jammy,now 2.1.5-1ubuntu1 amd64 [installed,automatic] +libp11-kit0/jammy,now 0.24.0-6build1 amd64 [installed,automatic] +libpackagekit-glib2-18/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +libpam-cap/jammy-updates,jammy-security,now 1:2.44-1ubuntu0.22.04.1 amd64 [installed,automatic] +libpam-modules-bin/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.4 amd64 [installed,automatic] +libpam-modules/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.4 amd64 [installed,automatic] +libpam-pwquality/jammy,now 1.4.4-1build2 amd64 [installed] +libpam-runtime/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.4 all [installed,automatic] +libpam-systemd/jammy-updates,now 249.11-0ubuntu3.12 amd64 [installed,automatic] +libpam0g/jammy-updates,jammy-security,now 1.4.0-11ubuntu2.4 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.3 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-updates,jammy-security,now 2:3.3.17-6ubuntu2.1 amd64 [installed,automatic] +libpsl5/jammy,now 0.21.0-1.2build2 amd64 [installed,automatic] +libpwquality-common/jammy,now 1.4.4-1build2 all [installed,automatic] +libpwquality-tools/jammy,now 1.4.4-1build2 amd64 [installed] +libpwquality1/jammy,now 1.4.4-1build2 amd64 [installed,automatic] +libpython3-stdlib/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed,automatic] +libpython3.10-minimal/jammy-updates,jammy-security,now 3.10.12-1~22.04.3 amd64 [installed,automatic] +libpython3.10-stdlib/jammy-updates,jammy-security,now 3.10.12-1~22.04.3 amd64 [installed,automatic] +libpython3.10/jammy-updates,jammy-security,now 3.10.12-1~22.04.3 amd64 [installed,automatic] +libqmi-glib5/jammy-updates,now 1.32.0-1ubuntu0.22.04.1 amd64 [installed] +libqmi-proxy/jammy-updates,now 1.32.0-1ubuntu0.22.04.1 amd64 [installed] +libquadmath0/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +librabbitmq4/jammy,now 0.10.0-1ubuntu2 amd64 [installed,automatic] +librados2/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +libradosstriper1/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +librbd1/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +librdmacm1/jammy,now 39.0-1 amd64 [installed,automatic] +libreadline8/jammy,now 8.1.2-1 amd64 [installed,automatic] +librtmp1/jammy,now 2.4+20151223.gitfa8646d.1-2build4 amd64 [installed,automatic] +libsasl2-2/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules-db/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libsasl2-modules/jammy-updates,now 2.1.27+dfsg2-3ubuntu1.2 amd64 [installed,automatic] +libseccomp2/jammy,now 2.5.3-2ubuntu2 amd64 [installed,automatic] +libselinux1/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsemanage-common/jammy,now 3.3-1build2 all [installed,automatic] +libsemanage2/jammy,now 3.3-1build2 amd64 [installed,automatic] +libsensors-config/jammy,now 1:3.6.0-7ubuntu1 all [installed,automatic] +libsensors5/jammy,now 1:3.6.0-7ubuntu1 amd64 [installed,automatic] +libsepol2/jammy,now 3.3-1build1 amd64 [installed,automatic] +libsgutils2-2/jammy-updates,now 1.46-1ubuntu0.22.04.1 amd64 [installed,automatic] +libsigsegv2/jammy,now 2.13-1ubuntu3 amd64 [installed,automatic] +libslang2/jammy,now 2.3.2-5build4 amd64 [installed,automatic] +libsmartcols1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libsmbios-c2/jammy,now 2.4.3-1build1 amd64 [installed] +libsnappy1v5/jammy,now 1.1.8-1build3 amd64 [installed,automatic] +libsodium23/jammy,now 1.0.18-1build2 amd64 [installed,automatic] +libsort-naturally-perl/jammy,now 1.03-2 all [installed,automatic] +libsqlite3-0/jammy-updates,jammy-security,now 3.37.2-2ubuntu0.3 amd64 [installed,automatic] +libss2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libssh-4/jammy-updates,jammy-security,now 0.9.6-2ubuntu0.22.04.3 amd64 [installed,automatic] +libssl3/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.15 amd64 [installed,automatic] +libstdc++-11-dev/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libstdc++6/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libstemmer0d/jammy,now 2.2.0-1build1 amd64 [installed,automatic] +libsysfs2/jammy,now 2.1.1-1build1 amd64 [installed,automatic] +libsystemd0/jammy-updates,now 249.11-0ubuntu3.12 amd64 [installed,automatic] +libtalloc2/jammy,now 2.3.3-2build1 amd64 [installed,automatic] +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,automatic] +libtext-charwidth-perl/jammy,now 0.04-10build3 amd64 [installed,automatic] +libtext-iconv-perl/jammy,now 1.7-7build3 amd64 [installed,automatic] +libtext-wrapi18n-perl/jammy,now 0.06-9 all [installed,automatic] +libtinfo6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic] +libtirpc-common/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 all [installed,automatic] +libtirpc-dev/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 amd64 [installed,automatic] +libtirpc3/jammy-updates,jammy-security,now 1.3.2-2ubuntu0.1 amd64 [installed,automatic] +libtsan0/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libtsan2/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libtss2-esys-3.0.2-0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-mu0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-rc0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-sys1/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-cmd0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-device0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-mssim0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libtss2-tcti-swtpm0/jammy,now 3.2.0-1ubuntu1 amd64 [installed] +libubsan1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libuchardet0/jammy,now 0.0.7-1build2 amd64 [installed,automatic] +libudev1/jammy-updates,now 249.11-0ubuntu3.12 amd64 [installed,automatic] +libudisks2-0/jammy,now 2.9.4-1ubuntu2 amd64 [installed] +libunistring2/jammy,now 1.0-1 amd64 [installed,automatic] +libunwind8/jammy-updates,now 1.3.2-2build2.1 amd64 [installed,automatic] +liburcu8/jammy,now 0.13.1-1 amd64 [installed,automatic] +libusb-1.0-0/jammy-updates,now 2:1.0.25-1ubuntu2 amd64 [installed,automatic] +libutempter0/jammy,now 1.2.1-2build2 amd64 [installed,automatic] +libuuid1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libuv1/jammy-updates,jammy-security,now 1.43.0-1ubuntu0.1 amd64 [installed,automatic] +libvolume-key1/jammy,now 0.3.12-3.1build3 amd64 [installed] +libwbclient0/jammy-updates,jammy-security,now 2:4.15.13+dfsg-0ubuntu1.5 amd64 [installed,automatic] +libwrap0/jammy,now 7.6.q-31build2 amd64 [installed] +libx11-6/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.3 amd64 [installed,automatic] +libx11-data/jammy-updates,jammy-security,now 2:1.7.5-1ubuntu0.3 all [installed,automatic] +libxau6/jammy,now 1:1.0.9-1build5 amd64 [installed,automatic] +libxcb1/jammy,now 1.14-3ubuntu3 amd64 [installed,automatic] +libxdmcp6/jammy,now 1:1.1.3-0ubuntu5 amd64 [installed,automatic] +libxext6/jammy,now 2:1.3.4-1build1 amd64 [installed,automatic] +libxml2/jammy-updates,jammy-security,now 2.9.13+dfsg-1ubuntu0.4 amd64 [installed,automatic] +libxmlb2/jammy,now 0.3.6-2build1 amd64 [installed,automatic] +libxmuu1/jammy,now 2:1.1.3-3 amd64 [installed,automatic] +libxtables12/jammy-updates,now 1.8.7-1ubuntu5.2 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-1059/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-azure-headers-5.15.0-1059/jammy-updates,jammy-security,now 5.15.0-1059.67 all [installed,automatic] +linux-azure-tools-5.15.0-1059/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-base-sgx/jammy,now 4.5ubuntu9 all [installed,automatic] +linux-base/jammy,now 4.5ubuntu9 all [installed] +linux-cloud-tools-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-cloud-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1059.55 amd64 [installed] +linux-cloud-tools-common/jammy-updates,jammy-security,now 5.15.0-101.111 all [installed,automatic] +linux-headers-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed] +linux-headers-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1059.55 amd64 [installed] +linux-image-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-image-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1059.55 amd64 [installed] +linux-libc-dev/jammy-updates,jammy-security,now 5.15.0-101.111 amd64 [installed,automatic] +linux-modules-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-modules-extra-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed] +linux-tools-5.15.0-1059-azure/jammy-updates,jammy-security,now 5.15.0-1059.67 amd64 [installed,automatic] +linux-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1059.55 amd64 [installed] +linux-tools-common/jammy-updates,jammy-security,now 5.15.0-101.111 all [installed,automatic] +locales/jammy-updates,jammy-security,now 2.35-0ubuntu3.6 all [installed,automatic] +login/jammy-updates,jammy-security,now 1:4.8.1-2ubuntu2.2 amd64 [installed] +logrotate/jammy-updates,jammy-security,now 3.19.0-1ubuntu1.1 amd64 [installed,automatic] +logsave/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +lsb-base/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lsb-release/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lshw/jammy,now 02.19.git.2021.06.19.996aaad9c7-2build1 amd64 [installed,automatic] +lsof/jammy,now 4.93.2+dfsg-1.1build2 amd64 [installed,automatic] +lsscsi/jammy,now 0.31-1build2 amd64 [installed] +lto-disabled-list/jammy,now 24 all [installed,automatic] +lvm2/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed] +lxd-agent-loader/jammy,now 0.5 all [installed] +make/jammy,now 4.3-4.1build1 amd64 [installed] +man-db/jammy,now 2.10.2-1 amd64 [installed,automatic] +manpages/jammy,now 5.10-1ubuntu1 all [installed,automatic] +mawk/jammy,now 1.3.4.20200120-3 amd64 [installed,automatic] +mdadm/jammy-updates,now 4.2-0ubuntu2 amd64 [installed] +media-types/jammy,now 7.0.0 all [installed,automatic] +moby-containerd/testing,now 1.7.14-ubuntu22.04u1 amd64 [installed] +moby-runc/testing,jammy,now 1.1.12-ubuntu22.04u1 amd64 [installed] +mokutil/jammy-updates,jammy-security,now 0.6.0-2~22.04.2 amd64 [installed,automatic] +motd-news-config/jammy-updates,now 12ubuntu4.6 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,now 0.8.8-1ubuntu1.22.04.4 amd64 [installed] +nano/jammy,now 6.2-1 amd64 [installed,automatic] +ncurses-base/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 all [installed] +ncurses-bin/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed] +ncurses-term/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 all [installed] +needrestart/jammy-updates,jammy-security,now 3.5-5ubuntu2.1 all [installed] +netbase/jammy,now 6.3 all [installed,automatic] +netcat-openbsd/jammy,now 1.218-4ubuntu1 amd64 [installed] +netplan.io/jammy-updates,now 0.106.1-7ubuntu0.22.04.2 amd64 [installed,automatic] +networkd-dispatcher/jammy-updates,jammy-security,now 2.1-2ubuntu0.22.04.2 all [installed,automatic] +nfs-common/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed] +nftables/jammy-updates,now 1.0.2-1ubuntu3 amd64 [installed] +ntfs-3g/jammy-updates,jammy-security,now 1:2021.8.22-3ubuntu1.2 amd64 [installed,automatic] +nvme-cli/jammy-updates,now 1.16-3ubuntu0.1 amd64 [installed] +open-iscsi/jammy,now 2.1.5-1ubuntu1 amd64 [installed] +openssh-client/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.6 amd64 [installed,automatic] +openssh-server/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.6 amd64 [installed] +openssh-sftp-server/jammy-updates,jammy-security,now 1:8.9p1-3ubuntu0.6 amd64 [installed] +openssl/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.15 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.2 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.3 amd64 [installed,automatic] +perl-modules-5.34/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.3 all [installed,automatic] +perl/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.3 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-updates,jammy-security,now 2:3.3.17-6ubuntu2.1 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.0ubuntu3 all [installed,automatic] +python-babel-localedata/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-apt/jammy-updates,now 2.4.0ubuntu3 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.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-ceph-common/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 all [installed,automatic] +python3-cephfs/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-certifi/jammy,now 2020.6.20-1 all [installed] +python3-cffi-backend/jammy,now 1.15.0-1build2 amd64 [installed,automatic] +python3-chardet/jammy,now 4.0.0-1 all [installed,automatic] +python3-click/jammy,now 8.0.3-1 all [installed,automatic] +python3-colorama/jammy,now 0.4.4-1 all [installed,automatic] +python3-commandnotfound/jammy,now 22.04.0 all [installed,automatic] +python3-configobj/jammy,now 5.0.6-5 all [installed,automatic] +python3-constantly/jammy,now 15.1.0-2 all [installed,automatic] +python3-cryptography/jammy-updates,jammy-security,now 3.4.8-1ubuntu2.2 amd64 [installed,automatic] +python3-dbus/jammy,now 1.2.18-3build1 amd64 [installed,automatic] +python3-debconf/jammy,now 1.5.79ubuntu1 all [installed,automatic] +python3-debian/jammy-updates,now 0.1.43ubuntu1.1 all [installed,automatic] +python3-distro-info/jammy-updates,now 1.1ubuntu0.2 all [installed,automatic] +python3-distro/jammy,now 1.7.0-1 all [installed,automatic] +python3-distupgrade/jammy-updates,now 1:22.04.19 all [installed,automatic] +python3-distutils/jammy-updates,jammy-security,now 3.10.8-1~22.04 all [installed] +python3-gdbm/jammy-updates,jammy-security,now 3.10.8-1~22.04 amd64 [installed,automatic] +python3-gi/jammy-updates,now 3.42.1-0ubuntu1 amd64 [installed,automatic] +python3-hamcrest/jammy,now 2.0.2-2 all [installed,automatic] +python3-httplib2/jammy,now 0.20.2-2 all [installed,automatic] +python3-hyperlink/jammy,now 21.0.0-3 all [installed,automatic] +python3-idna/jammy,now 3.3-1 all [installed,automatic] +python3-importlib-metadata/jammy,now 4.6.4-1 all [installed,automatic] +python3-incremental/jammy,now 21.3.0-1 all [installed,automatic] +python3-jeepney/jammy,now 0.7.1-3 all [installed,automatic] +python3-jinja2/jammy-updates,jammy-security,now 3.0.3-1ubuntu0.1 all [installed] +python3-json-pointer/jammy,now 2.0-0ubuntu1 all [installed] +python3-jsonpatch/jammy,now 1.32-2 all [installed] +python3-jsonschema/jammy,now 3.2.0-0ubuntu2 all [installed] +python3-jwt/jammy-updates,jammy-security,now 2.3.0-1ubuntu0.2 all [installed,automatic] +python3-keyring/jammy,now 23.5.0-1 all [installed,automatic] +python3-launchpadlib/jammy,now 1.10.16-1 all [installed,automatic] +python3-lazr.restfulclient/jammy,now 0.14.4-1 all [installed,automatic] +python3-lazr.uri/jammy,now 1.0.6-2 all [installed,automatic] +python3-lib2to3/jammy-updates,jammy-security,now 3.10.8-1~22.04 all [installed] +python3-magic/jammy,now 2:0.4.24-2 all [installed,automatic] +python3-markupsafe/jammy,now 2.0.1-2build1 amd64 [installed] +python3-minimal/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed,automatic] +python3-more-itertools/jammy,now 8.10.0-2 all [installed,automatic] +python3-netifaces/jammy,now 0.11.0-1build2 amd64 [installed,automatic] +python3-newt/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +python3-oauthlib/jammy-updates,jammy-security,now 3.2.0-1ubuntu0.1 all [installed,automatic] +python3-openssl/jammy,now 21.0.0-1 all [installed,automatic] +python3-parted/jammy,now 3.11.7-1build1 amd64 [installed] +python3-pexpect/jammy,now 4.8.0-2ubuntu1 all [installed,automatic] +python3-pkg-resources/jammy-updates,jammy-security,now 59.6.0-1.2ubuntu0.22.04.1 all [installed,automatic] +python3-prettytable/jammy,now 2.5.0-2 all [installed,automatic] +python3-ptyprocess/jammy,now 0.7.0-3 all [installed,automatic] +python3-pyasn1-modules/jammy,now 0.2.1-1 all [installed,automatic] +python3-pyasn1/jammy,now 0.4.8-1 all [installed,automatic] +python3-pyparsing/jammy,now 2.4.7-1 all [installed,automatic] +python3-pyrsistent/jammy,now 0.18.1-1build1 amd64 [installed] +python3-rados/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-rbd/jammy-updates,now 17.2.7-0ubuntu0.22.04.1 amd64 [installed,automatic] +python3-requests/jammy-updates,jammy-security,now 2.25.1+dfsg-2ubuntu0.1 all [installed] +python3-secretstorage/jammy,now 3.3.1-1 all [installed,automatic] +python3-serial/jammy,now 3.5-1 all [installed] +python3-service-identity/jammy,now 18.1.0-6 all [installed,automatic] +python3-setuptools/jammy-updates,jammy-security,now 59.6.0-1.2ubuntu0.22.04.1 all [installed] +python3-six/jammy,now 1.16.0-3ubuntu1 all [installed] +python3-software-properties/jammy-updates,now 0.99.22.9 all [installed,automatic] +python3-twisted/jammy-updates,jammy-security,now 22.1.0-2ubuntu2.4 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.19 all [installed,automatic] +python3-urllib3/jammy-updates,jammy-security,now 1.26.5-1~exp1ubuntu0.1 all [installed] +python3-wadllib/jammy,now 1.3.6-1 all [installed,automatic] +python3-wcwidth/jammy,now 0.2.5+dfsg1-1 all [installed,automatic] +python3-yaml/jammy,now 5.4.1-1ubuntu1 amd64 [installed,automatic] +python3-zipp/jammy,now 1.0.0-3 all [installed,automatic] +python3-zope.interface/jammy,now 5.4.0-1build1 amd64 [installed,automatic] +python3.10-minimal/jammy-updates,jammy-security,now 3.10.12-1~22.04.3 amd64 [installed,automatic] +python3.10/jammy-updates,jammy-security,now 3.10.12-1~22.04.3 amd64 [installed,automatic] +python3/jammy-updates,jammy-security,now 3.10.6-1~22.04 amd64 [installed] +readline-common/jammy,now 8.1.2-1 all [installed,automatic] +rng-tools-debian/jammy,now 2.3 amd64 [installed] +rpcbind/jammy,now 1.2.6-2build1 amd64 [installed,automatic] +rpcsvc-proto/jammy,now 1.4.2-0ubuntu6 amd64 [installed,automatic] +rsync/jammy-updates,jammy-security,now 3.2.7-0ubuntu0.22.04.2 amd64 [installed,automatic] +rsyslog/jammy-updates,jammy-security,now 8.2112.0-2ubuntu2.2 amd64 [installed,automatic] +run-one/jammy,now 1.17-0ubuntu1 all [installed,automatic] +sbsigntool/jammy,now 0.9.4-2ubuntu2 amd64 [installed] +screen/jammy,now 4.9.0-1 amd64 [installed] +secureboot-db/jammy,now 1.8 amd64 [installed] +sed/jammy,now 4.8-1ubuntu2 amd64 [installed,automatic] +sensible-utils/jammy,now 0.0.17 all [installed,automatic] +sg3-utils-udev/jammy-updates,now 1.46-1ubuntu0.22.04.1 all [installed,automatic] +sg3-utils/jammy-updates,now 1.46-1ubuntu0.22.04.1 amd64 [installed,automatic] +shared-mime-info/jammy,now 2.1-2 amd64 [installed,automatic] +shim-signed/jammy-updates,jammy-security,now 1.51.3+15.7-0ubuntu1 amd64 [installed] +socat/jammy,now 1.7.4.1-3ubuntu4 amd64 [installed] +software-properties-common/jammy-updates,now 0.99.22.9 all [installed] +sosreport/jammy-updates,now 4.5.6-0ubuntu1~22.04.2 amd64 [installed] +ssh-import-id/jammy,now 5.11-0ubuntu1 all [installed] +strace/jammy,now 5.16-0ubuntu3 amd64 [installed,automatic] +sudo/jammy-updates,jammy-security,now 1.9.9-1ubuntu2.4 amd64 [installed,automatic] +sysfsutils/jammy,now 2.1.1-1build1 amd64 [installed] +sysstat/jammy-updates,jammy-security,now 12.5.2-2ubuntu0.2 amd64 [installed] +systemd-hwe-hwdb/jammy-updates,now 249.11.5 all [installed,automatic] +systemd-sysv/jammy-updates,now 249.11-0ubuntu3.12 amd64 [installed,automatic] +systemd/jammy-updates,now 249.11-0ubuntu3.12 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.2 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.2 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/now 1:2.1.0-2ubuntu0.22.04.1~esm1 amd64 [installed,local] +tzdata/jammy-updates,jammy-security,now 2024a-0ubuntu0.22.04 all [installed,automatic] +ubuntu-advantage-tools/jammy-updates,now 31.2~22.04 all [installed,automatic] +ubuntu-keyring/jammy,now 2021.03.26 all [installed,automatic] +ubuntu-minimal/jammy-updates,now 1.481.1 amd64 [installed] +ubuntu-pro-client-l10n/jammy-updates,now 31.2~22.04 amd64 [installed,automatic] +ubuntu-pro-client/jammy-updates,now 31.2~22.04 amd64 [installed,automatic] +ubuntu-release-upgrader-core/jammy-updates,now 1:22.04.19 all [installed,automatic] +ubuntu-standard/jammy-updates,now 1.481.1 amd64 [installed] +ucf/jammy,now 3.0043 all [installed,automatic] +udev/jammy-updates,now 249.11-0ubuntu3.12 amd64 [installed,automatic] +ufw/jammy-updates,now 0.36.1-4ubuntu0.1 all [installed,automatic] +unattended-upgrades/jammy,now 2.8ubuntu1 all [installed] +update-manager-core/jammy-updates,now 1:22.04.19 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.16 all [installed,automatic] +vim-runtime/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.16 all [installed,automatic] +vim-tiny/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.16 amd64 [installed,automatic] +vim/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.16 amd64 [installed] +walinuxagent/jammy-updates,now 2.2.46-0ubuntu5.1 amd64 [installed] +wget/jammy,now 1.21.2-2ubuntu1 amd64 [installed,automatic] +whiptail/jammy,now 0.52.21-5ubuntu2 amd64 [installed,automatic] +wireless-regdb/jammy-updates,jammy-security,now 2022.06.06-0ubuntu1~22.04.1 all [installed,automatic] +xauth/jammy,now 1:1.1-1build2 amd64 [installed,automatic] +xdg-user-dirs/jammy,now 0.17-2ubuntu4 amd64 [installed,automatic] +xfsprogs/jammy,now 5.13.0-1ubuntu2 amd64 [installed] +xkb-data/jammy,now 2.33-1 all [installed,automatic] +xxd/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.16 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 26G 3.3G 89% / +tmpfs 3.9G 0 3.9G 0% /dev/shm +tmpfs 1.6G 712K 1.6G 1% /run +tmpfs 5.0M 0 5.0M 0% /run/lock +/dev/sda15 105M 6.1M 99M 6% /boot/efi +/dev/sdb1 16G 28K 15G 1% /mnt +tmpfs 794M 0 794M 0% /run/user/1000 +=== os-release Begin +PRETTY_NAME="Ubuntu 22.04.4 LTS" +NAME="Ubuntu" +VERSION_ID="22.04" +VERSION="22.04.4 LTS (Jammy Jellyfish)" +VERSION_CODENAME=jammy +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=jammy +=== os-release End +Using kernel: +Linux version 5.15.0-1059-azure (buildd@lcy02-amd64-008) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #67-Ubuntu SMP Sat Mar 9 03:28:53 UTC 2024 +Install completed successfully on Mon Mar 25 19:27:50 UTC 2024 +VSTS Build NUMBER: 20240325.2_master_90154094 +VSTS Build ID: 90154094 +Commit: 5220c8352e5d3bf4f3c8f154dca84a22232467f6 +Ubuntu version: 22.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: \ No newline at end of file From 1f18f0136d0e12ae96c4923b8549979777d9e8c2 Mon Sep 17 00:00:00 2001 From: Annie Bubinski Date: Thu, 11 Apr 2024 09:59:37 -0700 Subject: [PATCH 33/33] Removed LTS announcement --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8210769e..b74b8eb3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Support upgrade version skew policy between core node and control plane components from n-2 to n-3 to match [related upstream policy change starting Kubernetes version 1.28](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/) AKS docs available [here](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#what-is-the-allowed-difference-in-versions-between-control-plane-and-node-pool). * Starting 1.30 Kubernetes version and 1.27 LTS versions, beta apis will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to explicitly enable beta apis closer to the 1.30 release. -* If you use any programming or scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/azure/aks/long-term-support) before the create operation. * On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1). ### Release Notes