diff --git a/kubekey-v1.2.0.tar.gz b/kubekey-v3.0.7.tar.gz similarity index 49% rename from kubekey-v1.2.0.tar.gz rename to kubekey-v3.0.7.tar.gz index 6f348fba7ee13d91ba893d09a3af201d058b9f00..23fff27739f08f2f0abd9f5d764c9843d1728f23 100644 Binary files a/kubekey-v1.2.0.tar.gz and b/kubekey-v3.0.7.tar.gz differ diff --git a/kubekey.spec b/kubekey.spec index 351e5e518b196b259e4c2414e90272d6b8f79af2..b598d5323f7b12aa797f298cc598b85a56418a6c 100644 --- a/kubekey.spec +++ b/kubekey.spec @@ -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 +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: v3.0.7 Release: 2 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,25 +15,39 @@ 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 %setup %build -bash -x build.sh -p +make kk %install mkdir -p $RPM_BUILD_ROOT/usr/local/bin -cp output/kk $RPM_BUILD_ROOT/usr/local/bin +cp bin/kk $RPM_BUILD_ROOT/usr/local/bin %files /usr/local/bin/kk %changelog +* Tue Mar 14 2023 guofeng v3.0.7-2 +- Add secure compilation parameters + +* Mon Mar 13 2023 guofeng v3.0.7-1 +- update to latest version v3.0.7 + +* Fri Jan 06 2023 chenmaodong v2.2.2-3 +- fix: delete k3s cluster with kubenetes version + +* Thu Dec 29 2022 chenmaodong v2.2.2-2 +- fix invalid syntax of /etc/sysctl.conf after executing init os script + +* Mon Aug 8 2022 guofeng v2.2.2-1 +- update to latest version v2.2.2 + * Tue Sep 14 2021 guofeng v1.2.0-2 - Fixed docker version detection issue https://github.com/kubesphere/kubekey/issues/658