From 8ef8dfc8cc294842ce8499c89da8c5dc15755c67 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Mon, 13 Jan 2025 18:39:30 -0500 Subject: [PATCH] bumping to 3.1 release Signed-off-by: anaxceron --- docs/whats-new/release-notes/v3_1_0.md | 103 +++++++++++++++++++++++++ docusaurus.config.js | 5 +- sidebars.js | 4 +- tpsr/tpsr-v3.1.x.md | 0 4 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 docs/whats-new/release-notes/v3_1_0.md create mode 100644 tpsr/tpsr-v3.1.x.md diff --git a/docs/whats-new/release-notes/v3_1_0.md b/docs/whats-new/release-notes/v3_1_0.md new file mode 100644 index 0000000000..50c21e849e --- /dev/null +++ b/docs/whats-new/release-notes/v3_1_0.md @@ -0,0 +1,103 @@ +# Version 3.1.0 (March 2025) + +Welcome to the Zowe Version 3.1.0 release! + +See [New features and enhancements](#new-features-and-enhancements) for a full list of changes to the functionality. See [Bug fixes](#bug-fixes) for a list of issues addressed in this release. + +**Download v3.1.0 build**: Want to try new features as soon as possible? You can download the v3.1.0 build from [Zowe.org](https://www.zowe.org/download.html). + +## New features and enhancements + +Zowe Version 3.1.0 contains the enhancements that are described in the following topics. + +:::info find out more +To watch a demo of new enhancements and updated features included in a Zowe minor release, look for the release demo recording in the [Zowe V2 System Demo playlist](https://www.youtube.com/playlist?list=PL8REpLGaY9QGjSTAqZaWxLG_g-jW1qGmo) on YouTube. + +System demos are typically held the week after a minor release becomes available. Check the [Open Mainframe Project Calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/zowe) for the latest schedule. +::: + +### Zowe installation and packaging + +### Zowe Application Framework + +### Zowe API Mediation Layer + +### Zowe CLI + +#### Zowe CLI (Core) + +#### Zowe CLI Imperative Framework + +#### CICS Plug-in for Zowe CLI + +#### DB2 Plug-in for Zowe CLI + +#### MQ Plug-in for Zowe CLI + +#### IMS Plug-in for Zowe CLI + +### Zowe Explorer + +#### Zowe Explorer (Core) + +- See the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer API + +- See the [Zowe Explorer API](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer FTP Extension + +- See the [Zowe Explorer FTP Extension](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer ESLint Plug-in + +- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release. + +## Bug fixes + +Zowe Version 3.1.0 contains the bug fixes that are described in the following topics. + +### Zowe installation and packaging + +### Zowe Application Framework + +### Zowe API Mediation Layer + +### Zowe CLI + +#### Zowe CLI (Core) + +#### Zowe CLI Imperative Framework + +#### CICS Plug-in for Zowe CLI + +#### DB2 Plug-in for Zowe CLI + +#### MQ Plug-in for Zowe CLI + +#### IMS Plug-in for Zowe CLI + +### Zowe Explorer + +#### Zowe Explorer (Core) + +- See the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer API + +- See the [Zowe Explorer API](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer FTP Extension + +- See the [Zowe Explorer FTP Extension](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release. + +#### Zowe Explorer ESLint Plug-in + +- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release. + +### Vulnerabilities fixed + +Zowe discloses fixed vulnerabilities in a timely manner giving you sufficient time to plan your upgrades. Zowe does not disclose the vulnerabilities fixed in the latest release as we respect the need for at least 45 days to decide when and how you upgrade Zowe. When a new release is published, Zowe publishes the vulnerabilities fixed in the previous release. For more information about the Zowe security policy, see the [Security page](https://www.zowe.org/security.html) on the Zowe website. + +The following security issues were fixed by the Zowe security group in version 3.0. diff --git a/docusaurus.config.js b/docusaurus.config.js index 1aa222ea12..889fdc10be 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -1,4 +1,4 @@ -const LATEST_VERSION = "v3.0.x"; +const LATEST_VERSION = "v3.1.x"; const versionsArray = require("./versions.json"); module.exports = { @@ -215,6 +215,9 @@ module.exports = { path: "stable", label: `${LATEST_VERSION}` + " LTS", }, + "v3.0.x": { + label: "v3.0.x LTS", + }, "v2.18.x": { label: "v2.18.x LTS", }, diff --git a/sidebars.js b/sidebars.js index 2cbd5d858a..e0f523b3d7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -18,6 +18,8 @@ module.exports = { className: "ToCheadercolor", collapsed: true, items: [ + "whats-new/release-notes/v3_1_0", + "whats-new/release-notes/v3_0_0", "whats-new/release-notes/v2_18_0", "whats-new/release-notes/v2_17_0", "whats-new/release-notes/v2_16_0", @@ -1086,7 +1088,7 @@ module.exports = { { type: "link", label: "Third Party Software Requirements", - href: "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v3.0.x.md", + href: "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v3.1.x.md", }, ], } diff --git a/tpsr/tpsr-v3.1.x.md b/tpsr/tpsr-v3.1.x.md new file mode 100644 index 0000000000..e69de29bb2