-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2863 from saschagrunert/cni-plugins-1.2.0
Update CNI plugins to v1.2.0
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 1.1.1 | ||
%global CNI_VERSION 1.2.0 | ||
%global CRI_TOOLS_VERSION 1.26.0 | ||
|
||
Name: kubelet | ||
|
@@ -157,6 +157,9 @@ mv cni-plugins/* %{buildroot}/opt/cni/bin/ | |
|
||
|
||
%changelog | ||
* Tue Jan 17 2023 Sascha Grunert <[email protected]> - 1.26.0 | ||
- Update CNI plugins to v1.2.0 | ||
|
||
* Thu Dec 14 2022 Sascha Grunert <[email protected]> - 1.26.0 | ||
- Update cri-tools to v1.26.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters