From f75315d66d6c7ca2b9310243d65c14f9b84e7f00 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Sat, 6 Jun 2020 17:52:24 -0400 Subject: [PATCH] v8.8.3 --- CHANGELOG.md | 27 +++++++++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 +++ packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++ packages/core/package.json | 2 +- packages/proxy/CHANGELOG.md | 4 +++ packages/proxy/package.json | 2 +- packages/react/CHANGELOG.md | 4 +++ packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 7 +++++ packages/test/package.json | 2 +- packages/webpack/CHANGELOG.md | 4 +++ packages/webpack/package.json | 2 +- plugins/plugin-bash-like/CHANGELOG.md | 4 +++ plugins/plugin-bash-like/package.json | 2 +- plugins/plugin-carbon-themes/CHANGELOG.md | 4 +++ plugins/plugin-carbon-themes/package.json | 2 +- plugins/plugin-client-alternate/CHANGELOG.md | 4 +++ plugins/plugin-client-alternate/package.json | 2 +- plugins/plugin-client-common/CHANGELOG.md | 17 ++++++++++++ plugins/plugin-client-common/package.json | 2 +- plugins/plugin-client-default/CHANGELOG.md | 4 +++ plugins/plugin-client-default/package.json | 2 +- plugins/plugin-client-test/CHANGELOG.md | 4 +++ plugins/plugin-client-test/package.json | 2 +- plugins/plugin-core-support/CHANGELOG.md | 4 +++ plugins/plugin-core-support/package.json | 2 +- plugins/plugin-core-themes/CHANGELOG.md | 4 +++ plugins/plugin-core-themes/package.json | 2 +- plugins/plugin-git/CHANGELOG.md | 4 +++ plugins/plugin-git/package.json | 2 +- plugins/plugin-ibmcloud/CHANGELOG.md | 4 +++ plugins/plugin-ibmcloud/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 21 +++++++++++++++ plugins/plugin-kubectl/package.json | 2 +- .../plugin-patternfly4-themes/CHANGELOG.md | 4 +++ .../plugin-patternfly4-themes/package.json | 2 +- plugins/plugin-proxy-support/CHANGELOG.md | 4 +++ plugins/plugin-proxy-support/package.json | 2 +- plugins/plugin-sandbox/CHANGELOG.md | 4 +++ plugins/plugin-sandbox/package.json | 2 +- plugins/plugin-skeleton/CHANGELOG.md | 4 +++ plugins/plugin-skeleton/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 4 +++ plugins/plugin-wskflow/package.json | 2 +- 46 files changed, 180 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c04ba2ed6..13905c07498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +### Bug Fixes + +- **packages/core:** add missing readline dependence ([6440f0e](https://github.com/IBM/kui/commit/6440f0e)), closes [#4836](https://github.com/IBM/kui/issues/4836) +- **plugins/plugin-client-common:** LeftNavSidecar content section can take over full width ([a27b7ac](https://github.com/IBM/kui/commit/a27b7ac)), closes [#4831](https://github.com/IBM/kui/issues/4831) +- **plugins/plugin-client-common:** long RadioTables should offer indication as to selectability of rows ([0b5f514](https://github.com/IBM/kui/commit/0b5f514)), closes [#4793](https://github.com/IBM/kui/issues/4793) +- **plugins/plugin-client-common:** reduce verbosity of logging in Eval.tsx ([8922546](https://github.com/IBM/kui/commit/8922546)), closes [#4829](https://github.com/IBM/kui/issues/4829) +- **plugins/plugin-client-common:** Screenshot results in a react console error ([b8688fa](https://github.com/IBM/kui/commit/b8688fa)), closes [#4826](https://github.com/IBM/kui/issues/4826) +- summary tab is not read-only for kubectl edit command ([4fb9ccb](https://github.com/IBM/kui/commit/4fb9ccb)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- **plugins/plugin-client-common:** sidecar does not resopnd to Escape reliably ([04a041d](https://github.com/IBM/kui/commit/04a041d)), closes [#4774](https://github.com/IBM/kui/issues/4774) [#4804](https://github.com/IBM/kui/issues/4804) +- avoid using kui-custom command for switching kubectl namespace ([f0ed9b9](https://github.com/IBM/kui/commit/f0ed9b9)), closes [#4806](https://github.com/IBM/kui/issues/4806) +- **plugins/plugin-kubectl:** get-namespace table sometimes doens't show the correct selected namespace ([644c426](https://github.com/IBM/kui/commit/644c426)), closes [#4812](https://github.com/IBM/kui/issues/4812) +- **plugins/plugin-kubectl:** kubectl logs -l with no matches yields internal error ([6f49b0b](https://github.com/IBM/kui/commit/6f49b0b)), closes [#4811](https://github.com/IBM/kui/issues/4811) +- **plugins/plugin-kubectl:** Logs tab should have a default tail limit ([6fc2bb0](https://github.com/IBM/kui/commit/6fc2bb0)), closes [#4810](https://github.com/IBM/kui/issues/4810) [#4818](https://github.com/IBM/kui/issues/4818) +- kubectl edit apply twice does not work ([5fecdf0](https://github.com/IBM/kui/commit/5fecdf0)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- **plugins/plugin-kubectl:** status shows as Containercreating when it should be ContainerCreating ([e88f640](https://github.com/IBM/kui/commit/e88f640)), closes [#4798](https://github.com/IBM/kui/issues/4798) +- **plugins/plugin-kubectl:** Terminal tab test incorrectly verifies k exec output ([13ef49b](https://github.com/IBM/kui/commit/13ef49b)), closes [#4802](https://github.com/IBM/kui/issues/4802) +- sidecar toolbar can't due justice to longer error messages ([52c976e](https://github.com/IBM/kui/commit/52c976e)), closes [#4789](https://github.com/IBM/kui/issues/4789) + +### Features + +- **plugins/plugin-kubectl:** optimizing Node summary impl ([948d12c](https://github.com/IBM/kui/commit/948d12c)), closes [#4833](https://github.com/IBM/kui/issues/4833) +- improve rendering of kubectl subcommand help ([64dd162](https://github.com/IBM/kui/commit/64dd162)), closes [#4824](https://github.com/IBM/kui/issues/4824) +- kubectl apply view-last-applied ([47a800e](https://github.com/IBM/kui/commit/47a800e)), closes [#4822](https://github.com/IBM/kui/issues/4822) +- show resource version in toolbar text ([d972f79](https://github.com/IBM/kui/commit/d972f79)), closes [#4790](https://github.com/IBM/kui/issues/4790) + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6b2a2a6f0f7..30381370a76 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.8.2", + "version": "8.8.3", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index d80645a83f4..ad9bd46d097 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/builder + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 24f8ee814cf..ae81efa249d 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin development helpers", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3912a1420f6..eefb87c6ba6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +### Bug Fixes + +- **packages/core:** add missing readline dependence ([6440f0e](https://github.com/IBM/kui/commit/6440f0e)), closes [#4836](https://github.com/IBM/kui/issues/4836) +- kubectl edit apply twice does not work ([5fecdf0](https://github.com/IBM/kui/commit/5fecdf0)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- sidecar toolbar can't due justice to longer error messages ([52c976e](https://github.com/IBM/kui/commit/52c976e)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- summary tab is not read-only for kubectl edit command ([4fb9ccb](https://github.com/IBM/kui/commit/4fb9ccb)), closes [#4809](https://github.com/IBM/kui/issues/4809) + +### Features + +- kubectl apply view-last-applied ([47a800e](https://github.com/IBM/kui/commit/47a800e)), closes [#4822](https://github.com/IBM/kui/issues/4822) + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index dfa13f3cd31..60108d89500 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.8.2", + "version": "8.8.3", "description": "An Electron-based shell for cloud-native development", "homepage": "https://github.com/IBM/kui#readme", "license": "Apache-2.0", diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index a769dcde060..9c5c7aead4d 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index c55c2a75874..7f6c09b03ba 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui package that offers a proxy server", "author": "Nick Mitchell", "license": "Apache-2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4162e315c27..aabe44bc962 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/react + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index cdbea528f83..a72f366cd8f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 8549ce3cb57..5263a8d1158 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +### Bug Fixes + +- kubectl edit apply twice does not work ([5fecdf0](https://github.com/IBM/kui/commit/5fecdf0)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- sidecar toolbar can't due justice to longer error messages ([52c976e](https://github.com/IBM/kui/commit/52c976e)), closes [#4789](https://github.com/IBM/kui/issues/4789) + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) ### Bug Fixes diff --git a/packages/test/package.json b/packages/test/package.json index 1d3944ab9a6..47a765ccbe8 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.8.2", + "version": "8.8.3", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 71bdf9220ba..513f4382512 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index d1329003a75..eb0c89aad3f 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui support for webpack clients", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-bash-like/CHANGELOG.md b/plugins/plugin-bash-like/CHANGELOG.md index 5c86e642844..113ffc66c3b 100644 --- a/plugins/plugin-bash-like/CHANGELOG.md +++ b/plugins/plugin-bash-like/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-bash-like diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index e3d360fd566..5e8891cfb51 100644 --- a/plugins/plugin-bash-like/package.json +++ b/plugins/plugin-bash-like/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-bash-like", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that offers local bash-like shell integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-carbon-themes/CHANGELOG.md b/plugins/plugin-carbon-themes/CHANGELOG.md index 3d99d5ab003..0e036366d4f 100644 --- a/plugins/plugin-carbon-themes/CHANGELOG.md +++ b/plugins/plugin-carbon-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-carbon-themes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index 5be980b41bc..b1cb03ad962 100644 --- a/plugins/plugin-carbon-themes/package.json +++ b/plugins/plugin-carbon-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-carbon-themes", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin offering a Carbon Components-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-client-alternate/CHANGELOG.md b/plugins/plugin-client-alternate/CHANGELOG.md index a3555c53507..41cb40cabd9 100644 --- a/plugins/plugin-client-alternate/CHANGELOG.md +++ b/plugins/plugin-client-alternate/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-client-alternate diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index 2e76cdede8b..d1845879747 100644 --- a/plugins/plugin-client-alternate/package.json +++ b/plugins/plugin-client-alternate/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-alternate", - "version": "8.8.2", + "version": "8.8.3", "description": "", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-common/CHANGELOG.md b/plugins/plugin-client-common/CHANGELOG.md index 8174069fdb0..32ace34cc18 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +### Bug Fixes + +- **plugins/plugin-client-common:** LeftNavSidecar content section can take over full width ([a27b7ac](https://github.com/IBM/kui/commit/a27b7ac)), closes [#4831](https://github.com/IBM/kui/issues/4831) +- **plugins/plugin-client-common:** reduce verbosity of logging in Eval.tsx ([8922546](https://github.com/IBM/kui/commit/8922546)), closes [#4829](https://github.com/IBM/kui/issues/4829) +- **plugins/plugin-client-common:** Screenshot results in a react console error ([b8688fa](https://github.com/IBM/kui/commit/b8688fa)), closes [#4826](https://github.com/IBM/kui/issues/4826) +- summary tab is not read-only for kubectl edit command ([4fb9ccb](https://github.com/IBM/kui/commit/4fb9ccb)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- **plugins/plugin-client-common:** sidecar does not resopnd to Escape reliably ([04a041d](https://github.com/IBM/kui/commit/04a041d)), closes [#4774](https://github.com/IBM/kui/issues/4774) [#4804](https://github.com/IBM/kui/issues/4804) +- kubectl edit apply twice does not work ([5fecdf0](https://github.com/IBM/kui/commit/5fecdf0)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- sidecar toolbar can't due justice to longer error messages ([52c976e](https://github.com/IBM/kui/commit/52c976e)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- **plugins/plugin-client-common:** long RadioTables should offer indication as to selectability of rows ([0b5f514](https://github.com/IBM/kui/commit/0b5f514)), closes [#4793](https://github.com/IBM/kui/issues/4793) + +### Features + +- improve rendering of kubectl subcommand help ([64dd162](https://github.com/IBM/kui/commit/64dd162)), closes [#4824](https://github.com/IBM/kui/issues/4824) + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 48e7a91de1e..97f5d50e07c 100644 --- a/plugins/plugin-client-common/package.json +++ b/plugins/plugin-client-common/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-common", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that offers stylesheets", "license": "Apache-2.0", "author": "Mengting Yan", diff --git a/plugins/plugin-client-default/CHANGELOG.md b/plugins/plugin-client-default/CHANGELOG.md index b3bd2787016..5ed11ea0611 100644 --- a/plugins/plugin-client-default/CHANGELOG.md +++ b/plugins/plugin-client-default/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-client diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 83b52576779..b65203e91de 100644 --- a/plugins/plugin-client-default/package.json +++ b/plugins/plugin-client-default/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-test/CHANGELOG.md b/plugins/plugin-client-test/CHANGELOG.md index 5b6af235de6..4f4a1772a2f 100644 --- a/plugins/plugin-client-test/CHANGELOG.md +++ b/plugins/plugin-client-test/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) ### Bug Fixes diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index 2a2bb79d2cf..483df582c24 100644 --- a/plugins/plugin-client-test/package.json +++ b/plugins/plugin-client-test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-test-client", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-core-support/CHANGELOG.md b/plugins/plugin-core-support/CHANGELOG.md index 7fe27574cb5..48329747728 100644 --- a/plugins/plugin-core-support/CHANGELOG.md +++ b/plugins/plugin-core-support/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-core-support diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index de4f1c98f19..ca232fc07f3 100644 --- a/plugins/plugin-core-support/package.json +++ b/plugins/plugin-core-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-support", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin offering core extensions such as help and screenshot commands", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-core-themes/CHANGELOG.md b/plugins/plugin-core-themes/CHANGELOG.md index 0e20f2b7336..a336df1448f 100644 --- a/plugins/plugin-core-themes/CHANGELOG.md +++ b/plugins/plugin-core-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-core-themes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index e0f969996ba..50e9ff8198b 100644 --- a/plugins/plugin-core-themes/package.json +++ b/plugins/plugin-core-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-themes", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 7b679a3ad91..76d445ce2b2 100644 --- a/plugins/plugin-git/CHANGELOG.md +++ b/plugins/plugin-git/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-git diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index d9015724df4..73bf056d2bd 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-ibmcloud/CHANGELOG.md b/plugins/plugin-ibmcloud/CHANGELOG.md index a78739a87ee..98451dc236b 100644 --- a/plugins/plugin-ibmcloud/CHANGELOG.md +++ b/plugins/plugin-ibmcloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/kui-shell/plugin-kubeui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.8.2](https://github.com/kui-shell/plugin-kubeui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-ibmcloud diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index b7e9aff780b..3c7980ab91c 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.8.2", + "version": "8.8.3", "description": "ibmcloud kubernetes service kui plugin", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index 009d4f57a8f..5f2920915a6 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +### Bug Fixes + +- avoid using kui-custom command for switching kubectl namespace ([f0ed9b9](https://github.com/IBM/kui/commit/f0ed9b9)), closes [#4806](https://github.com/IBM/kui/issues/4806) +- summary tab is not read-only for kubectl edit command ([4fb9ccb](https://github.com/IBM/kui/commit/4fb9ccb)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- **plugins/plugin-kubectl:** get-namespace table sometimes doens't show the correct selected namespace ([644c426](https://github.com/IBM/kui/commit/644c426)), closes [#4812](https://github.com/IBM/kui/issues/4812) +- **plugins/plugin-kubectl:** kubectl logs -l with no matches yields internal error ([6f49b0b](https://github.com/IBM/kui/commit/6f49b0b)), closes [#4811](https://github.com/IBM/kui/issues/4811) +- **plugins/plugin-kubectl:** Logs tab should have a default tail limit ([6fc2bb0](https://github.com/IBM/kui/commit/6fc2bb0)), closes [#4810](https://github.com/IBM/kui/issues/4810) [#4818](https://github.com/IBM/kui/issues/4818) +- kubectl edit apply twice does not work ([5fecdf0](https://github.com/IBM/kui/commit/5fecdf0)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- **plugins/plugin-kubectl:** status shows as Containercreating when it should be ContainerCreating ([e88f640](https://github.com/IBM/kui/commit/e88f640)), closes [#4798](https://github.com/IBM/kui/issues/4798) +- **plugins/plugin-kubectl:** Terminal tab test incorrectly verifies k exec output ([13ef49b](https://github.com/IBM/kui/commit/13ef49b)), closes [#4802](https://github.com/IBM/kui/issues/4802) +- sidecar toolbar can't due justice to longer error messages ([52c976e](https://github.com/IBM/kui/commit/52c976e)), closes [#4789](https://github.com/IBM/kui/issues/4789) + +### Features + +- **plugins/plugin-kubectl:** optimizing Node summary impl ([948d12c](https://github.com/IBM/kui/commit/948d12c)), closes [#4833](https://github.com/IBM/kui/issues/4833) +- improve rendering of kubectl subcommand help ([64dd162](https://github.com/IBM/kui/commit/64dd162)), closes [#4824](https://github.com/IBM/kui/issues/4824) +- kubectl apply view-last-applied ([47a800e](https://github.com/IBM/kui/commit/47a800e)), closes [#4822](https://github.com/IBM/kui/issues/4822) +- show resource version in toolbar text ([d972f79](https://github.com/IBM/kui/commit/d972f79)), closes [#4790](https://github.com/IBM/kui/issues/4790) + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index aa0a28793cc..7597ea78c88 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.8.2", + "version": "8.8.3", "description": "Kubernetes visualization plugin for kubernetes", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-patternfly4-themes/CHANGELOG.md b/plugins/plugin-patternfly4-themes/CHANGELOG.md index b911c50b0d6..456ca415213 100644 --- a/plugins/plugin-patternfly4-themes/CHANGELOG.md +++ b/plugins/plugin-patternfly4-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 3c99d4bcd1b..82835fac828 100644 --- a/plugins/plugin-patternfly4-themes/package.json +++ b/plugins/plugin-patternfly4-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-patternfly4-themes", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin offering a Patternfly4-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-proxy-support/CHANGELOG.md b/plugins/plugin-proxy-support/CHANGELOG.md index 114c07e29d5..24ec8a1cbbb 100644 --- a/plugins/plugin-proxy-support/CHANGELOG.md +++ b/plugins/plugin-proxy-support/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-proxy-support diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index df1f0980381..ac563d0857e 100644 --- a/plugins/plugin-proxy-support/package.json +++ b/plugins/plugin-proxy-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-proxy-support", - "version": "8.8.2", + "version": "8.8.3", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-sandbox/CHANGELOG.md b/plugins/plugin-sandbox/CHANGELOG.md index ad0f6136ee7..d349de6896c 100644 --- a/plugins/plugin-sandbox/CHANGELOG.md +++ b/plugins/plugin-sandbox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-sandbox diff --git a/plugins/plugin-sandbox/package.json b/plugins/plugin-sandbox/package.json index 77b85f1b82c..61cdcb9de1c 100644 --- a/plugins/plugin-sandbox/package.json +++ b/plugins/plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-sandbox", - "version": "8.8.2", + "version": "8.8.3", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 5b2f3578b4b..ebe251fb743 100644 --- a/plugins/plugin-skeleton/CHANGELOG.md +++ b/plugins/plugin-skeleton/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-skeleton diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index 1ae3208e6e0..fc605633f69 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.8.2", + "version": "8.8.3", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index ee34066444c..36361b7e843 100644 --- a/plugins/plugin-wskflow/CHANGELOG.md +++ b/plugins/plugin-wskflow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.3](https://github.com/IBM/kui/compare/v8.8.2...v8.8.3) (2020-06-06) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.8.2](https://github.com/IBM/kui/compare/v8.8.1...v8.8.2) (2020-06-01) **Note:** Version bump only for package @kui-shell/plugin-wskflow diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index fe6f7accc7c..a438d3e876e 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.8.2", + "version": "8.8.3", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",