Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge staging-v1.8.0-tasks into staging-v1.8.0 #1090

Merged
merged 11 commits into from
Dec 13, 2023

Conversation

fernandofloresg
Copy link
Collaborator

@fernandofloresg fernandofloresg commented Dec 12, 2023

SUMMARY

Part of the release process (#982) where we merge release tasks into the staging branch.

ISSUE TYPE
  • Release Pull Request

@fernandofloresg fernandofloresg marked this pull request as ready for review December 12, 2023 15:36
Copy link
Collaborator

@richp405 richp405 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Collaborator

@rexemin rexemin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Collaborator

@ketankelkar ketankelkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -6,7 +6,7 @@
Releases
========

Version 1.8.0-beta.1
Version 1.8.0
Copy link
Collaborator

@ddimatos ddimatos Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this causes an RST issue, but the under line is longer than the text, I know when the underline is shorter than the text it causes an issue.

Should be something like:

Version 1.8.0
=========

- ``zos_job_submit`` - The last line of the jcl was missing in the input. Fix now ensures the presence of the full input in job_submit.
- ``zos_copy``

- Update option to include `LIBRARY` as dest_dataset/suboption value. Documentation updated to reflect this change.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some extra spaces, maybe it won't matter.

 Update option   to include `LIBRARY` 

Copy link
Collaborator

@ddimatos ddimatos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fernandofloresg 2 minor comments which I don't think will impact anything, looks good thank you.

@fernandofloresg fernandofloresg merged commit a03f440 into staging-v1.8.0 Dec 13, 2023
@fernandofloresg fernandofloresg deleted the staging-v1.8.0-tasks branch December 13, 2023 03:27
fernandofloresg added a commit that referenced this pull request Dec 13, 2023
* [v1.8.0][Backport] Clean temporary data sets created during XMIT unarchive operation (#1054)

* Clean temporary data sets created during XMIT unarchive operation (#1049)

* Added a temp cleanup

* Added changelog

* Modified changelog

* Added removal of src if remote_src is False

Signed-off-by: Fernando Flores <[email protected]>

* Modified changelog fragments

---------

Signed-off-by: Fernando Flores <[email protected]>

* Update 1049-xmit-temporary-data-sets.yml

modified PR number

---------

Signed-off-by: Fernando Flores <[email protected]>

* Cherry picked v1.8.0 (#1063)

* Bug 1041 zos submit job honor return output literally (#1058)

* initial commit to pass return_output to job_output.

* corrected fragment name to match branch

* tweaked data set test to show result values if positive test fails

* removed trace in zos_data_set, and added trace output to job_submit

* removed extra text from functional testing.

* put in correct PR number in changelog fragment.

* changed trivial to minor_changes, added documentation to dd_scan in job:job_output.

* 1043 bug title zos operator is passing wrong value to zoauopercmd (#1044)

* corrected kwarg index value from 'wait_arg' to 'wait'
Also corrected true/false issue in zoaq

* Added and updated changelog.

* update PR number in changelog fragment

* changed test from \$ to \\$ to eliminate warning

* added blocking test to maks sure minimum wait is reached in zoau>1.2.4.5

* removed the else condition from the blocking test, since it is not needed.

* corrected tense grammer in changelog fragment

* corrected capitalization of ZOAU in changelog fragment.

* updated changelog to point to the backport PR

* [v1.8.0] [Backport] [zos_script] remote_tmp for zos_script (#1068)

* Enabler/1024/remote_tmp for zos_script (#1060)

* Changed tmp_path for Ansible's remote_tmp

* Remove tmp_path from module's options

* Update module documentation

* Remove tmp_path test case

* Update zos_script's RST file

* Add changelog fragment

* Updated module examples

* Update changelog fragment

* [v1.8.0][zos_job_submit] Removes tmp files left behind by zos_job_submit (#1070)

* Ensure proper cleanup for ansiballz

* Added proper removal of AnsiballZ

* [v1.8.0][zos_copy][backport] File wrongly modified after second copy (#1069)

* [zos_copy] Files corrupted after second copy (#1064)

* Initial change to replace shutil.copy

* Added fix for corrupted directory copies

* Added changelog fragment

* Modified docstring and fixed copy_tree

* Added punctiation

* Added copystat

* Added set mode for dirs

* Update 1064-corruped-second-copy.yml

* Updated changelog

* [v1.8.0] [backport] [Documentation] [zos_tso_command] Add REXX exec example (#1072)

* [Documentation] [zos_tso_command] Add REXX exec example (#1065)

* Add REXX exec example

* Add fragment

* Update module documentation

* Fix PR link

* Reword example task name

* Updated REXX example

* Update changelog fragment

* Update RST file

---------

Co-authored-by: Fernando Flores <[email protected]>

* [v1.8.0] [Backport] [zos_copy] mvs to non existent mvs copy verify destination attrs match (#1067)

* Add changes

* Add fragment

* Modify fragment

* Modify fragment

* [zos_copy] fix for executables copied from local fail with iconv error (#1079)

* Added fix for executables copied from local and test

* Added changelog

* update link in managed_node doc (#1089)

* update link in managed_node doc

Signed-off-by: Ketan Kelkar <[email protected]>

* Updated docs regarding managed node

Signed-off-by: ddimatos <[email protected]>

* Doc fragment

Signed-off-by: ddimatos <[email protected]>

---------

Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: ddimatos <[email protected]>
Co-authored-by: ddimatos <[email protected]>

* Merge staging-v1.8.0-tasks into staging-v1.8.0 (#1090)

* Modified galaxy version

* mofidied meta

* Update copyright year

* Generated module docs

* Created changelog

* Removed changelog fragments

* Updated changelog and release notes

* Fixed newline sequences

* Update CHANGELOG.rst

* Update CHANGELOG.rst

* Corrected release notes

---------

Signed-off-by: Fernando Flores <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: ddimatos <[email protected]>
Co-authored-by: Rich Parker <[email protected]>
Co-authored-by: Ivan Moreno <[email protected]>
Co-authored-by: André Marcel Gutiérrez Benítez <[email protected]>
Co-authored-by: ketankelkar <[email protected]>
Co-authored-by: ddimatos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants