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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70412a9  Added release notes for 2.0.1-incubating release (#1985)
70412a9 is described below

commit 70412a9c3c850bc76b93dc7882a3eb6f2713abee
Author: Matteo Merli <[email protected]>
AuthorDate: Mon Jun 18 20:43:04 2018 -0700

    Added release notes for 2.0.1-incubating release (#1985)
    
    * Added release notes for 2.0.1-incubating release`
    
    * Fixed tag link
---
 site/_config.yml      |  5 +++--
 site/release-notes.md | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/site/_config.yml b/site/_config.yml
index ee337e3..dd18a63 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -26,10 +26,11 @@ baseurl: /
 destination: ../generated-site/content
 
 preview_version_id: 20180426.125800-32
-current_version: 2.0.0-rc1-incubating
-python_latest: 2.0.0
+current_version: 2.0.1-incubating
+python_latest: 2.0.1
 archived_releases:
   - 1.22.1-incubating
+  - 2.0.0-rc1-incubating
   - 1.22.0-incubating
   - 1.21.0-incubating
   - 1.20.0-incubating
diff --git a/site/release-notes.md b/site/release-notes.md
index 2c7aff3..48c6467 100644
--- a/site/release-notes.md
+++ b/site/release-notes.md
@@ -26,6 +26,42 @@ layout: content
 
 ## Apache incubator
 
+### 2.0.1-incubating &mdash; 2018-06-18 <a id="2.0.1-incubating"></a>
+
+This release fixes issues reported for 2.0.0-rc1-incubating.
+
+ * [#1893](https://github.com/apache/incubator-pulsar/pull/1893) - Fixed 
issues with Python packages on PyPI
+ * [#1797](https://github.com/apache/incubator-pulsar/issues/1797) - Proxy 
doesn't strip the request
+    URL for admin requests correctly
+ * [#1862](https://github.com/apache/incubator-pulsar/pull/1862) - Fix REST 
APIs provided by Pulsar proxy
+
+The complete list of changes can be found at:
+https://github.com/apache/incubator-pulsar/milestone/14?closed=1
+
+https://github.com/apache/incubator-pulsar/releases/tag/v2.0.1-incubating
+
+### 1.22.1-incubating &mdash; 2018-06-18 <a id="1.22.1-incubating"></a>
+
+This is the sixth release of Apache Pulsar since entering the ASF incubator.
+
+This release addresses issues reported in 1.22.0-incubating version.
+
+ * [#1660](https://github.com/apache/incubator-pulsar/pull/1660) Deadlock 
while closing non persistent topic
+ * [#1591](https://github.com/apache/incubator-pulsar/pull/1591) Deadlock 
while closing non shared consumer
+ * [#1554](https://github.com/apache/incubator-pulsar/pull/1554) Handle 
invalid mark delete position at managed cursor
+ * [#1262](https://github.com/apache/incubator-pulsar/pull/1262) Broker should 
not start replicator for root partitioned topic
+ * [#1662](https://github.com/apache/incubator-pulsar/pull/1662) NPE when 
cursor failed to close empty subscription
+ * [#1370](https://github.com/apache/incubator-pulsar/pull/1370) Relocate 
service files for shading pulsar-client-admin module
+ * [#1265](https://github.com/apache/incubator-pulsar/pull/1265) Fixed lookup 
redirect logic on Proxyside
+ * [#1428](https://github.com/apache/incubator-pulsar/pull/1428) Handle Race 
condition in concurrent bundle split
+ * [#1817](https://github.com/apache/incubator-pulsar/pull/1817) Fixed mem 
leak when acknowledging while disconnected from broke
+ * [#1851](https://github.com/apache/incubator-pulsar/pull/1851) Fixing 
resource leak due to open file descriptors in SecurityUtility.
+
+The complete list of changes can be found at:
+https://github.com/apache/incubator-pulsar/milestone/15?closed=1
+
+https://github.com/apache/incubator-pulsar/releases/tag/v1.22.1-incubating
+
 ### 2.0.0-rc1-incubating &mdash; 2018-05-29 <a id="2.0.0-rc1-incubating"></a>
 
 This is the fifth release of Apache Pulsar since entering the ASF incubator 
and the

Reply via email to