Skip to content

Commit

Permalink
Upgrade embedded Kaoto to 1.2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Aug 25, 2023
1 parent ff510a9 commit 2052bcf
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 164 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 0.8.0

- Upgrade embedded Kaoto [UI](https://github.com/KaotoIO/kaoto-ui/releases/tag/v1.2.1) to 1.2.1 and [backend](https://github.com/KaotoIO/kaoto-backend/releases/tag/v1.2.0) to 1.2.0

# 0.7.0

- Upgrade embedded Kaoto [UI](https://github.com/KaotoIO/kaoto-ui/releases/tag/v1.1.0) to 1.1.0 and [backend](https://github.com/KaotoIO/kaoto-backend/releases/tag/v1.1.1) to 1.1.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

### Embedded

- [Kaoto UI](https://github.com/KaotoIO/kaoto-ui) in version [1.1.0](https://github.com/KaotoIO/kaoto-ui/releases/tag/v1.1.0).
- [Kaoto Backend](https://github.com/KaotoIO/kaoto-backend) in version [1.1.1](https://github.com/KaotoIO/kaoto-backend/releases/tag/v1.1.1).
- [Kaoto UI](https://github.com/KaotoIO/kaoto-ui) in version [1.2.1](https://github.com/KaotoIO/kaoto-ui/releases/tag/v1.2.1).
- [Kaoto Backend](https://github.com/KaotoIO/kaoto-backend) in version [1.2.0](https://github.com/KaotoIO/kaoto-backend/releases/tag/v1.2.0).

### Issues

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"test:it:clean": "rimraf ./test-resources && rimraf ./out && rimraf *.vsix"
},
"dependencies": {
"@kaoto/kaoto-ui": "1.1.0",
"@kie-tools-core/backend": "^0.30.0",
"@kie-tools-core/editor": "^0.30.0",
"@kie-tools-core/i18n": "^0.30.0",
"@kie-tools-core/vscode-extension": "^0.30.0",
"@patternfly/react-core": "4.276.8",
"@kaoto/kaoto-ui": "1.2.1",
"@kie-tools-core/backend": "0.31.0",
"@kie-tools-core/editor": "0.31.0",
"@kie-tools-core/i18n": "0.31.0",
"@kie-tools-core/vscode-extension": "0.31.0",
"@patternfly/react-core": "4.276.11",
"@redhat-developer/vscode-redhat-telemetry": "^0.6.1",
"async-wait-until": "^2.0.12",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const downloadKaotoBackendNativeExecutable = (backendVersion, platform, extensio
downloadFile(`https://github.com/KaotoIO/kaoto-backend/releases/download/${backendVersion}/kaoto-${platform}`, `./binaries/kaoto-${platform}${extension}`);
}

const backendVersion = "v1.1.1";
const backendVersion = "v1.2.0";
downloadKaotoBackendNativeExecutable(backendVersion, 'linux-amd64', '');
downloadKaotoBackendNativeExecutable(backendVersion, 'macos-amd64', '');
downloadKaotoBackendNativeExecutable(backendVersion, 'windows-amd64', '.exe');
Loading

0 comments on commit 2052bcf

Please sign in to comment.