Skip to content

Commit

Permalink
v10.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jul 1, 2021
1 parent c472c8a commit 86327e1
Show file tree
Hide file tree
Showing 50 changed files with 165 additions and 25 deletions.
21 changes: 21 additions & 0 deletions 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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

### Bug Fixes

- **plugins/plugin-bash-like:** `export` command stores newline in session storage ([4e98ce6](https://github.com/IBM/kui/commit/4e98ce6))
- **plugins/plugin-client-common:** kubectl Status cell can be empty with splits ([767868c](https://github.com/IBM/kui/commit/767868c)), closes [#7726](https://github.com/IBM/kui/issues/7726)
- **plugins/plugin-kubectl:** `kubectl get all` fails with resource type error ([93a5823](https://github.com/IBM/kui/commit/93a5823))
- **plugins/plugin-kubectl:** click-drilling down from cluster-scoped resources can yield `-n undefined` in the command execution ([a0a08c6](https://github.com/IBM/kui/commit/a0a08c6))
- **plugins/plugin-kubectl:** CurrentContext does not respond to new contexts ([aabc54a](https://github.com/IBM/kui/commit/aabc54a)), closes [#7741](https://github.com/IBM/kui/issues/7741)
- **plugins/plugin-kubectl:** in browser clients, switching kui tabs can yield stale kube responses ([8fe1494](https://github.com/IBM/kui/commit/8fe1494)), closes [#7737](https://github.com/IBM/kui/issues/7737)
- **plugins/plugin-kubectl:** kubectl create ns failures do not display as errors in Kui ([0a97935](https://github.com/IBM/kui/commit/0a97935))
- **plugins/plugin-kubectl:** kubectl direct get may pass through kubeproxy 404s to user ([6422c4d](https://github.com/IBM/kui/commit/6422c4d)), closes [#7731](https://github.com/IBM/kui/issues/7731)
- **plugins/plugin-kubectl:** kubectl watchers stop receiving push notifications when context is changed ([802d371](https://github.com/IBM/kui/commit/802d371))
- **plugins/plugin-kubectl:** oc login does not switch kube proxy in browser clients ([bc7d25d](https://github.com/IBM/kui/commit/bc7d25d)), closes [#7742](https://github.com/IBM/kui/issues/7742)
- **plugins/plugin-s3:** s3 tmp/bin mounts are not geo-specific ([93d5e88](https://github.com/IBM/kui/commit/93d5e88)), closes [#7729](https://github.com/IBM/kui/issues/7729)

### Features

- **plugins/plugin-client-common:** top-level tabs are not allowed to be closed or added in a readonly client ([c472c8a](https://github.com/IBM/kui/commit/c472c8a))
- **plugins/plugin-s3:** minioConfig of plugin-s3 does not properly export subdirs ([f5cc5ea](https://github.com/IBM/kui/commit/f5cc5ea)), closes [#7753](https://github.com/IBM/kui/issues/7753)

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### 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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### Features
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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/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.

## [10.4.5](https://github.com/kubernetes-sigs/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/kubernetes-sigs/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### Features
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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-bash-like/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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

### Bug Fixes

- **plugins/plugin-bash-like:** `export` command stores newline in session storage ([4e98ce6](https://github.com/IBM/kui/commit/4e98ce6))

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/kubernetes-sigs/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/kubernetes-sigs/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

### Bug Fixes

- **plugins/plugin-client-common:** kubectl Status cell can be empty with splits ([767868c](https://github.com/IBM/kui/commit/767868c)), closes [#7726](https://github.com/IBM/kui/issues/7726)

### Features

- **plugins/plugin-client-common:** top-level tabs are not allowed to be closed or added in a readonly client ([c472c8a](https://github.com/IBM/kui/commit/c472c8a))

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### 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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### Bug Fixes
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": "10.4.4",
"version": "10.4.5",
"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-notebook/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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**Note:** Version bump only for package @kui-shell/plugin-client-notebooks
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-notebooks",
"version": "10.4.4",
"version": "10.4.5",
"description": "A Kui client that serves up notebooks",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

### Features
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": "10.4.4",
"version": "10.4.5",
"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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"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-electron-components/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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**Note:** Version bump only for package @kui-shell/plugin-electron-components
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-electron-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-electron-components",
"version": "10.4.4",
"version": "10.4.5",
"description": "Kui plugin that houses electron-specific React components",
"license": "Apache-2.0",
"author": "@starpit",
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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**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": "10.4.4",
"version": "10.4.5",
"description": "Kui plugin that offers git integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-iter8/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.

## [10.4.5](https://github.com/kubernetes-sigs/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

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

## [10.4.4](https://github.com/kubernetes-sigs/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**Note:** Version bump only for package @kui-shell/plugin-iter8
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-iter8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-iter8",
"version": "10.4.4",
"version": "10.4.5",
"description": "Kui plugin that offers Iter8 integration",
"author": "Yan Yan Huang",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-kubectl-flow-views/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.

## [10.4.5](https://github.com/IBM/kui/compare/v10.4.4...v10.4.5) (2021-07-01)

**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views

## [10.4.4](https://github.com/IBM/kui/compare/v10.4.3...v10.4.4) (2021-06-28)

**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views
Expand Down
Loading

0 comments on commit 86327e1

Please sign in to comment.