You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+99Lines changed: 99 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,105 @@ Bugfixes
31
31
32
32
- Allows CPSM Scope and Context to contain the following special characters '$', '@', and '#'
33
33
34
+
v1.1.0-beta.5
35
+
=============
36
+
37
+
Release Summary
38
+
---------------
39
+
40
+
This release contains new modules for starting and stopping standalone CICS regions. The ``csd`` module now supports executing a ``CSDUP`` script against an existing ``CSD`` data set.
41
+
42
+
Major Changes
43
+
-------------
44
+
45
+
- A new ``state`` option for the ``csd`` module that alllows a user to supply a script as either a data set or a z/OS Unix file containing ``CSDUP`` commands
46
+
- Data set modules now support a ``space_secondary`` option to specify size of the secondary extent
47
+
- Return values for all data set modules now use ``data_set_organization`` to indicate the organization of the data set. The ``vsam`` field has been removed from the return structure.
48
+
49
+
New Modules
50
+
-----------
51
+
52
+
- ibm.ibm_zos_cics.start_cics - Start a CICS region
53
+
- ibm.ibm_zos_cics.stop_cics - Stop a CICS Region
54
+
55
+
v1.1.0-beta.4
56
+
=============
57
+
58
+
Release Summary
59
+
---------------
60
+
61
+
This release delivers new modules for provisioning the CICS auxiliary temporary storage data set, the CICS system definition data set, the CICS transient data intrapartition data set, the CICS auxiliary trace data sets and the CICS transaction dump data sets. This release also contains fixes to the CICS local request queue data set module and the CICS local catalog data set module.
- Behaviour of ``local_catalog`` and ``local_request_queue`` module with ``state`` set to ``initial`` updated to match documentation
68
+
69
+
New Modules
70
+
-----------
71
+
72
+
- ibm.ibm_zos_cics.auxiliary_temp - Create and remove the CICS auxiliary temporary storage data set
73
+
- ibm.ibm_zos_cics.csd - Create, remove, and manage the CICS CSD
74
+
- ibm.ibm_zos_cics.intrapartition - Create and remove the CICS transient data intrapartition data set
75
+
- ibm.ibm_zos_cics.trace - Allocate auxiliary trace data sets
76
+
- ibm.ibm_zos_cics.transaction_dump - Allocate transaction dump data sets
77
+
78
+
v1.1.0-beta.3
79
+
=============
80
+
81
+
Release Summary
82
+
---------------
83
+
84
+
This release introduces changes to the global and local catalog modules by adding support for the ``region_data_sets`` and ``cics_data_sets`` defaults groups. This changes the way you specifiy the data set location for these modules. A new ``local_request_queue`` module is also included to support provisioning a local request queue data set.
85
+
86
+
Breaking Changes / Porting Guide
87
+
--------------------------------
88
+
89
+
- Introduction of ``region_data_sets`` and ``cics_data_sets`` defaults group
90
+
91
+
New Modules
92
+
-----------
93
+
94
+
- ibm.ibm_zos_cics.local_request_queue - Create and remove the CICS local request queue
95
+
96
+
v1.1.0-beta.2
97
+
=============
98
+
99
+
Release Summary
100
+
---------------
101
+
102
+
This release improves the return values for the ``global_catalog`` module, fixes bugs related to its input parameters, and includes a new ``local_catalog`` module for provisioning a local catalog data set.
103
+
104
+
Minor Changes
105
+
-------------
106
+
107
+
- Return values for ``global_catalog`` - changes the values returned to include ``start_state``, ``end_state``, and ``executions``.
108
+
109
+
Bugfixes
110
+
--------
111
+
112
+
- Input parameters for ``global_catalog`` failed when lowercase. Now these parameters are not case sensitive.
113
+
- The ``changed`` flag did not always correspond with actions taken during the ``global_catalog`` execution. Now this flag represents if changes were made.
114
+
115
+
New Modules
116
+
-----------
117
+
118
+
- ibm.ibm_zos_cics.local_catalog - Create, remove, and manage the CICS local catalog
119
+
120
+
v1.1.0-beta.1
121
+
=============
122
+
123
+
Release Summary
124
+
---------------
125
+
126
+
This release contains a new Global Catalog module
127
+
128
+
New Modules
129
+
-----------
130
+
131
+
- ibm.ibm_zos_cics.global_catalog - Create and initialize CICS global catalog.
0 commit comments