From 6cf286c4ffcc8435fccd022e983202ffe72da2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jare=C5=A1?= <58428711+pj892031@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:44:39 +0100 Subject: [PATCH 1/5] Script to update dependencies in the template file (2.15.0) (#3739) * APIML, jobs, and dataset update for 2.15.0 * Trigger actions --- manifest.json.template | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index cb8813927d..1c9be2c3d2 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -52,11 +52,11 @@ "artifact": "zss-2.14.0-rc-1083-20240109191933.pax" }, "org.zowe.explorer.jobs.jobs-api-package": { - "version": "2.0.25", + "version": "2.0.26", "artifact": "jobs-api-package-*.zip" }, "org.zowe.explorer.files.files-api-package": { - "version": "2.0.26", + "version": "2.0.27", "artifact": "files-api-package-*.zip" }, "org.zowe.explorer-jes": { @@ -73,27 +73,27 @@ "artifact": "explorer-ip*.pax" }, "org.zowe.apiml.api-catalog-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "api-catalog*.zip" }, "org.zowe.apiml.discovery-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "discovery*.zip" }, "org.zowe.apiml.gateway-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "gateway*.zip" }, "org.zowe.apiml.caching-service-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "caching-service*.zip" }, "org.zowe.apiml.metrics-service-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "metrics-service*.zip" }, "org.zowe.apiml.apiml-common-lib-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "apiml-common-lib-*.zip" }, "org.zowe.apiml.sdk.common-java-lib-package": { @@ -101,11 +101,11 @@ "artifact": "common-java-lib-*.zip" }, "org.zowe.apiml.sdk.apiml-sample-extension-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "apiml-sample-extension-*.zip" }, "org.zowe.apiml.cloud-gateway-package": { - "version": "2.14.4", + "version": "2.15.0", "artifact": "cloud-gateway-*.zip" }, "org.zowe.configmgr-rexx": { @@ -145,7 +145,7 @@ "componentGroup": "Zowe API Mediation Layer", "entries": [{ "repository": "api-layer", - "tag": "v2.14.4", + "tag": "v2.15.0", "destinations": ["Zowe PAX"] }] }, { @@ -287,21 +287,21 @@ "componentGroup": "Zowe Explorer Common REST Server", "entries": [{ "repository": "explorer-api-common", - "tag": "2.0.30", + "tag": "2.0.31", "destinations": ["Zowe PAX"] }] }, { "componentGroup": "Zowe Explorer Data Sets REST Server", "entries": [{ "repository": "data-sets", - "tag": "2.0.26", + "tag": "2.0.27", "destinations": ["Zowe PAX"] }] }, { "componentGroup": "Zowe Explorer Jobs REST Server", "entries": [{ "repository": "jobs", - "tag": "2.0.25", + "tag": "2.0.26", "destinations": ["Zowe PAX"] }] }, @@ -402,23 +402,23 @@ "api-catalog": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/api-catalog-services", - "tag" : "2.14.4-ubuntu" + "tag" : "2.15.0-ubuntu" }, "caching": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/caching-service", - "tag" : "2.14.4-ubuntu" + "tag" : "2.15.0-ubuntu" }, "discovery": { "kind": "statefulset", "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/discovery-service", - "tag" : "2.14.4-ubuntu" + "tag" : "2.15.0-ubuntu" }, "gateway": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/gateway-service", - "tag" : "2.14.4-ubuntu" + "tag" : "2.15.0-ubuntu" }, "app-server": { "registry": "zowe-docker-release.jfrog.io", @@ -452,12 +452,12 @@ "files-api": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/files-api", - "tag" : "2.0.26-ubuntu" + "tag" : "2.0.27-ubuntu" }, "jobs-api": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/jobs-api", - "tag" : "2.0.25-ubuntu" + "tag" : "2.0.26-ubuntu" }, "base": { "registry": "zowe-docker-release.jfrog.io", From d294a2d0463a495e56ba9d4404a8ebd91b317943 Mon Sep 17 00:00:00 2001 From: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:01:02 -0500 Subject: [PATCH 2/5] Update v2.x/rc with staging for 2.15.0 (#3741) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove node 14 support node 14 is no longer supported. our documentation says so Signed-off-by: 1000TurquoisePogs * Update node.sh Signed-off-by: 1000TurquoisePogs * Update cicd-test.yml Signed-off-by: 1000TurquoisePogs * Update cicd-test-readme.md Signed-off-by: 1000TurquoisePogs * Update make_matrix.sh Signed-off-by: 1000TurquoisePogs * Update node.sh Signed-off-by: 1000TurquoisePogs * Tracing messages with correct function names (#3619) Signed-off-by: Martin Zeithaml * Replace introspect URL with JWK for OIDC validation (#3614) * Replace introspect url with JWK Signed-off-by: at670475 * fix name Signed-off-by: at670475 * temporary change to test Signed-off-by: at670475 * fix Signed-off-by: at670475 * fix Signed-off-by: at670475 * revert back the manifest.json Signed-off-by: at670475 --------- Signed-off-by: at670475 Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * Ensure workflow files are in ascii in final PAX (#3593) * build: convert workflow files to ascii before paxing Signed-off-by: MarkAckert * chore: add changelog Signed-off-by: MarkAckert * build: adjust dir base Signed-off-by: MarkAckert * build: remove quotes from ls command Signed-off-by: MarkAckert * build: fix quotes in iconv Signed-off-by: MarkAckert * deleted hyphen Signed-off-by: mm667937 * script was trying to convert files that are in input directory but it was trying it from working directory Signed-off-by: mm667937 * build: fix variable Signed-off-by: MarkAckert * build: correct conversion script; use find instead of ls Signed-off-by: MarkAckert * Have to convert all the workflows back to IBM-1047 before copy into dataset(not going into pswi, just test dir) Signed-off-by: mm667937 * update changelog target version Signed-off-by: MarkAckert --------- Signed-off-by: MarkAckert Signed-off-by: mm667937 Co-authored-by: mm667937 * Formatting in general pattern (#3615) Signed-off-by: Martin Zeithaml Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * add new PTF numbers Signed-off-by: ojcelis * Promote PTF after release v2.12.0 Signed-off-by: zowe-robot * updated PTF bucket Signed-off-by: ojcelis * Update cicd-test-readme.md Signed-off-by: 1000TurquoisePogs * Update cicd-test.yml Signed-off-by: 1000TurquoisePogs * update zowe version to next release Signed-off-by: ojcelis * build: remove node v14/v16 refs; cicd defaults to v16 Signed-off-by: MarkAckert * zwe diagnose running under configmgr Signed-off-by: Martin Zeithaml * Make example-zowe.yaml certificate scenarios more accurate Signed-off-by: Leanid Astrakou * Add global and component level network configuration options (#3509) * Add global and component level network configuration options Signed-off-by: Timothy Gerstel * Use zoweIpv4 for bind addresses and update tls settings to enums Signed-off-by: Timothy Gerstel * Deduplicate schema and separate server from client Also change "bind" to "listen" and tls prefix with TLSv, as seen in the majority of our servers. Signed-off-by: 1000TurquoisePogs * Fix schema json syntax Signed-off-by: 1000TurquoisePogs * Shorten tlsSettings to tls, and fix plural ipAddresses Signed-off-by: 1000TurquoisePogs --------- Signed-off-by: Timothy Gerstel Signed-off-by: 1000TurquoisePogs Co-authored-by: 1000TurquoisePogs * Build: fix failing chown from build step (#3658) * build: remove failing chown from build step Signed-off-by: MarkAckert * build: update mkdir to _cmd, chown _super to _cmd Signed-off-by: MarkAckert * chore: update comment Signed-off-by: MarkAckert --------- Signed-off-by: MarkAckert * zzow system updates (#3651) * build: zzow04 to zzow08 Signed-off-by: MarkAckert * build: add port Signed-off-by: MarkAckert * build: remove explicit pax vars. action defaults updated. Signed-off-by: MarkAckert * build: update marist system names Signed-off-by: MarkAckert * chore: update playbook hosts Signed-off-by: MarkAckert * chore: change ansible port for new systems Signed-off-by: MarkAckert * test: update failing vt test; system response correct Signed-off-by: MarkAckert * build: update PSWI builds for zzow07 Signed-off-by: MarkAckert * chore: lint fix Signed-off-by: MarkAckert * chore: update random gen to create 6,7,8 Signed-off-by: MarkAckert * build: temporarily disable vt test Signed-off-by: MarkAckert * build: comment out entire file (lint errors) Signed-off-by: MarkAckert --------- Signed-off-by: MarkAckert * Update TLS settings (#3659) * Update TLS settings Signed-off-by: 1000TurquoisePogs * Update zowe-yaml-schema.json Signed-off-by: 1000TurquoisePogs --------- Signed-off-by: 1000TurquoisePogs Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * Add getesm to build (#3663) * Add getesm to build Signed-off-by: 1000TurquoisePogs * Update README.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --------- Signed-off-by: 1000TurquoisePogs Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Co-authored-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> * Reduce string fields by introducing better typing (#3617) * Reduce string fields by introducing better typing Signed-off-by: 1000TurquoisePogs * Add new reusable types Signed-off-by: 1000TurquoisePogs --------- Signed-off-by: 1000TurquoisePogs Signed-off-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * build: update zzow matrix generator (#3665) Signed-off-by: MarkAckert * Added more clarification to example-zowe.yaml (#3660) * Added more clarification Signed-off-by: Leanid Astrakou * 512 char --> 126 Signed-off-by: Leanid Astrakou --------- Signed-off-by: Leanid Astrakou Co-authored-by: ojcelis <84936499+ojcelis@users.noreply.github.com> Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Co-authored-by: 1000TurquoisePogs * Add zosmf scheme option for at-tls in api ml (#3661) * add zosmf scheme option for at-tls in api ml Signed-off-by: Pablo Hernán Carle * add common-java Signed-off-by: Pablo Hernán Carle * common-java lib package Signed-off-by: Pablo Hernán Carle * try without comp Signed-off-by: Pablo Hernán Carle * back to allowlist common-java-lib Signed-off-by: Pablo Hernán Carle * remove env Signed-off-by: Pablo Hernán Carle --------- Signed-off-by: Pablo Hernán Carle Co-authored-by: Pablo Hernán Carle Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * Revert "Reduce string fields by introducing better typing (#3617)" (#3674) This reverts commit 1190cbbd35e7ef5eb6e7234b830f856c1f6a970a. Signed-off-by: MarkAckert * Typo in comment (#3679) Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> * Promote PTF after release v2.13.0 Signed-off-by: zowe-robot * update manifest version Signed-off-by: MarkAckert * Update version to 2.14.0 (#3691) Signed-off-by: James Struga * Add return code to zis plugin install Signed-off-by: James Struga * add typescript too Signed-off-by: James Struga * Schema missing in staging Signed-off-by: James Struga * Fix components not being enabled or disabled at ha instance level (#3692) * Fix components not being enabled or disabled at ha instance level Signed-off-by: 1000TurquoisePogs * Fix for env vars too Signed-off-by: 1000TurquoisePogs --------- Signed-off-by: 1000TurquoisePogs Co-authored-by: Timothy Gerstel * build: sigstore sign build artifacts Signed-off-by: MarkAckert * build: add id-token permissions for sigstore Signed-off-by: MarkAckert * build: discrete permissions cont.. Signed-off-by: MarkAckert * build: discrete permissions cont... PR Signed-off-by: MarkAckert * build: update contents permissions (ack locks) Signed-off-by: MarkAckert * upgrade cicd-test to node18 Signed-off-by: MarkAckert * Promote PTF after release v2.14.0 Signed-off-by: zowe-robot * update manifest to 2.15.0 Signed-off-by: MarkAckert * bin/libs/string.sh: trim update Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> * Update zwe for handeling missing parms Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> * Treat special chars Signed-off-by: Martin Zeithaml * Too many slashes Signed-off-by: Martin Zeithaml * Minor fixes Signed-off-by: Martin Zeithaml * Switch ChangeTag to sh Signed-off-by: Martin Zeithaml * Regex update Signed-off-by: Martin Zeithaml * Revert changes Signed-off-by: Martin Zeithaml * Get volume Signed-off-by: Martin Zeithaml * Support '$' and '-' in ds name Signed-off-by: Martin Zeithaml * Escape prefix Signed-off-by: Martin Zeithaml * Use the zos function for getFileEncoding (#3642) * Use the zos function Signed-off-by: Martin Zeithaml * CCSID only for platform=zos Signed-off-by: Martin Zeithaml * Update type declaration file Signed-off-by: Martin Zeithaml --------- Signed-off-by: Martin Zeithaml Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * update changelog to align with 2.15.0 Signed-off-by: MarkAckert * TSS: Detect zOSMF Root CA (#3725) * TSS: Detect zOSMF Root CA Signed-off-by: Martin Zeithaml * Parameters updated Signed-off-by: Martin Zeithaml * Minor text change Signed-off-by: Martin Zeithaml --------- Signed-off-by: Martin Zeithaml Signed-off-by: Martin Zeithaml Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> * Escape dataset in copyMvsToUss Signed-off-by: Martin Zeithaml * add backtick to (#3736) Signed-off-by: MarkAckert * allow custom properties in components.zowe (#3735) Signed-off-by: 1000TurquoisePogs --------- Signed-off-by: 1000TurquoisePogs Signed-off-by: Martin Zeithaml Signed-off-by: at670475 Signed-off-by: MarkAckert Signed-off-by: mm667937 Signed-off-by: ojcelis Signed-off-by: zowe-robot Signed-off-by: ojcelis <84936499+ojcelis@users.noreply.github.com> Signed-off-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> Signed-off-by: Leanid Astrakou Signed-off-by: Timothy Gerstel Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Signed-off-by: Pablo Hernán Carle Signed-off-by: James Struga Signed-off-by: Martin Zeithaml Co-authored-by: 1000TurquoisePogs Co-authored-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Co-authored-by: Andrea Tabone <39694626+taban03@users.noreply.github.com> Co-authored-by: mm667937 Co-authored-by: ojcelis Co-authored-by: zowe-robot Co-authored-by: ojcelis <84936499+ojcelis@users.noreply.github.com> Co-authored-by: Martin Zeithaml Co-authored-by: Leanid Astrakou Co-authored-by: Timothy Gerstel Co-authored-by: Leanid Astrakou Co-authored-by: Pablo Carle Co-authored-by: Pablo Hernán Carle Co-authored-by: James Struga --- bin/commands/certificate/pkcs12/lock/.parameters | 2 +- schemas/zowe-yaml-schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/commands/certificate/pkcs12/lock/.parameters b/bin/commands/certificate/pkcs12/lock/.parameters index 4a539c7aeb..9c137e1f62 100644 --- a/bin/commands/certificate/pkcs12/lock/.parameters +++ b/bin/commands/certificate/pkcs12/lock/.parameters @@ -1,4 +1,4 @@ keystore-dir|d|string|required||||Keystore directory. user||string|required||||Owner of the keystore directory. group||string|required||||Group of the keystore directory. -group-permission||string|||||Group permission. Can be for no permission, or `read`, `write`. +group-permission||string|||||Group permission. Can be `` for no permission, or `read`, `write`. diff --git a/schemas/zowe-yaml-schema.json b/schemas/zowe-yaml-schema.json index 32fe423772..e3867cb09f 100644 --- a/schemas/zowe-yaml-schema.json +++ b/schemas/zowe-yaml-schema.json @@ -857,7 +857,7 @@ "zowe": { "type": "object", "description": "Component level overrides for top level Zowe network configuration.", - "additionalProperties": false, + "additionalProperties": true, "properties": { "network": { "$ref": "#/$defs/networkSettings" From 68fdaa395ac86f3215113f5a6f53c0da76f2c89b Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 21 Feb 2024 11:02:03 -0500 Subject: [PATCH 3/5] Update ZE component versions for 2.15.0 (#3740) Signed-off-by: Timothy Johnson Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index 1c9be2c3d2..20c284b6e9 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -372,7 +372,7 @@ "componentGroup": "Zowe Visual Studio Code Extension", "entries": [{ "repository": "vscode-extension-for-zowe", - "tag": "v2.13.1", + "tag": "v2.14.1", "destinations": ["Visual Studio Code Marketplace"] }] }, From 2663d18e60561874ee3dc979e9a70911f318151d Mon Sep 17 00:00:00 2001 From: zowe-robot <42546701+zowe-robot@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:02:46 -0500 Subject: [PATCH 4/5] Update component versions (#3733) Signed-off-by: zowe-robot Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- manifest.json.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index 20c284b6e9..7b7271b4f2 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -217,14 +217,14 @@ "componentGroup": "Zowe CLI", "entries": [{ "repository": "zowe-cli", - "tag": "v7.21.3", + "tag": "v7.23.3", "destinations": ["Zowe CLI Package"] }] }, { "componentGroup": "IBM® CICS® Plug-in for Zowe CLI", "entries": [{ "repository": "zowe-cli-cics-plugin", - "tag": "v5.0.1", + "tag": "v5.0.4", "destinations": ["Zowe CLI Package"] }] }, { @@ -245,14 +245,14 @@ "componentGroup": "z/OS® FTP Plug-in for Zowe CLI", "entries": [{ "repository": "zowe-cli-ftp-plugin", - "tag": "v2.1.6", + "tag": "v2.1.8", "destinations": ["Zowe CLI Package"] }] }, { "componentGroup": "IBM® IMS® Plug-in for Zowe CLI", "entries": [{ "repository": "zowe-cli-ims-plugin", - "tag": "v3.0.0", + "tag": "v3.0.1", "destinations": ["Zowe CLI Package"] }] }, { From b8d2eab2b0f631481c3627dc8eab4c0f68992486 Mon Sep 17 00:00:00 2001 From: James Struga Date: Wed, 21 Feb 2024 11:03:24 -0500 Subject: [PATCH 5/5] WebUI RC1 for v2.15.0 (#3737) * WebUI RC1 for v2.15.0 Signed-off-by: James Struga * add mising tn3270 Signed-off-by: James Struga * revert schema Signed-off-by: James Struga --------- Signed-off-by: James Struga Co-authored-by: James Struga Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- manifest.json.template | 80 +++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index 7b7271b4f2..0d4f45cfce 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -12,44 +12,44 @@ }, "binaryDependencies": { "org.zowe.zlux.zlux-core": { - "version": "2.14.0-RC", + "version": "2.15.0-RC", "repository": "libs-snapshot-local", - "artifact": "zlux-core-2.14.0-20240202.143738.pax" + "artifact": "zlux-core-2.15.0-20240220.211041.pax" }, "org.zowe.zlux.sample-angular-app": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "sample-angular-app-2.14.0-20240109.143905.pax" + "artifact": "sample-angular-app-2.15.0-20240220.205736.pax" }, "org.zowe.zlux.sample-iframe-app": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "sample-iframe-app-2.14.0-20240109.143751.pax" + "artifact": "sample-iframe-app-2.15.0-20240220.205627.pax" }, "org.zowe.zlux.sample-react-app": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "sample-react-app-2.14.0-20240109.143856.pax" + "artifact": "sample-react-app-2.15.0-20240220.205746.pax" }, "org.zowe.zlux.tn3270-ng2": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "tn3270-ng2-2.14.0-20240109.143802.pax" + "artifact": "tn3270-ng2-2.15.0-20240220.205643.pax" }, "org.zowe.zlux.vt-ng2": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "vt-ng2-2.14.0-20240109.143800.pax" + "artifact": "vt-ng2-2.15.0-20240220.205643.pax" }, "org.zowe.zlux.zlux-editor": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "zlux-editor-2.14.0-20240109.144025.pax" + "artifact": "zlux-editor-2.15.0-20240220.205905.pax" }, "org.zowe.zss": { - "version": "2.14.0-RC", + "version": "2.15.0-RC", "repository": "libs-snapshot-local", - "artifact": "zss-2.14.0-rc-1083-20240109191933.pax" + "artifact": "zss-2.15.0-rc-1103-20240220211201.pax" }, "org.zowe.explorer.jobs.jobs-api-package": { "version": "2.0.26", @@ -109,22 +109,22 @@ "artifact": "cloud-gateway-*.zip" }, "org.zowe.configmgr-rexx": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "configmgr-rexx-2.14.0-2024010957.pax" + "artifact": "configmgr-rexx-2.15.0-2024022019.pax" }, "org.zowe.getesm": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "getesm-2.14.0-2024010947.pax" + "artifact": "getesm-2.15.0-2024022018.pax" }, "org.zowe.configmgr": { - "version": "2.14.0-V2.X-RC", + "version": "2.15.0-V2.X-RC", "repository": "libs-snapshot-local", - "artifact": "configmgr-2.14.0-2024010942.pax" + "artifact": "configmgr-2.15.0-2024022015.pax" }, "org.zowe.launcher": { - "version": "2.14.0" + "version": "2.15.0" }, "org.zowe.keyring-utilities": { "version": "1.0.4", @@ -159,12 +159,12 @@ "componentGroup": "Zowe Application Framework", "entries": [{ "repository": "zlux-app-manager", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { "repository": "zlux-app-server", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { @@ -179,17 +179,17 @@ }, { "repository": "zlux-platform", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { "repository": "zlux-server-framework", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { "repository": "zlux-shared", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { @@ -199,17 +199,17 @@ }, { "repository": "zlux-build", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { "repository": "zss", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }, { "repository": "zowe-common-c", - "tag": "zss-v2.14.0-RC1", + "tag": "zss-v2.15.0-RC1", "destinations": ["Zowe PAX"] } ] @@ -309,14 +309,14 @@ "componentGroup": "Zowe Desktop TN3270 Emulator Plug-in", "entries": [{ "repository": "tn3270-ng2", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, { "componentGroup": "Zowe Desktop Sample Angular Application", "entries": [{ "repository": "sample-angular-app", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, @@ -324,7 +324,7 @@ "componentGroup": "Zowe Desktop Sample iFrame Application", "entries": [{ "repository": "sample-iframe-app", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, @@ -332,7 +332,7 @@ "componentGroup": "Zowe Desktop Sample React Application", "entries": [{ "repository": "sample-react-app", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, @@ -340,7 +340,7 @@ "componentGroup": "Zowe Desktop VT Emulator Plugin-in", "entries": [{ "repository": "vt-ng2", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, @@ -348,7 +348,7 @@ "componentGroup": "Zowe Desktop Editor Plugin-in", "entries": [{ "repository": "zlux-editor", - "tag": "v2.14.0-RC1", + "tag": "v2.15.0-RC1", "destinations": ["Zowe PAX"] }] }, @@ -364,7 +364,7 @@ "destinations": ["Zowe PAX"] }, { "repository": "launcher", - "tag": "v2.0.14", + "tag": "v2.0.15", "destinations": ["Zowe PAX"] }] }, @@ -388,7 +388,7 @@ "componentGroup": "Configmgr", "entries": [{ "repository": "zowe-common-c", - "tag": "configmgr-v2.14.0-RC1", + "tag": "configmgr-v2.15.0-RC1", "destinations": ["Zowe PAX"] }] } @@ -423,7 +423,7 @@ "app-server": { "registry": "zowe-docker-release.jfrog.io", "name": "ompzowe/app-server", - "tag" : "2.14.0-ubuntu" + "tag" : "2.15.0-ubuntu" }, "explorer-ip": { "kind": "job",