This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 70dc8e54ccf Add pulsar-manager 0.4.0 release note (#573)
70dc8e54ccf is described below
commit 70dc8e54ccf16308875c4345b28924e79700ce5b
Author: tison <[email protected]>
AuthorDate: Sat May 13 13:43:55 2023 +0800
Add pulsar-manager 0.4.0 release note (#573)
Signed-off-by: tison <[email protected]>
---
data/release-pulsar-manager.js | 1 +
release-notes/pulsar-manager.md | 40 +++++++++++++++++++++++++++++++++++++++-
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/data/release-pulsar-manager.js b/data/release-pulsar-manager.js
index 919b998c629..768a554af77 100644
--- a/data/release-pulsar-manager.js
+++ b/data/release-pulsar-manager.js
@@ -1,4 +1,5 @@
module.exports = [
+ "0.4.0",
"0.3.0",
"0.2.0",
"0.1.0"
diff --git a/release-notes/pulsar-manager.md b/release-notes/pulsar-manager.md
index d37c95ee968..7ba1a3628a6 100644
--- a/release-notes/pulsar-manager.md
+++ b/release-notes/pulsar-manager.md
@@ -4,6 +4,44 @@ title: Pulsar Manager Release Notes
sidebar_label: Pulsar Manager Release Notes
---
+## 0.4.0 — 2023-05-09 <a id="0.4.0"></a>
+
+#### What's Changed
+
+* Update stale description of creating environment in README by @maxsxu in
[PR-462](https://github.com/apache/pulsar-manager/pull/462)
+* feat:upgrade version to 0.3.0 by @urfreespace in
[PR-458](https://github.com/apache/pulsar-manager/pull/458)
+* Move version to 0.3.0 by @urfreespace in
[PR-455](https://github.com/apache/pulsar-manager/pull/455)
+* Align BouncyCastle transitive dependecies to 1.68 by @nicoloboschi in
[PR-466](https://github.com/apache/pulsar-manager/pull/466)
+* Fix URL for example in README.md by @corymacd in
[PR-475](https://github.com/apache/pulsar-manager/pull/475)
+* Removing conflicting dependencies by @gurleen-gks in
[PR-482](https://github.com/apache/pulsar-manager/pull/482)
+* Removing transitive dependencies for log4j by @gurleen-gks in
[PR-488](https://github.com/apache/pulsar-manager/pull/488)
+* Redirect notifications to the commits@ list instead of dev by @merlimat in
[PR-490](https://github.com/apache/pulsar-manager/pull/490)
+* For #492, Remove unused 'token' by @Hongten in
[PR-493](https://github.com/apache/pulsar-manager/pull/493)
+* Use correct path for initdb and pg_ctl by @mzwennes in
[PR-478](https://github.com/apache/pulsar-manager/pull/478)
+* Update support for casdoor by @jakiuncle in
[PR-484](https://github.com/apache/pulsar-manager/pull/484)
+* [improve][doc] Add casdoor document for administration-pulsar-manager by
@jakiuncle in [PR-499](https://github.com/apache/pulsar-manager/pull/499)
+* Fix create topic failure for non-partitioned topic by @Apurva007 in
[PR-504](https://github.com/apache/pulsar-manager/pull/504)
+* Fix 307 redirect errors when connecting to multi-broker cluster by
@Apurva007 in [PR-503](https://github.com/apache/pulsar-manager/pull/503)
+* Use existing database if present by @vfauth in
[PR-501](https://github.com/apache/pulsar-manager/pull/501)
+* Upgrade Gradle and Gralde Node Plugin to fix build issues by @tisonkun in
[PR-510](https://github.com/apache/pulsar-manager/pull/510)
+* Fix GHA workflow syntax by @tisonkun in
[PR-511](https://github.com/apache/pulsar-manager/pull/511)
+* build: upgrade deps for building on modern machine by @tisonkun in
[PR-513](https://github.com/apache/pulsar-manager/pull/513)
+
+#### New Contributors
+
+* @maxsxu made their first contribution in
[PR-462](https://github.com/apache/pulsar-manager/pull/462)
+* @nicoloboschi made their first contribution in
[PR-466](https://github.com/apache/pulsar-manager/pull/466)
+* @corymacd made their first contribution in
[PR-475](https://github.com/apache/pulsar-manager/pull/475)
+* @gurleen-gks made their first contribution in
[PR-482](https://github.com/apache/pulsar-manager/pull/482)
+* @merlimat made their first contribution in
[PR-490](https://github.com/apache/pulsar-manager/pull/490)
+* @Hongten made their first contribution in
[PR-493](https://github.com/apache/pulsar-manager/pull/493)
+* @mzwennes made their first contribution in
[PR-478](https://github.com/apache/pulsar-manager/pull/478)
+* @jakiuncle made their first contribution in
[PR-484](https://github.com/apache/pulsar-manager/pull/484)
+* @Apurva007 made their first contribution in
[PR-504](https://github.com/apache/pulsar-manager/pull/504)
+* @vfauth made their first contribution in
[PR-501](https://github.com/apache/pulsar-manager/pull/501)
+
+**Full Changelog**:
https://github.com/apache/pulsar-manager/compare/v0.3.0...v0.4.0
+
## 0.3.0 — 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)
@@ -51,4 +89,4 @@ sidebar_label: Pulsar Manager Release Notes
* Fix loggin level [PR-191](https://github.com/apache/pulsar-manager/pull/191).
* Fix wrong place for license scan badge
[PR-193](https://github.com/apache/pulsar-manager/pull/193).
* Add support for HerdDB database
[PR-183](https://github.com/apache/pulsar-manager/pull/183).
-* Make default environment persistent
[PR-197](https://github.com/apache/pulsar-manager/pull/197).
\ No newline at end of file
+* Make default environment persistent
[PR-197](https://github.com/apache/pulsar-manager/pull/197).