Releases: ansible-collections/ibm_zos_cics
v2.1.0
General Availability of CICS provisioning modules.
New modules released:
-
aux_temp_storage - for the CICS auxiliary temporary storage data set. This module was initially released as
auxiliary_temp
with Version 1.1.0-beta.4. The module is changed toaux_temp_storage
in Version 2.1.0. -
aux_trace - for the CICS auxiliary trace data sets. This module was initially released as
trace
with Version 1.1.0-beta.4. The module is changed toaux_trace
in Version 2.1.0. -
csd - for the CICS system definition data set. This module was initially released with Version 1.1.0-beta.4.
-
global_catalog - for the CICS global catalog data set. This module was initially released with Version 1.1.0-beta.4.
-
local_request_queue - for the CICS local request queue data set. This module was initially released with Version 1.1.0-beta.3.
-
td_intrapartition - for the CICS transient data intrapartition data set. This module was initially released as
intrapartition
with Version 1.1.0-beta.4. The module is changed totd_intrapartition
in Version 2.1.0. -
transaction_dump - for the CICS transaction dump data sets. This module was initially released with Version 1.1.0-beta.4.
-
region_jcl - Create a CICS startup JCL data set. This module replaces
start_cics
, which was released with Version 1.1.0-beta.5.region_jcl
is significantly different fromstart_cics
in function.region_jcl
creates a data set that contains the startup JCL, but doesn't perform the actual startup processing. -
stop_region - Stop a CICS region. This module was initially released as
stop_cics
with Version 1.1.0-beta.5. The module is changed tostop_region
in Version 2.1.0. In Version 2.1.0,stop_region
supports a new input parameter,job_name
so that you can use the job name, which is typically the CICS's APPLID, to identify a running CICS region.
v2.0.0
Breaking Changes:
- Python 2.7 is no longer supported as the managed node runtime
v1.0.6
Bug Fixes:
- Allows CPSM Scope and Context to contain the following special characters
v1.0.5
v1.0.4
-
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
. -
Prevent
cmci_get
from failing if no records are found via thefail_on_nodata
option. The default value istrue
if not specified.
v1.0.3
-
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.
-
Added support for CMCI Feedback on failed CMCI Requests.
v1.0.1
Fix some documentation issues on Hub, and include some missing documentation about requirements
v1.0.0
First production-ready release containing the modules
- cmci_get
- cmci_create
- cmci_delete
- cmci_update
- cmci_action