You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by gi...@apache.org on 2021/11/18 14:06:55 UTC

[ozone-site] branch asf-site updated: [auto] Apply changes from master 77499fd47cc283ea1f198fa158ed7f56fac32836

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 fe728be  [auto] Apply changes from master 77499fd47cc283ea1f198fa158ed7f56fac32836
fe728be is described below

commit fe728bec470ef8f19b7234f8fbac8f7e9738f0f6
Author: Github Actions <no...@github.com>
AuthorDate: Thu Nov 18 14:06:50 2021 +0000

    [auto] Apply changes from master 77499fd47cc283ea1f198fa158ed7f56fac32836
---
 docs/index.html                    |   4 +++
 downloads/index.html               |  20 +++++++++++
 faq/index.html                     |   4 +--
 index.html                         |   2 +-
 index.xml                          |  13 +++++++-
 {docs => release/1.2.0}/index.html |  66 ++++++++++++++++++++++---------------
 release/index.html                 |  20 +++++++++++
 release/index.xml                  |  13 +++++++-
 releases/1.2.0.jpg                 | Bin 0 -> 1059581 bytes
 sitemap.xml                        |  11 +++++--
 10 files changed, 119 insertions(+), 34 deletions(-)

diff --git a/docs/index.html b/docs/index.html
index c45df2d..a8f7081 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -93,6 +93,10 @@ Choose a version:
      </tr>
    
      <tr>
+       <td><a href="/docs/1.2.0">1.2.0</a></td>
+     </tr>
+  
+     <tr>
        <td><a href="/docs/1.1.0">1.1.0</a></td>
      </tr>
   
diff --git a/downloads/index.html b/downloads/index.html
index 54aea72..2d4e11b 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -101,6 +101,26 @@
   </thead>
    
      <tr>
+       <td>1.2.0</td>
+       <td>2021 Nov 17 </td>
+       
+         <td>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/1.2.0/ozone-1.2.0-src.tar.gz">source</a>
+           (<a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0-src.tar.gz.sha512">checksum</a>
+           <a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0-src.tar.gz.asc">signature</a>)
+         </td>
+         <td>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/1.2.0/ozone-1.2.0.tar.gz">binary</a>
+           (<a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0.tar.gz.sha512">checksum</a>
+           <a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0.tar.gz.asc">signature</a>)
+         </td>
+         <td>
+           <a href="release/1.2.0/">Announcement</a>
+         </td>
+       
+     </tr>
+  
+     <tr>
        <td>1.1.0</td>
        <td>2021 Apr 17 </td>
        
diff --git a/faq/index.html b/faq/index.html
index 8c341e8..77f28ae 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -91,7 +91,7 @@
 <h3 id="is-there-a-cloud-where-i-can-use-ozone-as-the-object-store">Is there a cloud where I can use Ozone as the object store?</h3>
 <p>Not that we know.  Ozone is an Apache-licensed open source product; Nothing prevents someone from offering Ozone as a product in the cloud.</p>
 <h3 id="i-have-an-apache-spark-application-how-do-i-use-it-with-ozone">I have an Apache Spark Application. How do I use it with Ozone?</h3>
-<p>You have a Spark based application and you want it to work with Ozone. If your current storage system is HDFS, then you are passing the location of data to your application by using an URL that begins with hdfs://. If you replace hdfs:// with 03fs:// Spark application will start using data from an Ozone bucket.</p>
+<p>You have a Spark based application and you want it to work with Ozone. If your current storage system is HDFS, then you are passing the location of data to your application by using an URL that begins with hdfs://. If you replace hdfs:// with o3fs:// Spark application will start using data from an Ozone bucket.</p>
 <h3 id="i-have-an-application-that-is-reading-and-writing-to-s3-buckets-how-do-i-use-it-with-ozone">I have an application that is reading and writing to S3 buckets. How do I use it with Ozone?</h3>
 <p>Ozone supports S3 protocol as a first-class interface. So you can take an existing S3 based application and change the S3 server address. That is it.</p>
 <h3 id="you-said-i-could-change-the-s3-server-address-but-i-need-to-put-the-access-key-id-and-secret-access-key-into-my-aws-file-where-do-i-find-it">You said I could change the S3 server address, but I need to put the access key id and secret access key into my .aws file; where do I find it?</h3>
@@ -101,7 +101,7 @@
 <h3 id="okay-i-am-convinced-i-would-like-to-try-out-ozone-how-do-i-get-started">Okay, I am convinced I would like to try out Ozone. How do I get started?</h3>
 <p>Please take a look at the getting started document. For the impatient, we have docker containers, which allows you to start a fully functional cluster on your machine to explore and see if Ozone works for you.</p>
 <p>There are instructions on how to start Ozone on conventional machines or VMs if you would like to go that way.</p>
-<p>You can <a href="/ozone/downloads/">download</a> it and <a href="/ozone/docs/0.3.0-alpha/runningviadocker.html">try it out.</a></p>
+<p>You can <a href="/downloads/">download</a> it and <a href="/docs/1.2.0/start/runningviadocker.html">try it out.</a></p>
 <h3 id="you-said-k8s-in-the-first-page-how-do-i-deploy-ozone-on-k8s">You said K8s in the first page, How do I deploy Ozone on K8s?</h3>
 <p>Please look at the getting started with K8s page. Ozone fully supports deployments to a K8s cluster.</p>
 <h3 id="i-have-an-existing-apache-hadoop-cluster-and-i-run-things-like-hdfs-and-yarn-how-do-i-use-ozone">I have an existing Apache Hadoop cluster, and I run things like HDFS and YARN. How do I use Ozone?</h3>
diff --git a/index.html b/index.html
index c08d55e..ddc52c1 100644
--- a/index.html
+++ b/index.html
@@ -94,7 +94,7 @@
             </p>
             </p>
             <p></p>
-            <p class="lead">Ozone is now Generally Available(GA) with <a href="release/1.1.0/">1.1.0</a> release.
+            <p class="lead">Ozone is now Generally Available(GA) with <a href="release/1.2.0/">1.2.0</a> release.
             </p>
             <p></p>
         </div>
diff --git a/index.xml b/index.xml
index 315753c..b9c0167 100644
--- a/index.xml
+++ b/index.xml
@@ -7,7 +7,18 @@
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
     <copyright>&amp;copy; 2020 Apache Software Foundation</copyright>
-    <lastBuildDate>Sat, 17 Apr 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://ozone.apache.org/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Wed, 17 Nov 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://ozone.apache.org/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Release 1.2.0 available</title>
+      <link>https://ozone.apache.org/release/1.2.0/</link>
+      <pubDate>Wed, 17 Nov 2021 00:00:00 +0000</pubDate>
+      
+      <guid>https://ozone.apache.org/release/1.2.0/</guid>
+      <description>Apache Ozone 1.2.0 is released with following features:
+ Non-rolling downgrade support to 1.1.0 Storage Container Manager high availability for new clusters Filesystem prefix optimization for new clusters Transparent data encryption for S3 buckets Security enhancements  This is a generally available (GA) release. It represents a point of API stability and quality that we consider production-ready.
+Image credit: Glacier National Park 8 by Tony Hisgett, CC BY 2.0 / Text added to original</description>
+    </item>
+    
     <item>
       <title>Release 1.1.0 available</title>
       <link>https://ozone.apache.org/release/1.1.0/</link>
diff --git a/docs/index.html b/release/1.2.0/index.html
similarity index 66%
copy from docs/index.html
copy to release/1.2.0/index.html
index c45df2d..f7dde31 100644
--- a/docs/index.html
+++ b/release/1.2.0/index.html
@@ -81,35 +81,49 @@
 </div>
 
 <div class="container">
+<div class="row">
+<div class="col-md-8">
+<h1>Release 1.2.0 available</h1>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><img src="releases/1.2.0.jpg" alt="glacier-haiku"></p>
+<p>Apache Ozone 1.2.0 is released with following features:</p>
+<ul>
+<li>Non-rolling downgrade support to 1.1.0</li>
+<li>Storage Container Manager high availability for new clusters</li>
+<li>Filesystem prefix optimization for new clusters</li>
+<li>Transparent data encryption for S3 buckets</li>
+<li>Security enhancements</li>
+</ul>
+<p>This is a generally available (GA) release.
+It represents a point of API stability and quality that we consider production-ready.</p>
+<p>Image credit: <a href="https://www.flickr.com/photos/hisgett/8047686029/">Glacier National Park 8</a> by <a href="https://www.flickr.com/people/37804979@N00">Tony Hisgett</a>, <a href="https://creativecommons.org/licenses/by/2.0/deed.en">CC BY 2.0</a> / Text added to original</p>
 
-  <h1>Documentation</h1>
-
-Choose a version:
-
-<p>
-  <table class="table table-striped">
-     <tr>
-       <td><a href="https://ci-hadoop.apache.org/view/Hadoop%20Ozone/job/ozone-doc-master/lastSuccessfulBuild/artifact/hadoop-hdds/docs/public/index.html">edge(master)</a></td>
-     </tr>
-   
-     <tr>
-       <td><a href="/docs/1.1.0">1.1.0</a></td>
-     </tr>
-  
-     <tr>
-       <td><a href="/docs/1.0.0">1.0.0</a></td>
-     </tr>
-  
-     <tr>
-       <td><a href="/docs/0.5.0-beta">0.5.0-beta</a></td>
-     </tr>
-  
-  </table>
-</p>
-
-  <p>Documentation is also part of the binary release packages and available online from the running Storage Container Manager or Ozone Manager webui.</p>
+</div>
+<div class="col-md-4" style="padding: 20px;">
+    
+       <p>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/1.2.0/ozone-1.2.0.tar.gz"
+              class="btn btn-success">Download tar.gz</a></p>
+       <p>
+           (<a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0.tar.gz.sha512">checksum</a>
+           <a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0.tar.gz.asc">signature</a>)
+       </p>
+       <p>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/1.2.0/ozone-1.2.0-src.tar.gz"
+              class="btn btn-warning">Download src</a></p>
+       <p>
+           (<a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0-src.tar.gz.sha512">checksum</a>
+           <a href="https://downloads.apache.org/ozone/1.2.0/ozone-1.2.0-src.tar.gz.asc">signature</a>)
+       </p>
+       <p><a href="https://hadoop.apache.org/ozone/docs/1.2.0" class="btn btn-primary">Documentation</a>
+       </p>
+    
+    <p><small>2021 Nov 17 </small></p>
 
 </div>
+</div>
+</div>
 
 <footer>
     <div class="container">
diff --git a/release/index.html b/release/index.html
index 61792e0..28acc7c 100644
--- a/release/index.html
+++ b/release/index.html
@@ -87,6 +87,26 @@
     <h1 id="title">Releases Archive</h1>
         <ul id="list">
             
+            <h1><a href="/release/1.2.0/">Release 1.2.0 available</a></h1>
+            <p><small>2021 Nov 17 </small></p>
+
+            <!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><img src="releases/1.2.0.jpg" alt="glacier-haiku"></p>
+<p>Apache Ozone 1.2.0 is released with following features:</p>
+<ul>
+<li>Non-rolling downgrade support to 1.1.0</li>
+<li>Storage Container Manager high availability for new clusters</li>
+<li>Filesystem prefix optimization for new clusters</li>
+<li>Transparent data encryption for S3 buckets</li>
+<li>Security enhancements</li>
+</ul>
+<p>This is a generally available (GA) release.
+It represents a point of API stability and quality that we consider production-ready.</p>
+<p>Image credit: <a href="https://www.flickr.com/photos/hisgett/8047686029/">Glacier National Park 8</a> by <a href="https://www.flickr.com/people/37804979@N00">Tony Hisgett</a>, <a href="https://creativecommons.org/licenses/by/2.0/deed.en">CC BY 2.0</a> / Text added to original</p>
+
+
+            
             <h1><a href="/release/1.1.0/">Release 1.1.0 available</a></h1>
             <p><small>2021 Apr 17 </small></p>
 
diff --git a/release/index.xml b/release/index.xml
index 582de8b..49512da 100644
--- a/release/index.xml
+++ b/release/index.xml
@@ -7,7 +7,18 @@
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
     <copyright>&amp;copy; 2020 Apache Software Foundation</copyright>
-    <lastBuildDate>Sat, 17 Apr 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://ozone.apache.org/release/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Wed, 17 Nov 2021 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.2.0 available</title>
+      <link>https://ozone.apache.org/release/1.2.0/</link>
+      <pubDate>Wed, 17 Nov 2021 00:00:00 +0000</pubDate>
+      
+      <guid>https://ozone.apache.org/release/1.2.0/</guid>
+      <description>Apache Ozone 1.2.0 is released with following features:
+ Non-rolling downgrade support to 1.1.0 Storage Container Manager high availability for new clusters Filesystem prefix optimization for new clusters Transparent data encryption for S3 buckets Security enhancements  This is a generally available (GA) release. It represents a point of API stability and quality that we consider production-ready.
+Image credit: Glacier National Park 8 by Tony Hisgett, CC BY 2.0 / Text added to original</description>
+    </item>
+    
     <item>
       <title>Release 1.1.0 available</title>
       <link>https://ozone.apache.org/release/1.1.0/</link>
diff --git a/releases/1.2.0.jpg b/releases/1.2.0.jpg
new file mode 100644
index 0000000..c9ca337
Binary files /dev/null and b/releases/1.2.0.jpg differ
diff --git a/sitemap.xml b/sitemap.xml
index 55dc796..cb01000 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,16 +4,21 @@
   
   <url>
     <loc>https://ozone.apache.org/</loc>
-    <lastmod>2021-04-17T00:00:00+00:00</lastmod>
+    <lastmod>2021-11-17T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://ozone.apache.org/release/1.1.0/</loc>
-    <lastmod>2021-04-17T00:00:00+00:00</lastmod>
+    <loc>https://ozone.apache.org/release/1.2.0/</loc>
+    <lastmod>2021-11-17T00:00:00+00:00</lastmod>
   </url>
   
   <url>
     <loc>https://ozone.apache.org/release/</loc>
+    <lastmod>2021-11-17T00:00:00+00:00</lastmod>
+  </url>
+  
+  <url>
+    <loc>https://ozone.apache.org/release/1.1.0/</loc>
     <lastmod>2021-04-17T00:00:00+00:00</lastmod>
   </url>
   

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org