release 1.0.1. remove bundled jdk notice during starting, limit max nested ingest pipeline to 100

This commit is contained in:
Zhang An 2024-03-29 11:12:29 +08:00
parent f64e802f95
commit 05200ede58
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -17,8 +17,8 @@
%define build_arch x86_64
Name: poissonsearch-oss
Version: 1.0.0
%define package_version 1.0.0
Version: 1.0.1
%define package_version 1.0.1
Release: 1
License: ASL 2.0
Summary: Distributed RESTful search engine built for the cloud
@ -584,7 +584,10 @@ fi
%dir %{data_dir}
%changelog
* Tue Mar 19 2024 Zhang An <zhangan9@huawei.com> - 1.0.0-1
- Initial package (HEAD -> master)
* Fri Mar 29 2024 Zhang An <zhangan9@huawei.com> - 1.0.1-1
- 1.0.1 package release
* Fri Mar 22 2024 Zhang An <zhangan9@huawei.com> - 1.0.0-1
- 1.0.0 package release (HEAD -> master)
* Tue Mar 19 2024 Zhang An <zhangan9@huawei.com> - 1.0.0-1
- Initial package (HEAD -> master)