This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 17c77e3d HDDS-10158. Update release page for 1.4.0 (#57)
17c77e3d is described below
commit 17c77e3dda9940b670df1bf9f1eef21e2839e881
Author: Symious <[email protected]>
AuthorDate: Sat Jan 20 19:12:27 2024 +0800
HDDS-10158. Update release page for 1.4.0 (#57)
---
content/release/1.4.0.md | 41 +++++++++++++++++++++++++++++++++++++++++
layouts/index.html | 2 +-
static/doap_ozone.rdf | 4 ++--
static/releases/1.4.0.jpg | Bin 0 -> 1784849 bytes
4 files changed, 44 insertions(+), 3 deletions(-)
diff --git a/content/release/1.4.0.md b/content/release/1.4.0.md
new file mode 100644
index 00000000..62b57896
--- /dev/null
+++ b/content/release/1.4.0.md
@@ -0,0 +1,41 @@
+---
+title: Release 1.4.0 available
+date: 2024-01-19
+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.
+-->
+
+
+
+Apache Ozone 1.4.0 is released with following features:
+
+- Snapshots
+- Erasure Coding V2: offline reconstruction, container balancer support
+- Recon: heat maps, more diagnose info
+- Certificate auto-rotation
+- SCM decommissioning
+- Improved OM decommissioning
+- Symmetric key-based block/container token implementation
+- Quota on FSO bucket
+
+This is a generally available (GA) release.
+It represents a point of API stability and quality that we consider
production-ready.
+
+
+Image credit: [Hot Springs Mountain Tower][image] by [Jeremy
Thompson][author], [CC BY 2.0][cc] / Text added to original
+
+[image]: https://www.flickr.com/photos/rollercoasterphilosophy/52894005148
+[author]: https://www.flickr.com/photos/rollercoasterphilosophy/
+[cc]: https://creativecommons.org/licenses/by/2.0/
diff --git a/layouts/index.html b/layouts/index.html
index e4b25fa2..cce7fb75 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.3.0/">1.3.0</a> release.
+ <p class="lead">Ozone is now Generally Available(GA) with <a
href="release/1.4.0/">1.4.0</a> release.
</p>
<p></p>
</div>
diff --git a/static/doap_ozone.rdf b/static/doap_ozone.rdf
index 0cbb1cfd..ae06a83a 100644
--- a/static/doap_ozone.rdf
+++ b/static/doap_ozone.rdf
@@ -39,8 +39,8 @@ Applications using frameworks like Apache Spark, YARN and
Hive work natively wit
<release>
<Version>
<name>Stable Release</name>
- <created>2022-12-18 </created>
- <revision>1.3.0</revision>
+ <created>2024-01-19 </created>
+ <revision>1.4.0</revision>
</Version>
</release>
<repository>
diff --git a/static/releases/1.4.0.jpg b/static/releases/1.4.0.jpg
new file mode 100644
index 00000000..defeadb8
Binary files /dev/null and b/static/releases/1.4.0.jpg differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]