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
2 changes: 1 addition & 1 deletion SPECS/valkey/valkey.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"valkey-8.0.7.tar.gz": "6f8ec2c906c72f1d6fad41611396fc077c41931cdb865920c8a6c7bdf58aad5c"
"valkey-8.0.8.tar.gz": "ad0670026c63aa6325ba88148f98323295a3db7025caa9082b26b07c6f79c41a"
}
}
6 changes: 4 additions & 2 deletions SPECS/valkey/valkey.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Summary: advanced key-value store
Name: valkey
Version: 8.0.7
Version: 8.0.8
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: Applications/Databases
URL: https://valkey.io/
Source0: https://github.com/valkey-io/valkey/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: disable-mem-defrag-tests.patch

BuildRequires: gcc
BuildRequires: make
Expand Down Expand Up @@ -84,6 +83,9 @@ exit 0
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/valkey.conf

%changelog
* Wed May 06 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.0.8-1
- Auto-upgrade to 8.0.8 - for CVE-2026-23479, CVE-2026-25243, CVE-2026-23631

* Wed Feb 25 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.0.7-1
- Auto-upgrade to 8.0.7 - for CVE-2026-21863, CVE-2025-67733

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29956,8 +29956,8 @@
"type": "other",
"other": {
"name": "valkey",
"version": "8.0.7",
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.7.tar.gz"
"version": "8.0.8",
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.8.tar.gz"
}
}
},
Expand Down
Loading