Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kaoto next to TP1-RC2 #458

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.11.0

- Use Kaoto 2 preview release (technically kaoto-next 2.0.0-TP1-RC1) instead of Kaoto UI + Kaoto backend
- Use Kaoto 2 preview release (technically kaoto-next 2.0.0-TP1-RC2) instead of Kaoto UI + Kaoto backend
- Remove kaoto backend v1: reduced size of bundle and no more requirements on architecture
- Open Kaoto editor by default for `*.kamelet.(yaml|yml)` files

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

### Embedded

- [Kaoto 2 preview release](https://github.com/KaotoIO/kaoto-next) in version [2.0.0-TP1-RC1](https://github.com/KaotoIO/kaoto-next/releases/tag/v2.0.0-TP1-RC1).
- [Kaoto 2 preview release](https://github.com/KaotoIO/kaoto-next) in version [2.0.0-TP1-RC2](https://github.com/KaotoIO/kaoto-next/releases/tag/v2.0.0-TP1-RC2).

### Issues

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-next/ui": "2.0.0-TP1-RC1",
"@kaoto-next/ui": "2.0.0-TP1-RC2",
"@kie-tools-core/backend": "0.32.0",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/i18n": "0.32.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ __metadata:
languageName: node
linkType: hard

"@kaoto-next/ui@npm:2.0.0-TP1-RC1":
version: 2.0.0-TP1-RC1
resolution: "@kaoto-next/ui@npm:2.0.0-TP1-RC1"
"@kaoto-next/ui@npm:2.0.0-TP1-RC2":
version: 2.0.0-TP1-RC2
resolution: "@kaoto-next/ui@npm:2.0.0-TP1-RC2"
dependencies:
"@kaoto-next/uniforms-patternfly": ^0.5.7
"@kaoto-next/uniforms-patternfly": ^0.6.1
"@kie-tools-core/editor": 0.32.0
"@kie-tools-core/notifications": 0.32.0
"@patternfly/patternfly": ^5.0.0
Expand Down Expand Up @@ -126,21 +126,22 @@ __metadata:
uuid: ^9.0.0
yaml: ^2.3.2
zustand: ^4.3.9
checksum: 2784e6b9cae989c0d014b062e93e41b6a13c8236440feebe399631d749536b6c9b5d1c224d0bee5ebcfbf5750b2347a1e714b8a3c977a3a373d7b3416f25c519
checksum: 620f17fcbd29c2ca335a420de3cc53b4d67a73710bf43a7693dbbe2516038117688708e8155a8f895d211ae276efbbacb31c09207b73f6b9d4dd4a33d62535a7
languageName: node
linkType: hard

"@kaoto-next/uniforms-patternfly@npm:^0.5.7":
version: 0.5.7
resolution: "@kaoto-next/uniforms-patternfly@npm:0.5.7"
"@kaoto-next/uniforms-patternfly@npm:^0.6.1":
version: 0.6.1
resolution: "@kaoto-next/uniforms-patternfly@npm:0.6.1"
dependencies:
"@types/invariant": ^2.2.35
invariant: ^2.2.4
lodash: ^4.17.21
react: ^18.2.0
react-dom: ^18.2.0
sass: ^1.70.0
uniforms: 4.0.0-alpha.5
checksum: 169e3e39fc12591d039347500b7fc8acc1c4c6a5d7c6261896a434409de8c848bd20e59ce03a6b47c822b9f52e869a4c4ab1b372a2e0b922edf31e02d5ed524c
checksum: 11c13a7947395a6b2533061408f4d2fb38cb6f317117a7b8afce708044dca5d38d618c9a1da520e1d493e1226412d0f17fb56447f28a66e6d488c0d36f1cb9d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7679,7 +7680,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-kaoto@workspace:."
dependencies:
"@kaoto-next/ui": 2.0.0-TP1-RC1
"@kaoto-next/ui": 2.0.0-TP1-RC2
"@kie-tools-core/backend": 0.32.0
"@kie-tools-core/editor": 0.32.0
"@kie-tools-core/i18n": 0.32.0
Expand Down