Skip to content

Latest commit

 

History

History
109 lines (69 loc) · 2.66 KB

CHANGELOG.rst

File metadata and controls

109 lines (69 loc) · 2.66 KB

ibm.ibm_zos_cics Release Notes

Removed support for Python 2.7

  • Python 2.7 is no longer supported as the managed node runtime

This release contains one bug fix

  • Allows CPSM Scope and Context to contain the following special characters '$', '@', and '#'

This release contains one bug fix

  • Missing requirements.txt - requirements.txt was not included in the built collection. Fix removes this from the build_ignore section of the galaxy.yml.

This release contains a number of new features and bug fixes.

  • Provide variables for all modules in one go using Ansible's group module defaults support. The group name for the CMCI modules is cmci_group.
  • cmci_get - prevent cmci_get from failing if no records are found via the fail_on_nodata option. The default value is true if not specified.

This release contains a number of new features and bug fixes.

  • Added support for CMCI feedback on failed CMCI requests.
  • Updated timeout support on requests to be configurable via the timeout option. The default value is 30 seconds if not specified.
  • Improve sanitisation and validation of parameters.

Fix some documentation issues on Hub, and include some missing documentation about requirements.

Initial release of the IBM® z/OS® CICS® collection, also referred to as ibm_zos_cics, which is part of the broader offering Red Hat® Ansible® Certified Content for IBM Z®.

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.

  • ibm.ibm_zos_cics.cmci_action - Perform actions on CICS and CICSPlex SM resources
  • ibm.ibm_zos_cics.cmci_create - Create CICS and CICSPlex SM definitions
  • ibm.ibm_zos_cics.cmci_delete - Delete CICS and CICSPlex SM resources
  • ibm.ibm_zos_cics.cmci_get - Query CICS and CICSPlex SM resources and definitions
  • ibm.ibm_zos_cics.cmci_update - Update CICS and CICSPlex resources and definitions