Skip to content

Commit 4726116

Browse files
authored
Staging v1.7.0 merge to main (#1019)
* 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]>
1 parent 215033d commit 4726116

File tree

14 files changed

+78
-209
lines changed

14 files changed

+78
-209
lines changed

.ansible-lint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ exclude_paths:
2525
- tests/helpers
2626
- tests/requirements.txt
2727
- tests/unit
28+
- tests/sanity/ignore-2.9.txt
2829
- tests/sanity/ignore-2.10.txt
30+
- tests/sanity/ignore-2.11.txt
31+
- tests/sanity/ignore-2.12.txt
32+
- tests/sanity/ignore-2.13.txt
2933
- venv*
3034
parseable: true
3135
quiet: false

CHANGELOG.rst

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,13 @@ ibm.ibm_zos_core Release Notes
55
.. contents:: Topics
66

77

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+
======
3510

3611
Release Summary
3712
---------------
3813

39-
Release Date: '2023-07-26'
14+
Release Date: '2023-10-09'
4015
This changelog describes all changes made to the modules and plugins included
4116
in this collection. The release date is the date the changelog is created.
4217
For additional details such as required dependencies and availability review
@@ -51,18 +26,23 @@ Minor Changes
5126
-------------
5227

5328
- 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).
5431
- 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)
5532
- 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)
5633
- 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)
5734
- 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)
5835
- 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)
5936
- 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)
6037
- 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).
6140

6241
Bugfixes
6342
--------
6443

6544
- 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).
6646
- 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)
6747
- 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)
6848
- 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).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ and ansible-doc to automate tasks on z/OS.
5050

5151
Ansible version compatibility
5252
=============================
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 **Ansible Core** versions >=2.14.
54+
The Ansible Core versions supported for this collection align to the
5555
[ansible-core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix). Review the
5656
[Ansible community changelogs](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs) for corresponding **Ansible community packages**
5757
and **ansible-core**.
5858

5959
For **Ansible Automation Platform** (AAP) users, review the
60-
[Ansible Automation Platform Certified Content](https://access.redhat.com/articles/3642632)
60+
[Ansible Automation Platform Certified Content](https://access.redhat.com/support/articles/ansible-automation-platform-certified-content)
6161
and [AAP Life Cycle](https://access.redhat.com/support/policy/updates/ansible-automation-platform)
6262
for more more information on supported versions of Ansible.
6363

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ plugins:
126126
strategy: {}
127127
test: {}
128128
vars: {}
129-
version: 1.7.0-beta.2
129+
version: 1.7.0

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,20 @@ releases:
875875
name: zos_volume_init
876876
namespace: ''
877877
release_date: '2023-04-26'
878+
1.7.0:
879+
changes:
880+
release_summary: 'Release Date: ''2023-10-09''
881+
882+
This changelog describes all changes made to the modules and plugins included
883+
884+
in this collection. The release date is the date the changelog is created.
885+
886+
For additional details such as required dependencies and availability review
887+
888+
the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__'
889+
fragments:
890+
- v1.7.0_summary.yml
891+
release_date: '2023-10-09'
878892
1.7.0-beta.1:
879893
changes:
880894
bugfixes:

docs/source/modules/zos_gather_facts.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ Synopsis
2222
- Note, the module will fail fast if any unsupported options are provided. This is done to raise awareness of a failure in an automation setting.
2323

2424

25-
Requirements
26-
------------
27-
28-
- ZOAU 1.2.1 or later.
29-
3025

3126

3227

0 commit comments

Comments
 (0)