From 3c6c9991806636194a1a4f6799f46d17ec946e07 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Tue, 30 Jan 2024 12:53:33 +0100
Subject: [PATCH 01/43] Update the Breaking changes for API ML
Signed-off-by: Jakub Balhar
---
_data/vnext_changes.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/vnext_changes.yml b/_data/vnext_changes.yml
index 1e528b73..6ed87732 100644
--- a/_data/vnext_changes.yml
+++ b/_data/vnext_changes.yml
@@ -5,19 +5,19 @@
**Breaking changes**
- - Spring Cloud Gateway replaces Netflix Zuul based Gateway
- The authentication endpoints wont support the route /api/v1/gateway and instead will support only /gateway/api/v1
- Spring Enabler will be updated to Spring Boot 3 and Spring 6 and the Spring Boot 2 and Spring 5 versions won't be supported anymore
- Datasets API is archived
- Jobs API is archived
- Metrics service is archived
+ - IMS API is archived
- Java 17 is required for API Mediation Layer to run
- - z/OSMF in version V2R5 (preferred) or V2R3, V2R4 with APAR PH12143 applied
+ - z/OSMF in version V2R5 with APAR PH12143 applied
- Statically onboarded services needs to do it via modifying the zowe.yaml and adding a directory outside of the zowe to read the files from
+ - Keyrings need to change configuration from safkeyring://// to safkeyring://
**Important updates**
- - API Rate Limiting supported by the Spring Cloud Gateway
- Authentication and Authorization Service is separate service, only one that needs z/OS directly
- name: Application Framework
From b9b95cf72a1b21a8a6c403458b5c1c2ac253c8c5 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 2 Feb 2024 14:29:43 +0100
Subject: [PATCH 02/43] Add Intellij Office Hours
Signed-off-by: Jakub Balhar
---
_data/vnext_office_hours.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/vnext_office_hours.yml b/_data/vnext_office_hours.yml
index b5a5b031..3c4f7210 100644
--- a/_data/vnext_office_hours.yml
+++ b/_data/vnext_office_hours.yml
@@ -49,8 +49,8 @@ consumers:
- date: 01/26/2024 8AM - 9AM ET
topic: Explorer (Intellij)
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link:
- materials_link:
+ recording_link: https://zoom.us/rec/share/JqDZGQ9iMQyzSZ7fBr8RxQ_sNNqW4yVQ36LjR2Ro8WpgHsjh_eJMQODr7r7Rr_Wa.YcBHNJmyHLFTGiOb
+ materials_link: https://ibm.box.com/s/monvnv2b55v1p6cz5cpxrmeyf8m794j4
- date: 02/02/2024 8AM - 9AM ET
topic: Web UI
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
From 9139a0d724a0245197b8fe7ad85ecf8b170455c2 Mon Sep 17 00:00:00 2001
From: MarkAckert
Date: Fri, 2 Feb 2024 13:44:48 -0500
Subject: [PATCH 03/43] add 2.14.0 containers to downloads
Signed-off-by: MarkAckert
---
_data/releases.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/releases.yml b/_data/releases.yml
index efc88677..a45d8cc7 100644
--- a/_data/releases.yml
+++ b/_data/releases.yml
@@ -16,7 +16,7 @@ v2:
smpe_version: 2.14.0
smpe_sysmod: PTF
smpe_numbers: UO90047 UO90048
- containerization_version: 2.13.0
+ containerization_version: 2.14.0
cli_version: 2.14.0
cli_plugins_version: 2.14.0
explorer_version: 2.14.0
From 791144c58509ac182ddc1b140e86066b4d97fb17 Mon Sep 17 00:00:00 2001
From: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
Date: Wed, 7 Feb 2024 09:26:12 -0500
Subject: [PATCH 04/43] Add prerelease info for cli and explorer
Signed-off-by: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
---
_data/vnext_changes.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/_data/vnext_changes.yml b/_data/vnext_changes.yml
index 6ed87732..0c35377c 100644
--- a/_data/vnext_changes.yml
+++ b/_data/vnext_changes.yml
@@ -43,9 +43,9 @@
- Remove V1 profile support
- Remove deprecated items - [CLI](https://github.com/zowe/zowe-cli/issues/1694) and [Imperative](https://github.com/zowe/imperative/issues/970)
- **Important updates**
+ **Prerelease availability**
- - Provide a Jenkinsfile template to replace shared library (github.com/zowe/zowe-cli-version-controller)
+ - V3 prerelease versions are available via [npm](https://www.npmjs.com/package/@zowe/cli) under the 'next' tag.
- name: Explorer for Intellij
homepage_link: /#zowe-intellij-plugin-intro
@@ -77,6 +77,10 @@
- Store persistent settings in local storage
- Compare files in MVS view, the USS view and across the two views
+ **Prerelease availability**
+
+ - V3 prerelease versions are available via [GitHub releases](https://github.com/zowe/vscode-extension-for-zowe/releases) or via the [Open VSX Registry](https://open-vsx.org/extension/Zowe/vscode-extension-for-zowe).
+
- name: Installation and Packaging
homepage_link:
image:
From 1ef8c2c7953ee283431bf1f82d0612ad1619e70d Mon Sep 17 00:00:00 2001
From: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
Date: Wed, 7 Feb 2024 09:29:37 -0500
Subject: [PATCH 05/43] Add hyphens
Signed-off-by: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
---
_data/vnext_changes.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_data/vnext_changes.yml b/_data/vnext_changes.yml
index 0c35377c..d9cdeddc 100644
--- a/_data/vnext_changes.yml
+++ b/_data/vnext_changes.yml
@@ -43,9 +43,9 @@
- Remove V1 profile support
- Remove deprecated items - [CLI](https://github.com/zowe/zowe-cli/issues/1694) and [Imperative](https://github.com/zowe/imperative/issues/970)
- **Prerelease availability**
+ **Pre-release availability**
- - V3 prerelease versions are available via [npm](https://www.npmjs.com/package/@zowe/cli) under the 'next' tag.
+ - V3 pre-release versions are available via [npm](https://www.npmjs.com/package/@zowe/cli) under the 'next' tag.
- name: Explorer for Intellij
homepage_link: /#zowe-intellij-plugin-intro
@@ -77,9 +77,9 @@
- Store persistent settings in local storage
- Compare files in MVS view, the USS view and across the two views
- **Prerelease availability**
+ **Pre-release availability**
- - V3 prerelease versions are available via [GitHub releases](https://github.com/zowe/vscode-extension-for-zowe/releases) or via the [Open VSX Registry](https://open-vsx.org/extension/Zowe/vscode-extension-for-zowe).
+ - V3 pre-release versions are available via [GitHub releases](https://github.com/zowe/vscode-extension-for-zowe/releases) or via the [Open VSX Registry](https://open-vsx.org/extension/Zowe/vscode-extension-for-zowe).
- name: Installation and Packaging
homepage_link:
From 5dbf615256e32bc6581d3cc7a6d644febc40b6eb Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Mon, 12 Feb 2024 08:00:16 +0000
Subject: [PATCH 06/43] Add Conformance Changes and info for Office Hours
Signed-off-by: Jakub Balhar
---
_data/vnext_conformance_criteria.yml | 24 ++++++++++++++++++++++++
_data/vnext_office_hours.yml | 8 ++++----
2 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/_data/vnext_conformance_criteria.yml b/_data/vnext_conformance_criteria.yml
index e69de29b..22f3e642 100644
--- a/_data/vnext_conformance_criteria.yml
+++ b/_data/vnext_conformance_criteria.yml
@@ -0,0 +1,24 @@
+- name: Zowe API Mediation Layer
+ description: |
+
+ The API Mediation Layer related conformance Criteria are [here](https://ibm.box.com/s/qin12i90slsxzv2zdpiq4we6o6157gh5)
+
+- name: Zowe CLI
+ description: |
+
+ The CLI related conformance Criteria are [here](https://ibm.box.com/s/d8dgrx37k42wi2o92bk6vglfdazmkte9)
+
+- name: Zowe Explorer
+ description: |
+
+ The Explorer related conformance Criteria are [here](https://ibm.box.com/s/xmiwe01li8n0mgx4wpj68dqpsw2ybati)
+
+- name: Zowe Application Framework
+ description: |
+
+ The Application Framework related conformance Criteria are [here](https://ibm.box.com/s/krk4cckl7mo1wgmjkghv1s82q8cu5rx1)
+
+- name: Support Providers
+ description: |
+
+ The Support providers related conformance Criteria are [here](https://ibm.box.com/s/ok85oj6eflnpxsxvp1rntrebjbhebuk1)
\ No newline at end of file
diff --git a/_data/vnext_office_hours.yml b/_data/vnext_office_hours.yml
index 3c4f7210..18a9ad7c 100644
--- a/_data/vnext_office_hours.yml
+++ b/_data/vnext_office_hours.yml
@@ -54,13 +54,13 @@ consumers:
- date: 02/02/2024 8AM - 9AM ET
topic: Web UI
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link:
- materials_link:
+ recording_link: https://zoom.us/rec/share/uHr2XYEXBfTZEQgMeP6vsn2uuASCV476nOE9pE3dqRqOUozogG4PZn_vo0vXFjHe.GuhjaVMHb8xYnSvb
+ materials_link: https://ibm.box.com/s/asqn9wx7qc1mfwmdn6dqnkt56xuuflaz
- date: 02/09/2024 8AM - 9AM ET
topic: Systems Install & Packaging
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link:
- materials_link:
+ recording_link: https://zoom.us/rec/share/_yYDue5b5Mhr17Fy-PcSita_YxO2q1X-yYKxieH6rYef_ISyhkry3JfYqGB3y4EI.gF5t820BLk7Fr8l_
+ materials_link: https://ibm.box.com/s/iy5fwn7u5jcjaxfnopd9i6acjsb491qx
- date: 02/16/2024 8AM - 9AM ET
topic: Open Office Hours
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
From bef1ff61499682c7230b79989b5bd83957fea15b Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Thu, 22 Feb 2024 15:39:05 +0100
Subject: [PATCH 07/43] Add forgotten breaking change
Signed-off-by: Jakub Balhar
---
_data/vnext_changes.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/_data/vnext_changes.yml b/_data/vnext_changes.yml
index d9cdeddc..520fb75f 100644
--- a/_data/vnext_changes.yml
+++ b/_data/vnext_changes.yml
@@ -15,6 +15,7 @@
- z/OSMF in version V2R5 with APAR PH12143 applied
- Statically onboarded services needs to do it via modifying the zowe.yaml and adding a directory outside of the zowe to read the files from
- Keyrings need to change configuration from safkeyring://// to safkeyring://
+ - Support access to the zosmf only via /ibmzosmf route. Supporting both created issues for CLI setup
**Important updates**
From d90cc6fe248f40e2b19ee8c7ac0a34475194e0b7 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:08:19 +0100
Subject: [PATCH 08/43] Add announcement for Zowe V3
Signed-off-by: Jakub Balhar
---
_data/vnext_announcements.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/_data/vnext_announcements.yml b/_data/vnext_announcements.yml
index 5a793a0a..d715dd92 100644
--- a/_data/vnext_announcements.yml
+++ b/_data/vnext_announcements.yml
@@ -1 +1,6 @@
-- announcement: Zowe v3 is going GA on 2024/03/28
\ No newline at end of file
+- announcement: |
+ Zowe V3 Release will be delayed. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time.
+
+ We are sorry for the inconvenience. During the due diligence phase in preparing for the V3 release, we discovered the dependent package support policies and subsequent requirements changed, therefore we need to perform further evaluation prior to releasing.
+
+- announcement: Zowe v3 is going GA on 2024/03/28
From 14ca2a14e0fc458a27317a65a6882e303aa94837 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:09:19 +0100
Subject: [PATCH 09/43] Add V3 Announcement
Signed-off-by: Jakub Balhar
---
_data/announcements.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/_data/announcements.yml b/_data/announcements.yml
index d58e8839..9c055aae 100644
--- a/_data/announcements.yml
+++ b/_data/announcements.yml
@@ -1,4 +1,5 @@
# Announcements
# Links need to be shared within announcement in the HTML form e.g. text visible for user
+- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time."
- announcement: "Are you ready for Zowe V3? Join our Consumer Office Hours at 8am Fridays beginning on 1/5/2024, see the zowe calendar for details"
- announcement: "Stay informed, join our Zowe User mailing list today"
From 3aa56a7a6637ff40dc0622254e7c047ebca54d1b Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:10:10 +0100
Subject: [PATCH 10/43] Update vnext_announcements.yml
Signed-off-by: Jakub Balhar
---
_data/vnext_announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/vnext_announcements.yml b/_data/vnext_announcements.yml
index d715dd92..1019b7a0 100644
--- a/_data/vnext_announcements.yml
+++ b/_data/vnext_announcements.yml
@@ -1,5 +1,5 @@
- announcement: |
- Zowe V3 Release will be delayed. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time.
+ Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time.
We are sorry for the inconvenience. During the due diligence phase in preparing for the V3 release, we discovered the dependent package support policies and subsequent requirements changed, therefore we need to perform further evaluation prior to releasing.
From 9653e725523fced5a8e010da4f687863214bba49 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:21:16 +0100
Subject: [PATCH 11/43] Update announcements.yml
Signed-off-by: Jakub Balhar
---
_data/announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/announcements.yml b/_data/announcements.yml
index 9c055aae..59412afd 100644
--- a/_data/announcements.yml
+++ b/_data/announcements.yml
@@ -1,5 +1,5 @@
# Announcements
# Links need to be shared within announcement in the HTML form e.g. text visible for user
-- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time."
+- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by end of the March and will notify you at that time."
- announcement: "Are you ready for Zowe V3? Join our Consumer Office Hours at 8am Fridays beginning on 1/5/2024, see the zowe calendar for details"
- announcement: "Stay informed, join our Zowe User mailing list today"
From e1e860cc3e838d8982041f441a6dc92eb3b7954b Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:21:32 +0100
Subject: [PATCH 12/43] Update vnext_announcements.yml
Signed-off-by: Jakub Balhar
---
_data/vnext_announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/vnext_announcements.yml b/_data/vnext_announcements.yml
index 1019b7a0..18df80a2 100644
--- a/_data/vnext_announcements.yml
+++ b/_data/vnext_announcements.yml
@@ -1,5 +1,5 @@
- announcement: |
- Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time.
+ Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by end of the March and will notify you at that time.
We are sorry for the inconvenience. During the due diligence phase in preparing for the V3 release, we discovered the dependent package support policies and subsequent requirements changed, therefore we need to perform further evaluation prior to releasing.
From 993875d3b7c09d10f6f36c57e69361e175939c2e Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:24:29 +0100
Subject: [PATCH 13/43] Update announcements.yml
Signed-off-by: Jakub Balhar
---
_data/announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/announcements.yml b/_data/announcements.yml
index 59412afd..9c055aae 100644
--- a/_data/announcements.yml
+++ b/_data/announcements.yml
@@ -1,5 +1,5 @@
# Announcements
# Links need to be shared within announcement in the HTML form e.g. text visible for user
-- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by end of the March and will notify you at that time."
+- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time."
- announcement: "Are you ready for Zowe V3? Join our Consumer Office Hours at 8am Fridays beginning on 1/5/2024, see the zowe calendar for details"
- announcement: "Stay informed, join our Zowe User mailing list today"
From 1c2f0f74784c79115ffb00115e537e7b5f877ad9 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:25:16 +0100
Subject: [PATCH 14/43] Update vnext_announcements.yml
Signed-off-by: Jakub Balhar
---
_data/vnext_announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/vnext_announcements.yml b/_data/vnext_announcements.yml
index 18df80a2..b46cc4eb 100644
--- a/_data/vnext_announcements.yml
+++ b/_data/vnext_announcements.yml
@@ -1,5 +1,5 @@
- announcement: |
- Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by end of the March and will notify you at that time.
+ Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of March and will notify you at that time.
We are sorry for the inconvenience. During the due diligence phase in preparing for the V3 release, we discovered the dependent package support policies and subsequent requirements changed, therefore we need to perform further evaluation prior to releasing.
From 63e21ebba26739b8ce5e32f78380b4047cc9664e Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 15:25:31 +0100
Subject: [PATCH 15/43] Update announcements.yml
Signed-off-by: Jakub Balhar
---
_data/announcements.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/announcements.yml b/_data/announcements.yml
index 9c055aae..2ad54d29 100644
--- a/_data/announcements.yml
+++ b/_data/announcements.yml
@@ -1,5 +1,5 @@
# Announcements
# Links need to be shared within announcement in the HTML form e.g. text visible for user
-- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of the March and will notify you at that time."
+- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of March and will notify you at that time."
- announcement: "Are you ready for Zowe V3? Join our Consumer Office Hours at 8am Fridays beginning on 1/5/2024, see the zowe calendar for details"
- announcement: "Stay informed, join our Zowe User mailing list today"
From bae36a05d7d4f3892fb718c6325b60f7b88e2e74 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Fri, 23 Feb 2024 16:11:23 +0100
Subject: [PATCH 16/43] Update vnext_announcements.yml
Signed-off-by: Jakub Balhar
---
_data/vnext_announcements.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/_data/vnext_announcements.yml b/_data/vnext_announcements.yml
index b46cc4eb..9573fc39 100644
--- a/_data/vnext_announcements.yml
+++ b/_data/vnext_announcements.yml
@@ -3,4 +3,3 @@
We are sorry for the inconvenience. During the due diligence phase in preparing for the V3 release, we discovered the dependent package support policies and subsequent requirements changed, therefore we need to perform further evaluation prior to releasing.
-- announcement: Zowe v3 is going GA on 2024/03/28
From 940a0c2db7bc359c2c9c13f87f11fc95b2b24e41 Mon Sep 17 00:00:00 2001
From: Jakub Balhar
Date: Mon, 4 Mar 2024 15:51:24 +0100
Subject: [PATCH 17/43] Add clenased recordings.
Signed-off-by: Jakub Balhar
---
_data/vnext_office_hours.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/_data/vnext_office_hours.yml b/_data/vnext_office_hours.yml
index 18a9ad7c..72980a99 100644
--- a/_data/vnext_office_hours.yml
+++ b/_data/vnext_office_hours.yml
@@ -29,37 +29,37 @@ consumers:
- date: 01/05/2024 8AM - 9AM ET
topic: API Mediation Layer
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/iZ6-6mv0qy8tlnaIshVYyEF5fWAREjWYuwuvyyB9v9QKUcAzrpXZArT83qgpmO4u.tQFWMquAL3_sqgug
+ recording_link: https://youtu.be/6gkoSSypTck?si=h4DJCZ8LzZMj3rHh
materials_link: https://ibm.box.com/s/06rtqh1at3nd7q3lgi36ly8uum1h4adn
- date: 01/12/2024 8AM - 9AM ET
topic: CLI
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/oWx79e8rAeAMFSikY9klU0-zURSE4TBZGxUQg33aqsBRPQs8LWQuE8DG4qIWy4fK.bGhUwOZitTNq0gYz
+ recording_link: https://youtu.be/wgzJO9eyyhA?si=dgER1FQVzwAvm_1t
materials_link: https://ibm.box.com/s/aqcwrc83i8uq9llyo3kae8pjxi0p1xlb
- date: 01/12/2024 8AM - 9AM ET
topic: Node Client SDK
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/oWx79e8rAeAMFSikY9klU0-zURSE4TBZGxUQg33aqsBRPQs8LWQuE8DG4qIWy4fK.bGhUwOZitTNq0gYz
+ recording_link: https://youtu.be/wgzJO9eyyhA?si=dgER1FQVzwAvm_1t
materials_link: https://ibm.box.com/s/ujdkjfb6f1zhx4amse1x7aysdb76ai80
- date: 01/19/2024 8AM - 9AM ET
topic: Explorer (VSCode)
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/DjXmEXpMaQKTww7czM2IgDpHvUPi4ltC7DsrvNXI0EX1pBel3S4F7cgLXp_qOo-y.ChpJROsc0PhkhAh4
+ recording_link: https://youtu.be/ZGmD2hxJVHE?si=ra46RJu3YdkecrXu
materials_link: https://ibm.box.com/s/366i3i576c3r2s6kn3sqtwxzsj9lcpzm
- date: 01/26/2024 8AM - 9AM ET
topic: Explorer (Intellij)
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/JqDZGQ9iMQyzSZ7fBr8RxQ_sNNqW4yVQ36LjR2Ro8WpgHsjh_eJMQODr7r7Rr_Wa.YcBHNJmyHLFTGiOb
+ recording_link: https://youtu.be/mDlCuhizy3M?si=OlFs5mXUahH59xEl
materials_link: https://ibm.box.com/s/monvnv2b55v1p6cz5cpxrmeyf8m794j4
- date: 02/02/2024 8AM - 9AM ET
topic: Web UI
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/uHr2XYEXBfTZEQgMeP6vsn2uuASCV476nOE9pE3dqRqOUozogG4PZn_vo0vXFjHe.GuhjaVMHb8xYnSvb
+ recording_link: https://youtu.be/KllchLDvBjs?si=WxJ4nBJrUDzqwwwW
materials_link: https://ibm.box.com/s/asqn9wx7qc1mfwmdn6dqnkt56xuuflaz
- date: 02/09/2024 8AM - 9AM ET
topic: Systems Install & Packaging
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95815909111?password=57c97886-d2b6-4430-9c05-1eedfa1e0fa7
- recording_link: https://zoom.us/rec/share/_yYDue5b5Mhr17Fy-PcSita_YxO2q1X-yYKxieH6rYef_ISyhkry3JfYqGB3y4EI.gF5t820BLk7Fr8l_
+ recording_link: https://youtu.be/EQ-jYYl6wnY?si=W3ei2hVVqMcR0Mcn
materials_link: https://ibm.box.com/s/iy5fwn7u5jcjaxfnopd9i6acjsb491qx
- date: 02/16/2024 8AM - 9AM ET
topic: Open Office Hours
From 17134f31286fcc4141e646956165841f6dc061cb Mon Sep 17 00:00:00 2001
From: MarkAckert
Date: Fri, 8 Mar 2024 10:43:17 -0500
Subject: [PATCH 18/43] 2.15.0 release, pswi caution text
Signed-off-by: MarkAckert
---
_data/announcements.yml | 1 +
_data/releases.yml | 19 ++++++++++++++++---
download.md | 13 +++++++++++--
3 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/_data/announcements.yml b/_data/announcements.yml
index 2ad54d29..4aafba3e 100644
--- a/_data/announcements.yml
+++ b/_data/announcements.yml
@@ -1,5 +1,6 @@
# Announcements
# Links need to be shared within announcement in the HTML form e.g. text visible for user
- announcement: "Zowe V3 Release will be delayed from March 28. The Zowe V2 release schedule will be adjusted to accommodate this change. We expect to have a new V3 release date and further information on V2 by the end of March and will notify you at that time."
+- announcement: "The Zowe v2.15.0 PSWI distribution is delayed."
- announcement: "Are you ready for Zowe V3? Join our Consumer Office Hours at 8am Fridays beginning on 1/5/2024, see the zowe calendar for details"
- announcement: "Stay informed, join our Zowe User mailing list today"
diff --git a/_data/releases.yml b/_data/releases.yml
index a45d8cc7..a83fc93d 100644
--- a/_data/releases.yml
+++ b/_data/releases.yml
@@ -4,13 +4,26 @@ future:
v2:
- version: 2.15.1
release_date: 2024-05-27
- - version: 2.15.0
- release_date: 2024-03-04
v1:
- version: 1.28.6
release_date: 2024-09-30
v2:
+ - version: 2.15.0
+ zos_version: 2.15.0
+ smpe_version: 2.15.0
+ pswi_version: 2.14.0
+ smpe_sysmod: PTF
+ smpe_numbers: UO90049 UO90050
+ containerization_version: 2.15.0
+ cli_version: 2.15.0
+ cli_plugins_version: 2.15.0
+ explorer_version: 2.15.0
+ node_sdk_version: 2.15.0
+ python_sdk_version: 2.15.0
+ release_date: 2023-03-08
+ documentation: stable
+ release_notes: v2_15_0
- version: 2.14.0
zos_version: 2.14.0
smpe_version: 2.14.0
@@ -23,7 +36,7 @@ v2:
node_sdk_version: 2.14.0
python_sdk_version: 2.14.0
release_date: 2023-01-26
- documentation: stable
+ documentation: v2_14_x
release_notes: v2_14_0
- version: 2.13.0
zos_version: 2.13.0
diff --git a/download.md b/download.md
index 38e08cee..a75887d0 100644
--- a/download.md
+++ b/download.md
@@ -170,9 +170,18 @@
distribution. The PSWI allows the full installation as you are used to from SMP/E build, but it uses the
new standard for mainframe software distribution.
Download the PSWI based on FMID AZWE002
+ {% if site.data.releases.v2[0].pswi_version and site.data.releases.v2[0].pswi_version != site.data.releases.v2[0].zos_version %}
+
Caution: This PSWI release does not match the latest Zowe release, seen above. Please check the home page announcements for more information.
+ {% endif %}
+ {% if site.data.releases.v2[0].pswi_version %}