Skip to content
Draft
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
6 changes: 3 additions & 3 deletions SPECS/runc/runc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"runc-1.2.2.tar.gz": "0eabc936d481d123be92c429588f9d1de7cafd36b37a8a5085b1412e758796a1"
}
"Signatures": {
"runc-1.3.0.tar.gz": "3262492ce42bea0919ee1a2d000b6f303fd14877295bc38d094876b55fdd448b"
}
}
5 changes: 4 additions & 1 deletion SPECS/runc/runc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Summary: CLI tool for spawning and running containers per OCI spec.
Name: runc
# update "commit_hash" above when upgrading version
Version: 1.2.2
Version: 1.3.0
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -43,6 +43,9 @@ make install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
%{_mandir}/*

%changelog
* Thu Oct 23 2025 CBL-Mariner Servicing Account <[email protected]> - 1.3.0-1
- Auto-upgrade to 1.3.0 - none

* Mon Nov 25 2024 Nan Liu <[email protected]> - 1.2.2-1
- Bump version to 1.2.2
- Remove the golang version constraint
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27454,8 +27454,8 @@
"type": "other",
"other": {
"name": "runc",
"version": "1.2.2",
"downloadUrl": "https://github.com/opencontainers/runc/archive/v1.2.2.tar.gz"
"version": "1.3.0",
"downloadUrl": "https://github.com/opencontainers/runc/archive/v1.3.0.tar.gz"
}
}
},
Expand Down
Loading