From be54adeed992c53607705c33725ae2c241f8bb11 Mon Sep 17 00:00:00 2001 From: Shuai Cao Date: Tue, 14 May 2024 18:43:07 +0800 Subject: [PATCH] Update release_notes.rst Add 1.0.6 and 2.0.0 --- docs/source/release_notes.rst | 40 ++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 8b26d087..eda78f78 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -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