Skip to content

Commit

Permalink
Merge pull request cri-o#8262 from saschagrunert/cni-plugins
Browse files Browse the repository at this point in the history
Update cni-plugins to v1.5.0
  • Loading branch information
openshift-merge-bot[bot] committed Jun 5, 2024
2 parents 49d1988 + 00ecf95 commit d481386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/test/ci/build/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
git:
repo: "https://github.com/containernetworking/plugins.git"
dest: "{{ ansible_env.GOPATH }}/src/github.com/containernetworking/plugins"
version: v1.4.1
version: v1.5.0

- name: build plugins
command: "./build_linux.sh"
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
match: SHELLCHECK_VERSION

- name: cni-plugins
version: v1.4.1
version: v1.5.0
refPaths:
- path: scripts/versions
match: cni-plugins
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Software versions to be used.
declare -A VERSIONS=(
["cni-plugins"]=v1.4.1
["cni-plugins"]=v1.5.0
["conmon"]=v2.1.12
["runc"]=main
["bats"]=v1.11.0
Expand Down

0 comments on commit d481386

Please sign in to comment.