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

captainzmc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e35bca  HDDS-7357 Update release page for 1.3.0. (#27)
1e35bca is described below

commit 1e35bcaeb3a154b4b915b9658e78627f829257cd
Author: mingchao zhao <[email protected]>
AuthorDate: Tue Dec 20 10:19:27 2022 +0800

    HDDS-7357 Update release page for 1.3.0. (#27)
    
    * HDDS-7357 Update release page for 1.3.0.
---
 content/faq.md            |   2 +-
 content/release/1.3.0.md  |  39 +++++++++++++++++++++++++++++++++++++++
 layouts/index.html        |   2 +-
 static/releases/1.3.0.jpg | Bin 0 -> 3113922 bytes
 4 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/content/faq.md b/content/faq.md
index e48309c..11924c2 100644
--- a/content/faq.md
+++ b/content/faq.md
@@ -31,7 +31,7 @@ Please take a look at the getting started document. For the 
impatient, we have d
 
 There are instructions on how to start Ozone on conventional machines or VMs 
if you would like to go that way.
 
-You can [download](/downloads/) it and [try it 
out.](/docs/1.2.0/start/runningviadocker.html)
+You can [download](/downloads/) it and [try it 
out.](/docs/current/start/runningviadocker.html)
 
 ### You said K8s in the first page, How do I deploy Ozone on K8s?
 Please look at the getting started with K8s page. Ozone fully supports 
deployments to a K8s cluster.
diff --git a/content/release/1.3.0.md b/content/release/1.3.0.md
new file mode 100644
index 0000000..c07fd0e
--- /dev/null
+++ b/content/release/1.3.0.md
@@ -0,0 +1,39 @@
+---
+title: Release 1.3.0 available
+date: 2022-12-18
+linked: true
+---
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+
+![Grand-Canyon](releases/1.3.0.jpg)
+
+Apache Ozone 1.3.0 is released with following features:
+
+- Erasure Coding - V1 support (Online reconstruction support)
+- Container balancer
+- Limit number of rocksdb instances to 1 per disk on high-density datanodes
+- Ozone S3 Multi-tenancy Support
+- S3 Grpc improvements for metadata path
+- Filesystem Optimized and Object Store bucket layout types
+
+This is a generally available (GA) release.
+It represents a point of API stability and quality that we consider 
production-ready. 
+
+
+Image credit: [Grand Canyon - South Rim - Mather Point][image] by [G. 
Lamar][author], [CC BY 2.0][cc] / Text added to original
+
+[image]: https://www.flickr.com/photos/geewhypics/50720710687
+[author]: https://www.flickr.com/photos/geewhypics
+[cc]: https://creativecommons.org/licenses/by/2.0/deed.en
diff --git a/layouts/index.html b/layouts/index.html
index e5870eb..e4b25fa 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -25,7 +25,7 @@
             </p>
             </p>
             <p></p>
-            <p class="lead">Ozone is now Generally Available(GA) with <a 
href="release/1.2.1/">1.2.1</a> release.
+            <p class="lead">Ozone is now Generally Available(GA) with <a 
href="release/1.3.0/">1.3.0</a> release.
             </p>
             <p></p>
         </div>
diff --git a/static/releases/1.3.0.jpg b/static/releases/1.3.0.jpg
new file mode 100644
index 0000000..93f5bb8
Binary files /dev/null and b/static/releases/1.3.0.jpg differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to