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

pcongiusti pushed a change to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from f9469c9da chore: nightly automatic updates
     new 0f9ef1f54 feat(trait): allow usage of semver for camel.runtime-version
     new b895cfc90 fix(trait): synthetic Kit
     new 3e7006887 fix(trait): don't report runtime version...
     new 877c436f3 chore(trait): disable traits requiring catalog when missing

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 addons/keda/keda.go                                |  4 +-
 addons/master/master.go                            |  3 ++
 addons/resume/resume.go                            |  3 ++
 addons/telemetry/telemetry.go                      |  4 +-
 addons/tracing/tracing.go                          | 42 +++++++++----------
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  9 +++-
 docs/modules/traits/pages/container.adoc           |  4 ++
 docs/modules/traits/pages/jvm.adoc                 |  2 -
 e2e/advanced/operator_id_filtering_test.go         |  2 +-
 e2e/install/cli/global_test.go                     |  2 +-
 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             |  4 ++
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  4 ++
 helm/camel-k/crds/crd-pipe.yaml                    |  4 ++
 pkg/apis/camel/v1/integrationkit_types.go          |  8 ++--
 pkg/apis/camel/v1/integrationkit_types_support.go  |  5 +++
 pkg/apis/camel/v1/trait/container.go               |  2 +
 pkg/apis/camel/v1/trait/jvm.go                     |  2 -
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  5 +++
 pkg/cmd/promote.go                                 | 16 ++-----
 pkg/cmd/promote_test.go                            | 18 +++-----
 .../integrationkit/integrationkit_controller.go    |  2 +-
 .../camel.apache.org_integrationplatforms.yaml     |  8 ++++
 .../camel.apache.org_integrationprofiles.yaml      |  8 ++++
 .../crd/bases/camel.apache.org_integrations.yaml   |  4 ++
 .../bases/camel.apache.org_kameletbindings.yaml    |  4 ++
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  4 ++
 pkg/trait/builder.go                               |  4 +-
 pkg/trait/camel.go                                 | 33 ++++++++-------
 pkg/trait/camel_test.go                            | 49 ++++++++++++++++++++++
 pkg/trait/container.go                             |  6 ++-
 pkg/trait/cron.go                                  |  8 +++-
 pkg/trait/dependencies.go                          |  4 +-
 pkg/trait/dependencies_test.go                     |  8 +++-
 pkg/trait/error_handler.go                         |  4 +-
 pkg/trait/error_handler_test.go                    | 14 +++++--
 pkg/trait/health.go                                |  3 ++
 pkg/trait/jvm.go                                   | 13 +++---
 pkg/trait/jvm_test.go                              | 20 +--------
 pkg/trait/kamelets.go                              |  3 ++
 pkg/trait/knative.go                               |  3 ++
 pkg/trait/knative_service.go                       |  4 +-
 pkg/trait/logging.go                               |  4 +-
 pkg/trait/openapi.go                               |  4 +-
 pkg/trait/quarkus.go                               |  3 ++
 pkg/trait/service.go                               |  6 ++-
 pkg/trait/service_binding.go                       |  3 ++
 pkg/trait/trait_condition_types.go                 | 13 +++++-
 49 files changed, 277 insertions(+), 121 deletions(-)

Reply via email to