Added a HOWTO page release based source edits.

conf.py
-------
   * Exclude all variants of python virtual env from traversal.
   * Exclude __pycache__ from document traversal.

index.rst
---------
   * Create a top level index link/page for release howto(s).

overview/contributing.rst
-------------------------
   * Document version based script edits required at time of release.
   * This URL will be used by repo:ci-management/vars/installVoltctl
     to display self-documenting help.

*/urls
------
   * Added placeholders and resources for documenting future topics.

Chaser edits:
-------------
   o Bump VERSION string.
   o 'stern' URL in unrelated troublteshooting.rst doc failed link check:
      + github repo no longer exists.
      + add replacement github/stern/stern

Change-Id: I2f0f15eb5ba7bd6817806296928964df5259b21a
diff --git a/howto/release/installVoltctl.rst b/howto/release/installVoltctl.rst
new file mode 100644
index 0000000..78fa5f1
--- /dev/null
+++ b/howto/release/installVoltctl.rst
@@ -0,0 +1,13 @@
+VOLTHA Release: installVoltctl.groovy
+=====================================
+
+Release Notes
+-------------
+The `repo:ci-management :: vars/installVoltctl.groovy <https://gerrit.opencord.org/plugins/gitiles/ci-management/+/refs/heads/master/vars/installVoltctl.groovy>`_ script is used to a versioned installed voltctl binary when working with LTS or an older released version.
+
+During release the install program will require an edit to capture the HEAD version of voltctl at the time of release.
+
+See Also
+--------
+   * `vars/installVolthactl.groovy <https://gerrit.opencord.org/plugins/gitiles/ci-management/+/refs/heads/master/vars/installVoltctl.groovy>`_
+   * `VOLTHA Release Process <https://docs.voltha.org/master/release_notes/release_process.html?highlight=release>`_