Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 6ac152a

Browse files
committed
v8.7.6
1 parent 1f03657 commit 6ac152a

File tree

46 files changed

+185
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+185
-23
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)
7+
8+
### Bug Fixes
9+
10+
- 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)
11+
- **plugins/plugin-kubectl:** remove Conditions tab ([7eed0f2](https://github.com/IBM/kui/commit/7eed0f2)), closes [#4606](https://github.com/IBM/kui/issues/4606)
12+
- 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)
13+
- **plugins/plugin-kubectl:** remove Show Logs registration ([a53b476](https://github.com/IBM/kui/commit/a53b476)), closes [#4603](https://github.com/IBM/kui/issues/4603)
14+
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)
15+
- **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)
16+
- kubectl top node should show % text ([6fc9c9b](https://github.com/IBM/kui/commit/6fc9c9b)), closes [#4598](https://github.com/IBM/kui/issues/4598)
17+
- **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)
18+
- **plugins/plugin-kubectl:** inconsistent capitalization of breadcrumbs ([f014f3d](https://github.com/IBM/kui/commit/f014f3d)), closes [#4607](https://github.com/IBM/kui/issues/4607)
19+
- **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)
20+
- **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)
21+
- 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)
22+
- **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)
23+
- some UI elements missing from editor UI ([5211b6b](https://github.com/IBM/kui/commit/5211b6b)), closes [#4582](https://github.com/IBM/kui/issues/4582)
24+
- **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)
25+
- **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)
26+
27+
### Features
28+
29+
- 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)
30+
631
## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)
732

833
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "plugins/*"],
3-
"version": "8.7.5",
3+
"version": "8.7.6",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

packages/builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)
711

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

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/builder",
3-
"version": "8.7.5",
3+
"version": "8.7.6",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)
7+
8+
### Bug Fixes
9+
10+
- 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)
11+
- replace Containers with Logs tab ([3965f87](https://github.com/IBM/kui/commit/3965f87)), closes [#4603](https://github.com/IBM/kui/issues/4603)
12+
13+
### Features
14+
15+
- 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)
16+
617
## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)
718

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/core",
3-
"version": "8.7.5",
3+
"version": "8.7.6",
44
"description": "An Electron-based shell for cloud-native development",
55
"homepage": "https://github.com/IBM/kui#readme",
66
"license": "Apache-2.0",

packages/proxy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)
711

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

packages/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/proxy",
3-
"version": "8.7.5",
3+
"version": "8.7.6",
44
"description": "Kui package that offers a proxy server",
55
"author": "Nick Mitchell",
66
"license": "Apache-2.0",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.6](https://github.com/IBM/kui/compare/v8.7.5...v8.7.6) (2020-05-19)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
## [8.7.5](https://github.com/IBM/kui/compare/v8.7.4...v8.7.5) (2020-05-13)
711

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

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/react",
3-
"version": "8.7.5",
3+
"version": "8.7.6",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)