Skip to content

Commit

Permalink
Merge pull request #4069 from zowe/anax-v3.1-bumprelease-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anaxceron authored Jan 14, 2025
2 parents 315efb1 + 8ef8dfc commit 32e3b0b
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 2 deletions.
103 changes: 103 additions & 0 deletions docs/whats-new/release-notes/v3_1_0.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const LATEST_VERSION = "v3.0.x";
const LATEST_VERSION = "v3.1.x";
const versionsArray = require("./versions.json");

module.exports = {
Expand Down Expand Up @@ -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",
},
Expand Down
4 changes: 3 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
},
],
}
Expand Down
Empty file added tpsr/tpsr-v3.1.x.md
Empty file.

0 comments on commit 32e3b0b

Please sign in to comment.