diff --git a/SPECS/cri-tools/cri-tools.signatures.json b/SPECS/cri-tools/cri-tools.signatures.json index d66719f3c78..fd5ec80343e 100644 --- a/SPECS/cri-tools/cri-tools.signatures.json +++ b/SPECS/cri-tools/cri-tools.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "cri-tools-1.30.1.tar.gz": "f4aac1636c2a6bbf98e4ad314b8965ac1f417b8bb82640f3a297173f7e5551b5" + "cri-tools-1.32.0.tar.gz": "2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287" } } diff --git a/SPECS/cri-tools/cri-tools.spec b/SPECS/cri-tools/cri-tools.spec index 7597357fbef..9a56e0f5246 100644 --- a/SPECS/cri-tools/cri-tools.spec +++ b/SPECS/cri-tools/cri-tools.spec @@ -6,7 +6,7 @@ %endif Summary: CRI tools Name: cri-tools -Version: 1.30.1 +Version: 1.32.0 Release: 1%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation @@ -44,6 +44,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} "${BUILD_FOLDER}/critest" %{_bindir}/critest %changelog +* Thu Jan 16 2025 CBL-Mariner Servicing Account - 1.32.0-1 +- Auto-upgrade to 1.32.0 - to sync up with the latest AKS version + * Fri Jul 12 2024 CBL-Mariner Servicing Account - 1.30.1-1 - Auto-upgrade to 1.30.1 - Fix CVE-2023-45288, CVE-2024-21626 and CVE-2024-24786 diff --git a/cgmanifest.json b/cgmanifest.json index c54233b7c2e..978967105e9 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -2267,8 +2267,8 @@ "type": "other", "other": { "name": "cri-tools", - "version": "1.30.1", - "downloadUrl": "https://github.com/kubernetes-sigs/cri-tools/archive/v1.30.1.tar.gz" + "version": "1.32.0", + "downloadUrl": "https://github.com/kubernetes-sigs/cri-tools/archive/v1.32.0.tar.gz" } } },