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

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


    from 86ea282  Updated CHANGELOG.md
     new 924b98d  feat(trait): configuration base trait
     new 69856fb  doc(trait): configuration
     new 78834ec  fix(e2e): trait configuration format
     new 1b844f8  chore(trait): changing configuration to runtime
     new 4c501d8  feat(trait): moved runtime to camel trait
     new 2aea4c7  Update pkg/trait/camel.go

The 6 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/traits/pages/camel.adoc        |   4 +
 docs/modules/traits/pages/istio.adoc        |   2 +-
 e2e/common/cli/duplicate_parameters_test.go |   2 +-
 pkg/cmd/run.go                              |  60 +++++-----
 pkg/cmd/run_test.go                         |  22 ++--
 pkg/trait/camel.go                          | 173 ++++++++++++++++++++++++++++
 pkg/trait/camel_test.go                     |  34 +++++-
 pkg/trait/cron.go                           |   3 -
 pkg/trait/deployment.go                     |   3 -
 pkg/trait/deployment_test.go                |  14 +--
 pkg/trait/knative_service.go                |   3 -
 pkg/trait/trait_register.go                 |  45 ++++----
 pkg/trait/trait_test.go                     |  25 +---
 pkg/trait/trait_types.go                    | 121 -------------------
 resources/traits.yaml                       |   7 +-
 15 files changed, 289 insertions(+), 229 deletions(-)

Reply via email to