From 8da43848c4dfbfa252fd4602615bba73969a360a Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Tue, 13 Feb 2024 13:40:28 -0800 Subject: [PATCH 1/8] initial draft for 2024-02-07 release --- CHANGELOG.md | 57 ++ .../AKSWindows/2019/17763.5329.240202.txt | 270 ++++++ .../AKSWindows/2022/20348.2227.240202.txt | 292 ++++++ vhd-notes/AzureLinux/202402.07.0.txt | 700 ++++++++++++++ .../aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt | 899 ++++++++++++++++++ 5 files changed, 2218 insertions(+) create mode 100644 vhd-notes/AKSWindows/2019/17763.5329.240202.txt create mode 100644 vhd-notes/AKSWindows/2022/20348.2227.240202.txt create mode 100644 vhd-notes/AzureLinux/202402.07.0.txt create mode 100644 vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d37dfc..9fddce01 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,62 @@ # Azure Kubernetes Service Changelog +## Release 2024-02-07 + +Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). + +### Announcements +* Starting in March, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy addon](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks) will now no longer support the validation for constraint template. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). +* Kubernetes 1.25 was deprecated on January 14, 2024 and support transitions to [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). Please upgrade to Kubernetes version 1.26 or above. +* Starting with Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. +* All current AKS API versions silently ignore unknown fields. An unknown field is a field that isn't part of the AKS API. AKS API version 2024-01-01, 2024-01-02-preview and all subsequent API versions will change this behavior. Unknown fields in a request will result in the request being rejected with an error stating that the unknown field is not understood. This change only impacts new API versions and won't impact you unless you update to use an API version 2024-01-01 or later. Existing API calls (via Azure Resource Manager templates or otherwise) will continue to function as-is. + +### Release notes + +* Features + * [Planned Maintainance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image Upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) is available in Azure Portal. + * [Associate capacity reservation groups to node pools](https://learn.microsoft.com/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools-preview) is now generally available. + +* Preview features + * AKS 1.29 is in preview. + * [Control Plane Metrics (API server, ETCD, Cluster Autoscaler, etc)](https://learn.microsoft.com/azure/aks/monitor-control-plane-metrics) are now available in Managed Prometheus for Public preview. + + +* Bug Fixes + * Fix the issue that the new CRD "azureapplicationgatewayrewrites.appgw.ingress.azure.io " is not delivered into the overlay cluster. This problem occurs during cluster upgrades. + * Enable [HonorPVReclaimPolicy](https://kubernetes.io/blog/2021/12/15/kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order/#pv-reclaim-policy-with-kubernetes-v1-23) for CSI drivers on AKS 1.27+. + * Fix preflight validation failure when BYOK is required in vmss node pool setup by Azure Policy. + * Node Auto Provision can now be enabled when aadProfiles, including ServerAppID, ClientAppID, ServerAppSecret, are being set. + * Istio-based service mesh add-on's istiod and ingress images updated to 1.18.7-hotfix.20240210 and 1.19.7 for asm-1-18 and asm-1-19 respectively. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. Vulnerabilities CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, and CVE-2024-23327 have been addressed in these patch versions. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). + * Fix typo in KEDA helm chart from keda-admission-webhooks to keda-admission. + * Fix a bug that the id field is mssing in get/list privateEndpointConnections. + * ⁠For upgrades using Azure API version prior to 2022-04-01 API, Kubernetes version might fall behind current Kubernetes version which could block GETs/PUTs. This can be solved by doing a PUT with the current Kubernetes version but a fix is being worked on by AKS. + +* Behavioral Change + * Update the Agentpool Profile protocol to include the new PodIPAllocationMode property. + * Enables the ccp-webhook to listen on all interfaces with TLS instead of localhost. + * Add agent-identifiers flag to konnectivity agent. + +* Component Updates + * For the cloud-provider-node-manager-windows component, the following versions have been updated: + * v1.29.0 for >=1.29.0 version + * v1.28.5 for >=1.28.0 version + * v1.27.13 for >=1.27.0 version + * v1.26.19 for >=1.26.0 version + * v1.25.24 for >=1.25.0 version + * Upgraded konnectivity-agent image version from v0.0.33-hotfix.20221110 to to v0.1.6-hotfix.20240116. + * Upgraded Cilium to v1.13.10 for kubernetes v1.28.0+. + * Upgraded Tigera Operator to v1.30.7 from v1.29 preview. + * Upgraded Network Observability (Retina) to v0.1.3 with minor bug fixes. + * Upgraded gatekeeper to [v3.14.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) and policy addon [v1.3.0](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#add-on-versions-available-per-each-aks-cluster-version) + * Azure Policy Changes + * Introduces error state for policies in error, enabling them to be distinguished from policies in noncompliant states. + * Adds support for v1 constraint templates and use of the excludedNamespaces parameter in mutation policies. + * Adds an error status check on constraint templates post-installation. + * Azure Linux image has been updated to [Azure Linux - 202402.07.0](vhd-notes/AzureLinux/202402.07.0.txt). + * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202402.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt). + * Azure Windows 2019 Image has been updated to [Azure Windows 2019 - 17763.5329.240202](vhd-notes/AKSWindows/2019/17763.5329.240202.txt). + * Azure Windows 2022 Image has been updated to [Azure Windows 2022 - 20348.2227.240202](vhd-notes/AKSWindows/2022/20348.2227.240202.txt). + ## Release 2024-01-23 Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). diff --git a/vhd-notes/AKSWindows/2019/17763.5329.240202.txt b/vhd-notes/AKSWindows/2019/17763.5329.240202.txt new file mode 100644 index 00000000..f2ed7da3 --- /dev/null +++ b/vhd-notes/AKSWindows/2019/17763.5329.240202.txt @@ -0,0 +1,270 @@ +Build Number: 20240202.1_v20240202_86809067 +Build Id: 86809067 +Build Repo: https://github.com/Azure/AgentBaker +Build Branch: windows/v20240202 +Commit: f0ceb8f884eb679a15b42345aac7163852642b0e + +VHD ID: 64faa0f4-1ca6-42a1-9d0a-9816946055ba + +System Info + OS Name : Windows Server 2019 Datacenter + OS Version : 17763.5329 + OS InstallType : Server Core + +Allowed security protocols: Tls, Tls11, Tls12 + +Installed Features + +Display Name Name Install State +------------ ---- ------------- +[X] File and Storage Services FileAndStorage-Services Installed + [X] Storage Services Storage-Services Installed +[X] Hyper-V Hyper-V Installed +[X] .NET Framework 4.7 Features NET-Framework-45-Fea... Installed + [X] .NET Framework 4.7 NET-Framework-45-Core Installed + [X] WCF Services NET-WCF-Services45 Installed + [X] TCP Port Sharing NET-WCF-TCP-PortShar... Installed +[X] BitLocker Drive Encryption BitLocker Installed +[X] Containers Containers Installed +[X] Enhanced Storage EnhancedStorage Installed +[X] Remote Server Administration Tools RSAT Installed + [X] Role Administration Tools RSAT-Role-Tools Installed + [X] Hyper-V Management Tools RSAT-Hyper-V-Tools Installed + [X] Hyper-V Module for Windows PowerShell Hyper-V-PowerShell Installed +[X] System Data Archiver System-DataArchiver Installed +[X] Windows Defender Antivirus Windows-Defender Installed +[X] Windows PowerShell PowerShellRoot Installed + [X] Windows PowerShell 5.1 PowerShell Installed +[X] WoW64 Support WoW64-Support Installed + + + +Installed Packages + Language.Basic~~~en-US~0.0.1.0 + Language.Handwriting~~~en-US~0.0.1.0 + Language.OCR~~~en-US~0.0.1.0 + Language.Speech~~~en-US~0.0.1.0 + Language.TextToSpeech~~~en-US~0.0.1.0 + MathRecognizer~~~~0.0.1.0 + OpenSSH.Client~~~~0.0.1.0 + OpenSSH.Server~~~~0.0.1.0 + +Installed QFEs + KB5033904 : Update : https://support.microsoft.com/kb/5033904 + KB5004424 : Update : https://support.microsoft.com/kb/5004424 + KB5034127 : Security Update : https://support.microsoft.com/kb/5034127 + KB5032306 : Security Update : https://support.microsoft.com/kb/5032306 + +Installed Updates + Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10) + Update for Microsoft Defender Antivirus antimalware platform - KB4052623 (Version 4.18.23110.3) - Current Channel (Broad) + 2024-01 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5034273) + Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.403.3068.0) - Current Channel (Broad) + 2024-01 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5034127) + +Windows Update Registry Settings + https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings + HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate + HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU + NoAutoUpdate : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\hns\State + EnableCompartmentNamespace : 1 + HNSControlFlag : 16 + HnsPolicyUpdateChange : 1 + HnsNatAllowRuleUpdateChange : 1 + CleanupReservedPorts : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\wcifs + WcifsSOPCountDisabled : 0 + HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides + 3105872524 : 1 + 3230913164 : 1 + 652313229 : 1 + 2059235981 : 1 + 3767762061 : 1 + 1102009996 : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\VfpExt\Parameters + VfpEvenPodDistributionIsEnabled : 1 + VfpNotReuseTcpOneWayFlowIsEnabled : 1 + +ContainerD Info +Version: ctr github.com/containerd/containerd v1.6.21+azure + +Images: +REF TYPE DIGEST SIZE PLATFORMS LABELS +mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17 application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.3 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/azuremonitor/containerinsights/ciprod@sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.3 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.4.51 application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.4.52 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.5.15 application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.13 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 152.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/cni-dropgz@sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 152.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 109.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 107.8 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure@sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 109.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure@sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 107.8 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.7 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 123.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.8 application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 123.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.9 application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.4.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.1.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.3-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 123.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 123.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.11 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 109.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.10 application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 110.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 110.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.9 application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 110.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.6-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.7-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.8-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.2-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 110.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 110.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 109.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 110.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 106.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 107.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 106.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 106.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 107.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 106.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 107.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 105.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 108.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 107.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 105.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 108.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4 application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver@sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver@sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 110.4 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.24 application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 110.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 112.1 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.19 application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 112.5 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.13 application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 112.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 112.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 112.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.5 application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 113.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 115.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 112.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 112.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 110.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 115.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 113.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 112.5 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 112.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 112.1 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 110.4 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/pause:3.9-hotfix-20230808 application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 257.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/pause@sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 257.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/nanoserver:1809 application/vnd.docker.distribution.manifest.list.v2+json sha256:14b967649dca50e3e7718b2367d43c461b1f035850694e85f19942bce7e6f616 96.6 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/nanoserver@sha256:14b967649dca50e3e7718b2367d43c461b1f035850694e85f19942bce7e6f616 application/vnd.docker.distribution.manifest.list.v2+json sha256:14b967649dca50e3e7718b2367d43c461b1f035850694e85f19942bce7e6f616 96.6 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore/iis:latest application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 2.0 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore/iis@sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 2.0 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore:ltsc2019 application/vnd.docker.distribution.manifest.list.v2+json sha256:097949cfe0247fde3f8457a4d68fffee63a2385fb83e3be4f5d0dd9a46e9a3c3 1.9 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore@sha256:097949cfe0247fde3f8457a4d68fffee63a2385fb83e3be4f5d0dd9a46e9a3c3 application/vnd.docker.distribution.manifest.list.v2+json sha256:097949cfe0247fde3f8457a4d68fffee63a2385fb83e3be4f5d0dd9a46e9a3c3 1.9 GiB windows/amd64 io.cri-containerd.image=managed +sha256:0a4708dc58e023c8a62689ab690608d07387a795e857d1bfba92d7e29349f4a9 application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:0e0f451431368e3392538e88ba7d6550f46b88ab1876929b5a819c211ded2592 application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:118b3d398ee234a8f118d182e2ef441c1b08dc1af3d5809626ce524601a20bf9 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:14cef7801b3c039cbe3a7767408733e0d9692b1971a875523931ff52766c229f application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 110.4 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:19f1b8b8848edacd441335f4e420c9cfa9296bc636baff6b2621bfb0fb71ce5f application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 112.5 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:1b3ebdd5cc8073b801550fcf11e57c4d021e90d8d05241e78721f1f5b238ffbd application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 110.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:211732f2812a59a96b109e4c0140b73ecaea7ac51420fb285a07c1f6f416caca application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 106.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:3329c2bb7a4ded266733f8d32bd6dd221d0c275647b83b6ad2ed7434a49e2cbc application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 2.0 GiB windows/amd64 io.cri-containerd.image=managed +sha256:3a3264eaf79f7c4d42685fceb81bb204feca824caa9a9be462d0d54c03859888 application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +sha256:3c65c8d16466dcb0ef3a94342bdbbe137e209e1d9a99b3e167329184a9b4a1ad application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 107.8 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:3ee652f2c74df4e414e3ff5f0f1db070eb11433abaacb735707aa43bafc7cb8a application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 112.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:3fb6c26a198f1b832e34c42fa4484ab087f62f0bb908e2f5171c27a143257005 application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:411adcf29967df6193f36ade4164e214819787da8d7693feb4d144262ce4ee33 application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:4a9aa6a5a9c966b91f85ce162a0791fb32b43260b4aac5aa8550ebe428ffef94 application/vnd.docker.distribution.manifest.list.v2+json sha256:14b967649dca50e3e7718b2367d43c461b1f035850694e85f19942bce7e6f616 96.6 MiB windows/amd64 io.cri-containerd.image=managed +sha256:50a99fb33d0d3aa6b33b4fe938440a1b926fe97a9ac996ee2861dc1714ec866f application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 105.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:533c0eda21dd025f76a9128adbf4c66d9ec051a45332b8b3811d7ce14da166cb application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 110.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:585aa2c80d92fe629ee921b5a1549f9a022e5630e544f1b3c96955d8ba96f03a application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 112.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:5d0c5244c16d4cdfa9cc63876d84475cc1947657014f4630e7d628a9ad783b70 application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +sha256:5f9e1fdbbebab8592ea148c4e556685f114458934c917dcc280c7678396dafe6 application/vnd.docker.distribution.manifest.list.v2+json sha256:097949cfe0247fde3f8457a4d68fffee63a2385fb83e3be4f5d0dd9a46e9a3c3 1.9 GiB windows/amd64 io.cri-containerd.image=managed +sha256:635d1f38944f4e4eeff895b780b504f0ec0fd9e96dc4ee8be3dc2626e940207d application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 257.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:659880e71a9c0ada00d7314dc2253c79cfdcbe5283d479329fc60daa8b5ca39d application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 106.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:6778673977546fcf3fdd8be0e91861dca4e1fc5392ce223d0b3692029b1e2c0e application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 115.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:70b4e165f189422ae5c8a1da9859735f71e1f39ab842f7a8c685bb3ca378522f application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +sha256:71c32041f9ae2c691441a0ed1d714470af773ee84c1d772baca2c29a9cf74cd5 application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:75a6d2e09f877d9ffe7c25d64a6e2a643c3d7ff35c8c878a118926906c1cf93e application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 112.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:861e2d8eb82f7775c4248cf886b33ecc3bbe6be143a5a39f27af18e5adb6fd95 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 152.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:8aa4c8f114cd30a9a49f143c4f58ee413ae83a652b0f5ee8902062f805155a99 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 110.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:8d4ffd41cce29b0864502b232180660ddde657e265da2e964a28d0d5bf51903f application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:91a11c5ba0d3b712d0c1726cc89b8bafd70603c97bae1180941c1d21944843fa application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 108.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:9ad61aeb447d981714b69c7a3386a425f0eb5c7f530df723689c14013fe2a6a7 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 123.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:9e5b804b711869dcde933e4c4dc810125e42bd47b4f2043f0d0febbcf7a9577f application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +sha256:a132f409d7ec2777c710d6022dcbcd71fec3efc7626a7832b36edad078b6ae3b application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +sha256:ac9c4d56c37d95a84655ebff93dcef2c41f92bca4fc374cac0231eb92ced4752 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 107.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:b1c6835d62fd484aab5ce9edcf4767322a18ce46cf056734c1581ea819eae2c9 application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 123.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:b4516def94d0ec2bec4ce08b252243e1a609c03738e59b415e8f41317e7e5815 application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +sha256:b5af474ae27d757e1137efe7c0c385732289e0d50e675fb31fba5dfc08013ec1 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:b973c7f9ef38439d8a8bde5b16e448c72816172da0108dff00c5ebf57c671c18 application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:c067d92150f96f8eabb3404d02003f4b8526c155f0723b930817059c34a2c829 application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 110.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:c20f77ea08c34f9786d0bfbff5c59d3b2cff627f2ecf7e886174be873c0cdbfa application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:ce019cc8fd469a6cfc271d12cd91dfa4f36c0702b084f52962f67e3f41984158 application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 113.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:d73f1d3fda5d69668bd5bdb1f1ab74deec0785f75cdb9135a0c95eb1276de4d8 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 109.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:d8e9239bbd54bd6aa28fd76e767ad9bd4c76814b360ac330e852b387feaa6021 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.9 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:e3cb18a420ad01799e46bf49cb730469f9eb6d1942d7739ebc458b2707eaff14 application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 112.1 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:ea4708494e6e787e14a918d01b896d1d136f8e77ab59ede565241242a279ee33 application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 107.0 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:edad8424501d8590c3b88a9786379e4327b8e999ebd6ac3b68d3dd3d75e9b290 application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.3 GiB windows/amd64 io.cri-containerd.image=managed +sha256:ee789bd41e3cd51c4932d499cd29a633c6c8710a34105d9a831560ce77f46279 application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:f1effa1cdaf3220b086931495999267b35a63d36be8c07f4d0158bb4e37884eb application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 123.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:fcd166e27bcd0f5b678befa0ddaf03bc51c5eeabce0e13f344ee789dd6c124b2 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 109.2 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed + +Cached Files: + +File Sha256 SizeBytes +---- ------ --------- +c:\akse-cache\aks-windows-cse-scripts-v0.0.33.zip 0E44289127AB9A66F0EF9BEEA1BAC850F2FABA794040CE96201D4A8A3C319A6F 331972 +c:\akse-cache\aks-windows-cse-scripts-v0.0.36.zip 7AEC5D21E8C039A7228047510AE9E845856C09CC576B166C8862E48752F65B49 346613 +c:\akse-cache\aks-windows-cse-scripts-v0.0.37.zip EACA57C92559CE166A06840D7AF284C057BCB4541B17BF68D8BE73C9E303D1E1 344001 +c:\akse-cache\windows-gmsa-ccgakvplugin-v1.1.5.zip 844BFA33F77BDEBA529D353C79A6B361640B0909E6092C572C51AA7A881494EF 484167 +c:\akse-cache\calico\calico-windows-v3.21.6.zip 2316A5D3132CE836C571B057E77E304B0AE48479CC06FBDE4A4814425A52D69C 70552548 +c:\akse-cache\calico\calico-windows-v3.24.0.zip B45231820799B752DFF198111E767FCA846AC7074A91315B0DBA6C44A27FFD6E 77667630 +c:\akse-cache\containerd\containerd-v1.6.21-azure.1-windows-amd64.tar.gz 3C4F24768A8725BB521CA5BC56D15AD992F823E0C0AF5A6F27975DC05641DA18 79298632 +c:\akse-cache\containerd\containerd-v1.7.1-azure.1-windows-amd64.tar.gz 5FED25DE7E6B6A5629F1391AAF3DE608057F61292121F96C228726E3A9EE4A3E 84089819 +c:\akse-cache\containerd\containerd-v1.7.9-azure.1-windows-amd64.tar.gz 316301CB4E753A72C6143ECD526967CC5FBC0209471A2242AC737AE879D85F08 85537673 +c:\akse-cache\csi-proxy\csi-proxy-v1.1.2-hotfix.20230807.tar.gz 68DDDC7A16F2655F5EE7E76AFA631C52AA1D34FA2063F59264B43FAA45C4B7C0 7539942 +c:\akse-cache\tools\DU.zip 5AA85919CE064A93FDBBCBA405AE9CBDFC923D0FF8B521BB9007F7693559921C 537373 +c:\akse-cache\win-k8s\v1.25.11-hotfix.20231102-1int.zip 837E7EDF3554402DE59528D4D70A30376117D47A2FC662A2DA69005814F2D272 61308714 +c:\akse-cache\win-k8s\v1.25.15-hotfix.20231103-1int.zip 013DE50CF6617843B214FB245B06E4BB5DB65D143EE47C05C25AE320215265F7 62109289 +c:\akse-cache\win-k8s\v1.26.10-hotfix.20231103-1int.zip CDA3733DA6FC12CBC27BA08D5411F5583B5701DAE3953928E0D19D1AB2C7AA47 66048101 +c:\akse-cache\win-k8s\v1.26.12-1int.zip 719284C3E42A2338E13D15906AE7B0643051BE6F6D38259A0FE77D059E134E44 66707448 +c:\akse-cache\win-k8s\v1.26.3-hotfix.20231102-1int.zip 4D1B8EE119372FE251F3BDD5CAED1F0E18164CB7D9EA6D0184F4981DF922F89D 64960053 +c:\akse-cache\win-k8s\v1.26.6-hotfix.20231102-1int.zip 7C35474D416608AE5B638E28569F44963DC0FAD05AFD5300FB97B2F161EC9279 65097402 +c:\akse-cache\win-k8s\v1.27.1-hotfix.20231102-1int.zip 43BACA5BE008AE3260EE99AC6F986A0AD53D2ACB8AB613ADB2E69F04F4281D67 63329958 +c:\akse-cache\win-k8s\v1.27.3-hotfix.20231102-1int.zip 425F8F8639F9C30534A9B1CD51F9A1A10052EF23A4F3D0A535C4D2F11AA89359 63298658 +c:\akse-cache\win-k8s\v1.27.7-hotfix.20231103-1int.zip F0001F1682CC872A419752947434478CE30C2ACCB1C3EE322C87E3814481E65C 63343089 +c:\akse-cache\win-k8s\v1.27.9-1int.zip 1C803CAA3AB684784D10A8618FDFC9A26C5CC77307E1CEDB21E1492A317A59CA 63973213 +c:\akse-cache\win-k8s\v1.28.0-hotfix.20231102-1int.zip A5E62A0B17BC510E292C42DE23751DC1940A1F590DD70DFE6F6359969153C3FB 65115550 +c:\akse-cache\win-k8s\v1.28.3-hotfix.20231103-1int.zip E4F361174D11EADD80017201B682EBF19DD4031FB93E6AA356A0B43ED8A11A7B 65134516 +c:\akse-cache\win-k8s\v1.28.5-1int.zip 5881BF32FB9F4BAA72F78A397FCAFADB5A54A5425944D7201AA01C2BDBCC81A7 65183385 +c:\akse-cache\win-k8s\v1.29.0-1int.zip 3C4571BEA5D61C00B26ED7CEED0BC6E172053A87BD0A03A7FA83F85F2D774A8E 66605699 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-overlay-windows-amd64-v1.4.39.2.zip 004954715A1C5734B26BC90AD57D03BC099A7DCCAEE3CEDA6BEB597315A6A92E 70691542 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-swift-windows-amd64-v1.4.39.2.zip C819C1F2C6DCA5AD71633ED9DCA119C3E4E535EC32AB5CF784330AC31B4DA821 70691574 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-windows-amd64-v1.5.6.1.zip 174FE571CDDB6B2E9E71CDD297D879B283372773D8F20425CF64B8E8F8E527D7 74808101 \ No newline at end of file diff --git a/vhd-notes/AKSWindows/2022/20348.2227.240202.txt b/vhd-notes/AKSWindows/2022/20348.2227.240202.txt new file mode 100644 index 00000000..74f7a010 --- /dev/null +++ b/vhd-notes/AKSWindows/2022/20348.2227.240202.txt @@ -0,0 +1,292 @@ +Build Number: 20240202.1_v20240202_86809067 +Build Id: 86809067 +Build Repo: https://github.com/Azure/AgentBaker +Build Branch: windows/v20240202 +Commit: f0ceb8f884eb679a15b42345aac7163852642b0e + +VHD ID: 4f6020ed-a583-4e13-be36-1ac09bde881e + +System Info + OS Name : Windows Server 2022 Datacenter + OS Version : 20348.2227 + OS InstallType : Server Core + +Allowed security protocols: SystemDefault + +Installed Features + +Display Name Name Install State +------------ ---- ------------- +[X] File and Storage Services FileAndStorage-Services Installed + [X] Storage Services Storage-Services Installed +[X] Hyper-V Hyper-V Installed +[X] .NET Framework 4.8 Features NET-Framework-45-Fea... Installed + [X] .NET Framework 4.8 NET-Framework-45-Core Installed + [X] WCF Services NET-WCF-Services45 Installed + [X] TCP Port Sharing NET-WCF-TCP-PortShar... Installed +[X] BitLocker Drive Encryption BitLocker Installed +[X] Containers Containers Installed +[X] Enhanced Storage EnhancedStorage Installed +[X] Microsoft Defender Antivirus Windows-Defender Installed +[X] Remote Server Administration Tools RSAT Installed + [X] Role Administration Tools RSAT-Role-Tools Installed + [X] Hyper-V Management Tools RSAT-Hyper-V-Tools Installed + [X] Hyper-V Module for Windows PowerShell Hyper-V-PowerShell Installed +[X] System Data Archiver System-DataArchiver Installed +[X] Windows PowerShell PowerShellRoot Installed + [X] Windows PowerShell 5.1 PowerShell Installed +[X] WoW64 Support WoW64-Support Installed + + + +Installed Packages + DirectX.Configuration.Database~~~~0.0.1.0 + Downlevel.NLS.Sorting.Versions.Server~~~~0.0.1.0 + Language.Basic~~~en-US~0.0.1.0 + Language.Speech~~~en-US~0.0.1.0 + Language.TextToSpeech~~~en-US~0.0.1.0 + Microsoft.Windows.MSPaint~~~~0.0.1.0 + Microsoft.Windows.Notepad~~~~0.0.1.0 + Microsoft.Windows.WordPad~~~~0.0.1.0 + OpenSSH.Client~~~~0.0.1.0 + OpenSSH.Server~~~~0.0.1.0 + +Installed QFEs + KB5033914 : Update : https://support.microsoft.com/kb/5033914 + KB5034129 : Security Update : https://support.microsoft.com/kb/5034129 + KB5034286 : Update : https://support.microsoft.com/kb/5034286 + +Installed Updates + Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10) + Update for Microsoft Defender Antivirus antimalware platform - KB4052623 (Version 4.18.23110.3) - Current Channel (Broad) + Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.403.3068.0) - Current Channel (Broad) + 2024-01 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5034129) + +Windows Update Registry Settings + https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings + HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate + HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU + NoAutoUpdate : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\hns\State + EnableCompartmentNamespace : 1 + HnsPolicyUpdateChange : 1 + HnsNatAllowRuleUpdateChange : 1 + HnsAclUpdateChange : 1 + HnsNpmRefresh : 1 + HnsNodeToClusterIpv6 : 1 + HNSNpmIpsetLimitChange : 1 + HNSLbNatDupRuleChange : 1 + HNSUpdatePolicyForEndpointChange : 1 + HNSFixExtensionUponRehydration : 1 + RemoveSourcePortPreservationForRest : 1 + FwPerfImprovementChange : 1 + CleanupReservedPorts : 1 + OverrideReceiveRoutingForLocalAddressesIpv4 : 1 + OverrideReceiveRoutingForLocalAddressesIpv6 : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\wcifs + HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides + 2629306509 : 1 + 3508525708 : 1 + 1995963020 : 1 + 189519500 : 1 + 3398685324 : 1 + 87798413 : 1 + 4289201804 : 1 + 1355135117 : 1 + 2214038156 : 1 + 1673770637 : 1 + 527922829 : 1 + 2193453709 : 1 + 3331554445 : 1 + HKLM:\SYSTEM\CurrentControlSet\Services\VfpExt\Parameters + VfpEvenPodDistributionIsEnabled : 1 + VfpIpv6DipsPrintingIsEnabled : 1 + VfpNotReuseTcpOneWayFlowIsEnabled : 1 + HKLM:\SYSTEM\CurrentControlSet\Control\Windows Containers + DeltaHivePolicy : 2 + +ContainerD Info +Version: ctr github.com/containerd/containerd v1.6.21+azure + +Images: +REF TYPE DIGEST SIZE PLATFORMS LABELS +mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17 application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.1 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/azuremonitor/containerinsights/ciprod@sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.1 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.4.51 application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.4.52 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.5.15 application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-cns@sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-npm:v1.4.34 application/vnd.oci.image.index.v1+json sha256:5686c08489e976604271bf40734a99a72b05ee035ef92813d1f81d0e6df68620 2.2 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/azure-npm@sha256:5686c08489e976604271bf40734a99a72b05ee035ef92813d1f81d0e6df68620 application/vnd.oci.image.index.v1+json sha256:5686c08489e976604271bf40734a99a72b05ee035ef92813d1f81d0e6df68620 2.2 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.13 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 167.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/containernetworking/cni-dropgz@sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 167.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 123.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 122.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure@sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 123.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/azure/secrets-store/provider-azure@sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 122.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.7 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 138.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.8 application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.9 application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.4.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.1.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.3-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 138.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.24.11 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 124.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.10 application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.9 application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 125.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.6-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.7-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.8-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.1-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.2-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3-windows-hp application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 125.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 124.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 121.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 122.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 120.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 121.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 122.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar@sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 120.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.10.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.11.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 120.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 123.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 120.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/livenessprobe@sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 123.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4 application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 135.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 138.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver@sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 135.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver@sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 138.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 125.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.24 application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 125.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.14 application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 127.0 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.26.19 application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 127.6 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.13 application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 127.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.8 application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 127.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 127.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.5 application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 128.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0 application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 130.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 127.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 127.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 125.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 130.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 128.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 127.6 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 127.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 127.0 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager@sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 125.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/pause:3.9-hotfix-20230808 application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 293.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/oss/kubernetes/pause@sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 293.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/nanoserver:ltsc2022 application/vnd.docker.distribution.manifest.list.v2+json sha256:1abc7e4d96a7dd1f80a31597abf6b98f112f1e24c2b448747e28bbea5ba97975 111.6 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/nanoserver@sha256:1abc7e4d96a7dd1f80a31597abf6b98f112f1e24c2b448747e28bbea5ba97975 application/vnd.docker.distribution.manifest.list.v2+json sha256:1abc7e4d96a7dd1f80a31597abf6b98f112f1e24c2b448747e28bbea5ba97975 111.6 MiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore/iis:latest application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 1.8 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore/iis@sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 1.8 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore:ltsc2022 application/vnd.docker.distribution.manifest.list.v2+json sha256:ba06e92a92c3533354926622f405265d31d86ef5080f5531a4705e7936de0b1d 1.7 GiB windows/amd64 io.cri-containerd.image=managed +mcr.microsoft.com/windows/servercore@sha256:ba06e92a92c3533354926622f405265d31d86ef5080f5531a4705e7936de0b1d application/vnd.docker.distribution.manifest.list.v2+json sha256:ba06e92a92c3533354926622f405265d31d86ef5080f5531a4705e7936de0b1d 1.7 GiB windows/amd64 io.cri-containerd.image=managed +sha256:04cc0b6770e783c99c488cd86cd21ffd21417445ded210735ba8f8507f431747 application/vnd.oci.image.index.v1+json sha256:eb2c068081c82e0dbeedd357e6270194e9537b41ae50e8bee6bee028066b9a75 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:0a4708dc58e023c8a62689ab690608d07387a795e857d1bfba92d7e29349f4a9 application/vnd.docker.distribution.manifest.list.v2+json sha256:b5370dcbcc326809890b600942cb6f6f406cef8f899fd6e393a5ac91f0b2c9c3 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:0ac665ee6848aeb4973aaff0721377a1e3eefdc8e863996e0515d56217bb9525 application/vnd.docker.distribution.manifest.list.v2+json sha256:136e3a4a5897f111d1dedd404a5717ee7ff2f215e5fe878abdf4ce00c2292280 121.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:1531dc14bdc98a35a996c06e18a0367fa195891014f0d22df862b8f4fe98cc37 application/vnd.docker.distribution.manifest.list.v2+json sha256:e52892048a497d28f2eea893caac420f50360a381264e82ecd0b1fecb6c91eb0 127.7 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:186803121ab129f3d32861820a02f47b8dd7330a2d3fa0d16003921f2a687fe5 application/vnd.docker.distribution.manifest.list.v2+json sha256:7e574228e7b5102d0a9530d7743be7521e27c7c080d6f7cbed6c262903980367 138.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:1f7e26b0f67fd324352115cc9cde44df67fe4d174a4696895f7538bb5b7a91d4 application/vnd.docker.distribution.manifest.list.v2+json sha256:31a7fd71bcfed011f55f8c1146ebc97334c8464621b040cbfe55257b3a56001a 3.1 GiB windows/amd64 io.cri-containerd.image=managed +sha256:32617616d8d9b12d7900bc70893fb358917d54eb594643d60daecdee780b09a6 application/vnd.docker.distribution.manifest.list.v2+json sha256:b7ac791e1440fb211911e4e0a70deb5b201ffeb6b07c3684a3fc16177a14fae5 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:36810113066e34c5c1733d59b7379b03771c7779a4da625366420417be2ba305 application/vnd.docker.distribution.manifest.list.v2+json sha256:1b22e301390487e8a89763a4b5bdd23ebf6b72954f420600f284f2b7d1330f7b 127.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:37654c44022d59ffd5fe70a5f5623e49f1e11ae80516816d090e5449985359c5 application/vnd.docker.distribution.manifest.list.v2+json sha256:46ce10229de7956188a7b7e821903c16687cb891ef5cb083c2234bedf4991864 125.5 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:3a3264eaf79f7c4d42685fceb81bb204feca824caa9a9be462d0d54c03859888 application/vnd.docker.distribution.manifest.list.v2+json sha256:1efd74fb7225aebf9670cb59f18ac3cf264443d5e6ee0d1039803c010c12cea8 15.2 MiB windows/amd64 io.cri-containerd.image=managed +sha256:411adcf29967df6193f36ade4164e214819787da8d7693feb4d144262ce4ee33 application/vnd.docker.distribution.manifest.list.v2+json sha256:a6a9e43cd748eac893d3cc033ccc30dc3e71d119b6fe87df9a74020944138c8d 14.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:4d694dac1a27d4e325cfd0c787c2fe7d05140e3f5f9210e10e5ef78d005b5385 application/vnd.docker.distribution.manifest.list.v2+json sha256:b4bbb4299ac680e80b04e4438791b31dac085d7c56090a97dec2def702fecd93 120.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:4dae36d432a1f106ea73c5d5dabca78462c66d4fe80e8ad002b4274a4f644f3a application/vnd.docker.distribution.manifest.list.v2+json sha256:a379a9f0cf8530ce8237580579faea969e9e81fdbfa9a0eb6b7c1b331839ffc5 1.8 GiB windows/amd64 io.cri-containerd.image=managed +sha256:5086c222fde7be50aae7e2b1939e365dcf4d1070414aa4ca1fac241d01deb988 application/vnd.docker.distribution.manifest.list.v2+json sha256:3aeac313cffdb7db80b733539427f2533a3f662bf538e7b6434b0f898ceb701b 121.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:51a23f918761ffd3054f72a3c158e7fb1ec78849f3861701cd56bf2990a7310d application/vnd.docker.distribution.manifest.list.v2+json sha256:b0334868a3fef451d6e6bba2aa69c0d1b1f6f825f8f8ecffef07595997ab4559 130.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:5922c0d8e1e7caa648017c75f2b610b4aad78cf614017430db953db641ecb694 application/vnd.oci.image.index.v1+json sha256:5686c08489e976604271bf40734a99a72b05ee035ef92813d1f81d0e6df68620 2.2 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:5d0c5244c16d4cdfa9cc63876d84475cc1947657014f4630e7d628a9ad783b70 application/vnd.docker.distribution.manifest.list.v2+json sha256:aca6fb246043bdf4c032377654efaad73695042ff3ac3ae6bd67055ff0fdb5fb 27.0 MiB windows/amd64 io.cri-containerd.image=managed +sha256:5f1e0f8c05d1595e2aa32edd0e9d1db06db2c2ad45b8c01e219bae624a25eaa0 application/vnd.docker.distribution.manifest.list.v2+json sha256:ba06e92a92c3533354926622f405265d31d86ef5080f5531a4705e7936de0b1d 1.7 GiB windows/amd64 io.cri-containerd.image=managed +sha256:616c53ce67fbcc27a5043d2ceace7c4afa01f7b2a86f75a609e81d4987a3169b application/vnd.docker.distribution.manifest.list.v2+json sha256:78fa2d90f69c366c6e73715618c90d5186ffa1090f1bda56d9bf5fd01ad5d614 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:6710c1d6cb8beb5b9e849712989dcca7d4b821058b39d6bfd0e11321f06ed1af application/vnd.docker.distribution.manifest.list.v2+json sha256:8923a59bc6d236cd0d961878885351e5b2101832f63dadcc4f8175b4324eb2ea 293.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:6855e56659b86f2c977bb5892c4a7c01f1d32459b58a5dc15c72533fd1ffb4f7 application/vnd.docker.distribution.manifest.list.v2+json sha256:4510f7d064b90b24efc01346c166c100335f0ebf8de0a69eb299f8b63018f774 123.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:6c856a3a6829ea34f77feeff30ca42337e25cdbc97940bcb91fdd3d4ebb8cfd4 application/vnd.docker.distribution.manifest.list.v2+json sha256:85d6c6392611b523514a7158f1ad590be20b8920e0bc54fd5d5b30bf802e1be6 124.6 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:70b4e165f189422ae5c8a1da9859735f71e1f39ab842f7a8c685bb3ca378522f application/vnd.docker.distribution.manifest.list.v2+json sha256:42851921d5793165bcfaedcf5b27764ba95135710ea3af15a6f394011bd0d09c 28.0 MiB windows/amd64 io.cri-containerd.image=managed +sha256:71c32041f9ae2c691441a0ed1d714470af773ee84c1d772baca2c29a9cf74cd5 application/vnd.docker.distribution.manifest.list.v2+json sha256:faa2413cd9f0d7250e7d2b5bb1a1f53cc0a3612dab7ece49e09d420ec9a34a93 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:71cb7902059173f84750459d6108435a19fc315ad27e13c8e778bbd4a861dea1 application/vnd.docker.distribution.manifest.list.v2+json sha256:838e1a0113751a827848a36b051c466e56127b6a04a533ab534ea765f1a6d637 138.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:833da50c615c2d4980d4421548869794dd17498ed5f8f847ea7005529120303c application/vnd.docker.distribution.manifest.list.v2+json sha256:39cf15395cd55fc84d56f912cedfde6c407b06ba80baad8503878bd863ab0b60 135.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:8612bd8d33754b48925c9eeab7a2ce7e0b6ebbdcb06e0efe8fcfdbb765767adb application/vnd.docker.distribution.manifest.list.v2+json sha256:a50ee13af205d9c766222a30647b10052234990056846874d88454d69c615dd4 122.9 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:8d4ffd41cce29b0864502b232180660ddde657e265da2e964a28d0d5bf51903f application/vnd.docker.distribution.manifest.list.v2+json sha256:b2cc95668826a15bdee7c4359d09f037eb00a100794ff759a0884bd6032429a3 14.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:8e96b76eda9eaa5e2a79b6bc669f2ccb7d662daedc09b60e13066b0c5f483ba4 application/vnd.oci.image.index.v1+json sha256:5b4b4e299e0cf2ce084f2e444b666685907ee9b164e557c6d0fd5bd48859fe24 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:9e5b804b711869dcde933e4c4dc810125e42bd47b4f2043f0d0febbcf7a9577f application/vnd.docker.distribution.manifest.list.v2+json sha256:5eadf08609bc798a35c16eb5e32b28dd2f6926d26b2eb1fd97d05715d729c737 27.1 MiB windows/amd64 io.cri-containerd.image=managed +sha256:9f6f62ece41215fc99beef4280a88323112702b8eac05ba8bbb8815b0c8b729a application/vnd.oci.image.index.v1+json sha256:40b88dc3a2116f1b51f6a2de977b9d4a4396e403fd886f7925bd995c1133e6b6 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:a132f409d7ec2777c710d6022dcbcd71fec3efc7626a7832b36edad078b6ae3b application/vnd.docker.distribution.manifest.list.v2+json sha256:99b29039d3a95ea1bee055ae37d6f60973fdc9cc5ef62001d5b7aceede87b5b2 27.9 MiB windows/amd64 io.cri-containerd.image=managed +sha256:aa85699f198948cbebf9c02fceb9339bb683024035de590c6e4e9672d17fbe35 application/vnd.docker.distribution.manifest.list.v2+json sha256:f786056b4fb1b078a605ef1b9717c8482be4efdfbdf36fe21fac6e9b1cfe4666 138.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:ae06d27c8517e7e5da7eb0c50e6910af05f1e09551c90b1f4812b1bdefb1e3d6 application/vnd.oci.image.index.v1+json sha256:0720da37ca81830bf64b2efee01b4fb6b111ffea2893de4e785fc2d0790c0403 167.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:aeb09b9792451152512d526e7f34138025ddc281d4a7031536795c18d0d7735d application/vnd.docker.distribution.manifest.list.v2+json sha256:3a3f35ed265b50d869b2940e69f2a10bad89e1aaec231cf524e66d421ec61270 127.2 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:b4516def94d0ec2bec4ce08b252243e1a609c03738e59b415e8f41317e7e5815 application/vnd.docker.distribution.manifest.list.v2+json sha256:77cc6baff236a497e14796bcc268777c13b6f7c41a17902ae15e213f7e10d5f7 27.1 MiB windows/amd64 io.cri-containerd.image=managed +sha256:b4e1ef311400fc4048278561998a6f65ed23556be87ca34f4c2ca0ca5cc7716f application/vnd.docker.distribution.manifest.list.v2+json sha256:7c02e76f2ceb11924482bbcb219f289ce5ba57057150556b1633dd0dcc1d0705 125.3 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:b730cd0773f74eb19956cfa11a7d6d6ab062ef0f5a8c5c11a4cb5ca3367fa298 application/vnd.docker.distribution.manifest.list.v2+json sha256:f11995cc809ca27845ad91b693bd8cf32adbd26b6b549e0aa78c08d31a65626b 127.0 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:c0c1d11990f21177d8c1c0d312f62b76a2c49c7ed8abc5e2a0c2a80aef04e89e application/vnd.oci.image.index.v1+json sha256:6335bc189d2f79b49acc60061fc7b6236441540968508c679e94acda4630031c 1.7 GiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:c20f77ea08c34f9786d0bfbff5c59d3b2cff627f2ecf7e886174be873c0cdbfa application/vnd.docker.distribution.manifest.list.v2+json sha256:0943162137940b3345b95ca90bfa15a68c4adfccb48735d9ded801e5a6e0a7b7 28.3 MiB windows/amd64 io.cri-containerd.image=managed +sha256:ca87b7fc161a25792e4d3284d7e0ee3650d1bb25e54be08780c3de36d379e187 application/vnd.docker.distribution.manifest.list.v2+json sha256:6638eb5d11825ba1e275e8bdf72c7645b6e0b6ecebea3dae7108c345570791a8 120.1 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:d66b077f9de27d5438005e3785ed8de35bb7c4126ad60eaa12601eb5ed36e04f application/vnd.docker.distribution.manifest.list.v2+json sha256:875ffad4b3000a11930e7273a0114dfc2c8bbcd99db590f0ddfbc550064487e3 125.8 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:d95d73e12a6d2765e4889f55f9470b8b3a2d5b4e71d77efe133320bd76f970c0 application/vnd.docker.distribution.manifest.list.v2+json sha256:c762188c45d1b9bc9144b694b85313d5e49c741935a81d5b94fd7db978a40ae1 123.7 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:e2547c7dd84d42541f3af6e99a416bf7d6aee5600f9a3e4932345785ff21e3c9 application/vnd.docker.distribution.manifest.list.v2+json sha256:1abc7e4d96a7dd1f80a31597abf6b98f112f1e24c2b448747e28bbea5ba97975 111.6 MiB windows/amd64 io.cri-containerd.image=managed +sha256:eb7f3fa123d0b901ba2fa5d20aa60a9e855e4603d1d3e2144e55ec0a2d04d53a application/vnd.docker.distribution.manifest.list.v2+json sha256:f31b113e7ab21cdf2967c2e7a4fc36ccf474d1435d0750fdebc86fff6467ac7a 125.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:ee12b4f4ef6c2ff63efac2e04a28dc03ccd9612a460d468d18a2f1002a79f55d application/vnd.docker.distribution.manifest.list.v2+json sha256:dbcfeff8034e5cf158f378b5a0c303891d347d7f865128b46c60628c079a1bb4 128.3 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:ee789bd41e3cd51c4932d499cd29a633c6c8710a34105d9a831560ce77f46279 application/vnd.docker.distribution.manifest.list.v2+json sha256:8aa5c8c66cefa185e8e15e11067ea5fb49f3bf2c0b7f9b311b1a5dba91bc8ad9 14.4 MiB windows/amd64 io.cri-containerd.image=managed +sha256:f0bed8157d8878e77bf04397d301b2affa5de16c14699cc7d04064848097efbb application/vnd.docker.distribution.manifest.list.v2+json sha256:e16998041a9ce449fe87d92b01ba0ece76b5e3ab2426e1f272f37997a637c691 127.6 MiB linux/amd64,linux/arm/v7,linux/arm64,windows/amd64 io.cri-containerd.image=managed +sha256:ff6da85c32f8766fbcfd41ac733e31017b7220d214d932a0aa6f54bf890bc652 application/vnd.docker.distribution.manifest.list.v2+json sha256:af6bf1b5ff310d4dc02cf8276be9b06014318f7ee31238b5fa278febd1a10ca9 122.4 MiB linux/amd64,linux/arm64,windows/amd64 io.cri-containerd.image=managed + +Cached Files: + +File Sha256 SizeBytes +---- ------ --------- +c:\akse-cache\aks-windows-cse-scripts-v0.0.33.zip 0E44289127AB9A66F0EF9BEEA1BAC850F2FABA794040CE96201D4A8A3C319A6F 331972 +c:\akse-cache\aks-windows-cse-scripts-v0.0.36.zip 7AEC5D21E8C039A7228047510AE9E845856C09CC576B166C8862E48752F65B49 346613 +c:\akse-cache\aks-windows-cse-scripts-v0.0.37.zip EACA57C92559CE166A06840D7AF284C057BCB4541B17BF68D8BE73C9E303D1E1 344001 +c:\akse-cache\windows-gmsa-ccgakvplugin-v1.1.5.zip 844BFA33F77BDEBA529D353C79A6B361640B0909E6092C572C51AA7A881494EF 484167 +c:\akse-cache\calico\calico-windows-v3.21.6.zip 2316A5D3132CE836C571B057E77E304B0AE48479CC06FBDE4A4814425A52D69C 70552548 +c:\akse-cache\calico\calico-windows-v3.24.0.zip B45231820799B752DFF198111E767FCA846AC7074A91315B0DBA6C44A27FFD6E 77667630 +c:\akse-cache\containerd\containerd-v1.6.21-azure.1-windows-amd64.tar.gz 3C4F24768A8725BB521CA5BC56D15AD992F823E0C0AF5A6F27975DC05641DA18 79298632 +c:\akse-cache\containerd\containerd-v1.7.1-azure.1-windows-amd64.tar.gz 5FED25DE7E6B6A5629F1391AAF3DE608057F61292121F96C228726E3A9EE4A3E 84089819 +c:\akse-cache\containerd\containerd-v1.7.9-azure.1-windows-amd64.tar.gz 316301CB4E753A72C6143ECD526967CC5FBC0209471A2242AC737AE879D85F08 85537673 +c:\akse-cache\csi-proxy\csi-proxy-v1.1.2-hotfix.20230807.tar.gz 68DDDC7A16F2655F5EE7E76AFA631C52AA1D34FA2063F59264B43FAA45C4B7C0 7539942 +c:\akse-cache\tools\DU.zip 5AA85919CE064A93FDBBCBA405AE9CBDFC923D0FF8B521BB9007F7693559921C 537373 +c:\akse-cache\win-k8s\v1.25.11-hotfix.20231102-1int.zip 837E7EDF3554402DE59528D4D70A30376117D47A2FC662A2DA69005814F2D272 61308714 +c:\akse-cache\win-k8s\v1.25.15-hotfix.20231103-1int.zip 013DE50CF6617843B214FB245B06E4BB5DB65D143EE47C05C25AE320215265F7 62109289 +c:\akse-cache\win-k8s\v1.26.10-hotfix.20231103-1int.zip CDA3733DA6FC12CBC27BA08D5411F5583B5701DAE3953928E0D19D1AB2C7AA47 66048101 +c:\akse-cache\win-k8s\v1.26.12-1int.zip 719284C3E42A2338E13D15906AE7B0643051BE6F6D38259A0FE77D059E134E44 66707448 +c:\akse-cache\win-k8s\v1.26.3-hotfix.20231102-1int.zip 4D1B8EE119372FE251F3BDD5CAED1F0E18164CB7D9EA6D0184F4981DF922F89D 64960053 +c:\akse-cache\win-k8s\v1.26.6-hotfix.20231102-1int.zip 7C35474D416608AE5B638E28569F44963DC0FAD05AFD5300FB97B2F161EC9279 65097402 +c:\akse-cache\win-k8s\v1.27.1-hotfix.20231102-1int.zip 43BACA5BE008AE3260EE99AC6F986A0AD53D2ACB8AB613ADB2E69F04F4281D67 63329958 +c:\akse-cache\win-k8s\v1.27.3-hotfix.20231102-1int.zip 425F8F8639F9C30534A9B1CD51F9A1A10052EF23A4F3D0A535C4D2F11AA89359 63298658 +c:\akse-cache\win-k8s\v1.27.7-hotfix.20231103-1int.zip F0001F1682CC872A419752947434478CE30C2ACCB1C3EE322C87E3814481E65C 63343089 +c:\akse-cache\win-k8s\v1.27.9-1int.zip 1C803CAA3AB684784D10A8618FDFC9A26C5CC77307E1CEDB21E1492A317A59CA 63973213 +c:\akse-cache\win-k8s\v1.28.0-hotfix.20231102-1int.zip A5E62A0B17BC510E292C42DE23751DC1940A1F590DD70DFE6F6359969153C3FB 65115550 +c:\akse-cache\win-k8s\v1.28.3-hotfix.20231103-1int.zip E4F361174D11EADD80017201B682EBF19DD4031FB93E6AA356A0B43ED8A11A7B 65134516 +c:\akse-cache\win-k8s\v1.28.5-1int.zip 5881BF32FB9F4BAA72F78A397FCAFADB5A54A5425944D7201AA01C2BDBCC81A7 65183385 +c:\akse-cache\win-k8s\v1.29.0-1int.zip 3C4571BEA5D61C00B26ED7CEED0BC6E172053A87BD0A03A7FA83F85F2D774A8E 66605699 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-overlay-windows-amd64-v1.4.39.2.zip 004954715A1C5734B26BC90AD57D03BC099A7DCCAEE3CEDA6BEB597315A6A92E 70691542 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-swift-windows-amd64-v1.4.39.2.zip C819C1F2C6DCA5AD71633ED9DCA119C3E4E535EC32AB5CF784330AC31B4DA821 70691574 +c:\akse-cache\win-vnet-cni\azure-vnet-cni-singletenancy-windows-amd64-v1.5.6.1.zip 174FE571CDDB6B2E9E71CDD297D879B283372773D8F20425CF64B8E8F8E527D7 74808101 \ No newline at end of file diff --git a/vhd-notes/AzureLinux/202402.07.0.txt b/vhd-notes/AzureLinux/202402.07.0.txt new file mode 100644 index 00000000..c860c9d1 --- /dev/null +++ b/vhd-notes/AzureLinux/202402.07.0.txt @@ -0,0 +1,700 @@ +Starting build on Wed Feb 7 22:57:27 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.7-1 + - crictl version 1.29.0 + - runc version 1.1.9 + - bpftrace v0.16.0 + - nvidia-driver=- + - 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.11 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 + - 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.4.45.3 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - 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.0 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.0 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.5 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-3 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.24 + - 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/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/azurefile-csi:v1.26.10 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.7 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.8 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.6 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.4 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.2 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 + - 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.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.13.3 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.2.1 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.5.11 + - Azure CNI version 1.4.43.1 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.4.43.1 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231102 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-1 + - 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.20231103 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.9-hotfix.20240125 + - 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.20231103 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.5-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.0 +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 16:06 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 16:06 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 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 705 Feb 7 22:57 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Feb 7 22:59 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Feb 7 22:59 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Feb 7 23:02 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Feb 7 23:02 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Feb 7 23:05 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Feb 7 23:05 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Feb 7 23:05 /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-7.cm2.x86_64 +pcre-libs-8.45-2.cm2.x86_64 +libstdc++-11.2.0-7.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.145.2-1.cm2.x86_64 +mariner-release-2.0-58.cm2.noarch +shim-15.4-2.cm2.x86_64 +grub2-efi-binary-2.06-12.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-14.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-14.cm2.noarch +ca-certificates-2.0.0-14.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-28.cm2.x86_64 +libgcrypt-1.10.3-1.cm2.x86_64 +glib-2.71.0-2.cm2.x86_64 +systemd-rpm-macros-250.3-19.cm2.noarch +zstd-libs-1.5.0-1.cm2.x86_64 +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-28.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-3.cm2.x86_64 +iana-etc-20211115-2.cm2.noarch +libpwquality-1.4.4-1.cm2.x86_64 +file-libs-5.40-2.cm2.x86_64 +device-mapper-2.03.15-3.cm2.x86_64 +device-mapper-event-libs-2.03.15-3.cm2.x86_64 +ncurses-6.4-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-2023c-1.cm2.noarch +which-2.21-8.cm2.x86_64 +libseccomp-2.5.3-1.cm2.x86_64 +nettle-3.7.3-3.cm2.x86_64 +bzip2-1.0.8-1.cm2.x86_64 +ca-certificates-base-2.0.0-14.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.44-1.cm2.noarch +libuv-1.43.0-1.cm2.x86_64 +libxml2-2.10.4-2.cm2.x86_64 +bind-libs-9.16.44-1.cm2.x86_64 +bind-utils-9.16.44-1.cm2.x86_64 +chrony-4.1-3.cm2.x86_64 +nghttp2-1.57.0-1.cm2.x86_64 +curl-libs-8.5.0-1.cm2.x86_64 +tdnf-3.5.2-4.cm2.x86_64 +curl-8.5.0-1.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-5.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-7.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 +zstd-1.5.0-1.cm2.x86_64 +zstd-devel-1.5.0-1.cm2.x86_64 +elfutils-0.186-2.cm2.x86_64 +elfutils-devel-0.186-2.cm2.x86_64 +rpm-build-libs-4.18.0-4.cm2.x86_64 +rpm-devel-4.18.0-4.cm2.x86_64 +python3-rpm-4.18.0-4.cm2.x86_64 +python3-dnf-4.8.0-2.cm2.noarch +dnf-4.8.0-2.cm2.noarch +wget-1.21.2-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-2.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-1.cm2.noarch +python3-asn1crypto-1.5.1-1.cm2.noarch +python3-pyasn1-0.4.8-1.cm2.noarch +python3-pycparser-2.21-1.cm2.noarch +python3-cffi-1.15.0-3.cm2.x86_64 +python3-pyparsing-3.0.7-1.cm2.noarch +python3-packaging-21.3-1.cm2.noarch +python3-cryptography-3.3.2-6.cm2.x86_64 +python3-pyOpenSSL-18.0.0-8.cm2.noarch +python3-requests-2.27.1-6.cm2.noarch +cloud-init-23.3-1.cm2.noarch +cloud-init-azure-kvp-23.3-1.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-12.cm2.x86_64 +installkernel-1.0.0-2.cm2.noarch +grubby-8.40-46.cm2.x86_64 +hyperv-daemons-license-5.15.145.2-1.cm2.noarch +hypervvssd-5.15.145.2-1.cm2.x86_64 +hypervkvpd-5.15.145.2-1.cm2.x86_64 +hypervfcopyd-5.15.145.2-1.cm2.x86_64 +hyperv-daemons-5.15.145.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 +wpa_supplicant-2.10-1.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-7.cm2.x86_64 +liblognorm-2.0.6-2.cm2.x86_64 +postgresql-libs-14.10-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 +gnutls-3.7.7-3.cm2.x86_64 +librelp-1.10.0-2.cm2.x86_64 +make-4.3-3.cm2.x86_64 +libgcc-atomic-11.2.0-7.cm2.x86_64 +libgcc-devel-11.2.0-7.cm2.x86_64 +libgomp-devel-11.2.0-7.cm2.x86_64 +gcc-c++-11.2.0-7.cm2.x86_64 +gcc-11.2.0-7.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 +lz4-1.9.4-1.cm2.x86_64 +fuse-2.9.7-10.cm2.x86_64 +boost-1.76.0-4.cm2.x86_64 +blobfuse-1.4.5-13.cm2.x86_64 +python3-dbus-1.2.16-3.cm2.x86_64 +python3-dateutil-2.7.3-5.cm2.noarch +python3-dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-plugins-core-4.0.24-3.cm2.noarch +dnf-utils-4.0.24-3.cm2.noarch +check-restart-1.0.0-2.cm2.x86_64 +keyutils-1.6.3-1.cm2.x86_64 +cifs-utils-6.14-2.cm2.x86_64 +libnfnetlink-1.0.1-6.cm2.x86_64 +libnetfilter_conntrack-1.0.8-1.cm2.x86_64 +libnetfilter_queue-1.0.5-1.cm2.x86_64 +libnetfilter_cttimeout-1.0.0-6.cm2.x86_64 +libnetfilter_cthelper-1.0.0-5.cm2.x86_64 +conntrack-tools-1.4.5-8.cm2.x86_64 +dnf-automatic-4.8.0-2.cm2.noarch +ebtables-legacy-2.0.11-6.cm2.x86_64 +apr-1.7.2-2.cm2.x86_64 +apr-util-1.6.3-1.cm2.x86_64 +utf8proc-2.6.1-2.cm2.x86_64 +libserf-1.3.9-8.cm2.x86_64 +subversion-1.14.2-1.cm2.x86_64 +subversion-perl-1.14.2-1.cm2.x86_64 +perl-YAML-1.30-2.cm2.noarch +perl-DBI-1.643-2.cm2.x86_64 +perl-CGI-4.54-3.cm2.noarch +less-590-2.cm2.x86_64 +git-2.33.8-2.cm2.x86_64 +iotop-0.6-10.cm2.noarch +ipset-7.15-2.cm2.x86_64 +oniguruma-6.9.7.1-2.cm2.x86_64 +jq-1.6-2.cm2.x86_64 +kernel-devel-5.15.145.2-1.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-1.cm2.x86_64 +rpcbind-1.2.5-6.cm2.x86_64 +libnfsidmap-2.5.4-3.cm2.x86_64 +libevent-2.1.12-1.cm2.x86_64 +nfs-utils-2.5.4-3.cm2.x86_64 +pigz-2.6-2.cm2.x86_64 +psmisc-23.4-1.cm2.x86_64 +socat-1.7.4.3-1.cm2.x86_64 +sysstat-12.7.1-3.cm2.x86_64 +traceroute-2.1.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-1.cm2.x86_64 +libnftnl-1.2.1-2.cm2.x86_64 +jansson-2.14-1.cm2.x86_64 +nftables-1.0.1-2.cm2.x86_64 +moby-runc-1.1.9-4.cm2.x86_64 +moby-containerd-1.6.26-2.cm2.x86_64 +acr-mirror-0.2.7-1.x86_64 +llvm-12.0.1-7.cm2.x86_64 +binutils-devel-2.37-7.cm2.x86_64 +binutils-2.37-7.cm2.x86_64 +compiler-rt-12.0.1-1.cm2.x86_64 +clang-libs-12.0.1-4.cm2.x86_64 +bcc-0.27.0-2.cm2.x86_64 +clang-12.0.1-4.cm2.x86_64 +libbpf-1.0.1-1.cm2.x86_64 +bpftrace-0.16.0-2.cm2.x86_64 +python3-bcc-0.27.0-2.cm2.x86_64 +bcc-tools-0.27.0-2.cm2.x86_64 +bcc-examples-0.27.0-2.cm2.x86_64 +=== Installed Packages End +Disk usage: +Filesystem Size Used Avail Use% Mounted on +devtmpfs 4.0M 0 4.0M 0% /dev +tmpfs 3.3G 0 3.3G 0% /dev/shm +tmpfs 1.4G 8.6M 1.3G 1% /run +/dev/sda3 29G 24G 4.6G 84% / +tmpfs 3.3G 116K 3.3G 1% /tmp +/dev/sda2 459M 31M 399M 8% /boot +/dev/sda1 64M 2.3M 62M 4% /boot/efi +/dev/sdb1 14G 28K 13G 1% /mnt +tmpfs 668M 0 668M 0% /run/user/1000 +=== os-release Begin +NAME="Common Base Linux Mariner" +VERSION="2.0.20240123" +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.145.2-1.cm2 (root@CBL-Mariner) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Wed Jan 17 15:39:07 UTC 2024 +Install completed successfully on Wed Feb 7 23:23:41 UTC 2024 +VSTS Build NUMBER: 20240207.4_master_87160411 +VSTS Build ID: 87160411 +Commit: 401d977d2d44b85c00d29d986755d6eb027ce3e2 +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-2204/202402.07.0.txt b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt new file mode 100644 index 00000000..bbad12f2 --- /dev/null +++ b/vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt @@ -0,0 +1,899 @@ +Starting build on Wed Feb 7 22:57:23 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.7-1 + - crictl version 1.29.0 + - runc version 1.1.12-1 + - bpftrace v0.9.4 + - nvidia-driver=cuda-535.54.03-sha-ff213d + - 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.11 + - mcr.microsoft.com/containernetworking/azure-cns:v1.5.17 + - 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.4.45.3 + - mcr.microsoft.com/oss/kubernetes/apiserver-network-proxy/agent:v0.0.33-hotfix.20221110 + - 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.0 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.4.1 + - mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.0 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17 + - mcr.microsoft.com/aks/msi/addon-token-adapter:master.221118.2 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-11-03-2023-c061beb4-cfg + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342 + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342-targetallocator + - mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342-cfg + - mcr.microsoft.com/oss/kubernetes/kube-state-metrics:v2.9.2 + - mcr.microsoft.com/oss/calico/cni:v3.24.6 + - mcr.microsoft.com/oss/calico/node:v3.24.6 + - mcr.microsoft.com/oss/calico/typha:v3.24.6 + - mcr.microsoft.com/oss/calico/pod2daemon-flexvol:v3.24.6 + - mcr.microsoft.com/oss/calico/kube-controllers:v3.24.6 + - mcr.microsoft.com/oss/cilium/operator-generic:1.12.10 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.5 + - mcr.microsoft.com/oss/cilium/operator-generic:1.13.10 + - mcr.microsoft.com/oss/cilium/cilium:1.12.10-3 + - mcr.microsoft.com/oss/cilium/cilium:1.13.10-1 + - mcr.microsoft.com/oss/tigera/operator:v1.28.13 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.18 + - mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.25.24 + - 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/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/azurefile-csi:v1.26.10 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.11 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.7 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.8 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.2 + - mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.3 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.6 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.7 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.4 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.2 + - mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 + - 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.0 + - mcr.microsoft.com/oss/open-policy-agent/gatekeeper:v3.13.3 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:1.2.1 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.3.0 + - mcr.microsoft.com/azure-policy/policy-kubernetes-webhook:1.2.1 + - mcr.microsoft.com/aks/aks-node-ca-watcher:master.221011.1 + - mcr.microsoft.com/oss/kubernetes/windows-gmsa-webhook:v0.7.1 + - Azure CNI version 1.5.11 + - Azure CNI version 1.4.43.1 + - Azure Swift CNI version 1.5.11 + - Azure Swift CNI version 1.4.43.1 + - CNI plugin version 1.1.1 + - mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.13.0.7 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231009-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.6-hotfix.20231102 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-2 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.26.10-hotfix.20231103-1 + - 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.20231103 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.7-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.27.9-hotfix.20240125 + - 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.20231103 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.3-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.28.5-hotfix.20240125 + - mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.29.0 +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 16:06 /usr/local/bin/kubelet-1.28.1 +-rwxr-xr-x 1 root root 49864704 Aug 29 16:06 /usr/local/bin/kubectl-1.28.1 +-rwxr-xr-x 1 root root 106188800 Oct 19 01:08 /usr/local/bin/kubelet-1.27.7 +-rwxr-xr-x 1 root root 49270784 Oct 19 01:08 /usr/local/bin/kubectl-1.27.7 +-rwxr-xr-x 1 root root 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 705 Feb 7 22:57 /usr/local/bin/ci-syslog-watcher.sh +-rwxr-xr-x 1 root root 36014944 Feb 7 23:04 /usr/local/bin/containerd-shim-spin-v0-3-0-v1 +-rwxr-xr-x 1 root root 47622592 Feb 7 23:04 /usr/local/bin/containerd-shim-slight-v0-3-0-v1 +-rwxr-xr-x 1 root root 45334640 Feb 7 23:07 /usr/local/bin/containerd-shim-spin-v0-5-1-v1 +-rwxr-xr-x 1 root root 52232184 Feb 7 23:07 /usr/local/bin/containerd-shim-slight-v0-5-1-v1 +-rwxr-xr-x 1 root root 53775024 Feb 7 23:09 /usr/local/bin/containerd-shim-spin-v0-8-0-v1 +-rwxr-xr-x 1 root root 60175432 Feb 7 23:09 /usr/local/bin/containerd-shim-slight-v0-8-0-v1 +-rwxr-xr-x 1 root root 39369104 Feb 7 23:09 /usr/local/bin/containerd-shim-wws-v0-8-0-v1 +-rwxr-xr-x 1 root root 35384960 Feb 7 23:11 /usr/local/bin/bpftrace +=== Installed Packages Begin +Listing... +acr-mirror/now 0.2.7-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.5 amd64 [installed] +base-passwd/jammy,now 3.5.52build1 amd64 [installed] +bash-completion/jammy,now 1:2.11-5ubuntu1 all [installed,automatic] +bash/jammy,now 5.1-6ubuntu1 amd64 [installed] +bc/jammy,now 1.07.1-3build1 amd64 [installed,automatic] +bcache-tools/jammy,now 1.0.8-4ubuntu3 amd64 [installed] +bind9-dnsutils/jammy-updates,now 1:9.18.18-0ubuntu0.22.04.1 amd64 [installed] +bind9-host/jammy-updates,now 1:9.18.18-0ubuntu0.22.04.1 amd64 [installed,automatic] +bind9-libs/jammy-updates,now 1:9.18.18-0ubuntu0.22.04.1 amd64 [installed,automatic] +binutils-common/jammy-updates,jammy-security,now 2.38-4ubuntu2.5 amd64 [installed,automatic] +binutils-x86-64-linux-gnu/jammy-updates,jammy-security,now 2.38-4ubuntu2.5 amd64 [installed,automatic] +binutils/jammy-updates,jammy-security,now 2.38-4ubuntu2.5 amd64 [installed,automatic] +blobfuse2/jammy,now 2.2.0 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,jammy-security,now 17.2.6-0ubuntu0.22.04.3 amd64 [installed] +cgroup-lite/jammy,now 1.15 all [installed] +chrony/jammy,now 4.2-2ubuntu2 amd64 [installed] +cifs-utils/jammy-updates,jammy-security,now 2:6.14-1ubuntu0.1 amd64 [installed] +cloud-guest-utils/jammy,now 0.32-22-g45fe84a5-0ubuntu1 all [installed] +cloud-init/jammy-updates,now 23.3.3-0ubuntu0~22.04.1 all [installed] +cloud-initramfs-copymods/jammy,now 0.47ubuntu1 all [installed] +cloud-initramfs-dyn-netconf/jammy,now 0.47ubuntu1 all [installed] +command-not-found/jammy,now 22.04.0 all [installed,automatic] +conntrack/jammy,now 1:1.4.6-2build2 amd64 [installed] +console-setup-linux/jammy,now 1.205ubuntu3 all [installed,automatic] +console-setup/jammy,now 1.205ubuntu3 all [installed,automatic] +coreutils/jammy,now 8.32-4.1ubuntu1 amd64 [installed,automatic] +cpio/jammy,now 2.13+dfsg-7 amd64 [installed,automatic] +cpp-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +cpp/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +cracklib-runtime/jammy,now 2.9.6-3.4build4 amd64 [installed] +cron/jammy,now 3.0pl1-137ubuntu3 amd64 [installed,automatic] +cryptsetup-bin/jammy-updates,now 2:2.4.3-1ubuntu1.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.2 all [installed,automatic] +dpkg/jammy-updates,now 1.21.1ubuntu2.2 amd64 [installed,automatic] +e2fsprogs/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +eatmydata/jammy,now 130-2build1 all [installed] +ebtables/jammy,now 2.0.11-4build2 amd64 [installed] +ed/jammy,now 1.18-1 amd64 [installed,automatic] +efibootmgr/jammy,now 17-1ubuntu2 amd64 [installed] +eject/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +ethtool/jammy,now 1:5.16-1 amd64 [installed] +fdisk/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +file/jammy-updates,jammy-security,now 1:5.41-3ubuntu0.1 amd64 [installed,automatic] +finalrd/jammy,now 9build1 all [installed,automatic] +findutils/jammy,now 4.8.0-1ubuntu3 amd64 [installed] +fonts-ubuntu-console/jammy,now 0.83-6ubuntu1 all [installed] +friendly-recovery/jammy,now 0.2.42 all [installed,automatic] +ftp/jammy,now 20210827-4build1 all [installed,automatic] +fuse3/jammy,now 3.10.5-1build1 amd64 [installed] +fwupd-signed/jammy-updates,now 1.51.1~22.04.1+1.4-0ubuntu0.1 amd64 [installed] +g++-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +g++/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed,automatic] +gawk/jammy-updates,jammy-security,now 1:5.1.0-1ubuntu0.1 amd64 [installed,automatic] +gcc-11-base/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-11/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12-base/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc-12/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +gcc/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed] +gdisk/jammy,now 1.0.8-4build1 amd64 [installed,automatic] +gettext-base/jammy,now 0.21-4ubuntu4 amd64 [installed,automatic] +gir1.2-glib-2.0/jammy,now 1.72.0-1 amd64 [installed,automatic] +gir1.2-packagekitglib-1.0/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +git-man/jammy-updates,now 1:2.34.1-1ubuntu1.10 all [installed,automatic] +git/jammy-updates,now 1:2.34.1-1ubuntu1.10 amd64 [installed] +glusterfs-client/jammy-updates,jammy-security,now 10.1-1ubuntu0.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.1 amd64 [installed] +iputils-ping/jammy,now 3:20211215-1 amd64 [installed,automatic] +iputils-tracepath/jammy,now 3:20211215-1 amd64 [installed,automatic] +irqbalance/jammy-updates,now 1.8.0-1ubuntu0.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.1 amd64 [installed,automatic] +libacl1/jammy,now 2.3.1-1 amd64 [installed,automatic] +libaio1/jammy,now 0.3.112-13build1 amd64 [installed,automatic] +libapparmor1/jammy-updates,now 3.0.4-2ubuntu2.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.5 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,jammy-security,now 17.2.6-0ubuntu0.22.04.3 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.5 amd64 [installed,automatic] +libctf0/jammy-updates,jammy-security,now 2.38-4ubuntu2.5 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.2 all [installed,automatic] +libdrm-common/jammy-updates,now 2.4.113-2~ubuntu0.22.04.1 all [installed,automatic] +libdrm2/jammy-updates,now 2.4.113-2~ubuntu0.22.04.1 amd64 [installed,automatic] +libdw1/jammy,now 0.186-1build1 amd64 [installed,automatic] +libeatmydata1/jammy,now 130-2build1 amd64 [installed] +libedit2/jammy,now 3.1-20210910-1build1 amd64 [installed,automatic] +libefiboot1/jammy,now 37-6ubuntu2 amd64 [installed] +libefivar1/jammy,now 37-6ubuntu2 amd64 [installed] +libelf1/jammy,now 0.186-1build1 amd64 [installed,automatic] +liberror-perl/jammy,now 0.17029-1 all [installed,automatic] +libestr0/jammy,now 0.1.10-2.1build3 amd64 [installed,automatic] +libevent-core-2.1-7/jammy,now 2.1.12-stable-1build3 amd64 [installed,automatic] +libexpat1/jammy-updates,jammy-security,now 2.4.7-1ubuntu0.2 amd64 [installed,automatic] +libext2fs2/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +libfastjson4/jammy,now 0.99.9-1build2 amd64 [installed,automatic] +libfdisk1/jammy,now 2.37.2-4ubuntu3 amd64 [installed,automatic] +libffi8/jammy,now 3.4.2-4 amd64 [installed,automatic] +libfido2-1/jammy,now 1.10.0-1 amd64 [installed,automatic] +libflashrom1/jammy,now 1.2-5build1 amd64 [installed] +libfreetype6/jammy-updates,jammy-security,now 2.11.1+dfsg-1ubuntu0.2 amd64 [installed,automatic] +libfribidi0/jammy-updates,jammy-security,now 1.0.8-2ubuntu3.1 amd64 [installed,automatic] +libftdi1-2/jammy,now 1.5-5build3 amd64 [installed] +libfuse3-3/jammy,now 3.10.5-1build1 amd64 [installed,automatic] +libfwupd2/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libfwupdplugin5/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed] +libgcab-1.0-0/jammy,now 1.4-3build2 amd64 [installed] +libgcc-11-dev/jammy-updates,jammy-security,now 11.4.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-12-dev/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcc-s1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libgcrypt20/jammy,now 1.9.4-3ubuntu3 amd64 [installed,automatic] +libgdbm-compat4/jammy,now 1.23-1 amd64 [installed,automatic] +libgdbm6/jammy,now 1.23-1 amd64 [installed,automatic] +libgfapi0/jammy-updates,jammy-security,now 10.1-1ubuntu0.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.1 amd64 [installed] +libgpm2/jammy,now 1.20.7-10build1 amd64 [installed,automatic] +libgssapi-krb5-2/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libgstreamer1.0-0/jammy-updates,now 1.20.3-0ubuntu1 amd64 [installed,automatic] +libgudev-1.0-0/jammy,now 1:237-2build1 amd64 [installed] +libgusb2/jammy,now 0.3.10-1 amd64 [installed] +libhogweed6/jammy,now 3.7.3-1build2 amd64 [installed,automatic] +libibverbs1/jammy,now 39.0-1 amd64 [installed,automatic] +libicu70/jammy,now 70.1-2 amd64 [installed,automatic] +libidn2-0/jammy,now 2.3.2-2build1 amd64 [installed,automatic] +libinih1/jammy,now 53-1ubuntu3 amd64 [installed,automatic] +libinotifytools0/jammy,now 3.22.1.0-2 amd64 [installed,automatic] +libintl-perl/jammy,now 1.26-3build2 all [installed,automatic] +libintl-xs-perl/jammy,now 1.26-3build2 amd64 [installed,automatic] +libip4tc2/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libip6tc2/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libipset13/jammy,now 7.15-1build1 amd64 [installed,automatic] +libisc-export1105/jammy,now 1:9.11.19+dfsg-2.1ubuntu3 amd64 [installed,automatic] +libisl23/jammy,now 0.24-2build1 amd64 [installed,automatic] +libisns0/jammy,now 0.101-0ubuntu2 amd64 [installed,automatic] +libitm1/jammy-updates,jammy-security,now 12.3.0-1ubuntu1~22.04 amd64 [installed,automatic] +libjansson4/jammy,now 2.13.1-1.1build3 amd64 [installed,automatic] +libjcat1/jammy,now 0.1.9-1 amd64 [installed] +libjq1/jammy,now 1.6-2.1ubuntu3 amd64 [installed,automatic] +libjson-c5/jammy-updates,jammy-security,now 0.15-3~ubuntu1.22.04.2 amd64 [installed,automatic] +libjson-glib-1.0-0/jammy,now 1.6.6-1build1 amd64 [installed] +libjson-glib-1.0-common/jammy,now 1.6.6-1build1 all [installed] +libk5crypto3/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libkeyutils1/jammy,now 1.6.1-2ubuntu3 amd64 [installed,automatic] +libklibc/jammy,now 2.0.10-4 amd64 [installed,automatic] +libkmod2/jammy,now 29-1ubuntu1 amd64 [installed,automatic] +libkrb5-3/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libkrb5support0/jammy-updates,jammy-security,now 1.19.2-2ubuntu0.3 amd64 [installed,automatic] +libksba8/jammy-updates,jammy-security,now 1.6.0-2ubuntu0.2 amd64 [installed,automatic] +libldap-2.5-0/jammy-updates,jammy-security,now 2.5.16+dfsg-0ubuntu0.22.04.2 amd64 [installed,automatic] +libldap-common/jammy-updates,jammy-security,now 2.5.16+dfsg-0ubuntu0.22.04.2 all [installed,automatic] +liblmdb0/jammy,now 0.9.24-1build2 amd64 [installed,automatic] +liblocale-gettext-perl/jammy,now 1.07-4build3 amd64 [installed,automatic] +liblsan0/jammy-updates,jammy-security,now 12.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,jammy-security,now 17.2.6-0ubuntu0.22.04.3 amd64 [installed,automatic] +libradosstriper1/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 amd64 [installed,automatic] +librbd1/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 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.14 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,now 1.43.0-1 amd64 [installed,automatic] +libvolume-key1/jammy,now 0.3.12-3.1build3 amd64 [installed] +libwbclient0/jammy-updates,jammy-security,now 2:4.15.13+dfsg-0ubuntu1.5 amd64 [installed,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.3 amd64 [installed,automatic] +libxmlb2/jammy,now 0.3.6-2build1 amd64 [installed,automatic] +libxmuu1/jammy,now 2:1.1.3-3 amd64 [installed,automatic] +libxtables12/jammy-updates,now 1.8.7-1ubuntu5.1 amd64 [installed,automatic] +libxxhash0/jammy,now 0.8.1-1 amd64 [installed,automatic] +libyaml-0-2/jammy,now 0.2.2-1build2 amd64 [installed,automatic] +libzstd1/jammy,now 1.4.8+dfsg-3build1 amd64 [installed,automatic] +linux-azure-cloud-tools-5.15.0-1054/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed,automatic] +linux-azure-headers-5.15.0-1054/jammy-updates,jammy-security,now 5.15.0-1054.62 all [installed,automatic] +linux-azure-tools-5.15.0-1054/jammy-updates,jammy-security,now 5.15.0-1054.62 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-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed,automatic] +linux-cloud-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1054.50 amd64 [installed] +linux-cloud-tools-common/jammy-updates,jammy-security,now 5.15.0-94.104 all [installed,automatic] +linux-headers-5.15.0-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed] +linux-headers-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1054.50 amd64 [installed] +linux-image-5.15.0-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed,automatic] +linux-image-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1054.50 amd64 [installed] +linux-libc-dev/jammy-updates,jammy-security,now 5.15.0-94.104 amd64 [installed,automatic] +linux-modules-5.15.0-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed,automatic] +linux-modules-extra-5.15.0-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed] +linux-tools-5.15.0-1054-azure/jammy-updates,jammy-security,now 5.15.0-1054.62 amd64 [installed,automatic] +linux-tools-azure-lts-22.04/jammy-updates,jammy-security,now 5.15.0.1054.50 amd64 [installed] +linux-tools-common/jammy-updates,jammy-security,now 5.15.0-94.104 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.1 amd64 [installed] +logrotate/jammy-updates,jammy-security,now 3.19.0-1ubuntu1.1 amd64 [installed,automatic] +logsave/jammy-updates,jammy-security,now 1.46.5-2ubuntu1.1 amd64 [installed,automatic] +lsb-base/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lsb-release/jammy,now 11.1.0ubuntu4 all [installed,automatic] +lshw/jammy,now 02.19.git.2021.06.19.996aaad9c7-2build1 amd64 [installed,automatic] +lsof/jammy,now 4.93.2+dfsg-1.1build2 amd64 [installed,automatic] +lsscsi/jammy,now 0.31-1build2 amd64 [installed] +lto-disabled-list/jammy,now 24 all [installed,automatic] +lvm2/jammy,now 2.03.11-2.1ubuntu4 amd64 [installed] +lxd-agent-loader/jammy,now 0.5 all [installed] +make/jammy,now 4.3-4.1build1 amd64 [installed] +man-db/jammy,now 2.10.2-1 amd64 [installed,automatic] +manpages/jammy,now 5.10-1ubuntu1 all [installed,automatic] +mawk/jammy,now 1.3.4.20200120-3 amd64 [installed,automatic] +mdadm/jammy-updates,now 4.2-0ubuntu2 amd64 [installed] +media-types/jammy,now 7.0.0 all [installed,automatic] +moby-containerd/testing,now 1.7.7-ubuntu22.04u1 amd64 [installed,upgradable to: 1.7.13-ubuntu22.04u1] +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.5 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.14 amd64 [installed,automatic] +os-prober/jammy,now 1.79ubuntu2 amd64 [installed,automatic] +overlayroot/jammy,now 0.47ubuntu1 all [installed] +packagekit-tools/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +packagekit/jammy,now 1.2.5-2ubuntu2 amd64 [installed,automatic] +packages-microsoft-prod/jammy,now 1.0-ubuntu22.04.1 all [installed] +parted/jammy,now 3.4-2build1 amd64 [installed,automatic] +passwd/jammy-updates,jammy-security,now 1:4.8.1-2ubuntu2.1 amd64 [installed,automatic] +pastebinit/jammy,now 1.5.1-1ubuntu1 all [installed,automatic] +patch/jammy,now 2.7.6-7build2 amd64 [installed] +pci.ids/jammy,now 0.0~2022.01.22-1 all [installed,automatic] +pciutils/jammy,now 1:3.7.0-6 amd64 [installed,automatic] +perl-base/jammy-updates,jammy-security,now 5.34.0-3ubuntu1.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.0ubuntu2 all [installed,automatic] +python-babel-localedata/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-apt/jammy-updates,now 2.4.0ubuntu2 amd64 [installed,automatic] +python3-attr/jammy,now 21.2.0-1 all [installed,automatic] +python3-automat/jammy,now 20.2.0-1 all [installed,automatic] +python3-babel/jammy,now 2.8.0+dfsg.1-7 all [installed] +python3-bcrypt/jammy,now 3.2.0-1build1 amd64 [installed,automatic] +python3-blinker/jammy,now 1.4+dfsg1-0.4 all [installed,automatic] +python3-ceph-argparse/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 amd64 [installed,automatic] +python3-ceph-common/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 all [installed,automatic] +python3-cephfs/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 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.1 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.17 all [installed,automatic] +python3-distutils/jammy-updates,jammy-security,now 3.10.8-1~22.04 all [installed] +python3-gdbm/jammy-updates,jammy-security,now 3.10.8-1~22.04 amd64 [installed,automatic] +python3-gi/jammy-updates,now 3.42.1-0ubuntu1 amd64 [installed,automatic] +python3-hamcrest/jammy,now 2.0.2-2 all [installed,automatic] +python3-httplib2/jammy,now 0.20.2-2 all [installed,automatic] +python3-hyperlink/jammy,now 21.0.0-3 all [installed,automatic] +python3-idna/jammy,now 3.3-1 all [installed,automatic] +python3-importlib-metadata/jammy,now 4.6.4-1 all [installed,automatic] +python3-incremental/jammy,now 21.3.0-1 all [installed,automatic] +python3-jeepney/jammy,now 0.7.1-3 all [installed,automatic] +python3-jinja2/jammy-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,jammy-security,now 17.2.6-0ubuntu0.22.04.3 amd64 [installed,automatic] +python3-rbd/jammy-updates,jammy-security,now 17.2.6-0ubuntu0.22.04.3 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.18 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.1 amd64 [installed,automatic] +telnet/jammy,now 0.17-44build1 amd64 [installed,automatic] +thin-provisioning-tools/jammy,now 0.9.0-2ubuntu1 amd64 [installed,automatic] +time/jammy,now 1.9-0.1build2 amd64 [installed,automatic] +tmux/jammy-updates,jammy-security,now 3.2a-4ubuntu0.2 amd64 [installed] +tnftp/jammy,now 20210827-4build1 amd64 [installed,automatic] +tpm-udev/jammy,now 0.6 all [installed] +traceroute/now 1:2.1.0-2ubuntu0.22.04.1~esm1 amd64 [installed,local] +tzdata/jammy-updates,now 2023d-0ubuntu0.22.04 all [installed,automatic] +ubuntu-advantage-tools/jammy-updates,now 30~22.04 amd64 [installed,automatic] +ubuntu-keyring/jammy,now 2021.03.26 all [installed,automatic] +ubuntu-minimal/jammy-updates,now 1.481.1 amd64 [installed] +ubuntu-pro-client-l10n/jammy-updates,now 30~22.04 amd64 [installed,automatic] +ubuntu-release-upgrader-core/jammy-updates,now 1:22.04.17 all [installed,automatic] +ubuntu-standard/jammy-updates,now 1.481.1 amd64 [installed] +ucf/jammy,now 3.0043 all [installed,automatic] +udev/jammy-updates,now 249.11-0ubuntu3.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.18 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.15 all [installed,automatic] +vim-runtime/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.15 all [installed,automatic] +vim-tiny/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.15 amd64 [installed,automatic] +vim/jammy-updates,jammy-security,now 2:8.2.3995-1ubuntu2.15 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.15 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.3 LTS" +NAME="Ubuntu" +VERSION_ID="22.04" +VERSION="22.04.3 LTS (Jammy Jellyfish)" +VERSION_CODENAME=jammy +ID=ubuntu +ID_LIKE=debian +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +UBUNTU_CODENAME=jammy +=== os-release End +Using kernel: +Linux version 5.15.0-1054-azure (buildd@lcy02-amd64-110) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #62-Ubuntu SMP Mon Jan 15 15:51:19 UTC 2024 +Install completed successfully on Wed Feb 7 23:41:40 UTC 2024 +VSTS Build NUMBER: 20240207.4_master_87160411 +VSTS Build ID: 87160411 +Commit: 401d977d2d44b85c00d29d986755d6eb027ce3e2 +Ubuntu version: 22.04 +Hyperv generation: V2 +Feature flags: None +Container runtime: containerd +FIPS enabled: \ No newline at end of file From b81aefc0c967cae813eb70d70a2f5951809f3fc6 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Tue, 13 Feb 2024 13:44:03 -0800 Subject: [PATCH 2/8] fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fddce01..831a24b8 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 - * [Planned Maintainance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image Upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) is available in Azure Portal. + * [Planned Maintenance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image Upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) is available in Azure Portal. * [Associate capacity reservation groups to node pools](https://learn.microsoft.com/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools-preview) is now generally available. * Preview features @@ -28,7 +28,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Node Auto Provision can now be enabled when aadProfiles, including ServerAppID, ClientAppID, ServerAppSecret, are being set. * Istio-based service mesh add-on's istiod and ingress images updated to 1.18.7-hotfix.20240210 and 1.19.7 for asm-1-18 and asm-1-19 respectively. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. Vulnerabilities CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, and CVE-2024-23327 have been addressed in these patch versions. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). * Fix typo in KEDA helm chart from keda-admission-webhooks to keda-admission. - * Fix a bug that the id field is mssing in get/list privateEndpointConnections. + * Fix a bug that the id field is missing in get/list privateEndpointConnections. * ⁠For upgrades using Azure API version prior to 2022-04-01 API, Kubernetes version might fall behind current Kubernetes version which could block GETs/PUTs. This can be solved by doing a PUT with the current Kubernetes version but a fix is being worked on by AKS. * Behavioral Change From 1cb60b61d7b6fa0d2827dfb243f3628e8b2091ec Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Wed, 14 Feb 2024 08:38:46 -0800 Subject: [PATCH 3/8] updated release notes --- CHANGELOG.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831a24b8..168d0a50 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 -* Starting in March, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy addon](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks) will now no longer support the validation for constraint template. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/). +* Starting in March, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy addon](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks) will now no longer support the validation for constraint template. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/)). * Kubernetes 1.25 was deprecated on January 14, 2024 and support transitions to [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). Please upgrade to Kubernetes version 1.26 or above. * Starting with Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. * All current AKS API versions silently ignore unknown fields. An unknown field is a field that isn't part of the AKS API. AKS API version 2024-01-01, 2024-01-02-preview and all subsequent API versions will change this behavior. Unknown fields in a request will result in the request being rejected with an error stating that the unknown field is not understood. This change only impacts new API versions and won't impact you unless you update to use an API version 2024-01-01 or later. Existing API calls (via Azure Resource Manager templates or otherwise) will continue to function as-is. @@ -13,30 +13,25 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Release notes * Features - * [Planned Maintenance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image Upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) is available in Azure Portal. + * [Planned Maintenance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) are available in Azure Portal. * [Associate capacity reservation groups to node pools](https://learn.microsoft.com/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools-preview) is now generally available. + * Ability to set a [node soak duration](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#set-node-soak-time-value) during upgrade for node pools is now generally available. * Preview features * AKS 1.29 is in preview. - * [Control Plane Metrics (API server, ETCD, Cluster Autoscaler, etc)](https://learn.microsoft.com/azure/aks/monitor-control-plane-metrics) are now available in Managed Prometheus for Public preview. + * [Control Plane Metrics (API server, ETCD, Cluster Autoscaler, etc)](https://learn.microsoft.com/azure/aks/monitor-control-plane-metrics) for AKS now available in preview on [Azure Monitor managed service for Prometheus](https://learn.microsoft.com/azure/azure-monitor/essentials/prometheus-metrics-overview). * Bug Fixes - * Fix the issue that the new CRD "azureapplicationgatewayrewrites.appgw.ingress.azure.io " is not delivered into the overlay cluster. This problem occurs during cluster upgrades. * Enable [HonorPVReclaimPolicy](https://kubernetes.io/blog/2021/12/15/kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order/#pv-reclaim-policy-with-kubernetes-v1-23) for CSI drivers on AKS 1.27+. - * Fix preflight validation failure when BYOK is required in vmss node pool setup by Azure Policy. * Node Auto Provision can now be enabled when aadProfiles, including ServerAppID, ClientAppID, ServerAppSecret, are being set. - * Istio-based service mesh add-on's istiod and ingress images updated to 1.18.7-hotfix.20240210 and 1.19.7 for asm-1-18 and asm-1-19 respectively. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. Vulnerabilities CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, and CVE-2024-23327 have been addressed in these patch versions. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). - * Fix typo in KEDA helm chart from keda-admission-webhooks to keda-admission. * Fix a bug that the id field is missing in get/list privateEndpointConnections. - * ⁠For upgrades using Azure API version prior to 2022-04-01 API, Kubernetes version might fall behind current Kubernetes version which could block GETs/PUTs. This can be solved by doing a PUT with the current Kubernetes version but a fix is being worked on by AKS. * Behavioral Change * Update the Agentpool Profile protocol to include the new PodIPAllocationMode property. - * Enables the ccp-webhook to listen on all interfaces with TLS instead of localhost. - * Add agent-identifiers flag to konnectivity agent. * Component Updates + * Istio-based service mesh add-on's istiod and ingress images updated to 1.18.7-hotfix.20240210 and 1.19.7 for asm-1-18 and asm-1-19 respectively. User needs to restart the workload pods to trigger re-injection of the newer patch version of istio-proxy. Vulnerabilities CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, and CVE-2024-23327 have been addressed in these patch versions. More information can be found [here](https://learn.microsoft.com/azure/aks/istio-upgrade). * For the cloud-provider-node-manager-windows component, the following versions have been updated: * v1.29.0 for >=1.29.0 version * v1.28.5 for >=1.28.0 version @@ -45,13 +40,15 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * v1.25.24 for >=1.25.0 version * Upgraded konnectivity-agent image version from v0.0.33-hotfix.20221110 to to v0.1.6-hotfix.20240116. * Upgraded Cilium to v1.13.10 for kubernetes v1.28.0+. - * Upgraded Tigera Operator to v1.30.7 from v1.29 preview. + * Upgraded Tigera Operator to [v1.30.7](https://github.com/tigera/operator/releases/tag/v1.30.7), azurefile-csi-driver to [v1.29.3](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.29.3), and Microsoft Defender for Cloud to v.2.0.0 starting with Kubernetes v1.29 preview. + * Calico [v3.26.3](https://github.com/projectcalico/calico/releases/tag/v3.26.3) is installed when using Tigera Operator v1.30.7. * Upgraded Network Observability (Retina) to v0.1.3 with minor bug fixes. * Upgraded gatekeeper to [v3.14.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) and policy addon [v1.3.0](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#add-on-versions-available-per-each-aks-cluster-version) * Azure Policy Changes * Introduces error state for policies in error, enabling them to be distinguished from policies in noncompliant states. * Adds support for v1 constraint templates and use of the excludedNamespaces parameter in mutation policies. * Adds an error status check on constraint templates post-installation. + * Upgraded container insights agent to [v3.1.17](https://github.com/microsoft/Docker-Provider/releases/tag/3.1.17). * Azure Linux image has been updated to [Azure Linux - 202402.07.0](vhd-notes/AzureLinux/202402.07.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202402.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt). * Azure Windows 2019 Image has been updated to [Azure Windows 2019 - 17763.5329.240202](vhd-notes/AKSWindows/2019/17763.5329.240202.txt). From 84140c1d7d2652be28ceba692313c578c225743e Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Wed, 14 Feb 2024 08:42:15 -0800 Subject: [PATCH 4/8] small update --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168d0a50..dec7b764 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Bug Fixes * Enable [HonorPVReclaimPolicy](https://kubernetes.io/blog/2021/12/15/kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order/#pv-reclaim-policy-with-kubernetes-v1-23) for CSI drivers on AKS 1.27+. * Node Auto Provision can now be enabled when aadProfiles, including ServerAppID, ClientAppID, ServerAppSecret, are being set. - * Fix a bug that the id field is missing in get/list privateEndpointConnections. * Behavioral Change * Update the Agentpool Profile protocol to include the new PodIPAllocationMode property. From 282a8247700d42470890f3cab0a2c334b7744366 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Wed, 14 Feb 2024 08:45:53 -0800 Subject: [PATCH 5/8] updated docs link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dec7b764..c331c779 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Features * [Planned Maintenance](https://learn.microsoft.com/azure/aks/planned-maintenance) and [node-image upgrade channel](https://learn.microsoft.com/azure/aks/auto-upgrade-node-os-image) are available in Azure Portal. - * [Associate capacity reservation groups to node pools](https://learn.microsoft.com/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools-preview) is now generally available. + * [Associate capacity reservation groups to node pools](https://learn.microsoft.com/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools) is now generally available. * Ability to set a [node soak duration](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#set-node-soak-time-value) during upgrade for node pools is now generally available. * Preview features From 2a01ea45ebe43e837c33c28ffeb37bc1844e7956 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Wed, 14 Feb 2024 11:33:13 -0800 Subject: [PATCH 6/8] updated new doc link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c331c779..43e41006 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Upgraded Tigera Operator to [v1.30.7](https://github.com/tigera/operator/releases/tag/v1.30.7), azurefile-csi-driver to [v1.29.3](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.29.3), and Microsoft Defender for Cloud to v.2.0.0 starting with Kubernetes v1.29 preview. * Calico [v3.26.3](https://github.com/projectcalico/calico/releases/tag/v3.26.3) is installed when using Tigera Operator v1.30.7. * Upgraded Network Observability (Retina) to v0.1.3 with minor bug fixes. - * Upgraded gatekeeper to [v3.14.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) and policy addon [v1.3.0](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#add-on-versions-available-per-each-aks-cluster-version) + * Upgraded gatekeeper to [v3.14.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) and policy addon [v1.3.0](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#130) * Azure Policy Changes * Introduces error state for policies in error, enabling them to be distinguished from policies in noncompliant states. * Adds support for v1 constraint templates and use of the excludedNamespaces parameter in mutation policies. From 3e0bdece23930b318dc02ce048128325d630e3a1 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Fri, 16 Feb 2024 13:40:20 -0800 Subject: [PATCH 7/8] address comments --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e41006..0b44954d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. ### Announcements * Starting in March, due to Gatekeeper Upstream removing validation for constraint template contents at create/update time, [the Azure Policy addon](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#install-azure-policy-add-on-for-aks) will now no longer support the validation for constraint template. The Azure Policy Add-On will report [‘InvalidConstraint/Template’ compliance reason code](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons) for detected errors after constraint template admission. This change does not impact [other compliance reason codes](https://learn.microsoft.com/azure/governance/policy/how-to/determine-non-compliance#aks-resource-provider-mode-compliance-reasons). Customers are encouraged to continue to follow best practices when updating Azure Policy for Kubernetes definitions (i.e. [Gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator/)). -* Kubernetes 1.25 was deprecated on January 14, 2024 and support transitions to [platform support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#platform-support-policy). Please upgrade to Kubernetes version 1.26 or above. * Starting with Kubernetes 1.29, the default cgroups implementation on Azure Linux AKS nodes will be cgroupsv2. Older versions of Java, .NET and NodeJS do not support memory querying v2 memory constraints and this will lead to out of memory (OOM) issues for workloads. Please test your applications for cgroupsv2 compliance, and read the [FAQ](https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/aks-increased-memory-usage-cgroup-v2) for cgroupsv2. * All current AKS API versions silently ignore unknown fields. An unknown field is a field that isn't part of the AKS API. AKS API version 2024-01-01, 2024-01-02-preview and all subsequent API versions will change this behavior. Unknown fields in a request will result in the request being rejected with an error stating that the unknown field is not understood. This change only impacts new API versions and won't impact you unless you update to use an API version 2024-01-01 or later. Existing API calls (via Azure Resource Manager templates or otherwise) will continue to function as-is. @@ -39,8 +38,9 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * v1.25.24 for >=1.25.0 version * Upgraded konnectivity-agent image version from v0.0.33-hotfix.20221110 to to v0.1.6-hotfix.20240116. * Upgraded Cilium to v1.13.10 for kubernetes v1.28.0+. - * Upgraded Tigera Operator to [v1.30.7](https://github.com/tigera/operator/releases/tag/v1.30.7), azurefile-csi-driver to [v1.29.3](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.29.3), and Microsoft Defender for Cloud to v.2.0.0 starting with Kubernetes v1.29 preview. + * Upgraded Tigera Operator to [v1.30.7](https://github.com/tigera/operator/releases/tag/v1.30.7), azurefile-csi-driver to [v1.29.3](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.29.3), and Microsoft Defender for Cloud Low Level Collector to v.2.0.0 starting with Kubernetes v1.29 preview. * Calico [v3.26.3](https://github.com/projectcalico/calico/releases/tag/v3.26.3) is installed when using Tigera Operator v1.30.7. + * Microsoft Defender for Cloud Low Level Collector v.2.0.0 includes a new process collection engine, optimized and reduced CPU & Memory usage. * Upgraded Network Observability (Retina) to v0.1.3 with minor bug fixes. * Upgraded gatekeeper to [v3.14.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) and policy addon [v1.3.0](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes#130) * Azure Policy Changes @@ -48,6 +48,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Adds support for v1 constraint templates and use of the excludedNamespaces parameter in mutation policies. * Adds an error status check on constraint templates post-installation. * Upgraded container insights agent to [v3.1.17](https://github.com/microsoft/Docker-Provider/releases/tag/3.1.17). + * Upgraded Microsoft Defender for Cloud Security Publisher to 1.0.78 with improved logging, fixed a small bug related to cgroupv2. * Azure Linux image has been updated to [Azure Linux - 202402.07.0](vhd-notes/AzureLinux/202402.07.0.txt). * AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-2204-202402.07.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202402.07.0.txt). * Azure Windows 2019 Image has been updated to [Azure Windows 2019 - 17763.5329.240202](vhd-notes/AKSWindows/2019/17763.5329.240202.txt). From b5c0327d33caa01c5335de09f6fef0ddee8c2b29 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Fri, 16 Feb 2024 15:23:48 -0800 Subject: [PATCH 8/8] small fixes --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b44954d..5ec4590e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,11 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Ability to set a [node soak duration](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#set-node-soak-time-value) during upgrade for node pools is now generally available. * Preview features - * AKS 1.29 is in preview. + * AKS 1.29.0 is in preview. * [Control Plane Metrics (API server, ETCD, Cluster Autoscaler, etc)](https://learn.microsoft.com/azure/aks/monitor-control-plane-metrics) for AKS now available in preview on [Azure Monitor managed service for Prometheus](https://learn.microsoft.com/azure/azure-monitor/essentials/prometheus-metrics-overview). - * Bug Fixes - * Enable [HonorPVReclaimPolicy](https://kubernetes.io/blog/2021/12/15/kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order/#pv-reclaim-policy-with-kubernetes-v1-23) for CSI drivers on AKS 1.27+. + * Enable [HonorPVReclaimPolicy](https://kubernetes.io/blog/2021/12/15/kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order/#pv-reclaim-policy-with-kubernetes-v1-23) for CSI drivers on AKS 1.27+ to align with upstream behavior. * Node Auto Provision can now be enabled when aadProfiles, including ServerAppID, ClientAppID, ServerAppSecret, are being set. * Behavioral Change