|
1 | 1 | .. ...............................................................................
|
2 |
| -.. © Copyright IBM Corporation 2020,2023 . |
| 2 | +.. © Copyright IBM Corporation 2020,2024 . |
3 | 3 | .. Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0) .
|
4 | 4 | .. ...............................................................................
|
5 | 5 |
|
6 | 6 | ========
|
7 | 7 | Releases
|
8 | 8 | ========
|
9 | 9 |
|
| 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 | + |
10 | 26 | Version 1.0.5
|
11 | 27 | =============
|
12 | 28 | What's New
|
@@ -48,25 +64,25 @@ Initial release of the **IBM® z/OS® CICS® collection**, also referred to as *
|
48 | 64 |
|
49 | 65 | 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.
|
50 | 66 |
|
51 |
| -* Modules |
| 67 | +**Modules** |
52 | 68 |
|
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. |
58 | 74 |
|
59 | 75 |
|
60 |
| -* Documentation |
| 76 | +**Documentation** |
61 | 77 |
|
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. |
63 | 79 |
|
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. |
65 | 81 |
|
66 | 82 |
|
67 |
| -* Playbooks |
| 83 | +**Playbooks** |
68 | 84 |
|
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. |
70 | 86 |
|
71 | 87 | .. _samples repository:
|
72 | 88 | https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics
|
|
0 commit comments