Skip to content

Commit 0a405c7

Browse files
committed
Changes made for module zos_ping to support doc generation
Signed-off-by: ddimatos <[email protected]>
1 parent 0706d56 commit 0a405c7

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

docs/source/release_notes.rst

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,54 @@
66
Releases
77
========
88

9+
Version 1.3.1
10+
=============
11+
12+
What's New
13+
----------
14+
15+
* Bug Fixes
16+
17+
* Modules
18+
19+
* Connection plugin ``zos_ssh`` was updated to prioritize the execution of
20+
modules written in REXX over other implementations such is the case for
21+
``zos_ping``.
22+
* ``zos_ping`` was updated to support Automation Hub documentation
23+
generation.
24+
25+
Availability
26+
------------
27+
28+
* `Automation Hub`_
29+
* `Galaxy`_
30+
* `GitHub`_
31+
32+
Reference
33+
---------
34+
35+
* Supported by `z/OS V2R3`_ or later
36+
* Supported by the `z/OS® shell`_
37+
* Supported by `IBM Open Enterprise SDK for Python`_ 3.8.2 or later
38+
* Supported by IBM `Z Open Automation Utilities 1.1.0`_ and
39+
`Z Open Automation Utilities 1.1.1`_
40+
41+
Known issues
42+
------------
43+
44+
* Modules
45+
46+
* When executing programs using ``zos_mvs_raw``, you may encounter errors
47+
that originate in the implementation of the programs. Two such known issues
48+
are noted below of which one has been addressed with an APAR.
49+
50+
#. ``zos_mvs_raw`` module execution fails when invoking
51+
Database Image Copy 2 Utility or Database Recovery Utility in conjunction
52+
with FlashCopy or Fast Replication.
53+
#. ``zos_mvs_raw`` module execution fails when invoking DFSRRC00 with parm
54+
"UPB,PRECOMP", "UPB, POSTCOMP" or "UPB,PRECOMP,POSTCOMP". This issue is
55+
addressed by APAR PH28089.
56+
957
Version 1.3.0
1058
=============
1159

@@ -101,7 +149,6 @@ What's New
101149
Availability
102150
------------
103151

104-
* `Automation Hub`_
105152
* `Galaxy`_
106153
* `GitHub`_
107154

galaxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ authors:
2424
- Andrew Nguyen <[email protected]>
2525
- Radha Varadachari <[email protected]>
2626
- Rich Parker <[email protected]>
27+
- Ketan Kelkar <[email protected]>
2728

2829
# Description
2930
description: The IBM z/OS core collection includes connection plugins, action plugins, modules, filters, sample playbooks and ansible-doc to automate tasks on z/OS.

meta/ibm_zos_core_meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ibm_zos_core
2-
version: "1.3.0"
2+
version: "1.3.1"
33
managed_requirements:
44
-
55
name: "IBM Open Enterprise SDK for Python"

0 commit comments

Comments
 (0)