Skip to content

Commit

Permalink
Update CNI plugins to v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Aug 30, 2022
1 parent 43adc12 commit e35146e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:

# CNI plugins
- name: "CNI plugins"
version: 0.8.7
version: 1.1.1
refPaths:
- path: packages/deb/build.go
match: currentCNIVersion\s+= "\d+\.\d+.\d+"
Expand Down
2 changes: 1 addition & 1 deletion packages/deb/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
ChannelUnstable ChannelType = "unstable"
ChannelNightly ChannelType = "nightly"

currentCNIVersion = "0.8.7"
currentCNIVersion = "1.1.1"
minimumCNIVersion = "0.8.6"
criToolsVersion = "1.25.0"
pre180kubeadmconf = "pre-1.8/10-kubeadm.conf"
Expand Down
5 changes: 4 additions & 1 deletion packages/rpm/kubelet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%define semver() (%1 * 256 * 256 + %2 * 256 + %3)
%global KUBE_SEMVER %{semver %{KUBE_MAJOR} %{KUBE_MINOR} %{KUBE_PATCH}}

%global CNI_VERSION 0.8.7
%global CNI_VERSION 1.1.1
%global CRI_TOOLS_VERSION 1.25.0

Name: kubelet
Expand Down Expand Up @@ -157,6 +157,9 @@ mv cni-plugins/* %{buildroot}/opt/cni/bin/


%changelog
* Thu Aug 30 2022 Sascha Grunert <sgrunert@redhat.com> - 1.25.0
- Update CNI plugins to v1.1.1

* Thu Aug 29 2022 Sascha Grunert <sgrunert@redhat.com> - 1.25.0
- Update cri-tools to v1.25.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/kubepkg/kubepkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
ChannelNightly ChannelType = "nightly"

minimumKubernetesVersion = "1.13.0"
CurrentCNIVersion = "0.8.7"
CurrentCNIVersion = "1.1.1"
MinimumCNIVersion = "0.8.6"

kubeadmConf = "10-kubeadm.conf"
Expand Down

0 comments on commit e35146e

Please sign in to comment.