Skip to content

Commit

Permalink
Merge pull request #1847 from zowe/octoreleaseChangelog
Browse files Browse the repository at this point in the history
Octorelease changelog updates
  • Loading branch information
ATorrise authored Nov 13, 2023
2 parents f2a3a9c + 7ad0709 commit cb3859c
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 3 deletions.
4 changes: 4 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe CLI test utils package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.11`

- BugFix: Fix types error from an incorrect jstree type during compilation
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.10`

- BugFix: Added missing z/OSMF connection options to the z/OS Logs command group.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe core SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.0`

- Enhancement: Added support for dynamic APIML tokens. [#1734](https://github.com/zowe/zowe-cli/pull/1734)
Expand Down
4 changes: 4 additions & 0 deletions packages/imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Imperative package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `5.18.4`

- BugFix: Removed out of date `Perf-Timing` performance timing package.
Expand Down
4 changes: 4 additions & 0 deletions packages/provisioning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe provisioning SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.6.2`

- BugFix: Updated `js-yaml` dependency for technical currency.
Expand Down
4 changes: 4 additions & 0 deletions packages/secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe Secrets SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.6`

- BugFix: Use `core-foundation-rs` instead of `security-framework` for macOS logic, as `security-framework` is now archived. [#1802](https://github.com/zowe/zowe-cli/issues/1802)
Expand Down
1 change: 0 additions & 1 deletion packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"bugs": {
"url": "https://github.com/zowe/zowe-cli/issues"
},
"private": true,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
6 changes: 4 additions & 2 deletions packages/secrets/scripts/prebuildify.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash
set -ex
rm -rf prebuilds && mkdir -p prebuilds
SECRETS_BRANCH="${SECRETS_BRANCH:-master}"
if [ -z "$SECRETS_BRANCH" ]; then
SECRETS_BRANCH=$(git rev-parse --abbrev-ref HEAD)
fi
SECRETS_WORKFLOW_ID=$(gh run list -b $SECRETS_BRANCH --limit 1 --status success --workflow "Secrets SDK CI" --json databaseId --jq ".[0].databaseId")
echo "Downloading Secrets SDK prebuilds from $SECRETS_BRANCH branch..."
gh run download $SECRETS_WORKFLOW_ID --dir prebuilds --pattern "bindings-*"
mv prebuilds/*/* prebuilds && rm -r prebuilds/*/
mv prebuilds/*/* prebuilds && rm -r prebuilds/*/
4 changes: 4 additions & 0 deletions packages/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS workflows SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.0.0`

- Major: Introduced Team Profiles, Daemon mode, and more. See the prerelease items (if any) below for more details.
Expand Down
4 changes: 4 additions & 0 deletions packages/zosconsole/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS console SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.0.0`

- Major: Introduced Team Profiles, Daemon mode, and more. See the prerelease items (if any) below for more details.
Expand Down
5 changes: 5 additions & 0 deletions packages/zosfiles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

All notable changes to the Zowe z/OS files SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.9`

- BugFix: Fix behavior where a specified directory was being lowercased on non-PDS datasets when downloading all datasets [#1722](https://github.com/zowe/zowe-cli/issues/1722)

## `7.18.8`

- Enhancement: Patch that adds invalidFileName to ZosFilesMessages

## `7.18.0`
Expand Down
4 changes: 4 additions & 0 deletions packages/zosjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS jobs SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.17.0`

- Enhancement: Set properties for GetJobs errors for use in a more user-friendly format with the ZOWE_V3_ERR_FORMAT environment variable. [zowe-cli#935](https://github.com/zowe/zowe-cli/issues/935)
Expand Down
4 changes: 4 additions & 0 deletions packages/zoslogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS logs SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.0.0`

- Major: Introduced Team Profiles, Daemon mode, and more. See the prerelease items (if any) below for more details.
Expand Down
4 changes: 4 additions & 0 deletions packages/zosmf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OSMF SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.6.2`
- BugFix: Updated example for `zowe profiles create zosmf-profile` command. [#1152](https://github.com/zowe/zowe-cli/issues/1152)

Expand Down
4 changes: 4 additions & 0 deletions packages/zostso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS TSO SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.1.0`

- Enhancement: Exposed `tso` profile type configuration.
Expand Down
4 changes: 4 additions & 0 deletions packages/zosuss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe z/OS USS SDK package will be documented in this file.

## Recent Changes

- Breaking: First major version bump for V3

## `7.18.2`
- BugFix: Updated `zowe zos-ssh issue cmd` to return just the command output in `stdout` instead of both the command and its output. [#1724](https://github.com/zowe/zowe-cli/issues/1724)

Expand Down

0 comments on commit cb3859c

Please sign in to comment.