Skip to content
Merged
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
14 changes: 3 additions & 11 deletions nvidia-device-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: nvidia-device-plugin
version: 0.14.0
epoch: 4
version: 0.14.1
epoch: 0
description: NVIDIA device plugin for Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -19,17 +19,9 @@ pipeline:
with:
repository: https://github.com/NVIDIA/k8s-device-plugin
tag: v${{package.version}}
expected-commit: e6c111aff19eab995e8d0f4345169e8c310d2f9c
expected-commit: 7086f91dfcd0cd7b06863be4a315ba873f0b81f9

- runs: |
# GHSA-g2j6-57v7-gm8c
go get github.com/opencontainers/[email protected]

# GHSA-8cfg-vx93-jvxw
go get k8s.io/[email protected]

go mod vendor

make
mkdir -p ${{targets.destdir}}/usr/bin
mv config-manager ${{targets.destdir}}/usr/bin/
Expand Down