Skip to content

Commit 4524ea4

Browse files
kata(-cc): upgrade kata-containers(-cc) to 3.2.0.azl5 (#13246)
- Prevent hanging when ReadStreamRequest is blocked by policy - Have the agent reformat CreateContainer requests in order to improve policy validation - Fix for GHSA-qppj-fm5r-hxr3 Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
1 parent fb8d13a commit 4524ea4

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"kata-containers-3.2.0.azl4-cargo.tar.gz": "2a242deedddbd01b50b56d9f6d02ffd3f40cb2e91221fda4f4b4791d98404f96",
4-
"kata-containers-3.2.0.azl4.tar.gz": "397749898ae5963b9d88092e1bd3aacfb2d9bdeb35373be079879fc92f7ffd71"
3+
"kata-containers-3.2.0.azl5-cargo.tar.gz": "ff7e783ecf7e5abe0f0ca66eebd24558e73755fe79ba87b0c0b30df81eb3c210",
4+
"kata-containers-3.2.0.azl5.tar.gz": "f08b09507b8218e271e39c18ba6c6f4cdacc6b135dd8624f231d4d1823472993"
55
}
6-
}
6+
}

SPECS/kata-containers-cc/kata-containers-cc.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define sourceName kata-containers
33

44
Name: kata-containers-cc
5-
Version: 3.2.0.azl4
5+
Version: 3.2.0.azl5
66
Release: 1%{?dist}
77
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
88
License: ASL 2.0
@@ -150,6 +150,9 @@ fi
150150
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
151151

152152
%changelog
153+
* Fri Mar 28 2025 CBL-Mariner Servicing Account <[email protected]> - 3.2.0.azl5-1
154+
- Auto-upgrade to 3.2.0.azl5
155+
153156
* Wed Jan 22 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
154157
- Upgrade to 3.2.0.azl4 release
155158

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"kata-containers-3.2.0.azl4-cargo.tar.gz": "2a242deedddbd01b50b56d9f6d02ffd3f40cb2e91221fda4f4b4791d98404f96",
4-
"kata-containers-3.2.0.azl4.tar.gz": "397749898ae5963b9d88092e1bd3aacfb2d9bdeb35373be079879fc92f7ffd71"
3+
"kata-containers-3.2.0.azl5-cargo.tar.gz": "ff7e783ecf7e5abe0f0ca66eebd24558e73755fe79ba87b0c0b30df81eb3c210",
4+
"kata-containers-3.2.0.azl5.tar.gz": "f08b09507b8218e271e39c18ba6c6f4cdacc6b135dd8624f231d4d1823472993"
55
}
6-
}
6+
}

SPECS/kata-containers/kata-containers.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22

33
Name: kata-containers
4-
Version: 3.2.0.azl4
4+
Version: 3.2.0.azl5
55
Release: 1%{?dist}
66
Summary: Kata Containers package developed for Pod Sandboxing on AKS
77
License: ASL 2.0
@@ -112,6 +112,9 @@ popd
112112
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
113113

114114
%changelog
115+
* Fri Mar 28 2025 CBL-Mariner Servicing Account <[email protected]> - 3.2.0.azl5-1
116+
- Auto-upgrade to 3.2.0.azl5
117+
115118
* Wed Jan 22 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
116119
- Upgrade to 3.2.0.azl4 release
117120

cgmanifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8131,8 +8131,8 @@
81318131
"type": "other",
81328132
"other": {
81338133
"name": "kata-containers",
8134-
"version": "3.2.0.azl4",
8135-
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
8134+
"version": "3.2.0.azl5",
8135+
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl5.tar.gz"
81368136
}
81378137
}
81388138
},
@@ -8141,8 +8141,8 @@
81418141
"type": "other",
81428142
"other": {
81438143
"name": "kata-containers-cc",
8144-
"version": "3.2.0.azl4",
8145-
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
8144+
"version": "3.2.0.azl5",
8145+
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl5.tar.gz"
81468146
}
81478147
}
81488148
},
@@ -24125,7 +24125,7 @@
2412524125
"name": "python-pyproject-api",
2412624126
"version": "1.6.1",
2412724127
"downloadUrl": "https://files.pythonhosted.org/packages/source/p/pyproject-api/pyproject_api-1.6.1.tar.gz"
24128-
}
24128+
}
2412924129
}
2413024130
},
2413124131
{

0 commit comments

Comments
 (0)