Skip to content

Commit

Permalink
v10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 21, 2021
1 parent f528afb commit 4b11a14
Show file tree
Hide file tree
Showing 50 changed files with 160 additions and 25 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- ls should not use Markdown for cells (slow) ([f4715b4](https://github.com/IBM/kui/commit/f4715b4)), closes [#7667](https://github.com/IBM/kui/issues/7667)
- **packages/proxy:** dockerized kui may fail with permissions denied on the nginx directories ([15dee35](https://github.com/IBM/kui/commit/15dee35)), closes [#7658](https://github.com/IBM/kui/issues/7658)
- **plugins/plugin-client-common:** FancyPipeline errors out when rerunning snapshot blocks saved before pipestage was introduced ([b00e6c2](https://github.com/IBM/kui/commit/b00e6c2))
- **plugins/plugin-client-default:** CurrentContext/Namespace in plugin-client-default don't exit Loading state ([f9705e8](https://github.com/IBM/kui/commit/f9705e8)), closes [#7665](https://github.com/IBM/kui/issues/7665)
- **plugins/plugin-kubectl:** in browser clients, CurrentContext/Namespace widgets may get stuck ([2ce68a7](https://github.com/IBM/kui/commit/2ce68a7)), closes [#7656](https://github.com/IBM/kui/issues/7656)

### Features

- `up` command ([f528afb](https://github.com/IBM/kui/commit/f528afb)), closes [#7669](https://github.com/IBM/kui/issues/7669)
- add a client option to show the block execution buttons sequentially ([ad8eb68](https://github.com/IBM/kui/commit/ad8eb68))

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### 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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Features

- add a client option to show the block execution buttons sequentially ([ad8eb68](https://github.com/IBM/kui/commit/ad8eb68))

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/proxy/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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- **packages/proxy:** dockerized kui may fail with permissions denied on the nginx directories ([15dee35](https://github.com/IBM/kui/commit/15dee35)), closes [#7658](https://github.com/IBM/kui/issues/7658)

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/kubernetes-sigs/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### 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": "10.4.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- ls should not use Markdown for cells (slow) ([f4715b4](https://github.com/IBM/kui/commit/f4715b4)), closes [#7667](https://github.com/IBM/kui/issues/7667)

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/kubernetes-sigs/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- **plugins/plugin-client-common:** FancyPipeline errors out when rerunning snapshot blocks saved before pipestage was introduced ([b00e6c2](https://github.com/IBM/kui/commit/b00e6c2))

### Features

- add a client option to show the block execution buttons sequentially ([ad8eb68](https://github.com/IBM/kui/commit/ad8eb68))

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### 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.0",
"version": "10.4.1",
"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.

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- **plugins/plugin-client-default:** CurrentContext/Namespace in plugin-client-default don't exit Loading state ([f9705e8](https://github.com/IBM/kui/commit/f9705e8)), closes [#7665](https://github.com/IBM/kui/issues/7665)

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### 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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"description": "A Kui client that serves up notebooks",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-client-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.

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Features

- add a client option to show the block execution buttons sequentially ([ad8eb68](https://github.com/IBM/kui/commit/ad8eb68))

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### 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": "10.4.0",
"version": "10.4.1",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions plugins/plugin-core-support/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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes

- ls should not use Markdown for cells (slow) ([f4715b4](https://github.com/IBM/kui/commit/f4715b4)), closes [#7667](https://github.com/IBM/kui/issues/7667)

### Features

- `up` command ([f528afb](https://github.com/IBM/kui/commit/f528afb)), closes [#7669](https://github.com/IBM/kui/issues/7669)

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/IBM/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"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.1](https://github.com/kubernetes-sigs/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

# [10.4.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.4.0) (2021-06-17)

### Bug Fixes
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.0",
"version": "10.4.1",
"description": "Kui plugin that offers Iter8 integration",
"author": "Yan Yan Huang",
"contributors": [
Expand Down

0 comments on commit 4b11a14

Please sign in to comment.