Skip to content

Commit

Permalink
Revert "Update cri-tools to v1.26.0"
Browse files Browse the repository at this point in the history
This reverts commit f1da4c4.
  • Loading branch information
xmudrii committed Jan 25, 2023
1 parent 6ebf124 commit 0b473ac
Show file tree
Hide file tree
Showing 4 changed files with 11 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.26.0
version: 1.25.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.26.0"
criToolsVersion = "1.25.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.26.0)",
"cri-tools (>= 1.25.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.26.0)",
"cri-tools (>= 1.25.0)",
},
},
}
Expand Down
8 changes: 7 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.26.0
%global CRI_TOOLS_VERSION 1.25.0

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


%changelog
* Wed Jan 25 2023 Marko Mudrinić <mudrinic.mare@gmail.com> - 1.26.2
- Revert updating CNI plugins to v1.2.0 and cri-tools to v1.26.0

* Tue Jan 17 2023 Sascha Grunert <sgrunert@redhat.com> - 1.26.0
- Update CNI plugins to v1.2.0

* Thu Dec 14 2022 Sascha Grunert <sgrunert@redhat.com> - 1.26.0
- Update cri-tools to v1.26.0

Expand Down

0 comments on commit 0b473ac

Please sign in to comment.