|
| 1 | +ancestor: null |
| 2 | +releases: |
| 3 | + 1.0.0: |
| 4 | + changes: |
| 5 | + release_summary: "Initial release of the IBM\xAE z/OS\xAE CICS\xAE collection, |
| 6 | + also referred to as ibm_zos_cics, which is part of the broader offering Red |
| 7 | + Hat\xAE Ansible\xAE Certified Content for IBM Z\xAE.\n\nThis collection can |
| 8 | + manage CICS and CICSPlex\xAE SM resources and definitions by calling the CMCI |
| 9 | + REST API, which can be configured in a CICSplex or in a stand-alone region." |
| 10 | + fragments: |
| 11 | + - 100-retrospective.yml |
| 12 | + modules: |
| 13 | + - description: Perform actions on CICS and CICSPlex SM resources |
| 14 | + name: cmci_action |
| 15 | + namespace: '' |
| 16 | + - description: Create CICS and CICSPlex SM definitions |
| 17 | + name: cmci_create |
| 18 | + namespace: '' |
| 19 | + - description: Delete CICS and CICSPlex SM resources |
| 20 | + name: cmci_delete |
| 21 | + namespace: '' |
| 22 | + - description: Query CICS and CICSPlex SM resources and definitions |
| 23 | + name: cmci_get |
| 24 | + namespace: '' |
| 25 | + - description: Update CICS and CICSPlex resources and definitions |
| 26 | + name: cmci_update |
| 27 | + namespace: '' |
| 28 | + release_date: '2021-02-17' |
| 29 | + 1.0.1: |
| 30 | + changes: |
| 31 | + release_summary: Fix some documentation issues on Hub, and include some missing |
| 32 | + documentation about requirements. |
| 33 | + fragments: |
| 34 | + - 101-retrospective.yml |
| 35 | + release_date: '2021-03-02' |
| 36 | + 1.0.3: |
| 37 | + changes: |
| 38 | + bugfixes: |
| 39 | + - Improve sanitisation and validation of parameters. |
| 40 | + minor_changes: |
| 41 | + - Added support for CMCI feedback on failed CMCI requests. |
| 42 | + - Updated timeout support on requests to be configurable via the timeout option. |
| 43 | + The default value is 30 seconds if not specified. |
| 44 | + release_summary: This release contains a number of new features and bug fixes. |
| 45 | + fragments: |
| 46 | + - 103-retrospective.yml |
| 47 | + release_date: '2021-07-15' |
| 48 | + 1.0.4: |
| 49 | + changes: |
| 50 | + bugfixes: |
| 51 | + - cmci_get - prevent ``cmci_get`` from failing if no records are found via the |
| 52 | + ``fail_on_nodata`` option. The default value is ``true`` if not specified. |
| 53 | + minor_changes: |
| 54 | + - Provide variables for all modules in one go using Ansible's `group module |
| 55 | + defaults <https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups>`_ |
| 56 | + support. The group name for the CMCI modules is ``cmci_group``. |
| 57 | + release_summary: This release contains a number of new features and bug fixes. |
| 58 | + fragments: |
| 59 | + - 104-retrospective.yml |
| 60 | + release_date: '2023-04-21' |
| 61 | + 1.0.5: |
| 62 | + changes: |
| 63 | + bugfixes: |
| 64 | + - Missing requirements.txt - requirements.txt was not included in the built |
| 65 | + collection. Fix removes this from the build_ignore section of the galaxy.yml. |
| 66 | + release_summary: This release contains one bug fix |
| 67 | + fragments: |
| 68 | + - include-requirements-txt.yaml |
| 69 | + - release_summary.yaml |
| 70 | + release_date: '2023-05-16' |
0 commit comments