Skip to content

Commit

Permalink
Upgrade Kaoto to 0.7.1
Browse files Browse the repository at this point in the history
fixes #166
fixes #158
fixes #145
fixes #132

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Mar 6, 2023
1 parent 0e7d98b commit 01aa3be
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.3.0

- Keep `Kaoto backend` output log available when Kaoto backend native executable cannot be launched. It allows to have more information what can be the issue.
- Upgrade embedded Kaoto [UI](https://github.com/KaotoIO/kaoto-ui/releases/tag/v0.7.0) to 0.7.0 and [backend](https://github.com/KaotoIO/kaoto-backend/releases/tag/v0.7.0) to 0.7.0
- Upgrade embedded Kaoto [UI](https://github.com/KaotoIO/kaoto-ui/releases/tag/v0.7.1) to 0.7.1 and [backend](https://github.com/KaotoIO/kaoto-backend/releases/tag/v0.7.1) to 0.7.1
- Open Kaoto editor by default for `*.camel.(yaml|yml)` files
- Avoid wipeout of content on restart with opened editors #144

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Versions under the hood

Kaoto UI is embedded in version 0.7.0. Kaoto backend is launched natively using version 0.7.0.
Kaoto UI is embedded in version 0.7.1. Kaoto backend is launched natively using version 0.7.1.

## Limitations

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:it:clean": "rimraf ./test-resources && rimraf ./out && rimraf *.vsix"
},
"dependencies": {
"@kaoto/kaoto-ui": "0.7.0",
"@kaoto/kaoto-ui": "0.7.1",
"@kie-tools-core/backend": "^0.26.0",
"@kie-tools-core/editor": "^0.26.0",
"@kie-tools-core/i18n": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const downloadKaotoBackendNativeExecutable = (backendVersion, platform, extensio
downloadFile(`https://github.com/KaotoIO/kaoto-backend/releases/download/${backendVersion}/kaoto-${platform}`, `./binaries/kaoto-${platform}${extension}`);
}

const backendVersion = "v0.7.0";
const backendVersion = "v0.7.1";
downloadKaotoBackendNativeExecutable(backendVersion, 'linux-amd64', '');
downloadKaotoBackendNativeExecutable(backendVersion, 'macos-amd64', '');
downloadKaotoBackendNativeExecutable(backendVersion, 'windows-amd64', '.exe');
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@kaoto/[email protected].0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@kaoto/kaoto-ui/-/kaoto-ui-0.7.0.tgz#30aca29741e1ae2ca9ab6b272d59168780c922ef"
integrity sha512-cAly6oh4mX3H1M7uQc2d8n3WLOUEQmknxvL8fQC3bNW3i6hjXAKR3+DLYWlELqT6SzSjSEAS4L/GGUHxYfMT7Q==
"@kaoto/[email protected].1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@kaoto/kaoto-ui/-/kaoto-ui-0.7.1.tgz#e8f6417fbbdbbdca1d21927155123ab9b7f9c437"
integrity sha512-BPwk/yuN8l2W3yVywp/5AR6wNwc1/SS8EKwcZiRGmHqqer7CwgrJf1+06IpJWLM+OD8DpKbkIE0co4Q70c1WPg==
dependencies:
"@kie-tools-core/editor" "0.26.0"
"@kie-tools-core/guided-tour" "0.26.0"
Expand Down Expand Up @@ -85,7 +85,7 @@
elkjs "^0.8.2"
immer "^9.0.19"
lodash.isequal "^4.5.0"
monaco-editor "^0.36.0"
monaco-editor "^0.36.1"
monaco-editor-webpack-plugin "^7.0.1"
monaco-yaml "^4.0.4"
react "18.2.0"
Expand Down Expand Up @@ -3367,7 +3367,7 @@ monaco-editor@^0.33.0:
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.33.0.tgz#842e244f3750a2482f8a29c676b5684e75ff34af"
integrity sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw==

monaco-editor@^0.36.0:
monaco-editor@^0.36.1:
version "0.36.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.36.1.tgz#aad528c815605307473a1634612946921d8079b5"
integrity sha512-/CaclMHKQ3A6rnzBzOADfwdSJ25BFoFT0Emxsc4zYVyav5SkK9iA6lEtIeuN/oRYbwPgviJT+t3l+sjFa28jYg==
Expand Down

0 comments on commit 01aa3be

Please sign in to comment.