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
* Galaxy 1.7 updates
Signed-off-by: ddimatos <[email protected]>
* Update meta runtime to support ansible-core 2.14 or later
Signed-off-by: ddimatos <[email protected]>
* Update ibm_zos_core_meta.yml with updated version
Signed-off-by: ddimatos <[email protected]>
* Update readme to align to supported ansible versions and new urls
Signed-off-by: ddimatos <[email protected]>
* Added additional sanity ignore files to the exclude list
Signed-off-by: ddimatos <[email protected]>
* Added additional sanity ignore files to the exclude list for ansible-lint.
Signed-off-by: ddimatos <[email protected]>
* Update copyright yrs for source files that were overlooked
Signed-off-by: ddimatos <[email protected]>
* Remove requirements from module doc, rely on offerings minimum requirements, also zoau 1.2.1 never was supported
Signed-off-by: ddimatos <[email protected]>
* Add changelog summary for 1.7
Signed-off-by: ddimatos <[email protected]>
* Adding generated antsibull-changelog release changelog and artifacts
Signed-off-by: ddimatos <[email protected]>
* Remove v1.7.0_summary, its no longer needed
Signed-off-by: ddimatos <[email protected]>
* Update release notes for ac 1.7.0
Signed-off-by: ddimatos <[email protected]>
* Remove unsupported collection versions requiring a version of zoau that is EOS
Signed-off-by: ddimatos <[email protected]>
---------
Signed-off-by: ddimatos <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,38 +5,13 @@ ibm.ibm_zos_core Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
-
v1.7.0-beta.2
9
-
=============
10
-
11
-
Release Summary
12
-
---------------
13
-
14
-
Release Date: '2023-08-21'
15
-
This changelog describes all changes made to the modules and plugins included
16
-
in this collection. The release date is the date the changelog is created.
17
-
For additional details such as required dependencies and availability review
18
-
the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
19
-
20
-
Minor Changes
21
-
-------------
22
-
23
-
- zos_archive - If destination data set space is not provided then the module computes it based on the src list and/or expanded src list based on pattern provided. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
24
-
- zos_archive - When xmit faces a space error in xmit operation because of dest or log data set are filled raises an appropriate error hint. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
25
-
- zos_unarchive - When copying to remote fails now a proper error message is displayed. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
26
-
- zos_unarchive - When copying to remote if space_primary is not defined, then is defaulted to 5M. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
27
-
28
-
Bugfixes
29
-
--------
30
-
31
-
- zos_archive - Module did not return the proper src state after archiving. Fix now displays the status of the src after the operation. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
32
-
33
-
v1.7.0-beta.1
34
-
=============
8
+
v1.7.0
9
+
======
35
10
36
11
Release Summary
37
12
---------------
38
13
39
-
Release Date: '2023-07-26'
14
+
Release Date: '2023-10-09'
40
15
This changelog describes all changes made to the modules and plugins included
41
16
in this collection. The release date is the date the changelog is created.
42
17
For additional details such as required dependencies and availability review
@@ -51,18 +26,23 @@ Minor Changes
51
26
-------------
52
27
53
28
- Add support for Jinja2 templates in zos_copy and zos_job_submit when using local source files. (https://github.com/ansible-collections/ibm_zos_core/pull/667)
29
+
- zos_archive - If destination data set space is not provided then the module computes it based on the src list and/or expanded src list based on pattern provided. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
30
+
- zos_archive - When xmit faces a space error in xmit operation because of dest or log data set are filled raises an appropriate error hint. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
54
31
- zos_copy - Adds block_size, record_format, record_length, space_primary, space_secondary, space_type and type in the return output when the destination data set does not exist and has to be created by the module. (https://github.com/ansible-collections/ibm_zos_core/pull/773)
55
32
- zos_data_set - record format = 'F' has been added to support 'fixed' block records. This allows records that can use the entire block. (https://github.com/ansible-collections/ibm_zos_core/pull/821)
56
33
- zos_job_output - zoau added 'program_name' to their field output starting with v1.2.4. This enhancement checks for that version and passes the extra column through. (https://github.com/ansible-collections/ibm_zos_core/pull/841)
57
34
- zos_job_query - Adds new fields job_class, svc_class, priority, asid, creation_datetime, and queue_position to the return output when querying or submitting a job. Available when using ZOAU v1.2.3 or greater. (https://github.com/ansible-collections/ibm_zos_core/pull/778)
58
35
- zos_job_query - unnecessary calls were made to find a jobs DDs that incurred unnecessary overhead. This change removes those resulting in a performance increase in job related queries. (https://github.com/ansible-collections/ibm_zos_core/pull/911)
59
36
- zos_job_query - zoau added 'program_name' to their field output starting with v1.2.4. This enhancement checks for that version and passes the extra column through. (https://github.com/ansible-collections/ibm_zos_core/pull/841)
60
37
- zos_job_submit - zoau added 'program_name' to their field output starting with v1.2.4. This enhancement checks for that version and passes the extra column through. (https://github.com/ansible-collections/ibm_zos_core/pull/841)
38
+
- zos_unarchive - When copying to remote fails now a proper error message is displayed. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
39
+
- zos_unarchive - When copying to remote if space_primary is not defined, then is defaulted to 5M. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
61
40
62
41
Bugfixes
63
42
--------
64
43
65
44
- module_utils - data_set.py - Reported a failure caused when cataloging a VSAM data set. Fix now corrects how VSAM data sets are cataloged. (https://github.com/ansible-collections/ibm_zos_core/pull/791).
45
+
- zos_archive - Module did not return the proper src state after archiving. Fix now displays the status of the src after the operation. (https://github.com/ansible-collections/ibm_zos_core/pull/930).
66
46
- zos_blockinfile - Test case generate a data set that was not correctly removed. Changes delete the correct data set not only member. (https://github.com/ansible-collections/ibm_zos_core/pull/840)
67
47
- zos_copy - Module returned the dynamic values created with the same dataset type and record format. Fix validate the correct dataset type and record format of target created. (https://github.com/ansible-collections/ibm_zos_core/pull/824)
68
48
- zos_copy - Reported a false positive such that the response would have `changed=true` when copying from a source (src) or destination (dest) data set that was in use (DISP=SHR). This change now displays an appropriate error message and returns `changed=false`. (https://github.com/ansible-collections/ibm_zos_core/pull/794).
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ and ansible-doc to automate tasks on z/OS.
50
50
51
51
Ansible version compatibility
52
52
=============================
53
-
This collection has been tested against **Ansible** and **Ansible Core** versions >=2.9,<2.16.
54
-
The Ansible and Ansible Core versions supported for this collection align to the
53
+
This collection has been tested against **AnsibleCore** versions >=2.14.
54
+
The Ansible Core versions supported for this collection align to the
55
55
[ansible-core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix). Review the
56
56
[Ansible community changelogs](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs) for corresponding **Ansible community packages**
57
57
and **ansible-core**.
58
58
59
59
For **Ansible Automation Platform** (AAP) users, review the
0 commit comments