HDDS-6002. Update release page for 1.2.0. (#17)

diff --git a/content/faq.md b/content/faq.md
index f789c4f..e48309c 100644
--- a/content/faq.md
+++ b/content/faq.md
@@ -15,7 +15,7 @@
 Not that we know.  Ozone is an Apache-licensed open source product; Nothing prevents someone from offering Ozone as a product in the cloud.
 
 ### I have an Apache Spark Application. How do I use it with Ozone?
-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.
+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.
 
 ### I have an application that is reading and writing to S3 buckets. How do I use it with Ozone?
 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.
@@ -31,7 +31,7 @@
 
 There are instructions on how to start Ozone on conventional machines or VMs if you would like to go that way.
 
-You can [download](/ozone/downloads/) it and [try it out.](/ozone/docs/0.3.0-alpha/runningviadocker.html)
+You can [download](/downloads/) it and [try it out.](/docs/1.2.0/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.2.0.md b/content/release/1.2.0.md
new file mode 100644
index 0000000..3a5170d
--- /dev/null
+++ b/content/release/1.2.0.md
@@ -0,0 +1,38 @@
+---
+title: Release 1.2.0 available
+date: 2021-11-17
+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.
+-->
+
+![glacier-haiku](releases/1.2.0.jpg)
+
+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][image] by [Tony Hisgett][author], [CC BY 2.0][cc] / Text added to original
+
+[image]: https://www.flickr.com/photos/hisgett/8047686029/
+[author]: https://www.flickr.com/people/37804979@N00
+[cc]: https://creativecommons.org/licenses/by/2.0/deed.en
diff --git a/layouts/index.html b/layouts/index.html
index c60d4dc..3c36153 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.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/static/releases/1.2.0.jpg b/static/releases/1.2.0.jpg
new file mode 100644
index 0000000..c9ca337
--- /dev/null
+++ b/static/releases/1.2.0.jpg
Binary files differ