Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sriov-network-device-plugin: upgrade from 3.5.1 -> 3.6.2 #7463

Merged
merged 3 commits into from
Feb 7, 2024
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"sriov-network-device-plugin-3.5.1.tar.gz": "60ea0e1dfd2eced7c6fadc13b38f80393f258dc65f14ca78b4fa2e6c22cb3433"
}
}
"Signatures": {
"sriov-network-device-plugin-3.6.2.tar.gz": "3c296396e3badfa357f42fba89bb357fa0fffe9b04161b2dda2d804c5528c8ef"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Plugin for discovering and advertising networking resources
Name: sriov-network-device-plugin
Version: 3.5.1
Release: 3%{?dist}
Version: 3.6.2
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -34,6 +34,9 @@ install -D -m0755 images/ddptool-1.0.1.12.tar.gz %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}/ddptool-1.0.1.12.tar.gz

%changelog
* Wed Jan 24 2024 Sudhanshu Mishra <sudhanshu.mishra@microsoft.com> - 3.6.2-1
- Upgrade to v3.6.2

* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.5.1-3
- Bump release to rebuild with go 1.20.9

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28157,8 +28157,8 @@
"type": "other",
"other": {
"name": "sriov-network-device-plugin",
"version": "3.5.1",
"downloadUrl": "https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/archive/refs/tags/v3.5.1.tar.gz"
"version": "3.6.2",
"downloadUrl": "https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/archive/refs/tags/v3.6.2.tar.gz"
}
}
},
Expand Down
Loading