This is an automated email from the ASF dual-hosted git repository.
chenxi 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 eb5fd2d1 HDDS-11263. Announce release 1.4.1 on the website (#107)
eb5fd2d1 is described below
commit eb5fd2d11dc6a205f17ae5c5001432d5b7171004
Author: XiChen <[email protected]>
AuthorDate: Thu Nov 28 16:50:42 2024 +0800
HDDS-11263. Announce release 1.4.1 on the website (#107)
* HDDS-11263. Update latest version on main page
* Remove some duplicate contents in 1.4.1.md; Improved release description
---
content/release/1.4.0.md | 2 +-
content/release/1.4.1.md | 21 +++++++++++++++++++++
layouts/index.html | 2 +-
static/doap_ozone.rdf | 4 ++--
4 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/content/release/1.4.0.md b/content/release/1.4.0.md
index 62b57896..c4e95674 100644
--- a/content/release/1.4.0.md
+++ b/content/release/1.4.0.md
@@ -1,7 +1,7 @@
---
title: Release 1.4.0 available
date: 2024-01-19
-linked: true
+linked: false
---
<!---
Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/content/release/1.4.1.md b/content/release/1.4.1.md
new file mode 100644
index 00000000..7faebaaf
--- /dev/null
+++ b/content/release/1.4.1.md
@@ -0,0 +1,21 @@
+---
+title: Release 1.4.1 available
+date: 2024-11-24
+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.1 is a minor bug fix release that addresses several issues to
enhance stability and reliability compared to version 1.4.0.
+For a detailed list of commits and resolved JIRA issues in this release,
please refer to [Changes between ozone-1.4.0 and ozone-1.4.1 on
GitHub](https://github.com/apache/ozone/compare/ozone-1.4.0...ozone-1.4.1).
diff --git a/layouts/index.html b/layouts/index.html
index cce7fb75..91b83261 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.4.0/">1.4.0</a> release.
+ <p class="lead">Ozone is now Generally Available(GA) with <a
href="release/1.4.1/">1.4.1</a> release.
</p>
<p></p>
</div>
diff --git a/static/doap_ozone.rdf b/static/doap_ozone.rdf
index ae06a83a..8a025401 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>2024-01-19 </created>
- <revision>1.4.0</revision>
+ <created>2024-11-24 </created>
+ <revision>1.4.1</revision>
</Version>
</release>
<repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]