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} %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