@@ -544,6 +544,35 @@ releases:
544
544
- 828-adds-concurrent-executor.yml
545
545
- v1.12.0-beta.1_summary.yml
546
546
release_date : ' 2024-10-24'
547
+ 1.12.1 :
548
+ changes :
549
+ bugfixes :
550
+ - zos_copy - Previously, if the dataset name included special characters such
551
+ as $, validation would fail when force_lock was false. This has been changed
552
+ to allow the use of special characters when force_lock option is false. (https://github.com/ansible-collections/ibm_zos_core/pull/1907)
553
+ - zos_copy - Previously, if the dataset name included special characters such
554
+ as ``$`` and ``asa_text`` option is true, the module would fail. Fix now allows
555
+ the use of special characters in the data set name when ``asa_text`` option
556
+ is true. (https://github.com/ansible-collections/ibm_zos_core/pull/1904).
557
+ - zos_copy - When ``asa_text`` was set to true at the same time as ``force_lock``,
558
+ a copy would fail saying the destination was already in use. Fix now opens
559
+ destination data sets up with disposition SHR when ``force_lock`` and ``asa_text``
560
+ are set to true. (https://github.com/ansible-collections/ibm_zos_core/pull/1932).
561
+ release_summary : ' Release Date: '' 2025-02-24''
562
+
563
+ This changelog describes all changes made to the modules and plugins included
564
+
565
+ in this collection. The release date is the date the changelog is created.
566
+
567
+ For additional details such as required dependencies and availability review
568
+
569
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__'
570
+ fragments :
571
+ - 1904-zos_copy-asa-special-char.yml
572
+ - 1917-wrong_behaviour_force_lock_parameter.yml
573
+ - 1932-zos_copy-asa-dest-lock-support.yml
574
+ - v1.12.1_summary.yaml
575
+ release_date : ' 2025-02-25'
547
576
1.2.1 :
548
577
changes :
549
578
bugfixes :
@@ -613,20 +642,21 @@ releases:
613
642
- zos_operator supports new options **wait** and **wait_time_s** such that you
614
643
can specify that zos_operator wait the full **wait_time_s** or return as soon
615
644
as the first operator command executes.
616
- release_summary : " Release Date: '2021-19-04'\n This changlelog describes all
617
- changes made to the modules and plugins included\n in this collection.\n For
618
- additional details such as required dependencies and availablity review\n the
619
- collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
620
- \n\n `New Playbooks <https://github.com/IBM/z_ansible_collections_samples>`__\n
621
- \ - Authorize and synchronize APF authorized libraries on z/OS from a configuration
622
- file cloned from GitHub\n - Automate program execution with copy, sort and
623
- fetch data sets on z/OS playbook.\n - Automate user management with add,
624
- remove, grant permission, generate\n passwords, create zFS, mount zFS and
625
- send email notifications when deployed\n to Ansible Tower or AWX with the
626
- manage z/OS Users Using Ansible playbook.\n - Use the configure Python and
627
- ZOAU Installation playbook to scan the\n **z/OS** target to find the latest
628
- supported configuration and generate\n inventory and a variables configuration.\n
629
- \ - Automate software management with SMP/E Playbooks\n "
645
+ release_summary : " Release Date: '2021-19-04'\n This changlelog describes all\
646
+ \ changes made to the modules and plugins included\n in this collection.\n \
647
+ For additional details such as required dependencies and availablity review\n \
648
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
649
+ \ \n\n `New Playbooks <https://github.com/IBM/z_ansible_collections_samples>`__\n \
650
+ \ - Authorize and synchronize APF authorized libraries on z/OS from a configuration\
651
+ \ file cloned from GitHub\n - Automate program execution with copy, sort\
652
+ \ and fetch data sets on z/OS playbook.\n - Automate user management with\
653
+ \ add, remove, grant permission, generate\n passwords, create zFS, mount\
654
+ \ zFS and send email notifications when deployed\n to Ansible Tower or\
655
+ \ AWX with the manage z/OS Users Using Ansible playbook.\n - Use the configure\
656
+ \ Python and ZOAU Installation playbook to scan the\n **z/OS** target to\
657
+ \ find the latest supported configuration and generate\n inventory and\
658
+ \ a variables configuration.\n - Automate software management with SMP/E\
659
+ \ Playbooks\n "
630
660
fragments :
631
661
- v1.3.0_summary.yml
632
662
- v1.3.0_summary_bugs.yml
@@ -663,11 +693,11 @@ releases:
663
693
in conjunction with FlashCopy or Fast Replication. - zos_mvs_raw module execution
664
694
fails when invoking DFSRRC00 with parm "UPB,PRECOMP", "UPB, POSTCOMP" or "UPB,PRECOMP,POSTCOMP".
665
695
This issue is addressed by APAR PH28089.
666
- release_summary : " Release Date: '2022-27-04'\n This changlelog describes all
667
- changes made to the modules and plugins included\n in this collection.\n For
668
- additional details such as required dependencies and availablity review\n the
669
- collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
670
- \n "
696
+ release_summary : " Release Date: '2022-27-04'\n This changlelog describes all\
697
+ \ changes made to the modules and plugins included\n in this collection.\n \
698
+ For additional details such as required dependencies and availablity review\n \
699
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
700
+ \ \ n "
671
701
fragments :
672
702
- v1.3.1_summary.yml
673
703
- v1.3.1_summary_bugs.yml
@@ -689,30 +719,30 @@ releases:
689
719
- zos_job_query was updated to correct a boolean condition that always evaluated
690
720
to "CANCELLED". - When querying jobs that are either **CANCELLED** or have
691
721
**FAILED**, they were always treated as **CANCELLED**.
692
- release_summary : " Release Date: '2022-26-04'\n This changlelog describes all
693
- changes made to the modules and plugins included\n in this collection.\n For
694
- additional details such as required dependencies and availablity review\n the
695
- collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
696
- \n "
722
+ release_summary : " Release Date: '2022-26-04'\n This changlelog describes all\
723
+ \ changes made to the modules and plugins included\n in this collection.\n \
724
+ For additional details such as required dependencies and availablity review\n \
725
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
726
+ \ \ n "
697
727
fragments :
698
728
- v1.3.3_summary.yml
699
729
- v1.3.3_summary_bugs.yml
700
730
release_date : ' 2022-06-07'
701
731
1.3.5 :
702
732
changes :
703
733
bugfixes :
704
- - " zos_ssh - connection plugin was updated to correct a bug in Ansible that\n
705
- \ would result in playbook task retries overriding the SSH connection\n retries.
706
- This is resolved by renaming the zos_ssh option\n retries to reconnection_retries.
707
- The update addresses users of\n ansible-core v2.9 which continues to use
708
- retries and users of\n ansible-core v2.11 or later which uses reconnection_retries.\n
709
- \ This also resolves a bug in the connection that referenced a deprecated\n
710
- \ constant. (https://github.com/ansible-collections/ibm_zos_core/pull/328)\n "
711
- release_summary : " Release Date: '2022-03-06'\n This changlelog describes all
712
- changes made to the modules and plugins included\n in this collection.\n For
713
- additional details such as required dependencies and availablity review\n the
714
- collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
715
- \n "
734
+ - " zos_ssh - connection plugin was updated to correct a bug in Ansible that\n \
735
+ \ would result in playbook task retries overriding the SSH connection\n \
736
+ \ retries. This is resolved by renaming the zos_ssh option\n retries to reconnection_retries.\
737
+ \ The update addresses users of\n ansible-core v2.9 which continues to use\
738
+ \ retries and users of\n ansible-core v2.11 or later which uses reconnection_retries.\n \
739
+ \ This also resolves a bug in the connection that referenced a deprecated\n \
740
+ \ constant. (https://github.com/ansible-collections/ibm_zos_core/pull/328)\n "
741
+ release_summary : " Release Date: '2022-03-06'\n This changlelog describes all\
742
+ \ changes made to the modules and plugins included\n in this collection.\n \
743
+ For additional details such as required dependencies and availablity review\n \
744
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
745
+ \ \ n "
716
746
fragments :
717
747
- 328-rename-retries-to-reconnection_retries.yml
718
748
- v1.3.4_summary.yml
@@ -746,12 +776,12 @@ releases:
746
776
- zos_copy - was enhanced for when `src` is a directory and ends with "/", the
747
777
contents of it will be copied into the root of `dest`. If it doesn't end with
748
778
" /" , the directory itself will be copied. (https://github.com/ansible-collections/ibm_zos_core/pull/515)
749
- release_summary : " Release Date: '2022-10-07'\n This changelog describes all changes
750
- made to the modules and plugins included\n in this collection. The release
751
- date is the date the changelog is created.\n For additional details such as
752
- required dependencies and availability review\n the collections `release notes
753
- <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
754
- \n "
779
+ release_summary : " Release Date: '2022-10-07'\n This changelog describes all changes\
780
+ \ made to the modules and plugins included\n in this collection. The release\
781
+ \ date is the date the changelog is created.\n For additional details such\
782
+ \ as required dependencies and availability review\n the collections `release\
783
+ \ notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
784
+ \ \ n "
755
785
fragments :
756
786
- 462-copy-fetch-submit-utils.yml
757
787
- 513-zos_ssh-support-ansible-2.11.yml
@@ -768,12 +798,12 @@ releases:
768
798
exist in the `dest` path. Prior to this change, if a parent directory anywhere
769
799
in the path did not exist the task would fail as it was stated in documentation.
770
800
(https://github.com/ansible-collections/ibm_zos_core/pull/561)
771
- - " zos_copy - enhanced to support system symbols in PARMLIB. System symbols
772
- are elements that allow different z/OS\xAE systems to share PARMLIB definitions
773
- while retaining unique values in those definitions. This was fixed in a future
774
- release through the use of one of the ZOAU dependency but this version of
775
- `ibm_zos_core` does not support that dependency version so this support was
776
- added. (https://github.com/ansible-collections/ibm_zos_core/pull/566)"
801
+ - " zos_copy - enhanced to support system symbols in PARMLIB. System symbols\
802
+ \ are elements that allow different z/OS\xAE systems to share PARMLIB definitions\
803
+ \ while retaining unique values in those definitions. This was fixed in a\
804
+ \ future release through the use of one of the ZOAU dependency but this version\
805
+ \ of `ibm_zos_core` does not support that dependency version so this support\
806
+ \ was added. (https://github.com/ansible-collections/ibm_zos_core/pull/566)"
777
807
release_summary : ' Release Date: '' 2022-12-07''
778
808
779
809
This changelog describes all changes made to the modules and plugins included
@@ -796,13 +826,13 @@ releases:
796
826
- zos_job_output was updated to correct possible truncated responses for the
797
827
ddname content. This would occur for jobs with very large amounts of content
798
828
from a ddname.
799
- - " zos_ssh - connection plugin was updated to correct a bug in Ansible that\n
800
- \ would result in playbook task retries overriding the SSH connection\n retries.
801
- This is resolved by renaming the zos_ssh option\n retries to reconnection_retries.
802
- The update addresses users of\n ansible-core v2.9 which continues to use
803
- retries and users of\n ansible-core v2.11 or later which uses reconnection_retries.\n
804
- \ This also resolves a bug in the connection that referenced a deprecated\n
805
- \ constant. (https://github.com/ansible-collections/ibm_zos_core/pull/328)\n "
829
+ - " zos_ssh - connection plugin was updated to correct a bug in Ansible that\n \
830
+ \ would result in playbook task retries overriding the SSH connection\n \
831
+ \ retries. This is resolved by renaming the zos_ssh option\n retries to reconnection_retries.\
832
+ \ The update addresses users of\n ansible-core v2.9 which continues to use\
833
+ \ retries and users of\n ansible-core v2.11 or later which uses reconnection_retries.\n \
834
+ \ This also resolves a bug in the connection that referenced a deprecated\n \
835
+ \ constant. (https://github.com/ansible-collections/ibm_zos_core/pull/328)\n "
806
836
deprecated_features :
807
837
- zos_copy and zos_fetch option sftp_port has been deprecated. To set the SFTP
808
838
port, use the supported options in the ansible.builtin.ssh plugin. Refer to
@@ -840,11 +870,11 @@ releases:
840
870
information in the event an error is encountered.
841
871
- zos_ping was updated to remove the need for the zos_ssh connection plugin
842
872
dependency.
843
- release_summary : " Release Date: '2021-06-23'\n This changlelog describes all
844
- changes made to the modules and plugins included\n in this collection.\n For
845
- additional details such as required dependencies and availablity review\n the
846
- collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__
847
- \n "
873
+ release_summary : " Release Date: '2021-06-23'\n This changlelog describes all\
874
+ \ changes made to the modules and plugins included\n in this collection.\n \
875
+ For additional details such as required dependencies and availablity review\n \
876
+ the collections `release notes <https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html>`__\
877
+ \ \ n "
848
878
fragments :
849
879
- v1.4.0-beta.1_summary.yml
850
880
- v1.4.0-beta.1_summary_bugs.yml
0 commit comments