Skip to content

Commit 9139554

Browse files
kubevirt: Upgrade to 1.7.0
- Remove CVE-2025-47913.patch (ssh/agent package no longer vendored) - Remove CVE-2025-64435.patch (fixed upstream via PR#15680) - Bump golang BuildRequires to >= 1.24 per upstream PR#15784 Signed-off-by: Aadhar Agarwal <aadagarwal@microsoft.com>
1 parent 0083585 commit 9139554

5 files changed

Lines changed: 12 additions & 190 deletions

File tree

SPECS/kubevirt/CVE-2025-47913.patch

Lines changed: 0 additions & 50 deletions
This file was deleted.

SPECS/kubevirt/CVE-2025-64435.patch

Lines changed: 0 additions & 129 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"kubevirt-1.6.3.tar.gz": "9d41ac421d7af1c25a2b5c370dc597b67e6fc2762ab03ddf4745f71cad5fb4e2"
3+
"kubevirt-1.7.0.tar.gz": "71bc21163ada3e39c55c19f88c057ad0194e97043441d471f2bfd51782550a2f"
44
}
55
}

SPECS/kubevirt/kubevirt.spec

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,20 @@
1919

2020
Summary: Container native virtualization
2121
Name: kubevirt
22-
Version: 1.6.3
23-
Release: 3%{?dist}
22+
Version: 1.7.0
23+
Release: 1%{?dist}
2424
License: ASL 2.0
2525
Vendor: Microsoft Corporation
2626
Distribution: Azure Linux
2727
Group: System/Management
2828
URL: https://github.com/kubevirt/kubevirt
2929
Source0: https://github.com/kubevirt/kubevirt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
30-
# The containers_meta packages and associated files are not required for the Mariner build
31-
# Nexus team needs these to-be-upstreamed patches for the operator Edge to work
32-
# correctly.
33-
Patch0: CVE-2025-47913.patch
34-
Patch1: CVE-2025-64435.patch
3530

3631
%global debug_package %{nil}
3732
BuildRequires: swtpm-tools
3833
BuildRequires: glibc-devel
3934
BuildRequires: glibc-static >= 2.38-18%{?dist}
40-
BuildRequires: golang >= 1.21
35+
BuildRequires: golang >= 1.24
4136
BuildRequires: golang-packaging
4237
BuildRequires: pkgconfig
4338
BuildRequires: rsync
@@ -269,6 +264,12 @@ install -p -m 0644 cmd/virt-launcher/qemu.conf %{buildroot}%{_datadir}/kube-virt
269264
%{_bindir}/virt-tests
270265

271266
%changelog
267+
* Tue Feb 04 2026 Aadhar Agarwal <aadagarwal@microsoft.com> - 1.7.0-1
268+
- Upgrade to 1.7.0
269+
- Remove CVE-2025-47913.patch - vulnerable ssh/agent package no longer vendored in 1.7.0
270+
- Remove CVE-2025-64435.patch - fixed upstream via PR#15680 (controller_ref.go removed)
271+
- Bump golang BuildRequires to >= 1.24 per upstream PR#15784
272+
272273
* Thu Jan 22 2026 Kanishk Bansal <kanbansal@microsoft.com> - 1.6.3-3
273274
- Bump to rebuild with updated glibc
274275

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8571,8 +8571,8 @@
85718571
"type": "other",
85728572
"other": {
85738573
"name": "kubevirt",
8574-
"version": "1.6.3",
8575-
"downloadUrl": "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.6.3.tar.gz"
8574+
"version": "1.7.0",
8575+
"downloadUrl": "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.7.0.tar.gz"
85768576
}
85778577
}
85788578
},

0 commit comments

Comments
 (0)