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
Merge final changes for 1.3.0 into release branch (#137)
* Update Catalog Define Directory Testcase
* Catalog Directory TestCase Update
* Update ims_gen_utils.py
type() not supported in python3.12, resolving sanity error - replaced by isinstance()
* Update release_notes.rst (#134)
* Update release_notes.rst
* Update README.md
* Update changelog.yaml
* Update yamllint.yaml
added new line
* Update galaxy.yml
spaces reduced from 4 to 2
* Update execution-environment.yml
added new line at the end of the file
* Update runtime.yml
added new line at the end of the file
* Update test_config.yml
deleted additional spaces after the colon
* Update release_notes.rst
* Update README.md
* Update release_notes.rst
* Update release_notes.rst
* Update changelog.yaml
* Update changelog.yaml
deleted duplicate fragment
* Update execution-environment.yml
added new line as per the scan results from AAP
* Update execution-environment.yml
only one new line char added
* validate-modules:doc-choices-do-not-match-spec wasn't permitted ignore - undid the acbgen compression doc updates
Signed-off-by: Dipti <[email protected]>
* deleteing repeated entry for validate-modules:doc-choices-do-not-match-spec
Signed-off-by: Dipti <[email protected]>
---------
Signed-off-by: Dipti <[email protected]>
Co-authored-by: trevinop36 <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,44 @@
6
6
Releases
7
7
========
8
8
9
+
10
+
Version 1.3.0
11
+
====================
12
+
13
+
Notes
14
+
-----
15
+
16
+
* Update recommended
17
+
18
+
* type() was replaced by isinstance() in the code for gen utilities since ansible-core 2.16 supports Python 3.12 and that version deprecated type() function.
19
+
* No other changes from version 1.3.0-beta.1 release. Collection promoted to certified content with version 1.3.0.
20
+
21
+
Availability
22
+
------------
23
+
24
+
* `Automation Hub`_
25
+
* `Galaxy`_
26
+
* `GitHub`_
27
+
28
+
Reference
29
+
---------
30
+
31
+
* Supported by IBM z/OS core collection v1.5.0 or later
32
+
* Supported by IBM Z Open Enterprise Python for z/OS 3.9 - 3.12
33
+
* Supported by IBM Z Open Automation Utilities 1.2.2 or later (but prior to 1.3)
0 commit comments