[VOL-5009] - Update release notes
[VOL-5061]
overview/releases.rst
---------------------
o Correct start/end release dates for v2.10-v2.12 to reflect reality.
release_notes/voltha_2.12.rst
-----------------------------
o Populate the onos apps grid with versioned artifact and VCS urls.
o Component kafka the only holdout
howto/release/checklist.rst
howto/release/components/index.rst
howto/release/index.rst
howto/release/voltha-docs/index.rst
howto/release/voltha-docs/release_notes.rst
howto/release/branching/
howto/release/components/igmpproxy/
howto/release/components/kafka/
howto/release/components/maclearner/
howto/release/components/pppoeagent/
howto/release/voltha-docs/release_history.rst
---------------------------------------------
o Add more random content and links for release dependencies and tasks.
Change-Id: I31338488a4e626a97435429a36e200d54cf6267e
diff --git a/howto/release/checklist.rst b/howto/release/checklist.rst
index 789d779..206ac9d 100644
--- a/howto/release/checklist.rst
+++ b/howto/release/checklist.rst
@@ -55,7 +55,46 @@
Helm Charts
-----------
+voltha-infra
+^^^^^^^^^^^^
+
Once dependent packages are built update helm charts: charts/index
+- Verify by `installation <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts>`_
+
+.. code:: bash
+
+ helm upgrade --install --create-namespace -n infra --version 2.8.0 voltha-infra onf/voltha-infra
+
+voltha-stack
+^^^^^^^^^^^^
+
+.. code:: bash
+
+ helm upgrade --install --create-namespace \
+ -n voltha voltha onf/voltha-stack \
+ --set global.stack_name=voltha \
+ --set global.voltha_infra_name=voltha-infra \
+ --set global.voltha_infra_namespace=infra
+
+Verify DT & TT
+^^^^^^^^^^^^^^
+
+`deploying-a-different-workflow <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow>`_
+
+Update
+https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-stack/Chart.yaml
+
+
+Misc
+^^^^
+
+.. code:: bash
+
+ helm upgrade --install -n voltha bbsim0 onf/bbsim --set olt_id=10
+
+ # https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow
+ kubectl get pods --all-namespaces
+
Voltha with golang source
-------------------------
@@ -115,3 +154,7 @@
- Update go mod files
Review `voltha-helm-charts <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts>`_
+
+Release voltha-protos & friends in order
+----------------------------------------
+https://docs.voltha.org/master/overview/release_process.html?highlight=charts%20yaml