Skip to content

Commit

Permalink
Update cri-tools to v1.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Dec 14, 2022
1 parent 9ec0b60 commit f1da4c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:

# CRI Tools
- name: "crictl"
version: 1.25.0
version: 1.26.0
refPaths:
- path: packages/deb/build.go
match: criToolsVersion\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 @@ -42,7 +42,7 @@ const (
ChannelNightly ChannelType = "nightly"

currentCNIVersion = "1.1.1"
criToolsVersion = "1.25.0"
criToolsVersion = "1.26.0"
pre180kubeadmconf = "pre-1.8/10-kubeadm.conf"
pre1110kubeadmconf = "post-1.8/10-kubeadm.conf"
latestkubeadmconf = "post-1.10/10-kubeadm.conf"
Expand Down
4 changes: 2 additions & 2 deletions packages/deb/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestGetKubeadmDependencies(t *testing.T) {
"kubectl (>= 1.19.0)",
"kubernetes-cni (>= 0.8.7)",
"${misc:Depends}",
"cri-tools (>= 1.25.0)",
"cri-tools (>= 1.26.0)",
},
},
{
Expand All @@ -85,7 +85,7 @@ func TestGetKubeadmDependencies(t *testing.T) {
"kubectl (>= 1.19.0)",
"kubernetes-cni (>= 0.8.7)",
"${misc:Depends}",
"cri-tools (>= 1.25.0)",
"cri-tools (>= 1.26.0)",
},
},
}
Expand Down
5 changes: 4 additions & 1 deletion packages/rpm/kubelet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%global KUBE_SEMVER %{semver %{KUBE_MAJOR} %{KUBE_MINOR} %{KUBE_PATCH}}

%global CNI_VERSION 1.1.1
%global CRI_TOOLS_VERSION 1.25.0
%global CRI_TOOLS_VERSION 1.26.0

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


%changelog
* Thu Dec 14 2022 Sascha Grunert <[email protected]> - 1.26.0
- Update cri-tools to v1.26.0

* Thu Aug 30 2022 Sascha Grunert <[email protected]> - 1.25.0
- Update CNI plugins to v1.1.1

Expand Down

0 comments on commit f1da4c4

Please sign in to comment.