Skip to content

Commit efac5bc

Browse files
committed
nvidia-k8s-device-plugin: update to 0.17.0
1 parent 3bf31aa commit efac5bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/nvidia-k8s-device-plugin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/NVIDIA/k8s-device-plugin/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.16.2/v0.16.2.tar.gz"
16-
path = "k8s-device-plugin-0.16.2.tar.gz"
17-
sha512 = "0be166ba3f2ae51882e62e71dc625f6e83c4c18321e9e6beb05b7f2f6b3628e5ca7f480576f422faba0e6ad232085dff200b474f2453aeef307f9a6a5d13e1b6"
15+
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.17.0/v0.17.0.tar.gz"
16+
path = "k8s-device-plugin-0.17.0.tar.gz"
17+
sha512 = "912d324d22bc18994319d4188a3d859e5af58ec6bd7da01f632a210dbb313b6ac8d5105e4558f03b49ed56005383eca6c25f215c24ca7b981b60cd0c510516ed"
1818

1919
[build-dependencies]
2020
glibc = { path = "../glibc" }

packages/nvidia-k8s-device-plugin/nvidia-k8s-device-plugin.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo k8s-device-plugin
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 0.16.2
5+
%global gover 0.17.0
66
%global rpmver %{gover}
77

88
Name: %{_cross_os}nvidia-k8s-device-plugin

0 commit comments

Comments
 (0)