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

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


    from 2f595d154 feat(catalog): support placeholders
     new fa5927938 chore(trait): add executed trait condition
     new 196020d06 chore(trait): polish conditions

The 2 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/master/master.go              |  2 +-
 addons/telemetry/telemetry.go        |  1 +
 e2e/common/runtimes/runtimes_test.go |  6 +++---
 e2e/common/traits/builder_test.go    | 18 +++++++++---------
 pkg/controller/build/monitor_pod.go  |  2 +-
 pkg/trait/builder.go                 |  4 ++--
 pkg/trait/builder_test.go            |  6 +++---
 pkg/trait/container.go               |  1 +
 pkg/trait/container_probes_test.go   | 13 +++++++------
 pkg/trait/container_test.go          | 11 ++++++-----
 pkg/trait/cron.go                    |  6 +++++-
 pkg/trait/cron_test.go               | 14 +++++++-------
 pkg/trait/deployment.go              |  2 ++
 pkg/trait/environment_test.go        |  8 ++++----
 pkg/trait/gc.go                      |  2 +-
 pkg/trait/gc_test.go                 |  1 +
 pkg/trait/ingress.go                 |  1 +
 pkg/trait/ingress_test.go            |  1 +
 pkg/trait/istio_test.go              |  8 ++++----
 pkg/trait/jvm.go                     |  8 ++++----
 pkg/trait/jvm_test.go                |  3 +++
 pkg/trait/kamelets.go                |  2 +-
 pkg/trait/knative.go                 |  2 +-
 pkg/trait/knative_service.go         |  4 ++++
 pkg/trait/knative_test.go            |  2 +-
 pkg/trait/logging.go                 |  2 +-
 pkg/trait/logging_test.go            |  4 ++--
 pkg/trait/mount.go                   |  3 +++
 pkg/trait/mount_test.go              |  6 +++---
 pkg/trait/owner.go                   |  2 +-
 pkg/trait/pod.go                     |  2 +-
 pkg/trait/pull_secret.go             |  2 +-
 pkg/trait/quarkus.go                 |  2 +-
 pkg/trait/registry.go                |  1 +
 pkg/trait/route.go                   |  1 +
 pkg/trait/route_test.go              | 20 ++++++++++----------
 pkg/trait/service.go                 |  4 +++-
 pkg/trait/service_binding.go         |  2 +-
 pkg/trait/service_test.go            | 30 ++++++++++++++----------------
 pkg/trait/trait_catalog.go           | 22 +++++++++++++---------
 pkg/trait/trait_condition_types.go   | 26 +++++++++++++++++---------
 pkg/trait/trait_test.go              | 16 ++++++++++++++++
 42 files changed, 163 insertions(+), 110 deletions(-)

Reply via email to