Skip to content

Commit

Permalink
sriov-network-device-plugin: upgrade from 3.5.1 -> 3.6.2 (#7463)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Falak R Wani <[email protected]>
Signed-off-by: Sudhanshu Mishra <[email protected]>
  • Loading branch information
sudmis and mfrw authored Feb 7, 2024
1 parent 75a70a5 commit 07bfaa1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
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 <[email protected]> - 3.6.2-1
- Upgrade to v3.6.2

* Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 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 @@ -28167,8 +28167,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

0 comments on commit 07bfaa1

Please sign in to comment.