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 6070517fd chore: nightly automatic updates new 314695968 fix(traits): knative service for synthetic kits new 830a5bdaf fix(traits): knative for synthetic kits new 7047e12e6 fix(trait): health for synthetic Kits new bafa3cd38 fix(traits): logging for synthetic kits 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: docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 21 +++ docs/modules/traits/pages/health.adoc | 12 ++ helm/camel-k/crds/crd-integration-platform.yaml | 24 +++ helm/camel-k/crds/crd-integration-profile.yaml | 24 +++ helm/camel-k/crds/crd-integration.yaml | 12 ++ helm/camel-k/crds/crd-kamelet-binding.yaml | 12 ++ helm/camel-k/crds/crd-pipe.yaml | 12 ++ pkg/apis/camel/v1/trait/health.go | 6 + .../camel.apache.org_integrationplatforms.yaml | 24 +++ .../camel.apache.org_integrationprofiles.yaml | 24 +++ .../crd/bases/camel.apache.org_integrations.yaml | 12 ++ .../bases/camel.apache.org_kameletbindings.yaml | 12 ++ .../config/crd/bases/camel.apache.org_pipes.yaml | 12 ++ pkg/trait/health.go | 73 +++++---- pkg/trait/health_test.go | 72 +++++++++ pkg/trait/knative.go | 11 ++ pkg/trait/knative_service.go | 26 +++- pkg/trait/knative_test.go | 74 +++++++++ pkg/trait/logging.go | 5 +- pkg/trait/logging_test.go | 19 +++ pkg/trait/trait_types_test.go | 171 +++++++++++++++++++++ 21 files changed, 625 insertions(+), 33 deletions(-)