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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bada6f88 chore: nightly automatic updates
5bada6f88 is described below

commit 5bada6f887cfddb53d3ca78be0da4e5c4ad31cf4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 6 23:36:49 2024 +0000

    chore: nightly automatic updates
---
 README.adoc                                        |  2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  6 ++--
 docs/modules/traits/pages/cron.adoc                |  5 +--
 helm/camel-k/crds/camel-k-crds.yaml                | 42 ++++++----------------
 .../config/crd/bases/camel.apache.org_builds.yaml  |  2 ++
 .../bases/camel.apache.org_integrationkits.yaml    |  1 +
 .../camel.apache.org_integrationplatforms.yaml     |  8 -----
 .../camel.apache.org_integrationprofiles.yaml      |  8 -----
 .../crd/bases/camel.apache.org_integrations.yaml   | 10 ++----
 .../bases/camel.apache.org_kameletbindings.yaml    |  5 +--
 .../crd/bases/camel.apache.org_kamelets.yaml       |  3 ++
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  5 +--
 12 files changed, 24 insertions(+), 73 deletions(-)

diff --git a/README.adoc b/README.adoc
index a84868d95..0634c7a1c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@ 
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg[";
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative";, 
link="https://github.com/apache/camel-k/actions/workflows/knative.yml";]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
 releases", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml";]
 
image:https://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus
 native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";]
-image:https://img.shields.io/badge/Coverage-45.0-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";]
+image:https://img.shields.io/badge/Coverage-45.2-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on 
Zulip", link="https://camel.zulipchat.com";]
 
 Apache Camel K is a lightweight integration framework built from **Apache 
Camel** that runs natively on Kubernetes and is specifically designed for 
serverless and microservice architectures. Users of `Camel K` can instantly run 
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc 
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index f51ad7781..f8ef11254 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -5560,6 +5560,7 @@ interpret this source at runtime
 
 Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
 uses to pre/post process sources
+Deprecated: no longer in use.
 
 |`type` +
 *xref:#_camel_apache_org_v1_SourceType[SourceType]*
@@ -6726,7 +6727,7 @@ The rules for using a Kubernetes CronJob are the 
following:
 
   - `cron`, `quartz`: when the cron expression does not contain seconds (or 
the "seconds" part is set to 0). E.g.
 
-    `cron:tab?schedule=0/2$\{plus}*\{plus}*\{plus}*\{plus}?` or 
`quartz:trigger?cron=0\{plus}0/2\{plus}*\{plus}*\{plus}*\{plus}?`.
+    `cron:tab?schedule=0/2 * * * ?` or `quartz:trigger?cron=0 0/2 * * * ?`.
 
 
 [cols="2,2a",options="header"]
@@ -6762,9 +6763,6 @@ string
 
 
 A comma separated list of the Camel components that need to be customized in 
order for them to work when the schedule is triggered externally by Kubernetes.
-A specific customizer is activated for each specified component. E.g. for the 
`timer` component, the `cron-timer` customizer is
-activated (it's present in the `org.apache.camel.k:camel-k-cron` library).
-
 Supported components are currently: `cron`, `timer` and `quartz`.
 
 |`fallback` +
diff --git a/docs/modules/traits/pages/cron.adoc 
b/docs/modules/traits/pages/cron.adoc
index 2f89a38d6..ec22a1095 100755
--- a/docs/modules/traits/pages/cron.adoc
+++ b/docs/modules/traits/pages/cron.adoc
@@ -20,7 +20,7 @@ The rules for using a Kubernetes CronJob are the following:
 
   - `cron`, `quartz`: when the cron expression does not contain seconds (or 
the "seconds" part is set to 0). E.g.
 
-    `cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` or 
`quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`.
+    `cron:tab?schedule=0/2 * * * ?` or `quartz:trigger?cron=0 0/2 * * * ?`.
 
 
 This trait is available in the following profiles: **Kubernetes, Knative, 
OpenShift**.
@@ -56,9 +56,6 @@ mechanism to work correctly.
 | cron.components
 | string
 | A comma separated list of the Camel components that need to be customized in 
order for them to work when the schedule is triggered externally by Kubernetes.
-A specific customizer is activated for each specified component. E.g. for the 
`timer` component, the `cron-timer` customizer is
-activated (it's present in the `org.apache.camel.k:camel-k-cron` library).
-
 Supported components are currently: `cron`, `timer` and `quartz`.
 
 | cron.fallback
diff --git a/helm/camel-k/crds/camel-k-crds.yaml 
b/helm/camel-k/crds/camel-k-crds.yaml
index ebd1e148e..6c17ef703 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -805,6 +805,7 @@ spec:
                                 description: |-
                                   Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                                   uses to pre/post process sources
+                                  Deprecated: no longer in use.
                                 items:
                                   type: string
                                 type: array
@@ -1685,6 +1686,7 @@ spec:
                                 description: |-
                                   Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                                   uses to pre/post process sources
+                                  Deprecated: no longer in use.
                                 items:
                                   type: string
                                 type: array
@@ -2753,6 +2755,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -3995,10 +3998,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -6137,10 +6136,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -8182,10 +8177,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -10203,10 +10194,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -11753,6 +11740,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -18264,10 +18252,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -19779,6 +19763,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -20246,10 +20231,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -21795,6 +21776,7 @@ spec:
                           description: |-
                             Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                             uses to pre/post process sources
+                            Deprecated: no longer in use.
                           items:
                             type: string
                           type: array
@@ -28381,10 +28363,6 @@ spec:
                           components:
                             description: |-
                               A comma separated list of the Camel components 
that need to be customized in order for them to work when the schedule is 
triggered externally by Kubernetes.
-                              A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                              activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                               Supported components are currently: `cron`, 
`timer` and `quartz`.
                             type: string
                           concurrencyPolicy:
@@ -31000,6 +30978,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -31583,6 +31562,7 @@ spec:
                             description: |-
                               Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                               uses to pre/post process sources
+                              Deprecated: no longer in use.
                             items:
                               type: string
                             type: array
@@ -32270,6 +32250,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -32719,6 +32700,7 @@ spec:
                           description: |-
                             Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                             uses to pre/post process sources
+                            Deprecated: no longer in use.
                           items:
                             type: string
                           type: array
@@ -39305,10 +39287,6 @@ spec:
                           components:
                             description: |-
                               A comma separated list of the Camel components 
that need to be customized in order for them to work when the schedule is 
triggered externally by Kubernetes.
-                              A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                              activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                               Supported components are currently: `cron`, 
`timer` and `quartz`.
                             type: string
                           concurrencyPolicy:
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_builds.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_builds.yaml
index 3c0cc4bba..adec72379 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_builds.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_builds.yaml
@@ -805,6 +805,7 @@ spec:
                                 description: |-
                                   Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                                   uses to pre/post process sources
+                                  Deprecated: no longer in use.
                                 items:
                                   type: string
                                 type: array
@@ -1685,6 +1686,7 @@ spec:
                                 description: |-
                                   Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                                   uses to pre/post process sources
+                                  Deprecated: no longer in use.
                                 items:
                                   type: string
                                 type: array
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
index bb13ed757..ca19be988 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml
@@ -164,6 +164,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index 68c15d04c..d4d043e9e 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -840,10 +840,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -2982,10 +2978,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
index 3ce8ad41b..b4178e276 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
@@ -709,10 +709,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -2730,10 +2726,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
index a89e55bd1..406bd06ee 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
@@ -217,6 +217,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -6728,10 +6729,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
@@ -8243,6 +8240,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -8710,10 +8708,6 @@ spec:
                       components:
                         description: |-
                           A comma separated list of the Camel components that 
need to be customized in order for them to work when the schedule is triggered 
externally by Kubernetes.
-                          A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                          activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                           Supported components are currently: `cron`, `timer` 
and `quartz`.
                         type: string
                       concurrencyPolicy:
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
index 74341212a..c6db8e8c2 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
@@ -209,6 +209,7 @@ spec:
                           description: |-
                             Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                             uses to pre/post process sources
+                            Deprecated: no longer in use.
                           items:
                             type: string
                           type: array
@@ -6795,10 +6796,6 @@ spec:
                           components:
                             description: |-
                               A comma separated list of the Camel components 
that need to be customized in order for them to work when the schedule is 
triggered externally by Kubernetes.
-                              A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                              activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                               Supported components are currently: `cron`, 
`timer` and `quartz`.
                             type: string
                           concurrencyPolicy:
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_kamelets.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_kamelets.yaml
index 777b9e0e1..7a61e23e2 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_kamelets.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_kamelets.yaml
@@ -464,6 +464,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
@@ -1047,6 +1048,7 @@ spec:
                             description: |-
                               Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                               uses to pre/post process sources
+                              Deprecated: no longer in use.
                             items:
                               type: string
                             type: array
@@ -1734,6 +1736,7 @@ spec:
                       description: |-
                         Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                         uses to pre/post process sources
+                        Deprecated: no longer in use.
                       items:
                         type: string
                       type: array
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
index 713ea9187..2600c4080 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
@@ -207,6 +207,7 @@ spec:
                           description: |-
                             Interceptors are optional identifiers the 
org.apache.camel.k.RoutesLoader
                             uses to pre/post process sources
+                            Deprecated: no longer in use.
                           items:
                             type: string
                           type: array
@@ -6793,10 +6794,6 @@ spec:
                           components:
                             description: |-
                               A comma separated list of the Camel components 
that need to be customized in order for them to work when the schedule is 
triggered externally by Kubernetes.
-                              A specific customizer is activated for each 
specified component. E.g. for the `timer` component, the `cron-timer` 
customizer is
-                              activated (it's present in the 
`org.apache.camel.k:camel-k-cron` library).
-
-
                               Supported components are currently: `cron`, 
`timer` and `quartz`.
                             type: string
                           concurrencyPolicy:

Reply via email to