!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}
Name: nestos-kubernetes-deployer
Version: 0.1.0
Version: 0.2.0
Release: 1
Summary: A platform to deploy and operate k8s clusters
License: Apache-2.0
URL: https://gitee.com/openeuler/nestos-kubernetes-deployer
Source0: %{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: glibc
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.
%prep
%autosetup -n %{name}
%autosetup -n %{name}-%{version}
%package -n 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
%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
- First release of the nestos-kubernetes-deployer rpm package
- First release of the nestos-kubernetes-deployer rpm package