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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1028ca0  [auto] Apply changes from master 
3605743c470579964538b58732145c61a9f41656
1028ca0 is described below

commit 1028ca0976edc9d45966e072d3b30c9cc6884c0a
Author: Github Actions <[email protected]>
AuthorDate: Thu Jan 19 21:46:39 2023 +0000

    [auto] Apply changes from master 3605743c470579964538b58732145c61a9f41656
---
 assets/04_Chuang_Performance_of_Apache.pdf | Bin 0 -> 2315397 bytes
 assets/Apache Ozone Erasure Coding(EC).pdf | Bin 0 -> 8250698 bytes
 assets/ApacheConAsia2022_Yan_Sammi.pdf     | Bin 0 -> 2700074 bytes
 assets/Ozone_meetup_Nov102022.pdf          | Bin 0 -> 7198490 bytes
 assets/What'sNewInApacheOzone-v3.pdf       | Bin 0 -> 2527501 bytes
 categories/index.html                      |  12 +-
 categories/index.xml                       |   2 +-
 community/index.html                       |  12 +-
 docs/index.html                            |  12 +-
 downloads/index.html                       |  12 +-
 events/index.html                          | 194 +++++++++++++++++++++++++++++
 faq/index.html                             |  12 +-
 index.html                                 |  12 +-
 index.xml                                  |  13 +-
 release/0.2.1-alpha/index.html             |  12 +-
 release/0.3.0-alpha/index.html             |  12 +-
 release/0.4.0-alpha/index.html             |  12 +-
 release/0.4.1-alpha/index.html             |  12 +-
 release/0.5.0-beta/index.html              |  12 +-
 release/1.0.0/index.html                   |  12 +-
 release/1.1.0/index.html                   |  12 +-
 release/1.2.1/index.html                   |  12 +-
 release/1.3.0/index.html                   |  12 +-
 release/index.html                         |  12 +-
 release/index.xml                          |   2 +-
 sitemap.xml                                |   4 +
 tags/index.html                            |  12 +-
 tags/index.xml                             |   2 +-
 28 files changed, 366 insertions(+), 55 deletions(-)

diff --git a/assets/04_Chuang_Performance_of_Apache.pdf 
b/assets/04_Chuang_Performance_of_Apache.pdf
new file mode 100644
index 0000000..7293629
Binary files /dev/null and b/assets/04_Chuang_Performance_of_Apache.pdf differ
diff --git a/assets/Apache Ozone Erasure Coding(EC).pdf b/assets/Apache Ozone 
Erasure Coding(EC).pdf
new file mode 100644
index 0000000..033c94a
Binary files /dev/null and b/assets/Apache Ozone Erasure Coding(EC).pdf differ
diff --git a/assets/ApacheConAsia2022_Yan_Sammi.pdf 
b/assets/ApacheConAsia2022_Yan_Sammi.pdf
new file mode 100644
index 0000000..6f0a19d
Binary files /dev/null and b/assets/ApacheConAsia2022_Yan_Sammi.pdf differ
diff --git a/assets/Ozone_meetup_Nov102022.pdf 
b/assets/Ozone_meetup_Nov102022.pdf
new file mode 100644
index 0000000..65a4778
Binary files /dev/null and b/assets/Ozone_meetup_Nov102022.pdf differ
diff --git a/assets/What'sNewInApacheOzone-v3.pdf 
b/assets/What'sNewInApacheOzone-v3.pdf
new file mode 100644
index 0000000..3dfb095
Binary files /dev/null and b/assets/What'sNewInApacheOzone-v3.pdf differ
diff --git a/categories/index.html b/categories/index.html
index c9f5f20..e2a4cb9 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -136,8 +142,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/categories/index.xml b/categories/index.xml
index 18cd24d..6422a61 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -6,6 +6,6 @@
     <description>Recent content in Categories on Apache Ozone</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <copyright>&amp;copy; 2020 Apache Software 
Foundation</copyright><atom:link 
href="https://ozone.apache.org/categories/index.xml"; rel="self" 
type="application/rss+xml" />
+    <copyright>&amp;copy; 2022 Apache Software 
Foundation</copyright><atom:link 
href="https://ozone.apache.org/categories/index.xml"; rel="self" 
type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/community/index.html b/community/index.html
index 0d15ccc..988d4e3 100644
--- a/community/index.html
+++ b/community/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -162,8 +168,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/docs/index.html b/docs/index.html
index f6d7859..1bec135 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -156,8 +162,8 @@ Choose a version:
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/downloads/index.html b/downloads/index.html
index 2808a0d..c2b8c41 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -251,8 +257,8 @@ site</a>.</li>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/events/index.html b/events/index.html
new file mode 100644
index 0000000..3e300a6
--- /dev/null
+++ b/events/index.html
@@ -0,0 +1,194 @@
+
+<!DOCTYPE html>
+
+<html>
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="Object store for Hadoop">
+    <meta name="keywords" content="hadoop, ozone, hdds, objectstore, scale"/>
+    <meta name="robots" content="index,follow"/>
+    <meta name="language" content="en"/>
+
+    <title>Apache Ozone</title>
+
+    <base href="https://ozone.apache.org/";>
+
+    <link rel="canonical" href="https://ozone.apache.org";>
+
+    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";
+          
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
 crossorigin="anonymous">
+    <link rel="stylesheet" href="style.css">
+
+    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+    <link rel="manifest" href="/site.webmanifest">
+    <link rel="mask-icon" href="/safari-pinned-tab.svg">
+    <link rel="shortcut icon" href="/favicon.ico">
+    <meta name="msapplication-TileColor" content="#da532c">
+    <meta name="theme-color" content="#ffffff">
+
+    
+    <script>
+      var _paq = window._paq = window._paq || [];
+      
+
+       
+      _paq.push(['disableCookies']);
+      
+
+      _paq.push(['trackPageView']);
+      _paq.push(['enableLinkTracking']);
+      (function() {
+        var u="//analytics.apache.org/";
+        _paq.push(['setTrackerUrl', u+'matomo.php']);
+        _paq.push(['setSiteId', '34']);
+        var d=document, g=d.createElement('script'),
+s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+      })();
+    </script>
+    
+
+</head>
+
+<body>
+
+
+<div class="topnav">
+    <div class="container">
+        <ul class="breadcrumb col-md-4">
+            <li>
+                <img class="asf-logo" src="asf_feather.png"/>
+                <a href="https://www.apache.org";>Apache Software Foundation</a>
+            </li>
+        </ul>
+        <div class="col-md-8">
+            <ul class="pull-right breadcrumb">
+                <li><a href="https://www.apache.org/licenses/";>License</a></li>
+                <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                <li><a 
href="https://www.apache.org/events/current-event";>Events</a></li>
+                <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</a></li>
+        </ul>
+        </div>
+    </div>
+
+    <nav class="navbar navbar-default navbar-static-top" role="navigation">
+        <div class="container">
+            <div class="navbar-header">
+                <ul class="nav navbar-nav navbar-brand">
+                    <li>
+                        <img src="ozone-logo.png" alt="Ozone logo"/>
+                        <a href="https://ozone.apache.org/";>Apache 
Ozone&trade;</a>
+                    </li>
+                </ul>
+                <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse"
+                        data-target="#ozone-menu" aria-expanded="false">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+            </div>
+
+            <div id="ozone-menu" class="collapse navbar-collapse">
+                <ul class="nav navbar-nav navbar-right">
+                    <li><a href="faq">FAQ</a></li>
+                    <li><a href="downloads">Download</a></li>
+                    <li><a href="docs">Documentation</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
+                    <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
+                    <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
+                </ul>
+            </div>
+
+    </nav>
+
+    <div style="max-height: 200px; overflow: hidden;">
+      <img src="sunrise-ozone.jpg" style="width: 100%; left:0px;"/>
+    </div>
+
+</div>
+
+</div>
+
+<div class="container">
+<h1>Ozone Events</h1>
+<h2 id="past-meetups">Past Meetups</h2>
+<p>The first ever Apache Ozone User Group Summit was held at Cloudera&rsquo;s 
headquarter on Nov 10, 2022. This event was live streamed on LinkedIn and on 
YouTube. <a 
href="https://www.meetup.com/futureofdata-siliconvalley/events/289201001/";>Meetup
 link</a> <a href="https://www.youtube.com/watch?v=3aEpeSXMMzw";>YouTube 
recording</a> <a href="/assets/Ozone_meetup_Nov102022.pdf">Slide deck</a></p>
+<p>The following was the list of agenda:</p>
+<ul>
+<li>Opening, Karthik Krishnamoorthy <a 
href="https://youtu.be/3aEpeSXMMzw?t=8";>Recording</a></li>
+<li>Apache Ozone - Scalable, redundant distributed object store <a 
href="https://youtu.be/3aEpeSXMMzw?t=583";>Recording</a></li>
+<li>Bucket types and FSO improvements, Ethan Rose <a 
href="https://youtu.be/3aEpeSXMMzw?t=1220";>Recording</a></li>
+<li>Apache Ozone snapshots - new design, Prashant Pogde, Siyao Meng <a 
href="https://youtu.be/3aEpeSXMMzw?t=3128";>Recording</a></li>
+<li>Apache Ozone Performance, Ritesh Shukla, <a 
href="https://youtu.be/3aEpeSXMMzw?t=5474";>Recording</a></li>
+</ul>
+
+<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: 
hidden;">
+  <iframe src="https://www.youtube.com/embed/3aEpeSXMMzw"; style="position: 
absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" 
allowfullscreen title="YouTube Video"></iframe>
+</div>
+
+<h1 id="past-conference-talks">Past Conference Talks</h1>
+<h1 id="2022">2022</h1>
+<ul>
+<li>ApacheCon North America 2022: Reduce Your Storage Footprint with Apache 
Ozone Erasure Coding. Uma Maheswara Rao Gangumalla. <a 
href="/assets/Apache%20Ozone%20Erasure%20Coding%28EC%29.pdf">Slides</a></li>
+<li>ApacheCon North America 2022: Inside an Apache Ozone Upgrade. Ethan Rose. 
<a 
href="https://www.apachecon.com/acna2022/slides/01_Rose_Inside_Ozone_Upgrade.pdf";>Slides</a></li>
+<li>ApacheCon North America 2022: Apache Ozone - State of the Union. Siyao 
Meng, Ethan Rose. <a 
href="https://www.apachecon.com/acna2022/slides/02_Meng_Rose_Apache_Ozone_SOTU.pdf";>Slides</a></li>
+<li>ApacheCon North America 2022: Performance of Apache Ozone on NVMe. 
Wei-Chiu Chuang, Ritesh Shukla. <a 
href="/assets/04_Chuang_Performance_of_Apache.pdf">Slides</a></li>
+<li>China Apache Hadoop Meetup 2022: What&rsquo;s new in Apache Ozone 1.3. 
Sammi Chen. <a href="/assets/What%27sNewInApacheOzone-v3.pdf">Slides</a></li>
+<li>ApacheCon Asia 2022: <a 
href="https://www.youtube.com/watch?v=SB4lgATn-s8";>Sharing Of Recent Progress 
And Practices In Apache Ozone</a>. Yan Liu, Sammi Chen. <a 
href="/assets/ApacheConAsia2022_Yan_Sammi.pdf">Slides</a></li>
+<li>ApacheCon Asia 2022: <a 
href="https://www.youtube.com/watch?v=E97fYFZJ2LQ";>Disaster Recovery In Apache 
Ozone</a>. Sadanand Shenoy, Rakesh Radhakrishnan.</li>
+<li>ApacheCon Asia 2022: <a 
href="https://www.youtube.com/watch?v=EmpHluBOesg";>Apache Ozone Behind 
Simulation And Ai Industries</a>. Kota Uenishi.</li>
+<li>ApacheCon Asia 2022: <a 
href="https://www.youtube.com/watch?v=HN7PWX9TdAE";>Apache Ozone: Multi-Protocol 
Aware System Handles Both Files And Objects Efficiently</a>. Radhakrishnan 
Rakesh, Singh Mukul Kumar.</li>
+<li>SDC India 2022: <a 
href="https://www.youtube.com/watch?v=lzPrL2I_2VU";>Apache Ozone: Multi-protocol 
aware system handles both files and objects efficiently</a>. Radhakrishnan 
Rakesh, Singh Mukul Kumar.</li>
+</ul>
+<h2 id="2021">2021</h2>
+<ul>
+<li>ApacheCon@Home 2021: <a 
href="https://www.youtube.com/watch?v=tGEjS4lSbbY";>Secure Apache Ozone with 
High Availability</a>. Bharat Viswanadham, Xiaoyu Yao.</li>
+<li>ApacheCon@Home 2021: <a 
href="https://www.youtube.com/watch?v=O0u4p_PlwDU";>Apache Ozone - State of the 
Union</a>. Dinesh Chitlangia, Aravindan Vijayan</li>
+<li>ApacheCon@Home 2021: <a 
href="https://www.youtube.com/watch?v=l6L3E6q0dpk";>Balancing data in Apache 
Ozone</a>. Lokesh Jain, Siddhant Sangwan.</li>
+<li>ApacheCon@Home 2021: <a 
href="https://www.youtube.com/watch?v=xAAMWyE0cpg";>Ozone - Performance at 
billions’ scale</a>. Lokesh Jain.</li>
+<li>ApacheCon Asia 2021: <a 
href="https://www.youtube.com/watch?v=yw3HoM57168";>How Security Is Implemented 
In Apache Ozone</a>. Bharat Viswanadham, Shashikant Banerjee.</li>
+<li>ApacheCon Asia 2021: <a 
href="https://www.youtube.com/watch?v=dXrDhe8h7gQ";>Apache Ozone: A High 
Performance Object Store For Analytics Workloads</a>. Rakesh Radhakrishnan, 
Mukul Kumar Singh.</li>
+<li>ApacheCon Asia 2021: <a 
href="https://www.youtube.com/watch?v=jeJ519NTVHo";>How Apache Ozone Builds Up 
High Availablity With Raft Protocol</a>. Shashikant Banerjee, Nandakumar 
Vadivelu, Li Cheng.</li>
+<li>SDC India 2021: <a 
href="https://www.youtube.com/watch?v=riRbSbmxFQE";>Apache Ozone: A High 
Performance Object Store For Analytics Workloads</a>. Rakesh Radhakrishnan, 
Mukul Kumar Singh.</li>
+<li>SDC India 2021: <a 
href="https://www.youtube.com/watch?v=BccR07ChxtA";>Apache Ozone - Balancing and 
Deleting Data At Scale</a>. Lokesh Jain. <a 
href="https://www.snia.org/educational-library/apache-ozone-balancing-and-deleting-data-scale-2021";>Link</a></li>
+<li>SDC India 2021: <a 
href="https://www.youtube.com/watch?v=PHYcExPv8W4";>Architecture and Performance 
at billions’ scale</a>. Lokesh Jain. <a 
href="https://www.snia.org/educational-library/ozone-architecture-and-performance-billions%E2%80%99-scale-2021";>Link</a></li>
+<li>COSCUP Taiwan 2021: <a 
href="https://www.youtube.com/watch?v=DZq6Pz7RLj8";>My Journey with Apache 
Ozone</a>. Yi-Sheng Lien.</li>
+</ul>
+
+</div>
+
+<footer>
+    <div class="container">
+
+        <div class="col-md-12 trademark">
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
+            <p>
+        </div>
+    </div>
+</footer>
+
+
+<script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js";></script>
+<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js";
+        
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+        crossorigin="anonymous"></script>
+
+
+</body>
+</html>
+
diff --git a/faq/index.html b/faq/index.html
index 2c92bf8..96d1683 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -159,8 +165,8 @@ The worker parts of Ozone/HDDS can be started as an HDFS 
Datanode plugin or as s
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/index.html b/index.html
index 30e73f2..a9527b1 100644
--- a/index.html
+++ b/index.html
@@ -102,7 +102,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -201,8 +207,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/index.xml b/index.xml
index c92fbf0..9816b20 100644
--- a/index.xml
+++ b/index.xml
@@ -6,7 +6,7 @@
     <description>Recent content on Apache Ozone</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <copyright>&amp;copy; 2020 Apache Software Foundation</copyright>
+    <copyright>&amp;copy; 2022 Apache Software Foundation</copyright>
     <lastBuildDate>Sun, 18 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link 
href="https://ozone.apache.org/index.xml"; rel="self" type="application/rss+xml" 
/>
     <item>
       <title>Release 1.3.0 available</title>
@@ -141,5 +141,16 @@ The Ozone commits mailing list is: 
[email protected].
  Subscribe to List Unsubscribe from List Archives  Issues If you’d like to see 
changes made in the Ozone issue tracking system, please subscribe to the Ozone 
issues mailing list.</description>
     </item>
     
+    <item>
+      <title>Ozone Events</title>
+      <link>https://ozone.apache.org/events/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>https://ozone.apache.org/events/</guid>
+      <description>Past Meetups The first ever Apache Ozone User Group Summit 
was held at Cloudera&amp;rsquo;s headquarter on Nov 10, 2022. This event was 
live streamed on LinkedIn and on YouTube. Meetup link YouTube recording Slide 
deck
+The following was the list of agenda:
+ Opening, Karthik Krishnamoorthy Recording Apache Ozone - Scalable, redundant 
distributed object store Recording Bucket types and FSO improvements, Ethan 
Rose Recording Apache Ozone snapshots - new design, Prashant Pogde, Siyao Meng 
Recording Apache Ozone Performance, Ritesh Shukla, Recording    Past Conference 
Talks 2022  ApacheCon North America 2022: Reduce Your Storage Footprint with 
Apache Ozone Erasure Coding.</description>
+    </item>
+    
   </channel>
 </rss>
diff --git a/release/0.2.1-alpha/index.html b/release/0.2.1-alpha/index.html
index d15e7bf..c557e75 100644
--- a/release/0.2.1-alpha/index.html
+++ b/release/0.2.1-alpha/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -159,8 +165,8 @@ using Hadoop Distributed Data Store.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/0.3.0-alpha/index.html b/release/0.3.0-alpha/index.html
index c22b012..40f5d16 100644
--- a/release/0.3.0-alpha/index.html
+++ b/release/0.3.0-alpha/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -169,8 +175,8 @@ components. (<a 
href="https://issues.apache.org/jira/browse/HDDS-447";>HDDS-447</
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/0.4.0-alpha/index.html b/release/0.4.0-alpha/index.html
index db988a5..b09caab 100644
--- a/release/0.4.0-alpha/index.html
+++ b/release/0.4.0-alpha/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -173,8 +179,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/0.4.1-alpha/index.html b/release/0.4.1-alpha/index.html
index 6fb8feb..7cb3a3c 100644
--- a/release/0.4.1-alpha/index.html
+++ b/release/0.4.1-alpha/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -163,8 +169,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/0.5.0-beta/index.html b/release/0.5.0-beta/index.html
index b338a53..3e54604 100644
--- a/release/0.5.0-beta/index.html
+++ b/release/0.5.0-beta/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -164,8 +170,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/1.0.0/index.html b/release/1.0.0/index.html
index b438735..d1b7784 100644
--- a/release/1.0.0/index.html
+++ b/release/1.0.0/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -167,8 +173,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/1.1.0/index.html b/release/1.1.0/index.html
index 2cbec3c..be528b1 100644
--- a/release/1.1.0/index.html
+++ b/release/1.1.0/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -165,8 +171,8 @@ It represents a point of API stability and quality that we 
consider production-r
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/1.2.1/index.html b/release/1.2.1/index.html
index 192d816..8be6370 100644
--- a/release/1.2.1/index.html
+++ b/release/1.2.1/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -166,8 +172,8 @@ It represents a point of API stability and quality that we 
consider production-r
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/1.3.0/index.html b/release/1.3.0/index.html
index 3902c65..195c7bd 100644
--- a/release/1.3.0/index.html
+++ b/release/1.3.0/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -167,8 +173,8 @@ It represents a point of API stability and quality that we 
consider production-r
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/index.html b/release/index.html
index b49169e..3be8cd8 100644
--- a/release/index.html
+++ b/release/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -315,8 +321,8 @@ using Hadoop Distributed Data Store.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/release/index.xml b/release/index.xml
index 56ce4ee..ca77271 100644
--- a/release/index.xml
+++ b/release/index.xml
@@ -6,7 +6,7 @@
     <description>Recent content in Releases on Apache Ozone</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <copyright>&amp;copy; 2020 Apache Software Foundation</copyright>
+    <copyright>&amp;copy; 2022 Apache Software Foundation</copyright>
     <lastBuildDate>Sun, 18 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link 
href="https://ozone.apache.org/release/index.xml"; rel="self" 
type="application/rss+xml" />
     <item>
       <title>Release 1.3.0 available</title>
diff --git a/sitemap.xml b/sitemap.xml
index 6ca04e1..fa57f25 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -77,6 +77,10 @@
     <loc>https://ozone.apache.org/community/</loc>
   </url>
   
+  <url>
+    <loc>https://ozone.apache.org/events/</loc>
+  </url>
+  
   <url>
     <loc>https://ozone.apache.org/tags/</loc>
   </url>
diff --git a/tags/index.html b/tags/index.html
index f23e5f3..19b643e 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -101,7 +101,13 @@ s=d.getElementsByTagName('script')[0];
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>
                     <li><a href="docs">Documentation</a></li>
-                    <li><a href="community">Community</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Community <span class="caret"></span></a>
+                         <ul class="dropdown-menu">
+                            <li><a href="community">Get involved</a></li>
+                            <li><a href="events">Events</a></li>
+                         </ul>
+                    </li>
                     <li><a 
href="https://github.com/apache/ozone";>Source</a></li>
                     <li><a 
href="https://cwiki.apache.org/confluence/display/OZONE";>Wiki</a></li>
                 </ul>
@@ -136,8 +142,8 @@ s=d.getElementsByTagName('script')[0];
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2021 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
-                Apache, Apache Hadoop, the Apache feather logo, are trademarks 
of The Apache Software Foundation.
+            <p>&copy; 2022 <a href="http://apache.org";>The Apache Software 
Foundation</a>,<br/>
+                Apache, Apache Hadoop, Apache Ozone, the Apache feather logo, 
are trademarks of The Apache Software Foundation.
             <p>
         </div>
     </div>
diff --git a/tags/index.xml b/tags/index.xml
index a004e27..41f9ddc 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -6,6 +6,6 @@
     <description>Recent content in Tags on Apache Ozone</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <copyright>&amp;copy; 2020 Apache Software 
Foundation</copyright><atom:link href="https://ozone.apache.org/tags/index.xml"; 
rel="self" type="application/rss+xml" />
+    <copyright>&amp;copy; 2022 Apache Software 
Foundation</copyright><atom:link href="https://ozone.apache.org/tags/index.xml"; 
rel="self" type="application/rss+xml" />
   </channel>
 </rss>


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


Reply via email to