You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by zh...@apache.org on 2023/03/29 10:18:58 UTC

[incubator-celeborn-website] branch 490 created (now f498607)

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

zhouky pushed a change to branch 490
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git


      at f498607  0.2.1 release

This branch includes the following new commits:

     new f498607  0.2.1 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-celeborn-website] 01/01: 0.2.1 release

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch 490
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git

commit f498607f79efbe70bed7c2430c0709e4f6d085c4
Author: zky.zhoukeyong <zk...@alibaba-inc.com>
AuthorDate: Wed Mar 29 18:16:12 2023 +0800

    0.2.1 release
---
 docs/community/release_notes/release_note_0.2.1.md | 39 ++++++++++++++++++++++
 docs/download.md                                   | 10 ++++++
 mkdocs.yml                                         |  2 +-
 3 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/docs/community/release_notes/release_note_0.2.1.md b/docs/community/release_notes/release_note_0.2.1.md
new file mode 100644
index 0000000..b875c69
--- /dev/null
+++ b/docs/community/release_notes/release_note_0.2.1.md
@@ -0,0 +1,39 @@
+---
+hide:
+  - navigation
+
+license: |
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+---
+
+# Apache Celeborn(Incubating) 0.2.1 Release Notes
+
+## Highlight
+
+- Fix correctness issue in rare cases
+
+- Refactor PartitionLocationInfo to use ConcurrentHashMap instead of lock
+
+- Support FetchTime in LoadAware assignment policy
+
+- Fix start-all.sh script
+
+## Credits
+
+Thanks to the following contributors who helped to review and commit to Apache Celeborn(Incubating)
+0.2.1-incubating version, and the order is based on the commit time:
+
+| Contributors |                |               |            |            |
+|--------------|----------------|---------------|------------|------------|
+| FMX          | waitinfuture   | liugs0213     | pan3793    | RexXiong   |
\ No newline at end of file
diff --git a/docs/download.md b/docs/download.md
index 21afcf1..200dfe9 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -21,6 +21,16 @@ license: |
 
 The latest version is {{ stable_version }}.
 
+### 0.2.1-incubating (2023-03-29)
+
+[release note](community/release_notes/release_note_0.2.1.md)
+
+|             |                                                           Download from ASF                                                           |                                                                   Checksum                                                                    | Signature |
+|:-----------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|:---------:|
+| Source Code | [src](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-source.tgz) | [sha512](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-source.tgz.sha512)  | [asc](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-source.tgz.asc) |
+| Binary      | [bin](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-bin.tgz)    | [sha512](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-bin.tgz.sha512)  | [asc](https://www.apache.org/dyn/closer.lua/incubator/celeborn/celeborn-0.2.1-incubating/apache-celeborn-0.2.1-incubating-bin.tgz.asc) |
+
+
 ### 0.2.0-incubating (2023-03-01)
 
 [release note](community/release_notes/release_note_0.2.0.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index 4898795..f067e64 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -50,7 +50,7 @@ markdown_extensions:
 
 extra:
   version: 0.3.0-SNAPSHOT
-  stable_version: 0.2.0
+  stable_version: 0.2.1
   social:
     - icon: fontawesome/brands/github