We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344f74a + 425ba81 commit 91bb2b6Copy full SHA for 91bb2b6
nvidia-device-plugin.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: nvidia-device-plugin
3
- version: 0.14.5
4
- epoch: 3
+ version: 0.15.0
+ epoch: 0
5
description: NVIDIA device plugin for Kubernetes
6
copyright:
7
- license: Apache-2.0
@@ -17,14 +17,10 @@ environment:
17
pipeline:
18
- uses: git-checkout
19
with:
20
- expected-commit: 3d549fbb3f580e8b54b6606452f7a1e5e3220f65
+ expected-commit: 435bfb70a44b74daca23fe957a0f256afaa3c51e
21
repository: https://github.com/NVIDIA/k8s-device-plugin
22
tag: v${{package.version}}
23
24
- - uses: go/bump
25
- with:
26
- deps: google.golang.org/[email protected]
27
-
28
- runs: |
29
make
30
mkdir -p ${{targets.destdir}}/usr/bin
0 commit comments