Bugfix for v0.2.0

This commit is contained in:
jianli-97 2024-02-23 14:17:15 +08:00
parent 6cec233f6b
commit b8f6adec31
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: nestos-kubernetes-deployer Name: nestos-kubernetes-deployer
Version: 0.2.0 Version: 0.2.1
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
@ -53,6 +53,9 @@ 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
* Fri Feb 23 2024 lijian <lijian2@kylinos.cn> - 0.2.1-1
- Bugfix for v0.2.0
* Tue Jan 02 2024 liukuo <liukuo@kylinos.cn> - 0.2.0-1 * 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 - Support for the libvirt platform, as well as integrated certificate and configuration management modules