Skip to content

Commit e9d0def

Browse files
committed
update
1 parent 82911ef commit e9d0def

File tree

353 files changed

+8951
-75363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+8951
-75363
lines changed

.github/DISCUSSION_TEMPLATE/q-a.yml

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body:
6161
- 4.7.0
6262
- 4.8.0
6363
- 4.10.2
64-
- 4.14.0
64+
- 4.14.2
6565
default: 0
6666
validations:
6767
required: true

.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.14.0
13+
TAG: 4.14.2
1414

1515
jobs:
1616
build:

.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.14.0
12+
TAG: 4.14.2
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.14.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info
19+
jbang -Dcamel.jbang.version=4.14.2 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.14.0 camel@apache/camel export --directory=export
29+
jbang -Dcamel.jbang.version=4.14.2 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.14.0
7+
image: ghcr.io/apache/camel-karavan:4.14.2
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.14.0"
5+
appVersion: "4.14.2"

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.14.0"
5+
tag: "4.14.2"
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.14.0"
12+
KARAVAN_DEVMODE_IMAGE: "ghcr.io/apache/camel-karavan-devmode:4.14.2"
1313

1414
service:
1515
type: ClusterIP

docs/install/karavan-kubernetes/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: "KARAVAN_CAMEL_STATUS_INTERVAL"
2323
value: "3s"
2424
- name: "KARAVAN_DEVMODE_IMAGE"
25-
value: "ghcr.io/apache/camel-karavan-devmode:4.14.0"
25+
value: "ghcr.io/apache/camel-karavan-devmode:4.14.2"
2626
- name: "KARAVAN_GIT_REPOSITORY"
2727
valueFrom:
2828
secretKeyRef:
@@ -73,7 +73,7 @@ spec:
7373
fieldRef:
7474
apiVersion: ""
7575
fieldPath: "metadata.namespace"
76-
image: "ghcr.io/apache/camel-karavan:4.14.0"
76+
image: "ghcr.io/apache/camel-karavan:4.14.2"
7777
imagePullPolicy: "Always"
7878
name: "karavan"
7979
ports:

docs/install/karavan-kubernetes/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commonLabels:
44
app: "karavan"
55
app.kubernetes.io/part-of: "karavan"
66
app.kubernetes.io/name: "karavan"
7-
app.kubernetes.io/version: "4.14.0"
7+
app.kubernetes.io/version: "4.14.2"
88
namespace: "karavan"
99
resources:
1010
- secret.yaml

0 commit comments

Comments
 (0)