You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/27 05:41:04 UTC

[camel-website-pub] 02/02: Website updated to 8d32161a7bb2b3b659b6c31f0df414ad6c1be386

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git

commit f0c5cc6c332ce8e6d5cd12b118064dd01f98eb0e
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Jun 27 05:40:07 2023 +0000

    Website updated to 8d32161a7bb2b3b659b6c31f0df414ad6c1be386
---
 .well-known/security.txt                           |    2 +-
 camel-k/next/architecture/traits.html              |    3 +-
 camel-kamelets/3.20.x/avro-deserialize-action.html |    2 +-
 camel-kamelets/3.20.x/avro-serialize-action.html   |    2 +-
 .../3.20.x/aws-ddb-experimental-sink.html          |    2 +-
 camel-kamelets/3.20.x/aws-ddb-sink.html            |    2 +-
 camel-kamelets/3.20.x/aws-kinesis-source.html      |    2 +-
 .../3.20.x/aws-s3-experimental-source.html         |    2 +-
 camel-kamelets/3.20.x/aws-s3-source.html           |    2 +-
 camel-kamelets/3.20.x/aws-sqs-source.html          |    2 +-
 .../3.20.x/azure-storage-blob-source.html          |    2 +-
 .../3.20.x/azure-storage-queue-source.html         |    2 +-
 camel-kamelets/3.20.x/extract-field-action.html    |    2 +-
 camel-kamelets/3.20.x/hoist-field-action.html      |    2 +-
 camel-kamelets/3.20.x/insert-field-action.html     |    2 +-
 camel-kamelets/3.20.x/json-deserialize-action.html |    2 +-
 camel-kamelets/3.20.x/json-serialize-action.html   |    2 +-
 .../3.20.x/kafka-manual-commit-action.html         |    2 +-
 camel-kamelets/3.20.x/kafka-not-secured-sink.html  |    2 +-
 .../3.20.x/kafka-not-secured-source.html           |    2 +-
 camel-kamelets/3.20.x/kafka-source.html            |    2 +-
 camel-kamelets/3.20.x/kafka-ssl-source.html        |    2 +-
 camel-kamelets/3.20.x/mask-field-action.html       |    2 +-
 .../3.20.x/message-timestamp-router-action.html    |    2 +-
 .../3.20.x/openai-classification-action.html       |    2 +-
 .../3.20.x/protobuf-deserialize-action.html        |    2 +-
 .../3.20.x/protobuf-serialize-action.html          |    2 +-
 camel-kamelets/3.20.x/regex-router-action.html     |    2 +-
 camel-kamelets/3.20.x/replace-field-action.html    |    2 +-
 camel-kamelets/3.20.x/timestamp-router-action.html |    2 +-
 camel-kamelets/3.20.x/value-to-key-action.html     |    2 +-
 community/contributing/index.html                  |    8 +-
 components/next/aws-secrets-manager-component.html |    2 +-
 components/next/aws2-ddb-component.html            |    2 +-
 components/next/aws2-ddbstream-component.html      |    2 +-
 components/next/aws2-translate-component.html      |    2 +-
 manual/commercial-camel-offerings.html             |    2 +-
 site-manifest.json                                 |    2 +-
 sitemap-camel-core.xml                             |    8 +-
 sitemap-camel-k.xml                                |  980 +--
 sitemap-camel-kafka-connector.xml                  |  790 +--
 sitemap-camel-kamelets.xml                         | 1674 ++---
 sitemap-camel-karaf.xml                            |   62 +-
 sitemap-camel-quarkus.xml                          | 4050 ++++++------
 sitemap-camel-spring-boot.xml                      |   48 +-
 sitemap-components.xml                             | 6656 ++++++++++----------
 sitemap-manual.xml                                 |  410 +-
 47 files changed, 7384 insertions(+), 7377 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 4e1edb0114..bc45af7bba 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -2,4 +2,4 @@ Canonical: https://camel.apache.com/.well-known/security.txt
 Contact: mailto:security@apache.org
 Encryption: https://www.apache.org/security/KEYS.txt
 Policy: https://www.apache.org/security/
-Expires: 2024-06-26T07:32:32Z
+Expires: 2024-06-27T05:08:58Z
diff --git a/camel-k/next/architecture/traits.html b/camel-k/next/architecture/traits.html
index dcf863b3f7..5d0a847703 100644
--- a/camel-k/next/architecture/traits.html
+++ b/camel-k/next/architecture/traits.html
@@ -5,8 +5,9 @@
 	Configure(environment *Environment) (bool, error)
 	Apply(environment *Environment) error
 	InfluencesKit() bool
+	InfluencesBuild(this, prev map[string]interface{}) bool
 	IsPlatformTrait() bool
 	RequiresIntegrationPlatform() bool
 	IsAllowedInProfile(v1.TraitProfile) bool
 	Order() int
-}</code></pre> </div> </div> <div class="paragraph"> <p>Each trait will implement this interface. The most important methods that will be invoked by the <a href="operator.html" class="xref page">Operator</a> are <code>Configure()</code> and <code>Apply()</code>. Basically, the <code>Configure()</code> method will set those inputs aforementioned (each trait has its own). The method is in charge to verify also the correctness of those expected parameters, where it makes sense (i.e., a well [...]
\ No newline at end of file
+}</code></pre> </div> </div> <div class="paragraph"> <p>Each trait will implement this interface. The most important methods that will be invoked by the <a href="operator.html" class="xref page">Operator</a> are <code>Configure()</code> and <code>Apply()</code>. Basically, the <code>Configure()</code> method will set those inputs aforementioned (each trait has its own). The method is in charge to verify also the correctness of those expected parameters, where it makes sense (i.e., a well [...]
\ No newline at end of file
diff --git a/camel-kamelets/3.20.x/avro-deserialize-action.html b/camel-kamelets/3.20.x/avro-deserialize-action.html
index 73c7885fda..d15273c9ec 100644
--- a/camel-kamelets/3.20.x/avro-deserialize-action.html
+++ b/camel-kamelets/3.20.x/avro-deserialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Avro Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/avro-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Avro Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/avro-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
 kind: KameletBinding
 metadata:
   name: avro-deserialize-action-binding
diff --git a/camel-kamelets/3.20.x/avro-serialize-action.html b/camel-kamelets/3.20.x/avro-serialize-action.html
index 9e966f7854..8cf368033d 100644
--- a/camel-kamelets/3.20.x/avro-serialize-action.html
+++ b/camel-kamelets/3.20.x/avro-serialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Avro Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/avro-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt; [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Avro Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/avro-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt; [...]
 kind: KameletBinding
 metadata:
   name: avro-serialize-action-binding
diff --git a/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html b/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html
index fbfbf194cd..6b524b1ade 100644
--- a/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html
+++ b/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS DynamoDB Experimental Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title"  [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS DynamoDB Experimental Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title"  [...]
 kind: KameletBinding
 metadata:
   name: aws-ddb-experimental-sink-binding
diff --git a/camel-kamelets/3.20.x/aws-ddb-sink.html b/camel-kamelets/3.20.x/aws-ddb-sink.html
index ee3d049b59..d2f3a985bd 100644
--- a/camel-kamelets/3.20.x/aws-ddb-sink.html
+++ b/camel-kamelets/3.20.x/aws-ddb-sink.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS DynamoDB Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS DynamoDB Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x [...]
 kind: KameletBinding
 metadata:
   name: aws-ddb-sink-binding
diff --git a/camel-kamelets/3.20.x/aws-kinesis-source.html b/camel-kamelets/3.20.x/aws-kinesis-source.html
index d851f7224e..02655f850f 100644
--- a/camel-kamelets/3.20.x/aws-kinesis-source.html
+++ b/camel-kamelets/3.20.x/aws-kinesis-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS Kinesis Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-kinesis-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span c [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS Kinesis Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-kinesis-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span c [...]
 kind: KameletBinding
 metadata:
   name: aws-kinesis-source-binding
diff --git a/camel-kamelets/3.20.x/aws-s3-experimental-source.html b/camel-kamelets/3.20.x/aws-s3-experimental-source.html
index 73582422e2..781a36f4fc 100644
--- a/camel-kamelets/3.20.x/aws-s3-experimental-source.html
+++ b/camel-kamelets/3.20.x/aws-s3-experimental-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS S3 Experimental Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-experimental-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS S3 Experimental Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-experimental-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
 kind: KameletBinding
 metadata:
   name: aws-s3-experimental-source-binding
diff --git a/camel-kamelets/3.20.x/aws-s3-source.html b/camel-kamelets/3.20.x/aws-s3-source.html
index 4ded2ade53..2dc97a88d7 100644
--- a/camel-kamelets/3.20.x/aws-s3-source.html
+++ b/camel-kamelets/3.20.x/aws-s3-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS S3 Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3D; [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS S3 Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3D; [...]
 kind: KameletBinding
 metadata:
   name: aws-s3-source-binding
diff --git a/camel-kamelets/3.20.x/aws-sqs-source.html b/camel-kamelets/3.20.x/aws-sqs-source.html
index 25bb340cf5..0a9811b48b 100644
--- a/camel-kamelets/3.20.x/aws-sqs-source.html
+++ b/camel-kamelets/3.20.x/aws-sqs-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS SQS Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3 [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> AWS SQS Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3 [...]
 kind: KameletBinding
 metadata:
   name: aws-sqs-source-binding
diff --git a/camel-kamelets/3.20.x/azure-storage-blob-source.html b/camel-kamelets/3.20.x/azure-storage-blob-source.html
index eb2f8a12ad..7025268a9d 100644
--- a/camel-kamelets/3.20.x/azure-storage-blob-source.html
+++ b/camel-kamelets/3.20.x/azure-storage-blob-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Azure Storage Blob Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" conte [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Azure Storage Blob Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" conte [...]
 kind: KameletBinding
 metadata:
   name: azure-storage-blob-source-binding
diff --git a/camel-kamelets/3.20.x/azure-storage-queue-source.html b/camel-kamelets/3.20.x/azure-storage-queue-source.html
index c2fa05f17d..6210763e6b 100644
--- a/camel-kamelets/3.20.x/azure-storage-queue-source.html
+++ b/camel-kamelets/3.20.x/azure-storage-queue-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Azure Storage Queue Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-queue-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Azure Storage Queue Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-queue-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
 kind: KameletBinding
 metadata:
   name: azure-storage-queue-source-binding
diff --git a/camel-kamelets/3.20.x/extract-field-action.html b/camel-kamelets/3.20.x/extract-field-action.html
index ca3b0c40f1..e61738713a 100644
--- a/camel-kamelets/3.20.x/extract-field-action.html
+++ b/camel-kamelets/3.20.x/extract-field-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Extract Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/extract-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;sp [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Extract Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/extract-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;sp [...]
 kind: KameletBinding
 metadata:
   name: extract-field-action-binding
diff --git a/camel-kamelets/3.20.x/hoist-field-action.html b/camel-kamelets/3.20.x/hoist-field-action.html
index 1359ae59f7..9c0dcbaf65 100644
--- a/camel-kamelets/3.20.x/hoist-field-action.html
+++ b/camel-kamelets/3.20.x/hoist-field-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Hoist Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/hoist-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span c [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Hoist Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/hoist-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span c [...]
 kind: KameletBinding
 metadata:
   name: hoist-field-action-binding
diff --git a/camel-kamelets/3.20.x/insert-field-action.html b/camel-kamelets/3.20.x/insert-field-action.html
index 232996a9be..dd786bf5f0 100644
--- a/camel-kamelets/3.20.x/insert-field-action.html
+++ b/camel-kamelets/3.20.x/insert-field-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Insert Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/insert-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Insert Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/insert-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
 kind: KameletBinding
 metadata:
   name: insert-field-action-binding
diff --git a/camel-kamelets/3.20.x/json-deserialize-action.html b/camel-kamelets/3.20.x/json-deserialize-action.html
index de73bbf202..fd734f6d50 100644
--- a/camel-kamelets/3.20.x/json-deserialize-action.html
+++ b/camel-kamelets/3.20.x/json-deserialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Json Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/json-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Json Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/json-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
 kind: KameletBinding
 metadata:
   name: json-deserialize-action-binding
diff --git a/camel-kamelets/3.20.x/json-serialize-action.html b/camel-kamelets/3.20.x/json-serialize-action.html
index 301de5d56f..4652b3297b 100644
--- a/camel-kamelets/3.20.x/json-serialize-action.html
+++ b/camel-kamelets/3.20.x/json-serialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Json Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/json-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt; [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Json Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/json-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt; [...]
 kind: KameletBinding
 metadata:
   name: json-serialize-action-binding
diff --git a/camel-kamelets/3.20.x/kafka-manual-commit-action.html b/camel-kamelets/3.20.x/kafka-manual-commit-action.html
index e635ca378b..e7c68da1c6 100644
--- a/camel-kamelets/3.20.x/kafka-manual-commit-action.html
+++ b/camel-kamelets/3.20.x/kafka-manual-commit-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Manual Commit Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-manual-commit-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Manual Commit Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-manual-commit-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" con [...]
 kind: KameletBinding
 metadata:
   name: kafka-manual-commit-action-binding
diff --git a/camel-kamelets/3.20.x/kafka-not-secured-sink.html b/camel-kamelets/3.20.x/kafka-not-secured-sink.html
index 783f16ff6d..b8864434c7 100644
--- a/camel-kamelets/3.20.x/kafka-not-secured-sink.html
+++ b/camel-kamelets/3.20.x/kafka-not-secured-sink.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Not Secured Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&l [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Not Secured Sink :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-sink.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&l [...]
 kind: KameletBinding
 metadata:
   name: kafka-not-secured-sink-binding
diff --git a/camel-kamelets/3.20.x/kafka-not-secured-source.html b/camel-kamelets/3.20.x/kafka-not-secured-source.html
index 472cb5af83..7c86127a0e 100644
--- a/camel-kamelets/3.20.x/kafka-not-secured-source.html
+++ b/camel-kamelets/3.20.x/kafka-not-secured-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Not Secured Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Not Secured Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content [...]
 kind: KameletBinding
 metadata:
   name: kafka-not-secured-source-binding
diff --git a/camel-kamelets/3.20.x/kafka-source.html b/camel-kamelets/3.20.x/kafka-source.html
index 87df139fe7..44ea043836 100644
--- a/camel-kamelets/3.20.x/kafka-source.html
+++ b/camel-kamelets/3.20.x/kafka-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3D;&q [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class&#x3D;&q [...]
 kind: KameletBinding
 metadata:
   name: kafka-source-binding
diff --git a/camel-kamelets/3.20.x/kafka-ssl-source.html b/camel-kamelets/3.20.x/kafka-ssl-source.html
index cd0c4a004d..3b3a1920d7 100644
--- a/camel-kamelets/3.20.x/kafka-ssl-source.html
+++ b/camel-kamelets/3.20.x/kafka-ssl-source.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka SSL Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-ssl-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Kafka SSL Source :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/kafka-ssl-source.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span class [...]
 kind: KameletBinding
 metadata:
   name: kafka-ssl-source-binding
diff --git a/camel-kamelets/3.20.x/mask-field-action.html b/camel-kamelets/3.20.x/mask-field-action.html
index eb02cdccb6..7201b9137a 100644
--- a/camel-kamelets/3.20.x/mask-field-action.html
+++ b/camel-kamelets/3.20.x/mask-field-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Mask Fields Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/mask-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span cl [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Mask Fields Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/mask-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span cl [...]
 kind: KameletBinding
 metadata:
   name: mask-field-action-binding
diff --git a/camel-kamelets/3.20.x/message-timestamp-router-action.html b/camel-kamelets/3.20.x/message-timestamp-router-action.html
index 725adc8269..754abc25bc 100644
--- a/camel-kamelets/3.20.x/message-timestamp-router-action.html
+++ b/camel-kamelets/3.20.x/message-timestamp-router-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Message Timestamp Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/message-timestamp-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og: [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Message Timestamp Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/message-timestamp-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og: [...]
 kind: KameletBinding
 metadata:
   name: message-timestamp-router-action-binding
diff --git a/camel-kamelets/3.20.x/openai-classification-action.html b/camel-kamelets/3.20.x/openai-classification-action.html
index 28a7b61243..2e5ea8de71 100644
--- a/camel-kamelets/3.20.x/openai-classification-action.html
+++ b/camel-kamelets/3.20.x/openai-classification-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> OpenAI Classification Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/openai-classification-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> OpenAI Classification Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/openai-classification-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" [...]
 kind: KameletBinding
 metadata:
   name: openai-classification-action-binding
diff --git a/camel-kamelets/3.20.x/protobuf-deserialize-action.html b/camel-kamelets/3.20.x/protobuf-deserialize-action.html
index db353d5016..0a2d91d78b 100644
--- a/camel-kamelets/3.20.x/protobuf-deserialize-action.html
+++ b/camel-kamelets/3.20.x/protobuf-deserialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Protobuf Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/protobuf-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" c [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Protobuf Deserialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/protobuf-deserialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" c [...]
 kind: KameletBinding
 metadata:
   name: protobuf-deserialize-action-binding
diff --git a/camel-kamelets/3.20.x/protobuf-serialize-action.html b/camel-kamelets/3.20.x/protobuf-serialize-action.html
index 6ccccb540a..e72cac1f81 100644
--- a/camel-kamelets/3.20.x/protobuf-serialize-action.html
+++ b/camel-kamelets/3.20.x/protobuf-serialize-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Protobuf Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/protobuf-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" conte [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Protobuf Serialize Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/protobuf-serialize-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" conte [...]
 kind: KameletBinding
 metadata:
   name: protobuf-serialize-action-binding
diff --git a/camel-kamelets/3.20.x/regex-router-action.html b/camel-kamelets/3.20.x/regex-router-action.html
index 067d1e6d39..62c7b9ca59 100644
--- a/camel-kamelets/3.20.x/regex-router-action.html
+++ b/camel-kamelets/3.20.x/regex-router-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Regex Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/regex-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Regex Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/regex-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
 kind: KameletBinding
 metadata:
   name: regex-router-action-binding
diff --git a/camel-kamelets/3.20.x/replace-field-action.html b/camel-kamelets/3.20.x/replace-field-action.html
index 9ba3adb020..8c3dc289f0 100644
--- a/camel-kamelets/3.20.x/replace-field-action.html
+++ b/camel-kamelets/3.20.x/replace-field-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Replace Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/replace-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;sp [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Replace Field Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/replace-field-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;sp [...]
 kind: KameletBinding
 metadata:
   name: replace-field-action-binding
diff --git a/camel-kamelets/3.20.x/timestamp-router-action.html b/camel-kamelets/3.20.x/timestamp-router-action.html
index e341ec5b1f..70f99d4268 100644
--- a/camel-kamelets/3.20.x/timestamp-router-action.html
+++ b/camel-kamelets/3.20.x/timestamp-router-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Timestamp Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/timestamp-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Timestamp Router Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/timestamp-router-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content=" [...]
 kind: KameletBinding
 metadata:
   name: timestamp-router-action-binding
diff --git a/camel-kamelets/3.20.x/value-to-key-action.html b/camel-kamelets/3.20.x/value-to-key-action.html
index a1dd292d8d..9af789ce2c 100644
--- a/camel-kamelets/3.20.x/value-to-key-action.html
+++ b/camel-kamelets/3.20.x/value-to-key-action.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Value to Key Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/value-to-key-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title> Value to Key Action :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kamelets/3.20.x/value-to-key-action.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="&lt;span [...]
 kind: KameletBinding
 metadata:
   name: value-to-key-action-binding
diff --git a/community/contributing/index.html b/community/contributing/index.html
index 0b4743c321..bc6d4ba80e 100644
--- a/community/contributing/index.html
+++ b/community/contributing/index.html
@@ -1,6 +1,12 @@
 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
 cd camel
-</code></pre> <p><strong>NOTE:</strong> If you are an Apache Camel committer, then you may also clone the <a href="https://gitbox.apache.org/repos/asf/camel.git" rel="noopener nofollow noreferrer">ASF git repo</a>.</p> <p>Build the project with <a href="http://maven.apache.org/download.html" rel="noopener nofollow noreferrer">Maven</a>. Maven 3.6.x or newer is required to build Camel 3 or later. The following command will do a fast build.</p> <pre><code>mvn clean install -Pfastinstall
+</code></pre> <p><strong>NOTE:</strong> If you are an Apache Camel committer, then you may also clone the <a href="https://gitbox.apache.org/repos/asf/camel.git" rel="noopener nofollow noreferrer">ASF git repo</a>.</p> <p>Now it is time to build the project with <a href="http://maven.apache.org/download.html" rel="noopener nofollow noreferrer">Maven</a>.</p> <p>The recommended Maven version may differ by branch. Running the Maven Wrapper script with <code>-v</code> parameter from the roo [...]
+Apache Maven 1.2.3
+Maven home: /home/user/.m2/wrapper/dists/apache-maven-1.2.3-bin/deadbeef/apache-maven-1.2.3
+Java version: 17.0.5, vendor: Eclipse Adoptium, runtime: /home/user/java/17.0.5-tem
+Default locale: en_IE, platform encoding: UTF-8
+OS name: &quot;linux&quot;, version: &quot;6.3.7-200.fc38.x86_64&quot;, arch: &quot;amd64&quot;, family: &quot;unix&quot;
+</code></pre> <p>If you do not like installing Maven manually, you can keep using <code>mvnw</code> instead of <code>mvn</code>.</p> <p>Once you have the right version of Maven available, you can trigger a fast build using the following command:</p> <pre><code>mvn clean install -Pfastinstall
 </code></pre> <p><strong>NOTE:</strong> You might need to build multiple times (if you get a build error) because sometimes maven fails to download all the required jars. Then import the projects into your workspace.</p> <p>You can find more details about building camel in the User Manual <a href="../../manual/building.html">Building</a> page.</p> <p>If you aren&rsquo;t able to build a component after adding some new URI parameters due to <code>Empty doc for option: [OPTION], parent opti [...]
 mvn clean install
 </code></pre> <p>If you modified a component/dataformat or updated a dependency in the main camel repository, you&rsquo;ll first need to build the main camel locally and then run a full build of camel-karaf.</p> <h2 id="testing-the-changes">Testing the changes</h2> <p>If you need to implement tests for your changes (highly recommended!), you will probably need to handle 3 separate things:</p> <ul> <li>simulate the infrastructure required for the test (ie.: JMS brokers, Kafka, etc),</li>  [...]
diff --git a/components/next/aws-secrets-manager-component.html b/components/next/aws-secrets-manager-component.html
index 5e3f8019cf..2ab0dd01b0 100644
--- a/components/next/aws-secrets-manager-component.html
+++ b/components/next/aws-secrets-manager-component.html
@@ -64,4 +64,4 @@ camel.main.context-reload-enabled = true</code></pre> </div> </div> <div class="
   &lt;artifactId&gt;camel-aws-secrets-manager-starter&lt;/artifactId&gt;
   &lt;version&gt;x.x.x&lt;/version&gt;
   &lt;!-- use the same version as your Camel core version --&gt;
-&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 18 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
+&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 20 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
diff --git a/components/next/aws2-ddb-component.html b/components/next/aws2-ddb-component.html
index ea8029aae1..4f24471b51 100644
--- a/components/next/aws2-ddb-component.html
+++ b/components/next/aws2-ddb-component.html
@@ -66,4 +66,4 @@ from("direct:start")
   &lt;artifactId&gt;camel-aws2-ddb-starter&lt;/artifactId&gt;
   &lt;version&gt;x.x.x&lt;/version&gt;
   &lt;!-- use the same version as your Camel core version --&gt;
-&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 40 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
+&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 44 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
diff --git a/components/next/aws2-ddbstream-component.html b/components/next/aws2-ddbstream-component.html
index ab5674a716..cfe5ed93ea 100644
--- a/components/next/aws2-ddbstream-component.html
+++ b/components/next/aws2-ddbstream-component.html
@@ -7,4 +7,4 @@
   &lt;artifactId&gt;camel-aws2-ddb-starter&lt;/artifactId&gt;
   &lt;version&gt;x.x.x&lt;/version&gt;
   &lt;!-- use the same version as your Camel core version --&gt;
-&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 40 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
+&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 44 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
diff --git a/components/next/aws2-translate-component.html b/components/next/aws2-translate-component.html
index 8f89068cc8..e43bde5126 100644
--- a/components/next/aws2-translate-component.html
+++ b/components/next/aws2-translate-component.html
@@ -14,4 +14,4 @@
   &lt;artifactId&gt;camel-aws2-translate-starter&lt;/artifactId&gt;
   &lt;version&gt;x.x.x&lt;/version&gt;
   &lt;!-- use the same version as your Camel core version --&gt;
-&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 20 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
+&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 22 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
\ No newline at end of file
diff --git a/manual/commercial-camel-offerings.html b/manual/commercial-camel-offerings.html
index 75fcb1d130..170972d953 100644
--- a/manual/commercial-camel-offerings.html
+++ b/manual/commercial-camel-offerings.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Commercial Camel Offerings :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/commercial-camel-offerings.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="Commercial Ca [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Commercial Camel Offerings :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/commercial-camel-offerings.html"> <meta name="generator" content="Antora 3.0.0"> <link rel="stylesheet" href="../_/css/site-ce34abce86.css"> <meta name="application-name" content="Apache Camel"> <meta property="og:title" content="Commercial Ca [...]
\ No newline at end of file
diff --git a/site-manifest.json b/site-manifest.json
index 394bb2ec39..3fb0815c18 100644
--- a/site-manifest.json
+++ b/site-manifest.json
@@ -1,6 +1,6 @@
 {
   "version": "3-dj.1",
-  "generated": 1687764672930,
+  "generated": 1687842458943,
   "url": "https://camel.apache.org",
   "components": [
     {
diff --git a/sitemap-camel-core.xml b/sitemap-camel-core.xml
index e4d0857394..4cf4b5d6b0 100644
--- a/sitemap-camel-core.xml
+++ b/sitemap-camel-core.xml
@@ -2,18 +2,18 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-core/advanced-camel-core-guides/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-core/getting-started/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-core/reference/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-core/working-with-camel-core/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-k.xml b/sitemap-camel-k.xml
index bf677a7e1a..c6f24c5e08 100644
--- a/sitemap-camel-k.xml
+++ b/sitemap-camel-k.xml
@@ -2,1962 +2,1962 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-k/next/apis/camel-k.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/apis/java.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/apis/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/cr/build.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/cr/camel-catalog.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/cr/integration-kit.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/cr/integration-platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/cr/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/runtime.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/architecture/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/cli/cli.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/cli/file-based-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/cli/modeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/build-time-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/runtime-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/runtime-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/configuration/runtime-resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/developers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/e2e.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/local-deployment-olm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/local-development.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/uninstalling.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/contributing/upgrade.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/advanced.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/http-proxy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/kustomize.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/maven.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/multi-architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/multi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/advanced/resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/installation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/crc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/docker-desktop.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/gke.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/iks.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/kind.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/minikube.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/platform/openshift.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/dockerhub.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/gcr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/icr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/installation/registry/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/kamelets/kameletbindings-error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/kamelets/kamelets-dev.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/kamelets/kamelets-user.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/kamelets/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/groovy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/java.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/javascript.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/jsh.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/kotlin.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/languages.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/xml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/languages/yaml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/logging/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/logging/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/monitoring.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/monitoring/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/observability/monitoring/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/pipeline/pipeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/pipeline/tekton.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/dev-mode.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/knative-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/local.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/promoting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/run-from-github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/running/running.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/scaling/binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/scaling/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/3scale.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/affinity.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/aws-secrets-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/azure-key-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/builder.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/camel.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/container.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/cron.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/deployer.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/deployment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/environment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/gc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/gcp-secret-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/hashicorp-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/health.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/ingress.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/istio.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/jolokia.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/jvm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/keda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/knative-service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/master.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/mount.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/openapi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/owner.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/pdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/pod.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/prometheus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/pull-secret.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/quarkus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/resume.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/route.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/service-binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/telemetry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/toleration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/tracing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/traits/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/troubleshooting/debugging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/troubleshooting/known-issues.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/next/troubleshooting/operating.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/apis/camel-k.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/apis/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/cr/build.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/cr/camel-catalog.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/cr/integration-kit.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/cr/integration-platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/cr/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/runtime.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/architecture/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/cli/cli.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/cli/file-based-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/cli/modeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/build-time-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/http-proxy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/maven.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/multi-architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/runtime-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/runtime-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/configuration/runtime-resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/contributing/developers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/contributing/e2e.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/contributing/local-deployment-olm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/contributing/local-development.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/advanced/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/advanced/kustomize.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/advanced/multi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/advanced/resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/installation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/crc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/gke.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/iks.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/kind.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/minikube.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/platform/openshift.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/dockerhub.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/gcr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/icr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/installation/registry/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/kamelets/kameletbindings-error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/kamelets/kamelets-dev.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/kamelets/kamelets-user.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/kamelets/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/logging/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/logging/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/monitoring.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/monitoring/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/observability/monitoring/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/running/dev-mode.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/running/local.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/running/promoting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/running/run-from-github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/running/running.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/scaling/binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/scaling/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/3scale.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/affinity.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/aws-secrets-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/azure-key-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/builder.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/camel.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/container.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/cron.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/deployer.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/deployment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/environment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/gc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/gcp-secret-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/hashicorp-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/health.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/ingress.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/istio.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/jolokia.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/jvm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/keda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/knative-service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/master.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/mount.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/openapi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/owner.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/pdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/pod.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/prometheus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/pull-secret.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/quarkus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/resume.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/route.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/service-binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/telemetry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/toleration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/tracing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/traits/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/troubleshooting/debugging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/troubleshooting/known-issues.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/troubleshooting/operating.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/tutorials/tekton/tekton.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/tutorials/tutorials.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.12.x/uninstalling.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/apis/camel-k.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/apis/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/cr/build.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/cr/camel-catalog.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/cr/integration-kit.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/cr/integration-platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/cr/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/runtime.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/architecture/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/cli/cli.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/cli/file-based-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/cli/modeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/build-time-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/http-proxy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/maven.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/multi-architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/runtime-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/runtime-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/configuration/runtime-resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/contributing/developers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/contributing/e2e.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/contributing/local-deployment-olm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/contributing/local-development.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/advanced/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/advanced/kustomize.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/advanced/multi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/advanced/resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/installation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/crc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/gke.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/iks.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/kind.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/minikube.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/platform/openshift.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/dockerhub.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/gcr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/icr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/installation/registry/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/kamelets/kameletbindings-error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/kamelets/kamelets-dev.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/kamelets/kamelets-user.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/kamelets/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/groovy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/java.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/javascript.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/jsh.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/kotlin.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/languages.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/xml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/languages/yaml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/logging/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/logging/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/monitoring.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/monitoring/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/observability/monitoring/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/running/dev-mode.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/running/local.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/running/promoting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/running/run-from-github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/running/running.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/scaling/binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/scaling/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/3scale.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/affinity.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/aws-secrets-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/azure-key-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/builder.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/camel.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/container.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/cron.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/deployer.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/deployment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/environment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/gc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/gcp-secret-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/health.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/ingress.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/istio.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/jolokia.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/jvm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/keda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/knative-service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/master.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/mount.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/openapi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/owner.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/pdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/pod.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/prometheus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/pull-secret.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/quarkus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/resume.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/route.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/service-binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/toleration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/tracing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/traits/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/troubleshooting/debugging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/troubleshooting/known-issues.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/troubleshooting/operating.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/tutorials/tekton/tekton.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/tutorials/tutorials.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.11.x/uninstalling.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/apis/camel-k.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/apis/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/cr/build.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/cr/camel-catalog.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/cr/integration-kit.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/cr/integration-platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/cr/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/runtime.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/architecture/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/cli/cli.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/cli/file-based-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/cli/modeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/build-time-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/http-proxy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/maven.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/multi-architecture.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/runtime-config.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/runtime-properties.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/configuration/runtime-resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/contributing/developers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/contributing/e2e.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/contributing/local-deployment-olm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/contributing/local-development.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/advanced/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/advanced/multi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/advanced/resources.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/installation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/crc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/gke.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/iks.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/kind.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/minikube.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/platform/openshift.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/dockerhub.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/gcr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/icr.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/k3s.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/installation/registry/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/kamelets/kameletbindings-error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/kamelets/kamelets-dev.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/kamelets/kamelets-user.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/kamelets/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/groovy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/java.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/javascript.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/jsh.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/kotlin.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/languages.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/xml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/languages/yaml.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/logging/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/logging/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/monitoring.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/monitoring/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/observability/monitoring/operator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/running/dev-mode.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/running/local.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/running/promoting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/running/run-from-github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/running/running.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/scaling/binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/scaling/integration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/3scale.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/affinity.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/aws-secrets-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/azure-key-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/builder.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/camel.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/container.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/cron.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/dependencies.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/deployer.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/deployment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/environment.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/error-handler.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/gc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/gcp-secret-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/health.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/ingress.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/istio.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/jolokia.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/jvm.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/kamelets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/keda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/knative-service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/knative.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/logging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/master.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/mount.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/openapi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/owner.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/pdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/platform.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/pod.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/prometheus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/pull-secret.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/quarkus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/registry.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/route.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/service-binding.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/service.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/toleration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/tracing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/traits/traits.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/troubleshooting/debugging.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/troubleshooting/known-issues.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/troubleshooting/operating.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/tutorials/tekton/tekton.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/tutorials/tutorials.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/1.10.x/uninstalling.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-kafka-connector.xml b/sitemap-camel-kafka-connector.xml
index 4a01c5b299..1fedd85987 100644
--- a/sitemap-camel-kafka-connector.xml
+++ b/sitemap-camel-kafka-connector.xml
@@ -2,1582 +2,1582 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/contributor-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/contributor-guide/release-guide.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/contributor-guide/testing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/contributor-guide/troubleshooting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-cloudtrail-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-cloudwatch-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-ddb-experimental-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-ddb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-ddb-streams-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-ec2-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-eventbridge-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-kinesis-firehose-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-kinesis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-kinesis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-lambda-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-redshift-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-redshift-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-cdc-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-experimental-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-s3-streaming-upload-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-secrets-manager-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-ses-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sns-fifo-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sns-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sqs-batch-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sqs-fifo-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sqs-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws-sqs-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws2-iam-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-aws2-kms-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-cosmosdb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-eventhubs-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-eventhubs-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-functions-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-servicebus-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-servicebus-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-blob-cdc-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-blob-changefeed-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-blob-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-blob-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-queue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-azure-storage-queue-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-beer-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-bitcoin-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cassandra-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cassandra-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ceph-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ceph-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-chuck-norris-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-couchbase-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cron-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cxf-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cxf-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cxfrs-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-cxfrs-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-dropbox-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-dropbox-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-earthquake-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-elasticsearch-index-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-elasticsearch-search-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-exec-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-fhir-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-fhir-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-file-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-file-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-file-watch-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ftp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ftp-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ftps-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ftps-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-github-commit-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-github-event-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-github-pullrequest-comment-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-github-pullrequest-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-github-tag-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-bigquery-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-calendar-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-functions-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-mail-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-pubsub-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-pubsub-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-sheets-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-storage-cdc-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-storage-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-google-storage-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-hdfs-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-hdfs-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-http-secured-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-http-secured-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-http-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-http-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-https-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-infinispan-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-infinispan-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jdbc-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-add-comment-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-add-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-oauth-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-transition-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jira-update-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-amqp-10-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-amqp-10-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-apache-activemq-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-apache-activemq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-apache-artemis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-apache-artemis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-ibm-mq-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-jms-ibm-mq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-not-secured-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-not-secured-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-ssl-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kafka-ssl-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kubernetes-namespaces-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kubernetes-nodes-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-kubernetes-pods-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-log-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mail-imap-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mail-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mariadb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mariadb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-minio-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-minio-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mongodb-changes-stream-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mongodb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mongodb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mqtt-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mqtt-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mqtt5-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mqtt5-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mysql-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-mysql-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-nats-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-nats-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-netty-http-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-netty-http-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-netty-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-netty-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-oracle-database-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-oracle-database-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-postgresql-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-postgresql-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-pulsar-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-pulsar-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-rabbitmq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-redis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-redis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-rest-openapi-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-salesforce-create-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-salesforce-delete-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-salesforce-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-salesforce-update-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-scp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sftp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sftp-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sjms2-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sjms2-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-slack-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-slack-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-solr-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-solr-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-splunk-hec-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-splunk-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-splunk-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sqlserver-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-sqlserver-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ssh-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-ssh-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-syslog-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-syslog-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-telegram-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-telegram-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-timer-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-twitter-directmessage-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-twitter-search-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-twitter-timeline-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-webhook-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-websocket-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/connectors/camel-wttrin-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/transformers/fieldsToHeaders.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/reference/transformers/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/aggregation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/basic-concepts.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/basic-configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/extending-connector/archetype-apicurio-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/extending-connector/archetype-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/extending-connector/archetype-dataformat-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/extending-connector/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/getting-started/getting-started-with-packages.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/getting-started/try-it-out-locally.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/getting-started/try-it-out-on-kubernetes.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/getting-started/try-it-out-on-openshift-with-strimzi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/idempotency.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/next/user-guide/remove-headers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/contributor-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/contributor-guide/release-guide.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/contributor-guide/testing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/contributor-guide/troubleshooting.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-cloudwatch-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-ddb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-ddb-streams-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-ec2-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-eventbridge-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-kinesis-firehose-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-kinesis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-kinesis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-lambda-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-redshift-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-redshift-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-s3-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-s3-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-s3-streaming-upload-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-secrets-manager-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-ses-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sns-fifo-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sns-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sqs-batch-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sqs-fifo-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sqs-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws-sqs-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws2-iam-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-aws2-kms-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-cosmosdb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-eventhubs-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-eventhubs-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-functions-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-servicebus-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-servicebus-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-storage-blob-changefeed-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-storage-blob-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-storage-blob-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-storage-queue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-azure-storage-queue-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-beer-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-bitcoin-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cassandra-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cassandra-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ceph-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ceph-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-chuck-norris-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-couchbase-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cron-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cxf-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cxf-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cxfrs-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-cxfrs-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-dropbox-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-dropbox-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-earthquake-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-elasticsearch-index-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-elasticsearch-search-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-exec-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-fhir-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-file-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-file-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-file-watch-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ftp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ftp-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ftps-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ftps-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-github-commit-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-github-event-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-github-pullrequest-comment-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-github-pullrequest-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-github-tag-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-bigquery-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-calendar-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-functions-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-mail-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-pubsub-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-pubsub-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-sheets-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-storage-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-google-storage-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-hdfs-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-hdfs-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-http-secured-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-http-secured-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-http-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-http-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-https-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-infinispan-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-infinispan-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jdbc-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-add-comment-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-add-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-oauth-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-transition-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jira-update-issue-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-amqp-10-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-amqp-10-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-apache-activemq-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-apache-activemq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-apache-artemis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-apache-artemis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-ibm-mq-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-jms-ibm-mq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-not-secured-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-not-secured-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-ssl-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kafka-ssl-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kubernetes-namespaces-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kubernetes-nodes-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-kubernetes-pods-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-log-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mail-imap-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mail-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mariadb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mariadb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-minio-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-minio-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mongodb-changes-stream-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mongodb-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mongodb-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mqtt-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mqtt-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mqtt5-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mqtt5-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mysql-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-mysql-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-nats-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-nats-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-netty-http-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-netty-http-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-netty-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-netty-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-oracle-database-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-oracle-database-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-postgresql-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-postgresql-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-pulsar-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-pulsar-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-rabbitmq-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-redis-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-redis-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-rest-openapi-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-salesforce-create-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-salesforce-delete-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-salesforce-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-salesforce-update-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-scp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sftp-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sftp-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sjms2-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sjms2-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-slack-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-slack-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-solr-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-solr-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-splunk-hec-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-splunk-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-splunk-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sqlserver-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sqlserver-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ssh-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-ssh-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-syslog-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-syslog-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-telegram-sink-kafka-sink-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-telegram-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-timer-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-twitter-directmessage-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-twitter-search-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-twitter-timeline-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-webhook-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-websocket-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-wttrin-source-kafka-source-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/transformers/fieldsToHeaders.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/reference/transformers/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/aggregation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/basic-concepts.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/basic-configuration.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/extending-connector/archetype-apicurio-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/extending-connector/archetype-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/extending-connector/archetype-dataformat-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/extending-connector/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/getting-started/getting-started-with-packages.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/getting-started/try-it-out-locally.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/getting-started/try-it-out-on-kubernetes.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/getting-started/try-it-out-on-openshift-with-strimzi.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/idempotency.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/3.18.x/user-guide/remove-headers.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-kamelets.xml b/sitemap-camel-kamelets.xml
index 086c4809fb..ff9e38b672 100644
--- a/sitemap-camel-kamelets.xml
+++ b/sitemap-camel-kamelets.xml
@@ -2,3350 +2,3350 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/avro-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/avro-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-cloudtrail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-cloudwatch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-ddb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-ddb-streams-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-ec2-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-eventbridge-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-kinesis-firehose-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-kinesis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-kinesis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-lambda-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-redshift-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-redshift-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-s3-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-s3-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-s3-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-s3-streaming-upload-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-secrets-manager-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-ses-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sns-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sns-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sqs-batch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sqs-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sqs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-sqs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/aws-translate-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-cosmosdb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-cosmosdb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-eventhubs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-eventhubs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-servicebus-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-servicebus-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-blob-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-blob-changefeed-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-blob-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-blob-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-datalake-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-datalake-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-queue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/azure-storage-queue-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/beer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/bitcoin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/caffeine-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/cassandra-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/cassandra-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ceph-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ceph-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/chuck-norris-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/chunk-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/couchbase-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/cron-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/data-type-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/delay-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/dns-dig-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/dns-ip-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/dns-lookup-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/drop-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/drop-headers-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/dropbox-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/dropbox-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/earthquake-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/elasticsearch-index-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/elasticsearch-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/exec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/extract-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/fhir-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/fhir-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/file-watch-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/freemarker-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ftps-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ftps-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/github-commit-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/github-event-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/github-pullrequest-comment-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/github-pullrequest-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/github-tag-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-bigquery-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-calendar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-mail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-pubsub-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-pubsub-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-sheets-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-storage-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-storage-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/google-storage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/graphql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/has-header-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/header-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/hoist-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/http-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/http-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/http-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/http-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/infinispan-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/infinispan-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/insert-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/insert-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/is-tombstone-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-add-comment-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-add-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-transition-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jira-update-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-amqp-10-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-amqp-10-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-apache-artemis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-apache-artemis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-ibm-mq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jms-ibm-mq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jolt-transformation-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jslt-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/json-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/json-patch-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/json-schema-validator-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/json-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/jsonata-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-manual-commit-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-not-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-not-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-scram-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-scram-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-ssl-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kafka-ssl-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kubernetes-namespaces-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kubernetes-nodes-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/kubernetes-pods-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/log-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/log-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mail-imap-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mail-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mariadb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mariadb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mask-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/message-timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/minio-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/minio-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mongodb-changes-stream-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mongodb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mongodb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mqtt-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mqtt-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mqtt5-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mqtt5-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ms-exchange-online-imap-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mustache-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mvel-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mysql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/mysql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/nats-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/nats-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/nominatim-geocode-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ogcapi-features-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/openai-classification-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/openai-completion-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/oracle-database-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/oracle-database-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/pdf-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/postgresql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/postgresql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/predicate-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/protobuf-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/protobuf-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/pulsar-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/pulsar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/redis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/redis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/regex-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/replace-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/resolve-pojo-schema-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/rest-openapi-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/salesforce-create-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/salesforce-delete-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/salesforce-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/salesforce-update-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/scp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/set-kafka-key-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/sftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/sftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/simple-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/slack-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/slack-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/splunk-hec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/splunk-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/splunk-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/sqlserver-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/sqlserver-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ssh-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/ssh-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/string-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/telegram-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/telegram-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/throttle-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/timer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/topic-name-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/twitter-directmessage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/twitter-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/twitter-timeline-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/value-to-key-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/velocity-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/webhook-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/wttrin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/xj-identity-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/next/xj-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/avro-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/avro-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-cloudtrail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-cloudwatch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-experimental-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-ddb-streams-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-ec2-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-eventbridge-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-kinesis-firehose-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-kinesis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-kinesis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-lambda-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-redshift-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-redshift-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-experimental-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-s3-streaming-upload-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-secrets-manager-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-ses-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sns-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sns-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-batch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-sqs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/aws-translate-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-cosmosdb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-eventhubs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-eventhubs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-servicebus-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-servicebus-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-changefeed-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-blob-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-queue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/azure-storage-queue-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/beer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/bitcoin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/caffeine-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/cassandra-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/cassandra-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ceph-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ceph-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/chuck-norris-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/chunk-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/couchbase-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/cron-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/delay-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/dns-dig-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/dns-ip-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/dns-lookup-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/drop-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/drop-headers-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/dropbox-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/dropbox-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/earthquake-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/elasticsearch-index-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/elasticsearch-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/exec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/extract-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/fhir-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/fhir-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/file-watch-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/freemarker-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ftps-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ftps-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/github-commit-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/github-event-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/github-pullrequest-comment-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/github-pullrequest-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/github-tag-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-bigquery-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-calendar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-mail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-pubsub-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-pubsub-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-sheets-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-storage-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-storage-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/google-storage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/has-header-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/header-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/hoist-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/http-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/http-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/http-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/http-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/infinispan-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/infinispan-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/insert-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/insert-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/is-tombstone-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-add-comment-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-add-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-transition-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jira-update-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-amqp-10-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-amqp-10-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-apache-activemq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-apache-activemq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-apache-artemis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-apache-artemis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-ibm-mq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jms-ibm-mq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jolt-transformation-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jslt-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/json-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/json-patch-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/json-schema-validator-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/json-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/jsonata-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-manual-commit-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-not-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-ssl-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kafka-ssl-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kubernetes-namespaces-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kubernetes-nodes-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/kubernetes-pods-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/log-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/log-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mail-imap-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mail-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mariadb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mariadb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mask-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/message-timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/minio-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/minio-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mongodb-changes-stream-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mongodb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mongodb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mqtt-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mqtt-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mqtt5-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mqtt5-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ms-exchange-online-imap-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mustache-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mvel-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mysql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/mysql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/nats-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/nats-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/nominatim-geocode-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ogcapi-features-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/openai-classification-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/openai-completion-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/oracle-database-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/oracle-database-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/pdf-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/postgresql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/postgresql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/predicate-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/protobuf-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/protobuf-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/pulsar-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/pulsar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/rabbitmq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/redis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/redis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/regex-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/replace-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/rest-openapi-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/salesforce-create-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/salesforce-delete-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/salesforce-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/salesforce-update-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/scp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/sftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/sftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/simple-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/slack-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/slack-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/solr-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/solr-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/splunk-hec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/splunk-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/splunk-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/sqlserver-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/sqlserver-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ssh-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/ssh-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/string-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/telegram-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/telegram-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/throttle-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/timer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/topic-name-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/twitter-directmessage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/twitter-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/twitter-timeline-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/value-to-key-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/velocity-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/webhook-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/websocket-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/wttrin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/xj-identity-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/3.20.x/xj-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/avro-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/avro-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-cloudtrail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-cloudwatch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-ddb-experimental-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-ddb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-ddb-streams-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-ec2-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-eventbridge-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-kinesis-firehose-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-kinesis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-kinesis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-lambda-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-redshift-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-redshift-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-s3-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-s3-experimental-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-s3-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-s3-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-s3-streaming-upload-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-secrets-manager-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-ses-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sns-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sns-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sqs-batch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sqs-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sqs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-sqs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/aws-translate-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-cosmosdb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-eventhubs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-eventhubs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-servicebus-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-servicebus-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-blob-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-blob-changefeed-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-blob-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-blob-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-queue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/azure-storage-queue-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/beer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/bitcoin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/caffeine-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/cassandra-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/cassandra-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ceph-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ceph-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/chuck-norris-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/chunk-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/couchbase-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/cron-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/delay-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/dns-dig-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/dns-ip-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/dns-lookup-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/drop-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/drop-headers-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/dropbox-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/dropbox-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/earthquake-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/elasticsearch-index-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/elasticsearch-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/exec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/extract-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/fhir-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/file-watch-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/freemarker-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ftps-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ftps-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/github-commit-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/github-event-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/github-pullrequest-comment-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/github-pullrequest-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/github-tag-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-bigquery-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-calendar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-mail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-pubsub-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-pubsub-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-sheets-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-storage-cdc-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-storage-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/google-storage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/has-header-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/header-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/hoist-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/http-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/http-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/http-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/http-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/infinispan-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/infinispan-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/insert-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/insert-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/is-tombstone-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-add-comment-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-add-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-transition-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jira-update-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-amqp-10-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-amqp-10-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-apache-activemq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-apache-activemq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-apache-artemis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-apache-artemis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-ibm-mq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jms-ibm-mq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jolt-transformation-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jslt-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/json-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/json-patch-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/json-schema-validator-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/json-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/jsonata-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-manual-commit-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-not-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-not-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-ssl-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kafka-ssl-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kubernetes-namespaces-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kubernetes-nodes-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/kubernetes-pods-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/log-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/log-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mail-imap-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mail-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mariadb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mariadb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mask-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/message-timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/minio-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/minio-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mongodb-changes-stream-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mongodb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mongodb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mqtt-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mqtt-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mqtt5-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mqtt5-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ms-exchange-online-imap-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mustache-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mvel-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mysql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/mysql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/nats-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/nats-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/nominatim-geocode-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ogcapi-features-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/openai-classification-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/openai-completion-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/oracle-database-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/oracle-database-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/pdf-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/postgresql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/postgresql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/predicate-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/protobuf-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/protobuf-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/pulsar-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/pulsar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/rabbitmq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/redis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/redis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/regex-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/replace-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/rest-openapi-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/salesforce-create-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/salesforce-delete-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/salesforce-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/salesforce-update-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/scp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/sftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/sftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/slack-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/slack-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/solr-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/solr-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/splunk-hec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/splunk-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/splunk-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/sqlserver-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/sqlserver-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ssh-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/ssh-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/string-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/telegram-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/telegram-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/throttle-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/timer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/topic-name-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/twitter-directmessage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/twitter-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/twitter-timeline-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/value-to-key-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/velocity-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/webhook-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/websocket-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/wttrin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/xj-identity-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.10.x/xj-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/avro-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/avro-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-cloudwatch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-ddb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-ddb-streams-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-ec2-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-eventbridge-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-kinesis-firehose-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-kinesis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-kinesis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-lambda-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-redshift-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-redshift-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-s3-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-s3-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-s3-streaming-upload-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-secrets-manager-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-ses-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sns-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sns-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sqs-batch-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sqs-fifo-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sqs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-sqs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/aws-translate-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-cosmosdb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-eventhubs-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-eventhubs-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-servicebus-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-servicebus-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-storage-blob-changefeed-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-storage-blob-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-storage-blob-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-storage-queue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/azure-storage-queue-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/beer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/bitcoin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/caffeine-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/cassandra-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/cassandra-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ceph-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ceph-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/chuck-norris-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/chunk-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/couchbase-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/cron-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/delay-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/dns-dig-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/dns-ip-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/dns-lookup-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/drop-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/drop-headers-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/dropbox-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/dropbox-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/earthquake-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/elasticsearch-index-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/elasticsearch-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/exec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/extract-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/fhir-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/file-watch-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/freemarker-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ftps-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ftps-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/github-commit-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/github-event-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/github-pullrequest-comment-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/github-pullrequest-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/github-tag-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-bigquery-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-calendar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-functions-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-mail-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-pubsub-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-pubsub-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-sheets-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-storage-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/google-storage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/has-header-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/header-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/hoist-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/http-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/http-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/http-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/http-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/infinispan-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/infinispan-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/insert-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/insert-header-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/is-tombstone-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-add-comment-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-add-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-oauth-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-transition-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jira-update-issue-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-amqp-10-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-amqp-10-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-apache-activemq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-apache-activemq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-apache-artemis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-apache-artemis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-ibm-mq-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jms-ibm-mq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jolt-transformation-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jslt-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/json-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/json-patch-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/json-schema-validator-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/json-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/jsonata-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-manual-commit-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-not-secured-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-not-secured-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-ssl-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kafka-ssl-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kubernetes-namespaces-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kubernetes-nodes-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/kubernetes-pods-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/log-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mail-imap-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mail-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mariadb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mariadb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mask-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/message-timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/minio-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/minio-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mongodb-changes-stream-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mongodb-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mongodb-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mqtt-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mqtt-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mqtt5-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mqtt5-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mustache-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mvel-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mysql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/mysql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/nats-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/nats-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/nominatim-geocode-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ogcapi-features-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/openai-classification-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/openai-completion-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/oracle-database-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/oracle-database-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/pdf-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/postgresql-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/postgresql-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/predicate-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/protobuf-deserialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/protobuf-serialize-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/pulsar-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/pulsar-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/rabbitmq-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/redis-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/redis-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/regex-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/replace-field-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/rest-openapi-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/salesforce-create-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/salesforce-delete-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/salesforce-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/salesforce-update-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/scp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/sftp-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/sftp-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/slack-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/slack-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/solr-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/solr-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/splunk-hec-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/splunk-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/splunk-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/sqlserver-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/sqlserver-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ssh-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/ssh-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/string-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/telegram-sink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/telegram-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/throttle-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/timer-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/timestamp-router-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/topic-name-matches-filter-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/twitter-directmessage-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/twitter-search-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/twitter-timeline-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/value-to-key-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/velocity-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/webhook-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/websocket-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/wttrin-source.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/xj-identity-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kamelets/0.9.x/xj-template-action.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-karaf.xml b/sitemap-camel-karaf.xml
index 6ad5c64b71..f8f3bdbcba 100644
--- a/sitemap-camel-karaf.xml
+++ b/sitemap-camel-karaf.xml
@@ -2,126 +2,126 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/blueprint.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/eventadmin-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/kura.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/next/paxlogging-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/blueprint.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/eventadmin-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/kura.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.20.x/paxlogging-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/blueprint.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/eventadmin-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/kura.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.19.x/paxlogging-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/blueprint.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/eventadmin-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/kura.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.18.x/paxlogging-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/blueprint.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/eventadmin-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/kura.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/osgi-activator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.14.x/paxlogging-component.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-quarkus.xml b/sitemap-camel-quarkus.xml
index 8f7677c5c6..c0e6acacb0 100644
--- a/sitemap-camel-quarkus.xml
+++ b/sitemap-camel-quarkus.xml
@@ -2,8102 +2,8102 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/ci.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/create-jvm-only-extension.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/create-new-extension.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/extension-documentation.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/extension-metadata.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/extension-testing.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/promote-jvm-to-native.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/contributor-guide/release-guide.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.0.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.1.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.10.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.11.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.2.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.6.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.7.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/2.8.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/3.0.0.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/migration-guide/index.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/components.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/components/stringtemplate.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/dataformats.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/amqp.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/arangodb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/as2.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/asn1.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/asterisk.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/atlasmap.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/atom.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/attachments.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/avro.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws-secrets-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws-xray.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-athena.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-cw.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-ddb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-ec2.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-ecs.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-eks.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-eventbridge.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-iam.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-kinesis.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-kms.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-lambda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-mq.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-msk.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-s3.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-ses.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-sns.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-sqs.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-sts.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/aws2-translate.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-cosmosdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-eventhubs.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-key-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-servicebus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-storage-blob.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-storage-datalake.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/azure-storage-queue.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/barcode.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/base64.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/bean-validator.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/bean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/bindy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/bonita.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/box.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/braintree.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/browse.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/caffeine.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cassandraql.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cbor.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/chatscript.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/chunk.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cli-connector.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cloudevents.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cm-sms.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/coap.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cometd.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/console.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/consul.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/controlbus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/corda.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/core-cloud.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/core.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/couchbase.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/couchdb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cron.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/crypto.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/csimple.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/csv.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/cxf-soap.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/dataformat.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/dataset.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/datasonnet.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/debezium-mongodb.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/debezium-mysql.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/debezium-postgres.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/debezium-sqlserver.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/debug.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/digitalocean.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/direct.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/disruptor.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/djl.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/dns.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/drill.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/dropbox.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/dsl-modeline.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/ehcache.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/elasticsearch.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/etcd3.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/exec.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/facebook.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/fastjson.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/fhir.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/file-watch.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/file.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/flatpack.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/flink.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/fop.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/freemarker.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/ftp.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/geocoder.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/git.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/github.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-bigquery.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-calendar.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-drive.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-functions.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-mail.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-pubsub.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-secret-manager.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-sheets.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/google-storage.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/graphql.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/grok.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/groovy-dsl.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/groovy.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/grpc.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/gson.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/guava-eventbus.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/hashicorp-vault.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/next/reference/extensions/hazelcast.html</loc>
-<lastmod>2023-06-26T07:32:10.904Z</lastmod>
+<lastmod>2023-06-27T05:08:37.185Z</lastmod>
 </url>
... 27217 lines suppressed ...