Skip to content

Commit

Permalink
Upgrade cri-tools to 1.32.0 to sync up with the latest AKS version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
CBL-Mariner-Bot authored Jan 22, 2025
1 parent 99410cc commit 598271d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SPECS/cri-tools/cri-tools.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"cri-tools-1.30.1.tar.gz": "f4aac1636c2a6bbf98e4ad314b8965ac1f417b8bb82640f3a297173f7e5551b5"
"cri-tools-1.32.0.tar.gz": "2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287"
}
}
5 changes: 4 additions & 1 deletion SPECS/cri-tools/cri-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <cblmargh@microsoft.com> - 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 <cblmargh@microsoft.com> - 1.30.1-1
- Auto-upgrade to 1.30.1 - Fix CVE-2023-45288, CVE-2024-21626 and CVE-2024-24786

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 598271d

Please sign in to comment.