!2 update version to 0.2.0

From: @lauk001 
Reviewed-by: @duyiwei7w, @wangyueliang 
Signed-off-by: @wangyueliang
This commit is contained in:
openeuler-ci-bot 2024-01-03 01:34:59 +00:00 committed by Gitee
commit 6cec233f6b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,12 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: nestos-kubernetes-deployer Name: nestos-kubernetes-deployer
Version: 0.1.0 Version: 0.2.0
Release: 1 Release: 1
Summary: A platform to deploy and operate k8s clusters Summary: A platform to deploy and operate k8s clusters
License: Apache-2.0 License: Apache-2.0
URL: https://gitee.com/openeuler/nestos-kubernetes-deployer URL: https://gitee.com/openeuler/nestos-kubernetes-deployer
Source0: %{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: glibc BuildRequires: glibc
BuildRequires: golang >= 1.17 BuildRequires: golang >= 1.17
@ -15,7 +15,7 @@ This is a deployment tool of kubernetes cluster O&M platform based on NestOS.
The goal is to provide services such as deployment, update and configuration management of the infrastructure outside of the kubernetes cluster. The goal is to provide services such as deployment, update and configuration management of the infrastructure outside of the kubernetes cluster.
%prep %prep
%autosetup -n %{name} %autosetup -n %{name}-%{version}
%package -n nkd %package -n nkd
Summary: nkd Summary: nkd
@ -53,5 +53,8 @@ install -D -m 0644 housekeeper/daemon/files/housekeeper-daemon.service %{buildro
/usr/lib/systemd/system/housekeeper-daemon.service /usr/lib/systemd/system/housekeeper-daemon.service
%changelog %changelog
* Tue Jan 02 2024 liukuo <liukuo@kylinos.cn> - 0.2.0-1
- Support for the libvirt platform, as well as integrated certificate and configuration management modules
* Tue Sep 12 2023 liukuo <liukuo@kylinos.cn> - 0.1.0-1 * Tue Sep 12 2023 liukuo <liukuo@kylinos.cn> - 0.1.0-1
- First release of the nestos-kubernetes-deployer rpm package - First release of the nestos-kubernetes-deployer rpm package