update to 0.2.0

This commit is contained in:
lauk001 2024-01-02 14:03:49 +08:00
parent 950aac8bfd
commit b415d377e2
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