Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/kata-containers/kata-containers.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"kata-containers-3.32.0.kata0-cargo.tar.gz": "7442807aaeb43bde8f428f8d3a33edc3e8eabf4b23977a3e477294c0279452db",
"kata-containers-3.32.0.kata0.tar.gz": "933af57d9678c2ed4772aaa21527a714b017fddd4e8a7e64d127d71a62f800e1"
"kata-containers-3.32.0.kata0.tar.gz": "933af57d9678c2ed4772aaa21527a714b017fddd4e8a7e64d127d71a62f800e1",
Comment thread
Redent0r marked this conversation as resolved.
"kata-containers-3.32.0.kata1-cargo.tar.gz": "4b33cca659724770d8bcecfa3ed889f9030c6f4e92aea675f4ebc291ac281edf"
}
}
9 changes: 7 additions & 2 deletions SPECS/kata-containers/kata-containers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

Name: kata-containers
Version: 3.32.0.kata0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Kata Containers package developed for Pod Sandboxing on AKS
License: ASL 2.0
URL: https://github.com/microsoft/kata-containers
Vendor: Microsoft Corporation
Distribution: Azure Linux
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-cargo.tar.gz
# Todo: revert back to %{name}-${version}-cargo.tar.gz next release
# This is a temporary workaround so we can use a newer cargo tarball without having to make a new fork release
Source1: %{name}-3.32.0.kata1-cargo.tar.gz
Comment thread
Redent0r marked this conversation as resolved.
# Only needed up to Rust 1.93; remove once the Rust toolchain is updated to 1.94 or newer.
Patch0: dbs-arch-cpuid-unsafe.patch
Patch1: CVE-2025-11065.patch
Expand Down Expand Up @@ -140,6 +142,9 @@ install -m 0644 \
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service

%changelog
* Tue Aug 04 2026 Saul Paredes <saulparedes@microsoft.com> - 3.32.0.kata0-2
- Use smaller vendored sources

* Mon Jul 27 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.32.0.kata0-1
- Auto-upgrade to 3.32.0.kata0
- Add preview configurations for VM templating
Expand Down
Loading