Skip to content

Commit

Permalink
kata(-cc): update to 3.2.0.azl4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Paredes <[email protected]>
  • Loading branch information
Redent0r committed Jan 10, 2025
1 parent 4ed42cc commit 8d4c89a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions SPECS/kata-containers-cc/kata-containers-cc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"kata-containers-3.2.0.azl3-cargo.tar.gz": "38dd5d2cf22edb75169809978d6578a23d5177590a25dbd97071ff06378ea77d",
"kata-containers-3.2.0.azl3.tar.gz": "078b3b864c7d83a3fddd2b02dc843aba627d97ef1ba2b2ba7dea65efd459e5b1"
"kata-containers-3.2.0.azl4-cargo.tar.gz": "93ddba943793420d866f1a26405bb826a81a23c0d9ab822d5fc90ce5fa27dae4",
"kata-containers-3.2.0.azl4.tar.gz": "89da77a80ad9cb6990cc8e20f9a863e6a3c8e5b1ff5ae4b4de3de08fe4358f3c"
}
}
5 changes: 4 additions & 1 deletion SPECS/kata-containers-cc/kata-containers-cc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define sourceName kata-containers

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

%changelog
* Fri Jan 10 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
- Upgrade to 3.2.0.azl4 release

* Fri Sep 20 2024 Manuel Huber <[email protected]> - 3.2.0.azl3-1
- Upgrade to 3.2.0.azl3 release, refactor build instructions

Expand Down
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.2.0.azl3-cargo.tar.gz": "38dd5d2cf22edb75169809978d6578a23d5177590a25dbd97071ff06378ea77d",
"kata-containers-3.2.0.azl3.tar.gz": "078b3b864c7d83a3fddd2b02dc843aba627d97ef1ba2b2ba7dea65efd459e5b1"
"kata-containers-3.2.0.azl4-cargo.tar.gz": "93ddba943793420d866f1a26405bb826a81a23c0d9ab822d5fc90ce5fa27dae4",
"kata-containers-3.2.0.azl4.tar.gz": "89da77a80ad9cb6990cc8e20f9a863e6a3c8e5b1ff5ae4b4de3de08fe4358f3c"
}
}
7 changes: 5 additions & 2 deletions SPECS/kata-containers/kata-containers.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global debug_package %{nil}

Name: kata-containers
Version: 3.2.0.azl3
Release: 2%{?dist}
Version: 3.2.0.azl4
Release: 1%{?dist}
Summary: Kata Containers package developed for Pod Sandboxing on AKS
License: ASL 2.0
URL: https://github.com/microsoft/kata-containers
Expand Down Expand Up @@ -112,6 +112,9 @@ popd
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service

%changelog
* Fri Jan 10 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
- Upgrade to 3.2.0.azl4 release

* Thu Oct 25 2024 Saul Paredes <[email protected]> - 3.2.0.azl3-2
- Only build for x86_64

Expand Down
10 changes: 5 additions & 5 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8041,8 +8041,8 @@
"type": "other",
"other": {
"name": "kata-containers",
"version": "3.2.0.azl3",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl3.tar.gz"
"version": "3.2.0.azl4",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
}
}
},
Expand All @@ -8051,8 +8051,8 @@
"type": "other",
"other": {
"name": "kata-containers-cc",
"version": "3.2.0.azl3",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl3.tar.gz"
"version": "3.2.0.azl4",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
}
}
},
Expand Down Expand Up @@ -30866,4 +30866,4 @@
}
],
"Version": 1
}
}

0 comments on commit 8d4c89a

Please sign in to comment.