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/tink-worker/tink-worker.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"tink-worker-v1.1.4.tar.gz": "794259f4c3b7d41beced1863764885144a47881245f0e640ab827ca3f03d7e8f",
"tink-worker-v1.1.5.tar.gz": "6b7315275c1a8a0bec7a3c419996cbd981c5a488473ac9935487d9c8e2cf21f4",
"tink-worker.service": "0bd4bdf62618966a33567859e78fd7f88269275a1c730f8c472f4a266443e404",
"tink-worker-v1.1.4-vendor.tar.gz": "6b1840a79530a7ab0077dc0630e07200a576c4c30480a28c66ba6f8c74842ccb"
"tink-worker-v1.1.5-vendor.tar.gz": "eefb654923c16ea1bd9dd8f569708b05e148e0b63b29f85c64cd896e21fa9b79"
}
}
6 changes: 5 additions & 1 deletion SPECS/tink-worker/tink-worker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
Name: tink-worker
Version: 1.1.4
Version: 1.1.5
Release: 1%{?dist}
Distribution: Edge Microvisor Toolkit
Vendor: Intel Corporation
Expand Down Expand Up @@ -46,6 +46,10 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tink-worker.service
%{_unitdir}/tink-worker.service

%changelog
* Tue Jan 6 2026 Andy <[email protected]> - 1.1.5-1
- Update version to fix CVE
- CVE-2025-52881

* Tue Dec 2 2025 Andy <[email protected]> - 1.1.4-1
- Update version to fix CVE
- CVE-2025-47913
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29626,8 +29626,8 @@
"type": "other",
"other": {
"name": "tink-worker",
"version": "1.1.4",
"downloadUrl": "https://github.com/open-edge-platform/infra-onboarding/archive/refs/tags/tink-worker/v1.1.4.tar.gz"
"version": "1.1.5",
"downloadUrl": "https://github.com/open-edge-platform/infra-onboarding/archive/refs/tags/tink-worker/v1.1.5.tar.gz"
}
}
},
Expand Down
Loading