From d47edba4df99f684f76e4aa19d19dfdb28727d10 Mon Sep 17 00:00:00 2001 From: ddimatos Date: Wed, 15 May 2024 22:00:43 -0700 Subject: [PATCH] Automated commit to update documentation --- .../docs/source/release_notes.rst.txt | 40 ++++++++---- .../docs/source/requirements_managed.rst.txt | 20 ++---- ibm_zos_cics/docs/source/release_notes.html | 65 ++++++++++++------- .../docs/source/requirements_managed.html | 12 +--- searchindex.js | 2 +- 5 files changed, 77 insertions(+), 62 deletions(-) diff --git a/_sources/ibm_zos_cics/docs/source/release_notes.rst.txt b/_sources/ibm_zos_cics/docs/source/release_notes.rst.txt index 8b26d087..eda78f78 100644 --- a/_sources/ibm_zos_cics/docs/source/release_notes.rst.txt +++ b/_sources/ibm_zos_cics/docs/source/release_notes.rst.txt @@ -1,5 +1,5 @@ .. ............................................................................... -.. © Copyright IBM Corporation 2020,2023 . +.. © Copyright IBM Corporation 2020,2024 . .. Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0) . .. ............................................................................... @@ -7,6 +7,22 @@ Releases ======== +Version 2.0.0 +====== + +What's new +--------------- + +* **Removed support for Python 2.7.** Python 2.7 is no longer supported as the managed node runtime. + + +Version 1.0.6 +============= +What's New +------------------- +* Bug fix that allows CICSPlex SM Scope and Context to contain special characters '$', '@', and '#'. + + Version 1.0.5 ============= What's New @@ -48,25 +64,25 @@ Initial release of the **IBM® z/OS® CICS® collection**, also referred to as * This collection can manage CICS and CICSPlex® SM resources and definitions by calling the `CMCI REST API`_, which can be configured in a CICSplex or in a stand-alone region. -* Modules +**Modules** - * ``cmci_create`` - Create definitional CICS and CICSPlex SM resources in CICS regions, by initiating POST requests via the CMCI REST API. - * ``cmci_delete`` - Remove or discard definitional and installed CICS and CICSPlex SM resources from CICS regions, by initiating DELETE requests via the CMCI REST API. - * ``cmci_get`` - Retrieve information about installed and definitional CICS and CICSPlex SM resources from CICS regions, by initiating GET requests via the CMCI REST API. - * ``cmci_action`` - Install CICS and CICSPlex SM resources into CICS regions from definitions, by initiating PUT requests via the CMCI REST API. - * ``cmci_update`` - Make changes to CICS and CICSPlex SM resources in CICS regions, by initiating PUT requests via the CMCI REST API. +* ``cmci_create`` - Create definitional CICS and CICSPlex SM resources in CICS regions, by initiating POST requests via the CMCI REST API. +* ``cmci_delete`` - Remove or discard definitional and installed CICS and CICSPlex SM resources from CICS regions, by initiating DELETE requests via the CMCI REST API. +* ``cmci_get`` - Retrieve information about installed and definitional CICS and CICSPlex SM resources from CICS regions, by initiating GET requests via the CMCI REST API. +* ``cmci_action`` - Install CICS and CICSPlex SM resources into CICS regions from definitions, by initiating PUT requests via the CMCI REST API. +* ``cmci_update`` - Make changes to CICS and CICSPlex SM resources in CICS regions, by initiating PUT requests via the CMCI REST API. -* Documentation +**Documentation** - * Generic documentation is available at `the documentation site`_, covering guidance on installation, modules, and other reference. +* Generic documentation is available at `the documentation site`_, covering guidance on installation, modules, and other reference. - * Documentation related to playbook configuration is provided with sample playbooks at the `samples repository`_. Each playbook contains a README that explains what configurations must be made to run a sample playbook. +* Documentation related to playbook configuration is provided with sample playbooks at the `samples repository`_. Each playbook contains a README that explains what configurations must be made to run a sample playbook. -* Playbooks +**Playbooks** - * Sample playbooks are available at the `samples repository`_. Each playbook contains a README that explains what configurations must be made to run a sample playbook. +* Sample playbooks are available at the `samples repository`_. Each playbook contains a README that explains what configurations must be made to run a sample playbook. .. _samples repository: https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics diff --git a/_sources/ibm_zos_cics/docs/source/requirements_managed.rst.txt b/_sources/ibm_zos_cics/docs/source/requirements_managed.rst.txt index 0f7c482d..d87eeb9a 100644 --- a/_sources/ibm_zos_cics/docs/source/requirements_managed.rst.txt +++ b/_sources/ibm_zos_cics/docs/source/requirements_managed.rst.txt @@ -1,5 +1,5 @@ .. ........................................................................... -.. © Copyright IBM Corporation 2020,2021 . +.. © Copyright IBM Corporation 2020,2024 . .. ........................................................................... Requirements of managed nodes @@ -21,24 +21,15 @@ The requirements of the managed node are as follows: * `requests`_ * `xmltodict`_ - * `typing`_ (For Python versions < 3.5) If you delegate the tasks to run on your localhost, the Python module dependencies need to be installed on your localhost instead. - You can install them from CLI: + You can install them from the CLI by using the following command: - * If your Python version is no less than 3.5: + .. code-block:: sh - .. code-block:: sh - - pip install requests xmltodict - - * If your Python version < 3.5: - - .. code-block:: sh - - pip install requests xmltodict typing + pip install requests xmltodict You can also install them using the playbook. For example, this `CICS @@ -49,9 +40,6 @@ The requirements of the managed node are as follows: .. _xmltodict: https://pypi.org/project/xmltodict/ - -.. _typing: - https://pypi.org/project/typing/ .. _CICS sample playbook: https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics/cmci/reporting diff --git a/ibm_zos_cics/docs/source/release_notes.html b/ibm_zos_cics/docs/source/release_notes.html index 6fc5c1fc..3a2e31fa 100644 --- a/ibm_zos_cics/docs/source/release_notes.html +++ b/ibm_zos_cics/docs/source/release_notes.html @@ -100,20 +100,28 @@
  • Releases