Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc prep for Zowe v1.28.6 #3573

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added tpsr/tpsr-v1.28.6.md
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Version 1.28.6 (April 2024)

Welcome to the Zowe Version 1.28.6 release!

See [Bug fixes](#bug-fixes) for a list of issues addressed in this release.

**Download v1.28.6 build**: Want to try new features as soon as possible? You can download the v1.28.6 build from [Zowe.org](https://www.zowe.org/download.html).

## Bug fixes

Zowe Version 1.28.6 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/vscode-extension-for-zowe/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/vscode-extension-for-zowe/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/vscode-extension-for-zowe/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/vscode-extension-for-zowe/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 2.2.
6 changes: 5 additions & 1 deletion versioned_sidebars/version-v1.28.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"type": "category",
"label": "Release notes",
"items": [
{
"type": "doc",
"id": "getting-started/release-notes/v1_28_6"
},
{
"type": "doc",
"id": "getting-started/release-notes/v1_28_5"
Expand Down Expand Up @@ -1054,7 +1058,7 @@
{
"type": "link",
"label": "Third Party Software Requirements",
"href": "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v1.28.5.md"
"href": "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v1.28.6.md"
}
]
}
Loading