This is an automated email from the ASF dual-hosted git repository. mgubaidullin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit aa1f82a2c9020a2abc6f6a2a785b6ff33f953038 Author: Marat Gubaidullin <[email protected]> AuthorDate: Tue Aug 25 11:13:03 2026 -0400 Bump version to 4.22.0 --- .github/DISCUSSION_TEMPLATE/q-a.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/app.yml | 2 +- .github/workflows/docker-devmode.yml | 2 +- .github/workflows/vscode.yml | 2 +- docs/VSCODE_HOWTO.md | 4 ++-- karavan-vscode/AGENT.md | 2 +- karavan-vscode/CHANGELOG.md | 6 ++++++ karavan-vscode/README.md | 4 ++-- karavan-vscode/webview/karavan/shared/ui/PlatformLogos.tsx | 2 +- 10 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index cf0e0c37..a96b44e1 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -42,4 +42,4 @@ body: options: - 4.8.0 - 4.10.2 - - 4.18.1 + - 4.22.0 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a4bfc107..f7da053c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,7 +61,7 @@ body: - 4.7.0 - 4.8.0 - 4.10.2 - - 4.18.1 + - 4.22.0 default: 0 validations: required: true diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index e269b6df..63ecce68 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -14,7 +14,7 @@ concurrency: env: REGISTRY: ghcr.io - TAG: 4.18.1 + TAG: 4.22.0 jobs: build: diff --git a/.github/workflows/docker-devmode.yml b/.github/workflows/docker-devmode.yml index 04d2e15a..aa3b3877 100644 --- a/.github/workflows/docker-devmode.yml +++ b/.github/workflows/docker-devmode.yml @@ -9,7 +9,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-devmode - TAG: 4.18.1 + TAG: 4.22.0 jobs: docker: diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index 2359a0e2..9978bfde 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -9,7 +9,7 @@ on: branches: [ main ] env: - TAG: 4.18.1 + TAG: 4.22.0 jobs: build: diff --git a/docs/VSCODE_HOWTO.md b/docs/VSCODE_HOWTO.md index 5d057857..6456bac4 100644 --- a/docs/VSCODE_HOWTO.md +++ b/docs/VSCODE_HOWTO.md @@ -16,7 +16,7 @@ * Run using CLI ```shell - jbang -Dcamel.jbang.version=4.18.1 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info + jbang -Dcamel.jbang.version=4.22.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info ``` ## Export integration to Maven project @@ -26,5 +26,5 @@ * Export using CLI ```shell - jbang -Dcamel.jbang.version=4.18.1 camel@apache/camel export --directory=export + jbang -Dcamel.jbang.version=4.22.0 camel@apache/camel export --directory=export ``` \ No newline at end of file diff --git a/karavan-vscode/AGENT.md b/karavan-vscode/AGENT.md index 7db70249..efaedaa8 100644 --- a/karavan-vscode/AGENT.md +++ b/karavan-vscode/AGENT.md @@ -287,7 +287,7 @@ Version lives in `package.json` and is normally driven by the monorepo script patches `TAG:` in the workflows. `CHANGELOG.md` is maintained by hand. Current state to be aware of: `package.json` is **4.22.0** while `CHANGELOG.md`'s newest -entry and the `camel.version` default are **4.18.1** — the bump commit +entry and the `camel.version` default are **4.22.0** — the bump commit (`0a2be04c bump version fo vscode to 4.22.0`) touched only the version. --- diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md index 2258ed44..74add988 100644 --- a/karavan-vscode/CHANGELOG.md +++ b/karavan-vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.22.0 +0. Camel 4.22.0 +3. Jkube 1.19.0 +4. JBang v0.141.0 +4. Quarkus 3.33.3.1 + ## 4.18.1 0. Camel 4.18.1 1. Kamelets 4.18.1 diff --git a/karavan-vscode/README.md b/karavan-vscode/README.md index 48399753..100cd3ae 100644 --- a/karavan-vscode/README.md +++ b/karavan-vscode/README.md @@ -72,7 +72,7 @@ Build-in catalogues: * Run using CLI ```shell - jbang -Dcamel.jbang.version=4.18.1 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info + jbang -Dcamel.jbang.version=4.22.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info ``` ## Export integration to Maven project @@ -82,7 +82,7 @@ Build-in catalogues: * Export using CLI ```shell - jbang -Dcamel.jbang.version=4.18.1 camel@apache/camel export --directory=export + jbang -Dcamel.jbang.version=4.22.0 camel@apache/camel export --directory=export ``` # Issues diff --git a/karavan-vscode/webview/karavan/shared/ui/PlatformLogos.tsx b/karavan-vscode/webview/karavan/shared/ui/PlatformLogos.tsx index de6b3318..0a36257b 100644 --- a/karavan-vscode/webview/karavan/shared/ui/PlatformLogos.tsx +++ b/karavan-vscode/webview/karavan/shared/ui/PlatformLogos.tsx @@ -3,7 +3,7 @@ import {Badge, Content, Label} from "@patternfly/react-core"; import PlatformLogo from "@app/navigation/PlatformLogo"; import './PlatformLogos.css' -export const KARAVAN_PLATFORM_VERSION = "4.18.1"; +export const KARAVAN_PLATFORM_VERSION = "4.22.0"; interface PlatformVersionProps { environment: string
