This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch pulsar-manager-release-0.3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 9f1499a0121621ee5020ddbf3b09cdf6f5ffd4bd Author: Li Li <[email protected]> AuthorDate: Wed May 25 17:23:09 2022 +0800 update Signed-off-by: Li Li <[email protected]> --- site2/.gitignore | 3 ++- site2/website/pulsar-manager-release-notes.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/site2/.gitignore b/site2/.gitignore index db19afe98ef..d993641cde2 100644 --- a/site2/.gitignore +++ b/site2/.gitignore @@ -17,4 +17,5 @@ website/static/swagger/*/v*/*.json website-tmp*/ -.preview/ \ No newline at end of file +.preview/ +brodocs/ \ No newline at end of file diff --git a/site2/website/pulsar-manager-release-notes.md b/site2/website/pulsar-manager-release-notes.md index e125f61a5bf..b5db9842a9c 100644 --- a/site2/website/pulsar-manager-release-notes.md +++ b/site2/website/pulsar-manager-release-notes.md @@ -1,18 +1,18 @@ ## Apache Pulsar Manager ### 0.3.0 — 2022-05-25 <a id="0.3.0"></a> -* Fixed mysql schema field token error [PR-339](https://github.com/apache/pulsar-manager/pull/339) -* Fixed topics List page, search Topics bug [PR-342](https://github.com/apache/pulsar-manager/pull/342) -* Fixed pulsar manager's swagger dose not work. [PR-369](https://github.com/apache/pulsar-manager/pull/369) +* Fix MySQL schema field token error [PR-339](https://github.com/apache/pulsar-manager/pull/339) +* Fix the bugs in topics list page and search topics [PR-342](https://github.com/apache/pulsar-manager/pull/342) +* Fix the issue of Swagger does not work [PR-369](https://github.com/apache/pulsar-manager/pull/369) * Add offload threshold input [PR-375](https://github.com/apache/pulsar-manager/pull/375) * Add dashboard service for aggregated information collection [PR-326](https://github.com/apache/pulsar-manager/pull/326) -* Multi bookie cluster Support [PR-388](https://github.com/apache/pulsar-manager/pull/388) -* Fixed the bug that admin roles cannot be deleted. [PR-397](https://github.com/apache/pulsar-manager/pull/397) -* Add filterable to el-select enables filtering for tenant/namespace/topic [PR-440](https://github.com/apache/pulsar-manager/pull/440) -* Updated to fix Log4J security vulnerabilities [PR-438](https://github.com/apache/pulsar-manager/pull/438) +* Add multi bookie cluster support [PR-388](https://github.com/apache/pulsar-manager/pull/388) +* Fix the bug that admin roles cannot be deleted [PR-397](https://github.com/apache/pulsar-manager/pull/397) +* Add Filtering support for tenant/namespace/topic [PR-440](https://github.com/apache/pulsar-manager/pull/440) +* Fix Log4J security vulnerabilities [PR-438](https://github.com/apache/pulsar-manager/pull/438) * Allow user to assign tenant as resource to role [PR-436](https://github.com/apache/pulsar-manager/pull/436) -* Add support for casdoor [PR-446](https://github.com/apache/pulsar-manager/pull/446) -* Fixed unload namespace error [PR-386](https://github.com/apache/pulsar-manager/pull/386) +* Add support for Casdoor [PR-446](https://github.com/apache/pulsar-manager/pull/446) +* Fix unload namespace error [PR-386](https://github.com/apache/pulsar-manager/pull/386) ### 0.2.0 — 2020-09-28 <a id="0.2.0"></a>
