Skip to content

Commit

Permalink
v12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 10, 2022
1 parent 95c97b6 commit 10a05ca
Show file tree
Hide file tree
Showing 48 changed files with 7,214 additions and 24 deletions.
2,694 changes: 2,694 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

# [12.2.0](https://github.com/IBM/kui/compare/v4.5.0...v12.2.0) (2022-10-10)


### Bug Fixes

* a few fixes for building on windows ([19731e2](https://github.com/IBM/kui/commit/19731e2))
* electron builder tries to notarize non-darwin targets ([27f47ae](https://github.com/IBM/kui/commit/27f47ae))
* electron builds should not include .log directory ([20c4a07](https://github.com/IBM/kui/commit/20c4a07))
* remove ancient non-KUI_HEADLESS_WEBPACK support ([0dbbc3e](https://github.com/IBM/kui/commit/0dbbc3e))
* switch to using `notarytool` when notiarizing on macOS ([9318d1f](https://github.com/IBM/kui/commit/9318d1f))
* **packages/builder:** electron build may result in double launches of kui as kubectl plugin ([be2196b](https://github.com/IBM/kui/commit/be2196b)), closes [#7834](https://github.com/IBM/kui/issues/7834)
* **packages/builder:** electron builder specifies macos deps as both dep and optionalDep ([9c262b7](https://github.com/IBM/kui/commit/9c262b7)), closes [#7554](https://github.com/IBM/kui/issues/7554)
* **packages/builder:** headless.zip is not copied into the electron builds ([929f174](https://github.com/IBM/kui/commit/929f174)), closes [#7508](https://github.com/IBM/kui/issues/7508)
* **packages/builder:** kui-compile still points to old theme/css ([a72a339](https://github.com/IBM/kui/commit/a72a339)), closes [#3520](https://github.com/IBM/kui/issues/3520)
* **packages/builder:** macOS sign+notarize does not sign the kubectl-kui launcher ([0c240ef](https://github.com/IBM/kui/commit/0c240ef)), closes [#7449](https://github.com/IBM/kui/issues/7449)
* **packages/builder:** make sure to build win32 electron last ([e0a51cd](https://github.com/IBM/kui/commit/e0a51cd))
* electron publish breakage ([5f3d847](https://github.com/IBM/kui/commit/5f3d847)), closes [#2865](https://github.com/IBM/kui/issues/2865)
* improve plugin install ([67e007c](https://github.com/IBM/kui/commit/67e007c)), closes [#3057](https://github.com/IBM/kui/issues/3057)
* lingering reference to packages/app in push-cos.js ([77b88b0](https://github.com/IBM/kui/commit/77b88b0)), closes [#2870](https://github.com/IBM/kui/issues/2870)
* remove k8s command prefix for kube commands ([3c53806](https://github.com/IBM/kui/commit/3c53806)), closes [#3008](https://github.com/IBM/kui/issues/3008)
* Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014)
* tomorrow night theme should use blue for table names ([0e3315d](https://github.com/IBM/kui/commit/0e3315d)), closes [#3102](https://github.com/IBM/kui/issues/3102)
* update base tsconfig to avoid specifying webdriverio types ([39f1cf2](https://github.com/IBM/kui/commit/39f1cf2))
* Update kubectl-kui location on macOS to Kui.app/Contents/Resources ([91d16b4](https://github.com/IBM/kui/commit/91d16b4))
* windows node-pty hangs ([a2aaf66](https://github.com/IBM/kui/commit/a2aaf66))
* **packages/builder:** cross-platform builds of electron clients may not package the correct node-pty binary ([5c3571d](https://github.com/IBM/kui/commit/5c3571d)), closes [#6091](https://github.com/IBM/kui/issues/6091)
* **packages/builder:** electron builder uses the top-level package.json version instead of client version when building electron dists ([80ebfa5](https://github.com/IBM/kui/commit/80ebfa5)), closes [#6488](https://github.com/IBM/kui/issues/6488)
* **packages/builder:** fixes for building kui on windows ([7b636cc](https://github.com/IBM/kui/commit/7b636cc)), closes [#4920](https://github.com/IBM/kui/issues/4920)
* **packages/builder:** headless build should not rebuild node-pty ([e96ece7](https://github.com/IBM/kui/commit/e96ece7)), closes [#5011](https://github.com/IBM/kui/issues/5011)
* **packages/builder:** improve color contrast of about in Dark theme ([2e1b2f8](https://github.com/IBM/kui/commit/2e1b2f8)), closes [#3301](https://github.com/IBM/kui/issues/3301)
* **packages/builder:** macOS signing logic does not sign native modules ([6afc7b0](https://github.com/IBM/kui/commit/6afc7b0)), closes [#7354](https://github.com/IBM/kui/issues/7354) [#7355](https://github.com/IBM/kui/issues/7355)
* **packages/builder:** on linux and windows, Electron app and CLI launcher can collide ([9e6ec18](https://github.com/IBM/kui/commit/9e6ec18)), closes [#7320](https://github.com/IBM/kui/issues/7320)
* **packages/builder:** recompile node-pty prebuilt for linux against ubuntu 18 ([f69c894](https://github.com/IBM/kui/commit/f69c894)), closes [#7682](https://github.com/IBM/kui/issues/7682)
* **packages/builder:** regression: Notebooks menu does not appear in production builds ([13ce4c1](https://github.com/IBM/kui/commit/13ce4c1)), closes [#7938](https://github.com/IBM/kui/issues/7938)
* **packages/builder:** seticon.sh script does not work for external clients ([c7b7d06](https://github.com/IBM/kui/commit/c7b7d06)), closes [#7863](https://github.com/IBM/kui/issues/7863)
* electron builder fails for clients that want to use webpack to build headless bundles ([b7562ad](https://github.com/IBM/kui/commit/b7562ad)), closes [#7557](https://github.com/IBM/kui/issues/7557)
* use carbon gray10 as default theme for clients/base ([b5d277d](https://github.com/IBM/kui/commit/b5d277d)), closes [#3054](https://github.com/IBM/kui/issues/3054)
* using / for division is deprecated for sass ([acddea5](https://github.com/IBM/kui/commit/acddea5))
* **packages/builder:** carbon gray 10 popup input font color too dark ([b7b39e3](https://github.com/IBM/kui/commit/b7b39e3)), closes [#2930](https://github.com/IBM/kui/issues/2930)
* **packages/builder:** electron builder versus external clients ([cbc1d37](https://github.com/IBM/kui/commit/cbc1d37)), closes [#3119](https://github.com/IBM/kui/issues/3119)
* **packages/builder:** kui-babel might not transpile subdirectories ([558f72f](https://github.com/IBM/kui/commit/558f72f)), closes [#3995](https://github.com/IBM/kui/issues/3995)
* **packages/builder:** kui-compile does not work in external clients ([3ef193a](https://github.com/IBM/kui/commit/3ef193a)), closes [#3993](https://github.com/IBM/kui/issues/3993)
* **packages/builder:** linux packaging issues ([cb9da09](https://github.com/IBM/kui/commit/cb9da09)), closes [#2968](https://github.com/IBM/kui/issues/2968)
* **packages/builder:** remove duplicate removeComments field in tsconfig ([00f73f9](https://github.com/IBM/kui/commit/00f73f9)), closes [#4856](https://github.com/IBM/kui/issues/4856)
* **packages/builder:** remove jq dependence from electron builder ([0300577](https://github.com/IBM/kui/commit/0300577)), closes [#6725](https://github.com/IBM/kui/issues/6725)
* **packages/builder:** remove leftover debugging output from kubectl powershell script ([de50054](https://github.com/IBM/kui/commit/de50054)), closes [#4248](https://github.com/IBM/kui/issues/4248)
* **packages/builder:** remove old local-proxy.html file ([7ecd156](https://github.com/IBM/kui/commit/7ecd156)), closes [#3573](https://github.com/IBM/kui/issues/3573)
* **packages/builder:** win32 electron build breakage ([af894d6](https://github.com/IBM/kui/commit/af894d6)), closes [#4246](https://github.com/IBM/kui/issues/4246)
* another attempt to not-modify a package-lock.json ([70ea4ea](https://github.com/IBM/kui/commit/70ea4ea)), closes [#3205](https://github.com/IBM/kui/issues/3205)
* collect codecov for plugin assembler ([7a0a48c](https://github.com/IBM/kui/commit/7a0a48c)), closes [#3284](https://github.com/IBM/kui/issues/3284)
* configure.js sometimes failed at loading client definition assets during webpack-build ([ac0690b](https://github.com/IBM/kui/commit/ac0690b)), closes [#3527](https://github.com/IBM/kui/issues/3527)
* headless build script has outdated use of jq ([f892e53](https://github.com/IBM/kui/commit/f892e53)), closes [#4163](https://github.com/IBM/kui/issues/4163)
* **packages/builder:** remove outdated plugin-sample ([8af1712](https://github.com/IBM/kui/commit/8af1712)), closes [#1361](https://github.com/IBM/kui/issues/1361)
* **packages/core:** avoid "custom" in the sidecar "kind" display ([b9ddcd1](https://github.com/IBM/kui/commit/b9ddcd1)), closes [#3059](https://github.com/IBM/kui/issues/3059) [#3061](https://github.com/IBM/kui/issues/3061)
* **packages/webpack:** electron packager versus node-pty binaries ([5397577](https://github.com/IBM/kui/commit/5397577)), closes [#3381](https://github.com/IBM/kui/issues/3381)
* **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123)
* electron cross-builds for win32 on linux hosts do not avoid asar ([f4adf00](https://github.com/IBM/kui/commit/f4adf00)), closes [#3336](https://github.com/IBM/kui/issues/3336)
* eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567)
* exclude all but woff2 fonts for electron builds ([bf28c49](https://github.com/IBM/kui/commit/bf28c49)), closes [#3550](https://github.com/IBM/kui/issues/3550)
* improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332)
* integrate "production" kubectl-kui scripts into electron tarball ([f22720d](https://github.com/IBM/kui/commit/f22720d)), closes [#4045](https://github.com/IBM/kui/issues/4045)
* **packages/builder:** remove outdated builder examples ([31a96f5](https://github.com/IBM/kui/commit/31a96f5)), closes [#3568](https://github.com/IBM/kui/issues/3568)
* **packages/builder:** support cross-builds of electron clients ([27b5b8f](https://github.com/IBM/kui/commit/27b5b8f)), closes [#3304](https://github.com/IBM/kui/issues/3304)
* mkclient.sh failed with tsc error ([bb6b706](https://github.com/IBM/kui/commit/bb6b706)), closes [#3146](https://github.com/IBM/kui/issues/3146)
* Red error text contrast issue in Carbon 90 theme ([86a86ed](https://github.com/IBM/kui/commit/86a86ed)), closes [#FF767](https://github.com/IBM/kui/issues/FF767) [#3096](https://github.com/IBM/kui/issues/3096)
* remove package-lock from publishers/s3 ([4a9d7a1](https://github.com/IBM/kui/commit/4a9d7a1)), closes [#3205](https://github.com/IBM/kui/issues/3205)
* wrong colors (Gray90 and Red50) in Carbon-90 theme ([e319783](https://github.com/IBM/kui/commit/e319783)), closes [#3157](https://github.com/IBM/kui/issues/3157)
* **packages/core:** update sidecar tables to match [#3037](https://github.com/IBM/kui/issues/3037) ([4329e24](https://github.com/IBM/kui/commit/4329e24)), closes [#3045](https://github.com/IBM/kui/issues/3045)


### Features

* allow clients to specify that some, or all node_modules should persist in electron builds ([1ec9cae](https://github.com/IBM/kui/commit/1ec9cae))
* **plugins/plugin-client-common:** automate selection of platform choices ([bde516c](https://github.com/IBM/kui/commit/bde516c))
* `<Kui/>` component should automate more of guidebook mounting ([58ed18b](https://github.com/IBM/kui/commit/58ed18b))
* **packages/builder:** add support for macOS signing and notarization to electron builders ([47ba4a0](https://github.com/IBM/kui/commit/47ba4a0)), closes [#7336](https://github.com/IBM/kui/issues/7336)
* add windows support for running kui as a kubectl plugin ([a8015e1](https://github.com/IBM/kui/commit/a8015e1)), closes [#4235](https://github.com/IBM/kui/issues/4235)
* allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420)
* enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935)
* extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022)
* introduce new MultiModalResponse API ([67e9c8a](https://github.com/IBM/kui/commit/67e9c8a)), closes [#2899](https://github.com/IBM/kui/issues/2899)
* introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463)
* Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277)
* publish kui-base electron distributions ([ab56847](https://github.com/IBM/kui/commit/ab56847)), closes [#2939](https://github.com/IBM/kui/issues/2939)
* use webpack to build headless bundles ([e7c0d76](https://github.com/IBM/kui/commit/e7c0d76))
* **packages/builder:** Allow custom clients to inject custom launchers into electron builds ([d477f35](https://github.com/IBM/kui/commit/d477f35))
* add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381)
* arm64/aarch64 support ([9891c8e](https://github.com/IBM/kui/commit/9891c8e)), closes [#6015](https://github.com/IBM/kui/issues/6015)
* resize the popup window ([41bf5cf](https://github.com/IBM/kui/commit/41bf5cf)), closes [#4161](https://github.com/IBM/kui/issues/4161)
* support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431)
* use webpack to build html template ([c4ad57a](https://github.com/IBM/kui/commit/c4ad57a)), closes [#3544](https://github.com/IBM/kui/issues/3544)
* **packages/builder:** add removeComments:true to tsconfig-base.json ([2e14274](https://github.com/IBM/kui/commit/2e14274)), closes [#2975](https://github.com/IBM/kui/issues/2975)
* **packages/builder:** kui-compile should allow specifying a tsconfig ([c0eb201](https://github.com/IBM/kui/commit/c0eb201)), closes [#3353](https://github.com/IBM/kui/issues/3353)


### BREAKING CHANGES

* this removes all support for running kui from non-webpack headless





# [12.0.0](https://github.com/IBM/kui/compare/v4.5.0...v12.0.0) (2022-09-06)

### 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": "12.0.0",
"version": "12.2.0",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
Loading

0 comments on commit 10a05ca

Please sign in to comment.