This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new d5f08f93 4.10.0 d5f08f93 is described below commit d5f08f935c54c00b6c4be5b30820988d19a0f2bb Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Feb 13 10:56:05 2025 -0500 4.10.0 --- .../src/main/resources/templates/docker/application.properties | 2 +- .../src/main/resources/templates/kubernetes/application.properties | 2 +- karavan-devmode/Dockerfile | 2 +- karavan-space/src/App.tsx | 2 +- karavan-vscode/package.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/karavan-app/src/main/resources/templates/docker/application.properties b/karavan-app/src/main/resources/templates/docker/application.properties index 5fc06945..ec53338f 100644 --- a/karavan-app/src/main/resources/templates/docker/application.properties +++ b/karavan-app/src/main/resources/templates/docker/application.properties @@ -2,7 +2,7 @@ camel.karavan.projectId=${projectId} camel.karavan.projectName=${projectName} camel.jbang.gav=org.camel.karavan.demo:${packageSuffix}:1 camel.jbang.runtime=camel-main -camel.jbang.version=4.8.3 +camel.jbang.version=4.10.0 camel.jbang.dependencies=camel-console,camel-platform-http-main camel.jbang.jib-maven-plugin-version=3.4.4 camel.server.enabled=true diff --git a/karavan-app/src/main/resources/templates/kubernetes/application.properties b/karavan-app/src/main/resources/templates/kubernetes/application.properties index dafa0165..c7ab53bb 100644 --- a/karavan-app/src/main/resources/templates/kubernetes/application.properties +++ b/karavan-app/src/main/resources/templates/kubernetes/application.properties @@ -2,7 +2,7 @@ camel.karavan.projectId=${projectId} camel.karavan.projectName=${projectName} camel.jbang.gav=org.camel.karavan.demo:${packageSuffix}:1 camel.jbang.runtime=camel-main -camel.jbang.version=4.8.3 +camel.jbang.version=4.10.0 camel.jbang.dependencies=camel-console,camel-platform-http-main camel.jbang.jib-maven-plugin-version=3.4.4 camel.health.enabled=true diff --git a/karavan-devmode/Dockerfile b/karavan-devmode/Dockerfile index 1ead6fc7..e0e18e0b 100644 --- a/karavan-devmode/Dockerfile +++ b/karavan-devmode/Dockerfile @@ -19,7 +19,7 @@ LABEL "org.opencontainers.image.title"="karavan-devmode" LABEL "org.opencontainers.image.description"="Apache Camel Karavan DevMode" LABEL "org.opencontainers.image.url"="https://camel.apache.org" LABEL "org.opencontainers.image.licenses"="Apache 2.0" -LABEL "org.opencontainers.image.version"="4.8.3" +LABEL "org.opencontainers.image.version"="4.10.0" RUN apt-get update && apt-get install git && apt-get clean diff --git a/karavan-space/src/App.tsx b/karavan-space/src/App.tsx index 14918057..d70f3627 100644 --- a/karavan-space/src/App.tsx +++ b/karavan-space/src/App.tsx @@ -137,7 +137,7 @@ class App extends React.Component<Props, State> { return (<Flex className="nav-buttons" direction={{default: "column"}} style={{height: "100%"}} spaceItems={{default: "spaceItemsNone"}}> <FlexItem alignSelf={{default: "alignSelfCenter"}}> - <Tooltip className="logo-tooltip" content={"Apache Camel Karavan 4.8.3"} + <Tooltip className="logo-tooltip" content={"Apache Camel Karavan 4.10.0"} position={"right"}> {KaravanIcon()} </Tooltip> diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index f0afc139..6cd8501a 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -63,7 +63,7 @@ "properties": { "camel.version": { "type": "string", - "default": "4.8.3", + "default": "4.10.0", "description": "Camel version", "scope": "machine", "order": 10 @@ -258,7 +258,7 @@ "camel.karavan.project-name=$NAME", "camel.karavan.target=$TARGET", "camel.jbang.gav=$GAV", - "camel.jbang.camelSpringBootVersion=4.8.3", + "camel.jbang.camelSpringBootVersion=4.10.0", "camel.jbang.springBootVersion=3.3.0", "camel.jbang.runtime=$RUNTIME", "camel.jbang.exportDir=.export", @@ -281,7 +281,7 @@ "camel.karavan.project-name=$NAME", "camel.karavan.target=$TARGET", "camel.jbang.gav=$GAV", - "camel.jbang.version=4.8.3", + "camel.jbang.version=4.10.0", "camel.jbang.runtime=camel-main", "camel.jbang.dependencies=camel-console,camel-platform-http-main", "camel.jbang.exportDir=.export",