Cherry-pick 1.0.x release note to master

Change-Id: I679b3828651b64500f566273c7ea003c886eb31f
diff --git a/release/1.0.1.rst b/release/1.0.1.rst
new file mode 100644
index 0000000..d099291
--- /dev/null
+++ b/release/1.0.1.rst
@@ -0,0 +1,58 @@
+.. SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
+.. SPDX-License-Identifier: Apache-2.0
+
+SD-Fabric 1.0.1
+===============
+
+This release fixes a few issues we discovered with SD-Fabric 1.0.0 release.
+
+Feature Highlights
+-------------------
+- Upgrade onos-classic helm chart to ``0.1.26``
+
+  - Address the log4j2 security issue reported in **CVE-2021-44228**
+
+- Upgrade stratum helm chart to ``0.1.18``
+
+  - Make chassis config part of the Helm value
+
+- Upgrade stratum image to ``stratum-bfrt: 21.12-9.5.0``
+
+  - Address the mastership election issue reported in SDFAB-812 and SDFAB-822
+
+Component Versions in the Release
+---------------------------------
+
+SD-Fabric ONOS image
+^^^^^^^^^^^^^^^^^^^^
+- `tost <https://registry.aetherproject.org/harbor/projects/4/repositories/tost>`_: ``registry.aetherproject.org/tost/tost:1.0.0``
+
+Sub-component versions:
+
+- `onos <https://github.com/opennetworkinglab/onos>`_: ``2.5.5-rc1``
+- `trellis-control <https://github.com/opennetworkinglab/trellis-control>`_: ``3.1.0``
+- `trellis-t3 <https://github.com/opennetworkinglab/trellis-t3>`_: ``4.0.0``
+- `fabric-tna <https://github.com/stratum/fabric-tna>`_: ``1.0.0``
+- `up4 <https://github.com/omec-project/up4>`_: ``1.0.0``
+
+Stratum image
+^^^^^^^^^^^^^
+- `stratum-bfrt <https://hub.docker.com/r/stratumproject/stratum-bfrt>`_: ``stratumproject/stratum-bfrt:21.12-9.5.0``
+
+DBUF image
+^^^^^^^^^^
+- `dbuf <https://github.com/omec-project/dbuf>`_: ``registry.aetherproject.org/tost/dbuf:1.0.0``
+
+PFCP Agent image
+^^^^^^^^^^^^^^^^
+- `pfcp-agent <https://github.com/omec-project/upf-epc/tree/master/pfcpiface>`_: ``omecproject/upf-epc-pfcpiface:master-fcdbc95``
+
+Helm Chart Versions
+-------------------
+- `sdfabric <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/sdfabric>`_: ``1.0.10``
+
+  - `onos-classic chart <https://github.com/onosproject/onos-helm-charts/tree/master/onos-classic>`_: ``0.1.26``
+  - `stratum chart <https://github.com/stratum/stratum-helm-charts/tree/master/stratum>`_: ``0.1.18``
+  - `pfcp-agent chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/pfcp-agent>`_: ``0.0.1``
+  - `dbuf chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/dbuf/>`_: ``0.0.1``
+  - `int-host-reporter chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/int-host-reporter>`_: ``0.0.1``
diff --git a/release/1.0.2.rst b/release/1.0.2.rst
new file mode 100644
index 0000000..2dda05a
--- /dev/null
+++ b/release/1.0.2.rst
@@ -0,0 +1,48 @@
+.. SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
+.. SPDX-License-Identifier: Apache-2.0
+
+SD-Fabric 1.0.2
+===============
+
+This release fixes a missing flow issue (SDFAB-887, SDFAB-893, SDFAB-904) we discovered in SD-Fabric 1.0.1 release.
+
+Component Versions in the Release
+---------------------------------
+
+SD-Fabric ONOS image
+^^^^^^^^^^^^^^^^^^^^
+- `tost <https://registry.aetherproject.org/harbor/projects/4/repositories/tost>`_: ``registry.aetherproject.org/tost/tost:1.0.2``
+
+Sub-component versions:
+
+- `onos <https://github.com/opennetworkinglab/onos>`_: ``a86c946c2a96fcfccdb74819a610da054401c69d`` + ``bb2a72c4806390fd438d3f4391bc5f92cf537867`` (missing flow fix)
+- `trellis-control <https://github.com/opennetworkinglab/trellis-control>`_: ``e145f48d34d88351c7ad00e9aab659008b78166b``
+- `trellis-t3 <https://github.com/opennetworkinglab/trellis-t3>`_: ``0d5757dac9074fff5c0f255a6d9f18aa63786791``
+- `fabric-tna <https://github.com/stratum/fabric-tna>`_: ``3b059d3f2d9d3e8b7e987851b7bfa0d1316673bd``
+- `up4 <https://github.com/omec-project/up4>`_: ``88f9218e9f76cafee12da0ad4efc95ebc074cc7f``
+
+.. note::
+
+  ``1.0.2`` is hot fix that was manually cherry-picked and built
+
+Stratum image
+^^^^^^^^^^^^^
+- `stratum-bfrt <https://hub.docker.com/r/stratumproject/stratum-bfrt>`_: ``stratumproject/stratum-bfrt:21.12-9.5.0``
+
+DBUF image
+^^^^^^^^^^
+- `dbuf <https://github.com/omec-project/dbuf>`_: ``registry.aetherproject.org/tost/dbuf:1.0.0``
+
+PFCP Agent image
+^^^^^^^^^^^^^^^^
+- `pfcp-agent <https://github.com/omec-project/upf-epc/tree/master/pfcpiface>`_: ``omecproject/upf-epc-pfcpiface:master-fcdbc95``
+
+Helm Chart Versions
+-------------------
+- `sdfabric <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/sdfabric>`_: ``1.0.11``
+
+  - `onos-classic chart <https://github.com/onosproject/onos-helm-charts/tree/master/onos-classic>`_: ``0.1.26``
+  - `stratum chart <https://github.com/stratum/stratum-helm-charts/tree/master/stratum>`_: ``0.1.18``
+  - `pfcp-agent chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/pfcp-agent>`_: ``0.0.1``
+  - `dbuf chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/dbuf/>`_: ``0.0.1``
+  - `int-host-reporter chart <https://gerrit.opencord.org/plugins/gitiles/sdfabric-helm-charts/+/refs/heads/master/int-host-reporter>`_: ``0.0.1``