Skip to content

Commit

Permalink
v8.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 6, 2020
1 parent 6440f0e commit f75315d
Show file tree
Hide file tree
Showing 46 changed files with 180 additions and 23 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "plugins/*"],
"version": "8.8.2",
"version": "8.8.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/test",
"version": "8.8.2",
"version": "8.8.3",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-bash-like/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-bash-like/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-carbon-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-carbon-themes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-alternate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-alternate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-core-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-core-support/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-core-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-core-themes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-ibmcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-ibmcloud/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
21 changes: 21 additions & 0 deletions plugins/plugin-kubectl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit f75315d

Please sign in to comment.