Skip to content

Commit 1ad93cb

Browse files
Merged v1.14.0GA into dev (#2191)
1 parent 49d7592 commit 1ad93cb

File tree

7 files changed

+55
-20
lines changed

7 files changed

+55
-20
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ibm.ibm\_zos\_core Release Notes
44

55
.. contents:: Topics
66

7-
v1.14.0-beta.1
8-
==============
7+
v1.14.0
8+
=======
99

1010
Release Summary
1111
---------------
1212

13-
Release Date: '2025-04-30'
13+
Release Date: '2025-06-30'
1414
This changelog describes all changes made to the modules and plugins included
1515
in this collection. The release date is the date the changelog is created.
1616
For additional details such as required dependencies and availability review
@@ -43,12 +43,14 @@ Bugfixes
4343

4444
- zos_apf - When trying to add a library into the APF list that was already added, the module would fail. Fix now will not fail the module, and will inform the user that the library is already on the APF list. (https://github.com/ansible-collections/ibm_zos_core/pull/1893)
4545
- zos_copy - Previously, if the dataset name included special characters such as $, validation would fail when force_lock was false. This has been changed to allow the use of special characters when force_lock option is false. (https://github.com/ansible-collections/ibm_zos_core/pull/1908)
46+
- zos_copy - Previously, when trying to copy into remote and ansible's default temporary directory was not created before execution the copy task would fail. Fix now creates the temporary directory if possible. (https://github.com/ansible-collections/ibm_zos_core/pull/2109)
4647
- zos_copy - When ``asa_text`` was set to true at the same time as ``force_lock``, a copy would fail saying the destination was already in use. Fix now opens destination data sets up with disposition SHR when ``force_lock`` and ``asa_text`` are set to true. (https://github.com/ansible-collections/ibm_zos_core/pull/1941).
4748
- zos_copy - the carriage return characters were being removed from only first 1024 bytes of a file. Now fixed that issue to support removal of the carriage return characters from the complete file content if the file size is more than 1024 bytes. (https://github.com/ansible-collections/ibm_zos_core/pull/1954).
4849
- zos_data_set - Module would fail when trying to delete a non-existent Generation Data Group. Fix now provides a successful response with `changed=false`. (https://github.com/ansible-collections/ibm_zos_core/pull/1971).
4950
- zos_data_set - Module would fail with TypeError when trying to replace an existing GDG. Fix now allows to replacing a GDG. (https://github.com/ansible-collections/ibm_zos_core/pull/1964).
5051
- zos_job_output - When searching for a job name, module performed a '*' (find all), then filtered the results. Fix now asks for specific job name, making the return faster and more precise. (https://github.com/ansible-collections/ibm_zos_core/pull/1916).
5152
- zos_job_query - When searching for a job name, module performed a '*' (find all), then filtered the results. Fix now asks for specific job name, making the return faster and more precise. (https://github.com/ansible-collections/ibm_zos_core/pull/1916).
53+
- zos_job_submit - Previously, the use of `become` would result in a permissions error while trying to execute a job from a local file. Fix now allows a user to escalate privileges when executing a job transferred from the controller node. (https://github.com/ansible-collections/ibm_zos_core/pull/2109)
5254
- zos_job_submit - When searching for a job name, module performed a '*' (find all), then filtered the results. Fix now asks for specific job name, making the return faster and more precise. (https://github.com/ansible-collections/ibm_zos_core/pull/1916).
5355
- zos_mount - Module failed when using persistent option with a data set that contains non UTF-8 characters. Fix now can use a data set with non UTF-8 characters as data_store. (https://github.com/ansible-collections/ibm_zos_core/pull/1871).
5456

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,29 @@ releases:
679679
name: zos_zfs_resize
680680
namespace: ''
681681
release_date: '2025-01-30'
682+
1.14.0:
683+
changes:
684+
bugfixes:
685+
- zos_copy - Previously, when trying to copy into remote and ansible's default
686+
temporary directory was not created before execution the copy task would fail.
687+
Fix now creates the temporary directory if possible. (https://github.com/ansible-collections/ibm_zos_core/pull/2109)
688+
- zos_job_submit - Previously, the use of `become` would result in a permissions
689+
error while trying to execute a job from a local file. Fix now allows a user
690+
to escalate privileges when executing a job transferred from the controller
691+
node. (https://github.com/ansible-collections/ibm_zos_core/pull/2109)
692+
release_summary: 'Release Date: ''2025-06-30''
693+
694+
This changelog describes all changes made to the modules and plugins included
695+
696+
in this collection. The release date is the date the changelog is created.
697+
698+
For additional details such as required dependencies and availability review
699+
700+
the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__'
701+
fragments:
702+
- 2109-copy-fix-tmp-dir.yml
703+
- v1.14.0_summary.yml
704+
release_date: '2025-06-24'
682705
1.14.0-beta.1:
683706
changes:
684707
bugfixes:

docs/source/life-cycle.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ its critical dates, and which type of support it's currently eligible for.
2727
+------------+----------------+-----------------------+------------------+-------------------+-------------------------+
2828
| Version | Status | Changelogs | GA Date | EOL Date | Life Cycle Phase |
2929
+============+================+=======================+==================+===================+=========================+
30-
| 1.14.x | In preview | `1.14.x changelogs`_ | TBD | TBD | Beta phase |
30+
| 1.14.x | Released | `1.14.x changelogs`_ | 30 June 2025 | 30 June 2027 | `Full support`_ |
3131
+------------+----------------+-----------------------+------------------+-------------------+-------------------------+
32-
| 1.13.x | Released | `1.13.x changelogs`_ | 31 March 2025 | 31 March 2026 | `Full support`_ |
32+
| 1.13.x | Released | `1.13.x changelogs`_ | 31 March 2025 | 31 March 2027 | `Full support`_ |
3333
+------------+----------------+-----------------------+------------------+-------------------+-------------------------+
3434
| 1.12.x | Released | `1.12.x changelogs`_ | 06 December 2024 | 06 December 2026 | `Full support`_ |
3535
+------------+----------------+-----------------------+------------------+-------------------+-------------------------+
@@ -41,6 +41,8 @@ its critical dates, and which type of support it's currently eligible for.
4141
.. .............................................................................
4242
.. Global Links
4343
.. .............................................................................
44+
.. _1.14.x changelogs:
45+
https://github.com/ansible-collections/ibm_zos_core/blob/v1.14.0/CHANGELOG.rst
4446
.. _1.13.x changelogs:
4547
https://github.com/ansible-collections/ibm_zos_core/blob/v1.13.0/CHANGELOG.rst
4648
.. _1.12.x changelogs:

docs/source/modules/zos_mount.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -316,16 +316,16 @@ Examples
316316
path: /u/omvsadm/core
317317
fs_type: zfs
318318
state: unmounted
319-
unmount_opts: REMOUNT
320-
opts: same
319+
unmount_opts: remount
320+
mount_opts: same
321321

322322
- name: Mount a filesystem readonly.
323323
zos_mount:
324324
src: SOMEUSER.VVV.ZFS
325325
path: /u/omvsadm/core
326326
fs_type: zfs
327327
state: mounted
328-
mount_opts: RO
328+
mount_opts: ro
329329

330330
- name: Mount a filesystem and record change in BPXPRMAA.
331331
zos_mount:
@@ -363,23 +363,23 @@ Examples
363363
path: /u/omvsadm/core
364364
fs_type: zfs
365365
state: mounted
366-
opts: nowait
366+
mount_opts: nowait
367367

368368
- name: Mount a filesystem with no security checks.
369369
zos_mount:
370370
src: SOMEUSER.VVV.ZFS
371371
path: /u/omvsadm/core
372372
fs_type: zfs
373373
state: mounted
374-
mount_opts: NOSECURITY
374+
mount_opts: nosecurity
375375

376376
- name: Mount a filesystem, limiting automove to 4 devices.
377377
zos_mount:
378378
src: SOMEUSER.VVV.ZFS
379379
path: /u/omvsadm/core
380380
fs_type: zfs
381381
state: mounted
382-
automove: AUTOMOVE
382+
automove: automove
383383
automove_list: I,DEV1,DEV2,DEV3,DEV9
384384

385385
- name: Mount a filesystem, limiting automove to all except 4 devices.
@@ -388,7 +388,7 @@ Examples
388388
path: /u/omvsadm/core
389389
fs_type: zfs
390390
state: mounted
391-
automove: AUTOMOVE
391+
automove: automove
392392
automove_list: EXCLUDE,DEV4,DEV5,DEV6,DEV7
393393

394394

@@ -500,14 +500,14 @@ unmount_opts
500500

501501
| **returned**: changed and if state=unmounted
502502
| **type**: str
503-
| **sample**: DRAIN
503+
| **sample**: drain
504504
505505
mount_opts
506506
Options available to the mount.
507507

508508
| **returned**: whenever non-None
509509
| **type**: str
510-
| **sample**: RW,NOSECURITY
510+
| **sample**: rw,nosecurity
511511
512512
src_params
513513
Specifies a parameter string to be passed to the file system type.
@@ -554,7 +554,7 @@ automove
554554

555555
| **returned**: if Non-None
556556
| **type**: str
557-
| **sample**: AUTOMOVE
557+
| **sample**: automove
558558
559559
automove_list
560560
This specifies the list of servers to include or exclude as destinations.

docs/source/release_notes.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Releases
77
========
88

9-
Version 1.14.0-beta.1
10-
=====================
9+
Version 1.14.0
10+
==============
1111

1212
Minor Changes
1313
-------------
@@ -18,6 +18,7 @@ Minor Changes
1818
- Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
1919
- Adds support for copying in asynchronous mode inside playbooks.
2020
- Removes the need to allow READ access to MVS.MCSOPER.ZOAU to execute the module by changing how the module checks if a data set is locked.
21+
- Previously, when trying to copy into remote and ansible's default temporary directory was not created before execution the copy task would fail. Fix now creates the temporary directory if possible.
2122

2223
- ``zos_job_output`` - Add execution_time return value in the modules response.
2324
- ``zos_job_query``
@@ -31,6 +32,7 @@ Minor Changes
3132
- Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
3233
- Add execution_time return value in the modules response.
3334
- Loads correct bytes size value for dds when using zoau 1.3.4 or later.
35+
- Previously, the use of `become` would result in a permissions error while trying to execute a job from a local file. Fix now allows a user to escalate privileges when executing a job transferred from the controller node.
3436

3537
- ``zos_script``
3638

@@ -70,12 +72,18 @@ New Modules
7072
Availability
7173
------------
7274

75+
* `Ansible Automation Platform`_
7376
* `Galaxy`_
7477
* `GitHub`_
7578

7679
Known Issues
7780
------------
7881
- ``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.
82+
- ``zos_copy`` - When elevating privileges using the `become` keyword, the module would attempt to connect using the elevated user id, if the user cannot connect to the managed node through ssh the module would fail.
83+
- ``zos_job_submit`` - When elevating privileges using the `become` keyword, the module would attempt to connect using the elevated user id, if the user cannot connect to the managed node through ssh the module would fail.
84+
- ``zos_script`` - When elevating privileges using the `become` keyword, the module would attempt to connect using the elevated user id, if the user cannot connect to the managed node through ssh the module would fail.
85+
- ``zos_unarchive`` - When elevating privileges using the `become` keyword, the module would attempt to connect using the elevated user id, if the user cannot connect to the managed node through ssh the module would fail.
86+
- ``zos_fetch`` - When elevating privileges using the `become` keyword, the module would attempt to connect using the elevated user id, if the user cannot connect to the managed node through ssh the module would fail.
7987

8088

8189

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-beta.1"
9+
version: "1.14.0"
1010

1111
# Collection README file
1212
readme: README.md

meta/ibm_zos_core_meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ibm_zos_core
2-
version: "1.14.0-beta.1"
2+
version: "1.14.0"
33
managed_requirements:
44
-
55
name: "IBM Open Enterprise SDK for Python"
6-
version: ">=3.11"
6+
version: ">=3.12"
77
-
88
name: "Z Open Automation Utilities"
99
version:

0 commit comments

Comments
 (0)