You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/05/26 01:09:30 UTC

[pulsar] branch master updated: [feature][website] release notes for pulsar manager 0.3.0 (#15772)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ac5eaa152 [feature][website] release notes for pulsar manager 0.3.0 (#15772)
a5ac5eaa152 is described below

commit a5ac5eaa152068ab228778b377c5f5fba0510989
Author: Li Li <ur...@apache.org>
AuthorDate: Thu May 26 09:09:23 2022 +0800

    [feature][website] release notes for pulsar manager 0.3.0 (#15772)
---
 site2/.gitignore                              |  3 ++-
 site2/website/pulsar-manager-release-notes.md | 14 ++++++++++++++
 site2/website/pulsar-manager-release.json     |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

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 bcdae1b3883..b5db9842a9c 100644
--- a/site2/website/pulsar-manager-release-notes.md
+++ b/site2/website/pulsar-manager-release-notes.md
@@ -1,5 +1,19 @@
 ## Apache Pulsar Manager
 
+### 0.3.0 &mdash; 2022-05-25 <a id="0.3.0"></a>
+* 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)
+* 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)
+* Fix unload namespace error [PR-386](https://github.com/apache/pulsar-manager/pull/386)
+
 ### 0.2.0 &mdash; 2020-09-28 <a id="0.2.0"></a>
 
 * Support multiple addresses for the broker stats [PR-306](https://github.com/apache/pulsar-manager/pull/306).
diff --git a/site2/website/pulsar-manager-release.json b/site2/website/pulsar-manager-release.json
index 434e9e81e99..5360d73abcb 100644
--- a/site2/website/pulsar-manager-release.json
+++ b/site2/website/pulsar-manager-release.json
@@ -1,4 +1,5 @@
 [
+  "0.3.0",
   "0.2.0",
   "0.1.0"
 ]