Skip to content

Commit

Permalink
Update cni-plugins to v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Mar 12, 2024
1 parent ccc3e5b commit 5677831
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.0
version: v1.4.1

- 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 @@ -28,7 +28,7 @@ dependencies:
match: SHELLCHECK_VERSION

- name: cni-plugins
version: v1.4.0
version: v1.4.1
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.0
["cni-plugins"]=v1.4.1
["conmon"]=v2.1.10
["conmon-rs"]=v0.6.1
["cri-tools"]=v1.29.0
Expand Down

0 comments on commit 5677831

Please sign in to comment.