Skip to content

Commit 598271d

Browse files
Upgrade cri-tools to 1.32.0 to sync up with the latest AKS version (#11966)
1 parent 99410cc commit 598271d

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"cri-tools-1.30.1.tar.gz": "f4aac1636c2a6bbf98e4ad314b8965ac1f417b8bb82640f3a297173f7e5551b5"
3+
"cri-tools-1.32.0.tar.gz": "2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287"
44
}
55
}

SPECS/cri-tools/cri-tools.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77
Summary: CRI tools
88
Name: cri-tools
9-
Version: 1.30.1
9+
Version: 1.32.0
1010
Release: 1%{?dist}
1111
License: Apache-2.0
1212
Vendor: Microsoft Corporation
@@ -44,6 +44,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} "${BUILD_FOLDER}/critest"
4444
%{_bindir}/critest
4545

4646
%changelog
47+
* Thu Jan 16 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.32.0-1
48+
- Auto-upgrade to 1.32.0 - to sync up with the latest AKS version
49+
4750
* Fri Jul 12 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.30.1-1
4851
- Auto-upgrade to 1.30.1 - Fix CVE-2023-45288, CVE-2024-21626 and CVE-2024-24786
4952

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,8 +2267,8 @@
22672267
"type": "other",
22682268
"other": {
22692269
"name": "cri-tools",
2270-
"version": "1.30.1",
2271-
"downloadUrl": "https://github.com/kubernetes-sigs/cri-tools/archive/v1.30.1.tar.gz"
2270+
"version": "1.32.0",
2271+
"downloadUrl": "https://github.com/kubernetes-sigs/cri-tools/archive/v1.32.0.tar.gz"
22722272
}
22732273
}
22742274
},

0 commit comments

Comments
 (0)