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

Commit eaba43a

Browse files
committed
v8.8.1
1 parent 29d8b11 commit eaba43a

File tree

46 files changed

+151
-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

+151
-23
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.8.1](https://github.com/IBM/kui/compare/v8.8.0...v8.8.1) (2020-06-01)
7+
8+
### Bug Fixes
9+
10+
- **plugins/plugin-client-common:** Carbon RadioTable can have odd row-hover effect ([b2604ca](https://github.com/IBM/kui/commit/b2604ca)), closes [#4780](https://github.com/IBM/kui/issues/4780)
11+
- **plugins/plugin-client-common:** Input can appear blank when processing ([c1faf70](https://github.com/IBM/kui/commit/c1faf70)), closes [#4778](https://github.com/IBM/kui/issues/4778)
12+
- **plugins/plugin-client-common:** TabCompletion can throw a console error ([29d8b11](https://github.com/IBM/kui/commit/29d8b11)), closes [#4785](https://github.com/IBM/kui/issues/4785)
13+
- eliminate assumptions that "default" is the default kube namespace ([cf0b6de](https://github.com/IBM/kui/commit/cf0b6de)), closes [#4764](https://github.com/IBM/kui/issues/4764)
14+
15+
### Features
16+
17+
- improve kubectl edit experience ([b035bdc](https://github.com/IBM/kui/commit/b035bdc)), closes [#4783](https://github.com/IBM/kui/issues/4783)
18+
619
# [8.8.0](https://github.com/IBM/kui/compare/v4.5.0...v8.8.0) (2020-05-29)
720

821
### 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.8.0",
3+
"version": "8.8.1",
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.8.1](https://github.com/IBM/kui/compare/v8.8.0...v8.8.1) (2020-06-01)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
# [8.8.0](https://github.com/IBM/kui/compare/v4.5.0...v8.8.0) (2020-05-29)
711

812
### Bug Fixes

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.8.0",
3+
"version": "8.8.1",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.8.1](https://github.com/IBM/kui/compare/v8.8.0...v8.8.1) (2020-06-01)
7+
8+
### Bug Fixes
9+
10+
- eliminate assumptions that "default" is the default kube namespace ([cf0b6de](https://github.com/IBM/kui/commit/cf0b6de)), closes [#4764](https://github.com/IBM/kui/issues/4764)
11+
12+
### Features
13+
14+
- improve kubectl edit experience ([b035bdc](https://github.com/IBM/kui/commit/b035bdc)), closes [#4783](https://github.com/IBM/kui/issues/4783)
15+
616
# [8.8.0](https://github.com/IBM/kui/compare/v4.5.0...v8.8.0) (2020-05-29)
717

818
### Bug Fixes

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.8.0",
3+
"version": "8.8.1",
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.8.1](https://github.com/IBM/kui/compare/v8.8.0...v8.8.1) (2020-06-01)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
# [8.8.0](https://github.com/IBM/kui/compare/v4.5.0...v8.8.0) (2020-05-29)
711

812
### Bug Fixes

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.8.0",
3+
"version": "8.8.1",
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.8.1](https://github.com/IBM/kui/compare/v8.8.0...v8.8.1) (2020-06-01)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
# [8.8.0](https://github.com/IBM/kui/compare/v4.5.0...v8.8.0) (2020-05-29)
711

812
### Features

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.8.0",
3+
"version": "8.8.1",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)