Skip to content

Commit fab899c

Browse files
cssh-erikandrewhughes101
authored andcommitted
Update release_notes.rst
Add 1.0.6 and 2.0.0
1 parent 8884269 commit fab899c

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

docs/source/release_notes.rst

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
.. ...............................................................................
2-
.. © Copyright IBM Corporation 2020,2023 .
2+
.. © Copyright IBM Corporation 2020,2024 .
33
.. Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0) .
44
.. ...............................................................................
55
66
========
77
Releases
88
========
99

10+
Version 2.0.0
11+
======
12+
13+
What's new
14+
---------------
15+
16+
* **Removed support for Python 2.7.** Python 2.7 is no longer supported as the managed node runtime.
17+
18+
19+
Version 1.0.6
20+
=============
21+
What's New
22+
-------------------
23+
* Bug fix that allows CICSPlex SM Scope and Context to contain special characters '$', '@', and '#'.
24+
25+
1026
Version 1.0.5
1127
=============
1228
What's New
@@ -48,25 +64,25 @@ Initial release of the **IBM® z/OS® CICS® collection**, also referred to as *
4864

4965
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.
5066

51-
* Modules
67+
**Modules**
5268

53-
* ``cmci_create`` - Create definitional CICS and CICSPlex SM resources in CICS regions, by initiating POST requests via the CMCI REST API.
54-
* ``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.
55-
* ``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.
56-
* ``cmci_action`` - Install CICS and CICSPlex SM resources into CICS regions from definitions, by initiating PUT requests via the CMCI REST API.
57-
* ``cmci_update`` - Make changes to CICS and CICSPlex SM resources in CICS regions, by initiating PUT requests via the CMCI REST API.
69+
* ``cmci_create`` - Create definitional CICS and CICSPlex SM resources in CICS regions, by initiating POST requests via the CMCI REST API.
70+
* ``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.
71+
* ``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.
72+
* ``cmci_action`` - Install CICS and CICSPlex SM resources into CICS regions from definitions, by initiating PUT requests via the CMCI REST API.
73+
* ``cmci_update`` - Make changes to CICS and CICSPlex SM resources in CICS regions, by initiating PUT requests via the CMCI REST API.
5874

5975

60-
* Documentation
76+
**Documentation**
6177

62-
* Generic documentation is available at `the documentation site`_, covering guidance on installation, modules, and other reference.
78+
* Generic documentation is available at `the documentation site`_, covering guidance on installation, modules, and other reference.
6379

64-
* 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.
80+
* 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.
6581

6682

67-
* Playbooks
83+
**Playbooks**
6884

69-
* 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.
85+
* 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.
7086

7187
.. _samples repository:
7288
https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics

0 commit comments

Comments
 (0)