This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 726e83c4d19812e096ad7ec7fa8bdace0b688589 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Mar 6 16:54:15 2024 +0100 fix(ci): swap deprecation notice --- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 4 ++-- helm/camel-k/crds/crd-integration-kit.yaml | 12 ++++++------ helm/camel-k/crds/crd-integration-platform.yaml | 8 ++++---- helm/camel-k/crds/crd-integration-profile.yaml | 8 ++++---- helm/camel-k/crds/crd-integration.yaml | 8 ++++---- helm/camel-k/crds/crd-kamelet-binding.yaml | 4 ++-- helm/camel-k/crds/crd-pipe.yaml | 4 ++-- pkg/apis/camel/v1/common_types.go | 2 +- pkg/apis/camel/v1/integrationkit_types.go | 2 +- .../config/crd/bases/camel.apache.org_integrationkits.yaml | 12 ++++++------ .../crd/bases/camel.apache.org_integrationplatforms.yaml | 8 ++++---- .../crd/bases/camel.apache.org_integrationprofiles.yaml | 8 ++++---- .../config/crd/bases/camel.apache.org_integrations.yaml | 8 ++++---- .../config/crd/bases/camel.apache.org_kameletbindings.yaml | 4 ++-- pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml | 4 ++-- 15 files changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 150395273..e012f6825 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -2655,8 +2655,8 @@ NOTE: Compiling to a native executable, requires at least 4GiB of memory, so the | -Deprecated: use jvm trait or read documentation. The Registry trait sets up Maven to use the Image registry as a Maven repository. +Deprecated: use jvm trait or read documentation. |`addons` + *xref:#_camel_apache_org_v1_AddonTrait[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.AddonTrait]* @@ -5884,8 +5884,8 @@ The configuration of Quarkus trait | -Deprecated: use jvm trait or read documentation. The configuration of Registry trait +Deprecated: use jvm trait or read documentation. |`route` + *xref:#_camel_apache_org_v1_trait_RouteTrait[RouteTrait]* diff --git a/helm/camel-k/crds/crd-integration-kit.yaml b/helm/camel-k/crds/crd-integration-kit.yaml index 85799a7da..7c5296f85 100644 --- a/helm/camel-k/crds/crd-integration-kit.yaml +++ b/helm/camel-k/crds/crd-integration-kit.yaml @@ -402,9 +402,9 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The Registry trait sets up Maven to use the Image registry as - a Maven repository.' + description: 'The Registry trait sets up Maven to use the Image + registry as a Maven repository. Deprecated: use jvm trait or + read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -756,9 +756,9 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The Registry trait sets up Maven to use the Image registry as - a Maven repository.' + description: 'The Registry trait sets up Maven to use the Image + registry as a Maven repository. Deprecated: use jvm trait or + read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index a372093b8..8f6e43350 100644 --- a/helm/camel-k/crds/crd-integration-platform.yaml +++ b/helm/camel-k/crds/crd-integration-platform.yaml @@ -1719,8 +1719,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3603,8 +3603,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/helm/camel-k/crds/crd-integration-profile.yaml b/helm/camel-k/crds/crd-integration-profile.yaml index 1deda880a..c8c45ffc5 100644 --- a/helm/camel-k/crds/crd-integration-profile.yaml +++ b/helm/camel-k/crds/crd-integration-profile.yaml @@ -1601,8 +1601,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3374,8 +3374,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index ffbc21ea4..bbe33a05a 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -7620,8 +7620,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -9351,8 +9351,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 3bcaaefaf..71665f1c5 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -7922,8 +7922,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/helm/camel-k/crds/crd-pipe.yaml b/helm/camel-k/crds/crd-pipe.yaml index 9986d6e68..64d017136 100644 --- a/helm/camel-k/crds/crd-pipe.yaml +++ b/helm/camel-k/crds/crd-pipe.yaml @@ -7920,8 +7920,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: diff --git a/pkg/apis/camel/v1/common_types.go b/pkg/apis/camel/v1/common_types.go index 4c4cf8b19..93e81a213 100644 --- a/pkg/apis/camel/v1/common_types.go +++ b/pkg/apis/camel/v1/common_types.go @@ -231,8 +231,8 @@ type Traits struct { PullSecret *trait.PullSecretTrait `property:"pull-secret" json:"pull-secret,omitempty"` // The configuration of Quarkus trait Quarkus *trait.QuarkusTrait `property:"quarkus" json:"quarkus,omitempty"` - // Deprecated: use jvm trait or read documentation. // The configuration of Registry trait + // Deprecated: use jvm trait or read documentation. Registry *trait.RegistryTrait `property:"registry" json:"registry,omitempty"` // The configuration of Route trait Route *trait.RouteTrait `property:"route" json:"route,omitempty"` diff --git a/pkg/apis/camel/v1/integrationkit_types.go b/pkg/apis/camel/v1/integrationkit_types.go index a86a5cf23..74e9a6132 100644 --- a/pkg/apis/camel/v1/integrationkit_types.go +++ b/pkg/apis/camel/v1/integrationkit_types.go @@ -86,8 +86,8 @@ type IntegrationKitTraits struct { // It's enabled by default. // NOTE: Compiling to a native executable, requires at least 4GiB of memory, so the Pod running the native build must have enough memory available. Quarkus *trait.QuarkusTrait `property:"quarkus" json:"quarkus,omitempty"` - // Deprecated: use jvm trait or read documentation. // The Registry trait sets up Maven to use the Image registry as a Maven repository. + // Deprecated: use jvm trait or read documentation. Registry *trait.RegistryTrait `property:"registry" json:"registry,omitempty"` // The collection of addon trait configurations Addons map[string]AddonTrait `json:"addons,omitempty"` 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 85799a7da..7c5296f85 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml @@ -402,9 +402,9 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The Registry trait sets up Maven to use the Image registry as - a Maven repository.' + description: 'The Registry trait sets up Maven to use the Image + registry as a Maven repository. Deprecated: use jvm trait or + read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -756,9 +756,9 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The Registry trait sets up Maven to use the Image registry as - a Maven repository.' + description: 'The Registry trait sets up Maven to use the Image + registry as a Maven repository. Deprecated: use jvm trait or + read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: 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 a372093b8..8f6e43350 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml @@ -1719,8 +1719,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3603,8 +3603,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: 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 1deda880a..c8c45ffc5 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml @@ -1601,8 +1601,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3374,8 +3374,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: 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 ffbc21ea4..bbe33a05a 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml @@ -7620,8 +7620,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -9351,8 +9351,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: 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 3bcaaefaf..71665f1c5 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -7922,8 +7922,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: 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 9986d6e68..64d017136 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml @@ -7920,8 +7920,8 @@ spec: type: array type: object registry: - description: 'Deprecated: use jvm trait or read documentation. - The configuration of Registry trait' + description: 'The configuration of Registry trait Deprecated: + use jvm trait or read documentation.' properties: configuration: description: 'Legacy trait configuration parameters. Deprecated: