-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata(-cc): update to 3.2.0.azl4 release
Signed-off-by: Saul Paredes <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters