Skip to content

Commit 35fc821

Browse files
committed
Bump version to 4.14.0
1 parent f42736f commit 35fc821

File tree

29 files changed

+204
-8196
lines changed

29 files changed

+204
-8196
lines changed

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ body:
4242
options:
4343
- 4.8.0
4444
- 4.10.2
45+
- 4.14.0

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ body:
6161
- 4.7.0
6262
- 4.8.0
6363
- 4.10.2
64+
- 4.14.0
6465
default: 0
6566
validations:
6667
required: true

.github/workflows/app-oidc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
REGISTRY: ghcr.io
13-
TAG: 4.10.2
13+
TAG: 4.14.0
1414

1515
jobs:
1616
build:

.github/workflows/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
REGISTRY: ghcr.io
13-
TAG: 4.10.2
13+
TAG: 4.14.0
1414

1515
jobs:
1616
build:

.github/workflows/docker-devmode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}-devmode
12-
TAG: 4.10.2
12+
TAG: 4.14.0
1313

1414
jobs:
1515
docker:

.github/workflows/vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ main ]
1010

1111
env:
12-
TAG: 4.10.2
12+
TAG: 4.14.0
1313

1414
jobs:
1515
build:

docs/VSCODE_HOWTO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* Run using CLI
1818
```shell
19-
jbang -Dcamel.jbang.version=4.10.2 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info
19+
jbang -Dcamel.jbang.version=4.14.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info
2020
```
2121

2222
## Export integration to Maven project
@@ -26,5 +26,5 @@
2626

2727
* Export using CLI
2828
```shell
29-
jbang -Dcamel.jbang.version=4.10.2 camel@apache/camel export --directory=export
29+
jbang -Dcamel.jbang.version=4.14.0 camel@apache/camel export --directory=export
3030
```

docs/install/karavan-docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
karavan:
66
container_name: karavan
7-
image: ghcr.io/apache/camel-karavan:4.10.2
7+
image: ghcr.io/apache/camel-karavan:4.14.0
88
ports:
99
- "8080:8080"
1010
environment:

docs/install/karavan-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: karavan
33
version: 0.1.0
44
description: Chart Helm for deploy Karavan
5-
appVersion: "4.10.2"
5+
appVersion: "4.14.0"

docs/install/karavan-helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ replicaCount: 1
22

33
image:
44
repository: ghcr.io/apache/camel-karavan
5-
tag: "4.10.2"
5+
tag: "4.14.0"
66
pullPolicy: Always
77

88
env:
99
KARAVAN_CONTAINER_STATUS_INTERVAL: "disabled"
1010
KARAVAN_CONTAINER_STATISTICS_INTERVAL: "disabled"
1111
KARAVAN_CAMEL_STATUS_INTERVAL: "3s"
12-
KARAVAN_DEVMODE_IMAGE: "ghcr.io/apache/camel-karavan-devmode:4.10.2"
12+
KARAVAN_DEVMODE_IMAGE: "ghcr.io/apache/camel-karavan-devmode:4.14.0"
1313

1414
service:
1515
type: ClusterIP

0 commit comments

Comments
 (0)