Skip to content

Commit

Permalink
v13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Feb 22, 2023
1 parent 7f56fec commit 6205885
Show file tree
Hide file tree
Showing 52 changed files with 321 additions and 27 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* allow clients to pass through appName to madwizard controller ([91fa031](https://github.com/IBM/kui/commit/91fa031))
* bump madwizard to pick up security fix ([539ec21](https://github.com/IBM/kui/commit/539ec21))
* bump to madwizard v6 ([e2592ed](https://github.com/IBM/kui/commit/e2592ed))
* completed support for scanning yaml files in client/notebooks ([cca96a5](https://github.com/IBM/kui/commit/cca96a5))
* doMadwizard does not properly pass through profile subcommands ([a7bbb10](https://github.com/IBM/kui/commit/a7bbb10))
* doMadwizard should pass through `appVersion` option ([0149eaf](https://github.com/IBM/kui/commit/0149eaf))
* doMadwizard was not passing through -h/-v ([cb64017](https://github.com/IBM/kui/commit/cb64017))
* pick up yaml files from client/notebooks directory ([ab5a0ea](https://github.com/IBM/kui/commit/ab5a0ea))
* plugin-kubectl is missing explicit dep on plugin-kubectl-core ([b5708be](https://github.com/IBM/kui/commit/b5708be))
* pod Containers tab may spin forever ([3dbe7fb](https://github.com/IBM/kui/commit/3dbe7fb))
* poor exception behavior with odd null error cases ([12eaab6](https://github.com/IBM/kui/commit/12eaab6))
* removed unused deps from plugin-kubectl-core ([29810e7](https://github.com/IBM/kui/commit/29810e7))
* Sidebar selection background can cause low contrast in some themes ([8c97885](https://github.com/IBM/kui/commit/8c97885))
* ugh, we were not passing through appVersion to madwizard ([3d5f4f9](https://github.com/IBM/kui/commit/3d5f4f9))


### Features

* improve Pod->PVC->PV drilldowns ([eb4211b](https://github.com/IBM/kui/commit/eb4211b))
* new plugin-kubectl-core to allow lightweight import of core kubectl types ([0a4e75c](https://github.com/IBM/kui/commit/0a4e75c))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* bump to madwizard v6 ([e2592ed](https://github.com/IBM/kui/commit/e2592ed))
* completed support for scanning yaml files in client/notebooks ([cca96a5](https://github.com/IBM/kui/commit/cca96a5))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"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.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* poor exception behavior with odd null error cases ([12eaab6](https://github.com/IBM/kui/commit/12eaab6))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/kubernetes-sigs/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"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.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* completed support for scanning yaml files in client/notebooks ([cca96a5](https://github.com/IBM/kui/commit/cca96a5))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "Kui plugin offering a Carbon Components-inspired set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
8 changes: 8 additions & 0 deletions plugins/plugin-client-alternate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/kubernetes-sigs/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* bump madwizard to pick up security fix ([539ec21](https://github.com/IBM/kui/commit/539ec21))
* bump to madwizard v6 ([e2592ed](https://github.com/IBM/kui/commit/e2592ed))
* doMadwizard should pass through `appVersion` option ([0149eaf](https://github.com/IBM/kui/commit/0149eaf))
* Sidebar selection background can cause low contrast in some themes ([8c97885](https://github.com/IBM/kui/commit/8c97885))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/kui.min.js",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/plugin-client-notebook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "A Kui client that serves up notebooks",
"main": "dist/index.js",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/plugin-client-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)

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





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"typedocMain": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions plugins/plugin-core-support/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.

## [13.1.1](https://github.com/IBM/kui/compare/v13.1.0...v13.1.1) (2023-02-22)


### Bug Fixes

* pick up yaml files from client/notebooks directory ([ab5a0ea](https://github.com/IBM/kui/commit/ab5a0ea))





# [13.1.0](https://github.com/IBM/kui/compare/v4.5.0...v13.1.0) (2023-02-03)


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": "13.1.0",
"version": "13.1.1",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
Loading

0 comments on commit 6205885

Please sign in to comment.