Skip to content

Commit afe0662

Browse files
[v1.14.1] Merge release back into dev (#2201)
* Merged v1.14.1 * Updated release notes
1 parent 0380cad commit afe0662

File tree

13 files changed

+114
-60
lines changed

13 files changed

+114
-60
lines changed

.github/ISSUE_TEMPLATE/bug_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ body:
3333
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3434
multiple: false
3535
options:
36+
- v1.14.1
3637
- v1.14.0
3738
- v1.14.0-beta.1
3839
- v1.13.1

.github/ISSUE_TEMPLATE/collaboration_issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ body:
4242
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
4343
multiple: false
4444
options:
45+
- v1.14.1
4546
- v1.14.0
4647
- v1.14.0-beta.1
48+
- v1.13.1
4749
- v1.13.0
4850
- v1.13.0-beta.1
4951
- v1.12.0

.github/ISSUE_TEMPLATE/doc_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ body:
3434
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3535
multiple: false
3636
options:
37+
- v1.14.1
3738
- v1.14.0
3839
- v1.14.0-beta.1
3940
- v1.13.1

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ ibm.ibm\_zos\_core Release Notes
44

55
.. contents:: Topics
66

7+
v1.14.1
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Release Date: '2025-07-03'
14+
This changelog describes all changes made to the modules and plugins included
15+
in this collection. The release date is the date the changelog is created.
16+
For additional details such as required dependencies and availability review
17+
the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
18+
19+
Bugfixes
20+
--------
21+
22+
- zos_copy - Previously, if the ansible user was not a superuser copying a file into the managed node resulted in permission denied error. Fix now sets the correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
23+
- zos_job_submit - Previously, if the ansible user was not a superuser copying a file into the managed node resulted in permission denied error. Fix now sets the correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
24+
- zos_script - Previously, if the ansible user was not a superuser copying a file into the managed node resulted in permission denied error. Fix now sets the correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
25+
- zos_unarchive - Previously, if the ansible user was not a superuser copying a file into the managed node resulted in permission denied error. Fix now sets the correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
26+
727
v1.14.0
828
=======
929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ All releases will meet the following test criteria.
133133
<br/>This release of the collection was tested with following dependencies.
134134

135135
* ansible-core v2.15.x
136-
* Python 3.11.x
136+
* Python 3.12.x
137137
* IBM Open Enterprise SDK for Python 3.12.x
138138
* IBM Z Open Automation Utilities (ZOAU) 1.3.4.x
139139
* z/OS V2R5

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ plugins:
146146
strategy: {}
147147
test: {}
148148
vars: {}
149-
version: 1.14.0-beta.1
149+
version: 1.14.1

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,36 @@ releases:
825825
name: zos_stat
826826
namespace: ''
827827
release_date: '2025-04-25'
828+
1.14.1:
829+
changes:
830+
bugfixes:
831+
- zos_copy - Previously, if the ansible user was not a superuser copying a file
832+
into the managed node resulted in permission denied error. Fix now sets the
833+
correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
834+
- zos_job_submit - Previously, if the ansible user was not a superuser copying
835+
a file into the managed node resulted in permission denied error. Fix now
836+
sets the correct permissions for the ansible user for copying to the remote.
837+
(https://github.com/ansible-collections/ibm_zos_core/pull/2196)
838+
- zos_script - Previously, if the ansible user was not a superuser copying a
839+
file into the managed node resulted in permission denied error. Fix now sets
840+
the correct permissions for the ansible user for copying to the remote. (https://github.com/ansible-collections/ibm_zos_core/pull/2196)
841+
- zos_unarchive - Previously, if the ansible user was not a superuser copying
842+
a file into the managed node resulted in permission denied error. Fix now
843+
sets the correct permissions for the ansible user for copying to the remote.
844+
(https://github.com/ansible-collections/ibm_zos_core/pull/2196)
845+
release_summary: 'Release Date: ''2025-07-03''
846+
847+
This changelog describes all changes made to the modules and plugins included
848+
849+
in this collection. The release date is the date the changelog is created.
850+
851+
For additional details such as required dependencies and availability review
852+
853+
the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__'
854+
fragments:
855+
- 2196-fix-copy-permission-issues.yml
856+
- v1.14.1_summary.yml
857+
release_date: '2025-07-01'
828858
1.2.1:
829859
changes:
830860
bugfixes:

changelogs/fragments/2115-copy-fix-tmp-dir.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/release_notes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@
66
Releases
77
========
88

9+
Version 1.14.1
10+
==============
11+
12+
Bugfixes
13+
--------
14+
15+
- zos_copy - Previously, if the Ansible user was not a superuser copying a file into the managed node resulted in a permission denied error. Fix now sets the correct permissions for the Ansible user for copying to the remote.
16+
- zos_job_submit - Previously, if the Ansible user was not a superuser copying a file into the managed node resulted in a permission denied error. Fix now sets the correct permissions for the Ansible user for copying to the remote.
17+
- zos_script - Previously, if the Ansible user was not a superuser copying a file into the managed node resulted in a permission denied error. Fix now sets the correct permissions for the Ansible user for copying to the remote.
18+
- zos_unarchive - Previously, if the Ansible user was not a superuser copying a file into the managed node resulted in a permission denied error. Fix now sets the correct permissions for the Ansible user for copying to the remote.
19+
20+
Availability
21+
------------
22+
23+
* `Ansible Automation Platform`_
24+
* `Galaxy`_
25+
* `GitHub`_
26+
27+
Known Issues
28+
------------
29+
- ``zos_copy`` - Copying from a sequential data set that is in use will result in a false positive and destination data set will be empty. The same is true when ``type=gdg`` and source GDS is a sequential data set in use.
30+
31+
932
Version 1.14.0
1033
==============
1134

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: ibm
66
name: ibm_zos_core
77

88
# The collection version
9-
version: "1.14.0"
9+
version: "1.14.1"
1010

1111
# Collection README file
1212
readme: README.md

0 commit comments

Comments
 (0)