From a0d26c0f79387102e5fd6bd9736f8e6e53050173 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 9 Jun 2020 07:37:39 -0400 Subject: [PATCH] v8.8.5 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ 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 | 4 ++++ 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 | 10 ++++++++++ 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 | 12 ++++++++++++ plugins/plugin-kubectl/package.json | 2 +- plugins/plugin-patternfly4-themes/CHANGELOG.md | 4 ++++ plugins/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, 146 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e019ab355bb..fe4e8878ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +### Bug Fixes + +- **packages/core:** eliminate races and buggy fallback in prescan loader ([00716fc](https://github.com/IBM/kui/commit/00716fc)), closes [#4847](https://github.com/IBM/kui/issues/4847) +- **plugins/plugin-client-common:** missed i18n strings in Dropdown menus ([c516238](https://github.com/IBM/kui/commit/c516238)), closes [#4850](https://github.com/IBM/kui/issues/4850) +- **plugins/plugin-kubectl:** kubectl apply edit-last-applied freezes in kui ([d6b0b86](https://github.com/IBM/kui/commit/d6b0b86)), closes [#4808](https://github.com/IBM/kui/issues/4808) +- **plugins/plugin-kubectl:** kubectl apply set-last-applied does not work ([b088466](https://github.com/IBM/kui/commit/b088466)), closes [#4844](https://github.com/IBM/kui/issues/4844) +- **plugins/plugin-kubectl:** oc get projects does not allow user selection ([f8e9306](https://github.com/IBM/kui/commit/f8e9306)), closes [#4805](https://github.com/IBM/kui/issues/4805) +- update AnimalApp dependences ([1987d0c](https://github.com/IBM/kui/commit/1987d0c)), closes [#4835](https://github.com/IBM/kui/issues/4835) + +### Features + +- line highlights on editor save, used for k edit apply errors ([f1eae85](https://github.com/IBM/kui/commit/f1eae85)), closes [#4795](https://github.com/IBM/kui/issues/4795) + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b09a4268291..e780950e2a5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.8.4", + "version": "8.8.5", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index cd69e7a22c6..db174417c20 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/builder + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 383475ee041..413d4da9351 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.8.4", + "version": "8.8.5", "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 57c0189699f..db126e1f4b3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +### Bug Fixes + +- **packages/core:** eliminate races and buggy fallback in prescan loader ([00716fc](https://github.com/IBM/kui/commit/00716fc)), closes [#4847](https://github.com/IBM/kui/issues/4847) + +### Features + +- line highlights on editor save, used for k edit apply errors ([f1eae85](https://github.com/IBM/kui/commit/f1eae85)), closes [#4795](https://github.com/IBM/kui/issues/4795) + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index b91183cd3b2..298b588a8c8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.8.4", + "version": "8.8.5", "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 4a0f67e6ff9..8e606b0aa3d 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 07a78d4f4a4..26a1824fd96 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.8.4", + "version": "8.8.5", "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 7e4dc66b4f4..28fc0b61d10 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/react + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 1267810b2e2..962d73ef28f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.8.4", + "version": "8.8.5", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index a83434f0f9c..35bcc61890c 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/test + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index d6a2111b8d0..becd0a1825e 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.8.4", + "version": "8.8.5", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 8f8974d1de9..cd0d52839c6 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index ff0d2d5c106..4f24eb6c597 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.8.4", + "version": "8.8.5", "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 9019a53a126..c9e7b331a59 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 085e2ae4c68..291a73da24d 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.4", + "version": "8.8.5", "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 fc46cadfeef..fd976887f24 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 8d20cb2599f..6030bc929ce 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.4", + "version": "8.8.5", "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 8dee99b6d5d..6faddff5cb2 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 cd7ee210d2f..be702945982 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.4", + "version": "8.8.5", "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 46d86927c17..361f6a477e1 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +### Bug Fixes + +- **plugins/plugin-client-common:** missed i18n strings in Dropdown menus ([c516238](https://github.com/IBM/kui/commit/c516238)), closes [#4850](https://github.com/IBM/kui/issues/4850) + +### Features + +- line highlights on editor save, used for k edit apply errors ([f1eae85](https://github.com/IBM/kui/commit/f1eae85)), closes [#4795](https://github.com/IBM/kui/issues/4795) + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/plugin-client-common diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index a0ab82208b1..27137204a1e 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.4", + "version": "8.8.5", "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 55a7e0d8d4b..34024ac015f 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 26fe21250e2..c3d436eb986 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.4", + "version": "8.8.5", "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 f03f9362645..2ebc7a9d176 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **Note:** Version bump only for package @kui-shell/plugin-test-client diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index 1b44140d4ad..54dcfd0252d 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.4", + "version": "8.8.5", "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 fca06032ec9..ae7b4d60e64 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 d0655493cbd..e3b42d5753e 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.4", + "version": "8.8.5", "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 2d545309ceb..4216ad4cc9a 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 c2dc07c7e53..d95a12ed4a7 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.4", + "version": "8.8.5", "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 1df71094417..e86ad3bd61a 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 657b2e54fdd..491c2175d88 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.4", + "version": "8.8.5", "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 2bc63867b44..98a26ca3ab7 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.5](https://github.com/kui-shell/plugin-kubeui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.8.4](https://github.com/kui-shell/plugin-kubeui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 ffeb32a1bd7..73bff6b4189 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.4", + "version": "8.8.5", "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 0b9d3efe296..3ed27d2af01 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +### Bug Fixes + +- **plugins/plugin-kubectl:** kubectl apply edit-last-applied freezes in kui ([d6b0b86](https://github.com/IBM/kui/commit/d6b0b86)), closes [#4808](https://github.com/IBM/kui/issues/4808) +- **plugins/plugin-kubectl:** kubectl apply set-last-applied does not work ([b088466](https://github.com/IBM/kui/commit/b088466)), closes [#4844](https://github.com/IBM/kui/issues/4844) +- **plugins/plugin-kubectl:** oc get projects does not allow user selection ([f8e9306](https://github.com/IBM/kui/commit/f8e9306)), closes [#4805](https://github.com/IBM/kui/issues/4805) + +### Features + +- line highlights on editor save, used for k edit apply errors ([f1eae85](https://github.com/IBM/kui/commit/f1eae85)), closes [#4795](https://github.com/IBM/kui/issues/4795) + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 9b05d5fc202..6429dd27433 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.4", + "version": "8.8.5", "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 d1fa8c89d6b..0c7d662f23b 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 4db2d6fbc9e..f2fa44bf047 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.4", + "version": "8.8.5", "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 35871826de3..9e969da56be 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 53083f2e962..12c325fb001 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.4", + "version": "8.8.5", "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 c8063117b23..e4b62b0e292 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 8a88e6fdab7..85cf29860ea 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.4", + "version": "8.8.5", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index d279bb21e13..ef3f0389fd0 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 7594c97d7ad..724176aef43 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.4", + "version": "8.8.5", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 83834479215..c945b85965c 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.5](https://github.com/IBM/kui/compare/v8.8.4...v8.8.5) (2020-06-09) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.8.4](https://github.com/IBM/kui/compare/v8.8.3...v8.8.4) (2020-06-07) **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 23120e22fda..8cd863fff40 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.4", + "version": "8.8.5", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",