Skip to content

Commit

Permalink
New version of z/OS Utility plugin (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Shabaz Basha Kowthalam <shabazbasha.kowth@hcl.com>
  • Loading branch information
shabaz213 and Shabaz Basha Kowthalam authored Feb 9, 2024
1 parent 1df7ee2 commit 4ce9e79
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/UCD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ The z/OS Utility plug-in includes steps for retrieving and deploying IBM z/OS ar

| Back to ... || z/OS Utility | Latest Version |
|:--------------------------:|:----------------:|:------------------------------:| :---: |
| [All Plugins](../index.md) | [Top](#contents) | [Readme](zos-deploy/README.md) |[88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip)|
| [All Plugins](../index.md) | [Top](#contents) | [Readme](zos-deploy/README.md) |[89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip)|

## z/OS Rexx Executor

Expand Down
2 changes: 1 addition & 1 deletion docs/UCD/zos-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ For more information and examples, see the [Usage page in the plug-in documentat

| Back to ... | | Latest Version | | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-----------------------:|:-------------------------------------:|:-----------------:|:-----------------:|:-------------------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
3 changes: 2 additions & 1 deletion docs/UCD/zos-deploy/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

To download the plug-in, click the following version-specific links.

- [ucd-zos-deploy-89.1165949.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip)
- [ucd-zos-deploy-88.1165251.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip)
- [ucd-zos-deploy-88.1165235.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165235.zip)
- [ucd-zos-deploy-88.1165026.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165026.zip)
Expand Down Expand Up @@ -105,4 +106,4 @@ To download the plug-in, click the following version-specific links.

| Back to ... | | Latest Version | z/OS Utility | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-------------------:|:-----------------------:|:-------------------------------------:|:-----------------:|:-----------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) |
7 changes: 6 additions & 1 deletion docs/UCD/zos-deploy/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ No special steps are required for installation. See [Installing plug-ins in Urba

### History

#### Version 89

* Added new input to TSO/ISPF step to pass temporary DSN prefix
* Removed ibmjzos jar from the plugin as it is shipped with IBM Java for z/OS

#### Version 88

* Fixed PH57595 - ROLLBACK DATASET STEP DELETES PDS AFTER DELETING ALL THE NEWLY CREATED MEMBERS DURING DEPLOYMENT
Expand Down Expand Up @@ -355,4 +360,4 @@ This release includes the following updates:

| Back to ... | | Latest Version | z/OS Utility | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-------------------:|:-------------------------------------:|:-----------------:|:-----------------:|:-------------------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Readme](README.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Readme](README.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
2 changes: 1 addition & 1 deletion docs/UCD/zos-deploy/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ Restored datasets from backup taken during deployment

| Back to ... | | Latest Version | z/OS Utility | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-------------------:|:-----------------------:|:-------------------------------------:|:-----------------:|:-------------------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Usage](usage.md) | [Downloads](downloads.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Usage](usage.md) | [Downloads](downloads.md) |
2 changes: 1 addition & 1 deletion docs/UCD/zos-deploy/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Follow below steps to disable inputs for Z Inventory.

| Back to ... | | Latest Version | z/OS Utility | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-------------------:|:-----------------------:|:-----------------:|:-----------------:|:-------------------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Readme](README.md) | [Overview](overview.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Readme](README.md) | [Overview](overview.md) | [Steps](steps.md) | [Usage](usage.md) | [Downloads](downloads.md) |
2 changes: 1 addition & 1 deletion docs/UCD/zos-deploy/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ The process runs the following steps in order:

| Back to ... | | Latest Version | z/OS Utility | | | | |
|:-----------------------------:|:------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-------------------:|:-----------------------:|:-------------------------------------:|:-----------------:|:-------------------------:|
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [88.1165251](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-88.1165251.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Downloads](downloads.md) |
| [All Plugins](../../index.md) | [Deploy Plugins](../README.md) | [89.1165949](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-deploy/ucd-zos-deploy-89.1165949.zip) | [Readme](README.md) | [Overview](overview.md) | [Troubleshooting](troubleshooting.md) | [Steps](steps.md) | [Downloads](downloads.md) |

0 comments on commit 4ce9e79

Please sign in to comment.