!11 update version to v2.2.2

From: @pixiake 
Reviewed-by: @calvinyu 
Signed-off-by: @calvinyu
This commit is contained in:
openeuler-ci-bot 2022-08-08 06:36:05 +00:00 committed by Gitee
commit 44a72a79e5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
%define debug_package %{nil}
Name: kubekey
Summary: Install Kubernetes only, both Kubernetes and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA.
Version: v1.2.0
Release: 2
Summary: Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA.
Version: v2.2.2
Release: 1
License: Apache-2.0
URL: https://gitee.com/openeuler/kubekey
URL: https://github.com/kubesphere/kubekey
Source0: https://github.com/kubesphere/kubekey/releases/download/%{version}-openEuler/kubekey-%{version}.tar.gz
@ -15,8 +15,7 @@ Requires: conntrack
%description
Install Kubernetes only, both Kubernetes and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA.
Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA.
%prep
@ -34,6 +33,9 @@ cp output/kk $RPM_BUILD_ROOT/usr/local/bin
%changelog
* Mon Aug 8 2022 guofeng <guofeng@yunify.com> v2.2.2-1
- update to latest version v2.2.2
* Tue Sep 14 2021 guofeng <guofeng@yunify.com> v1.2.0-2
- Fixed docker version detection issue
https://github.com/kubesphere/kubekey/issues/658