Skip to content

Commit

Permalink
v8.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed May 19, 2020
1 parent 1f03657 commit 6ac152a
Show file tree
Hide file tree
Showing 46 changed files with 185 additions and 23 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- kubectl api-resources has duplicate rows and odd pagination behavior ([9101f76](https://github.com/IBM/kui/commit/9101f76)), closes [#4626](https://github.com/IBM/kui/issues/4626)
- **plugins/plugin-kubectl:** remove Conditions tab ([7eed0f2](https://github.com/IBM/kui/commit/7eed0f2)), closes [#4606](https://github.com/IBM/kui/issues/4606)
- reduce No log data followed by log data behavior in kube logs ([ed8183e](https://github.com/IBM/kui/commit/ed8183e)), closes [#4624](https://github.com/IBM/kui/issues/4624)
- **plugins/plugin-kubectl:** remove Show Logs registration ([a53b476](https://github.com/IBM/kui/commit/a53b476)), closes [#4603](https://github.com/IBM/kui/issues/4603)
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)
- **plugins/plugin-client-common:** reverse-i-search text too small ([1521e34](https://github.com/IBM/kui/commit/1521e34)), closes [#4616](https://github.com/IBM/kui/issues/4616)
- kubectl top node should show % text ([6fc9c9b](https://github.com/IBM/kui/commit/6fc9c9b)), closes [#4598](https://github.com/IBM/kui/issues/4598)
- **plugins/plugin-client-common:** don't use text-02 for finished Inputs ([0f149ce](https://github.com/IBM/kui/commit/0f149ce)), closes [#4600](https://github.com/IBM/kui/issues/4600)
- **plugins/plugin-kubectl:** inconsistent capitalization of breadcrumbs ([f014f3d](https://github.com/IBM/kui/commit/f014f3d)), closes [#4607](https://github.com/IBM/kui/issues/4607)
- **plugins/plugin-kubectl:** kubectl describe -h has old bold text ([f3737d7](https://github.com/IBM/kui/commit/f3737d7)), closes [#4568](https://github.com/IBM/kui/issues/4568)
- **plugins/plugin-kubectl:** revert to editor-based Summary tab ([5d24130](https://github.com/IBM/kui/commit/5d24130)), closes [#4594](https://github.com/IBM/kui/issues/4594)
- productName in carbon theme shouldn't have hover effect ([8e591dc](https://github.com/IBM/kui/commit/8e591dc)), closes [#4592](https://github.com/IBM/kui/issues/4592)
- **plugins/plugin-kubectl:** kubectl Show Events query not precise enough ([b466552](https://github.com/IBM/kui/commit/b466552)), closes [#4572](https://github.com/IBM/kui/issues/4572)
- some UI elements missing from editor UI ([5211b6b](https://github.com/IBM/kui/commit/5211b6b)), closes [#4582](https://github.com/IBM/kui/issues/4582)
- **plugins/plugin-kubectl:** kubectl get --all-namespaces --watch does not update ([c8fc2ea](https://github.com/IBM/kui/commit/c8fc2ea)), closes [#4581](https://github.com/IBM/kui/issues/4581)
- **plugins/plugin-kubectl:** showEvents button should issue a non-wide table ([ab24f99](https://github.com/IBM/kui/commit/ab24f99)), closes [#4604](https://github.com/IBM/kui/issues/4604)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

### 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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/builder

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- reduce No log data followed by log data behavior in kube logs ([ed8183e](https://github.com/IBM/kui/commit/ed8183e)), closes [#4624](https://github.com/IBM/kui/issues/4624)
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/proxy

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/react

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- kubectl api-resources has duplicate rows and odd pagination behavior ([9101f76](https://github.com/IBM/kui/commit/9101f76)), closes [#4626](https://github.com/IBM/kui/issues/4626)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**Note:** Version bump only for package @kui-shell/test
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.7.5",
"version": "8.7.6",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- some UI elements missing from editor UI ([5211b6b](https://github.com/IBM/kui/commit/5211b6b)), closes [#4582](https://github.com/IBM/kui/issues/4582)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
11 changes: 11 additions & 0 deletions plugins/plugin-bash-like/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- reduce No log data followed by log data behavior in kube logs ([ed8183e](https://github.com/IBM/kui/commit/ed8183e)), closes [#4624](https://github.com/IBM/kui/issues/4624)
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "Kui plugin that offers local bash-like shell integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-carbon-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-client-alternate

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Bug Fixes

- kubectl api-resources has duplicate rows and odd pagination behavior ([9101f76](https://github.com/IBM/kui/commit/9101f76)), closes [#4626](https://github.com/IBM/kui/issues/4626)
- productName in carbon theme shouldn't have hover effect ([8e591dc](https://github.com/IBM/kui/commit/8e591dc)), closes [#4592](https://github.com/IBM/kui/issues/4592)
- reduce No log data followed by log data behavior in kube logs ([ed8183e](https://github.com/IBM/kui/commit/ed8183e)), closes [#4624](https://github.com/IBM/kui/issues/4624)
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)
- **plugins/plugin-client-common:** don't use text-02 for finished Inputs ([0f149ce](https://github.com/IBM/kui/commit/0f149ce)), closes [#4600](https://github.com/IBM/kui/issues/4600)
- **plugins/plugin-client-common:** reverse-i-search text too small ([1521e34](https://github.com/IBM/kui/commit/1521e34)), closes [#4616](https://github.com/IBM/kui/issues/4616)
- some UI elements missing from editor UI ([5211b6b](https://github.com/IBM/kui/commit/5211b6b)), closes [#4582](https://github.com/IBM/kui/issues/4582)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**Note:** Version bump only for package @kui-shell/plugin-client-common
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.7.5",
"version": "8.7.6",
"description": "Kui plugin that offers stylesheets",
"license": "Apache-2.0",
"author": "Mengting Yan",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-client-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

### Features

- allow <Kui/> users to provide custom views for session init ([1f03657](https://github.com/IBM/kui/commit/1f03657)), closes [#4596](https://github.com/IBM/kui/issues/4596)

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-test-client

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**Note:** Version bump only for package @kui-shell/plugin-test-client
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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-core-support

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-core-themes

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-git

## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"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.7.6](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.5...v8.7.6) (2020-05-19)

**Note:** Version bump only for package @kui-shell/plugin-ibmcloud

## [8.7.5](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.4...v8.7.5) (2020-05-13)

**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.7.5",
"version": "8.7.6",
"description": "ibmcloud kubernetes service kui plugin",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading

0 comments on commit 6ac152a

Please sign in to comment.