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

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


    from 336fd22  Bump to Camel 2.23.1 (#337)
     new 983f8ff  chore(platform): do not fail if registry is not defined 
(until you need to build a image)
     new 9747073  Fix #305: allow to customize service account
     new f8ae382  Fix #324: use standard deployment when knative-services are 
not needed
     new ce16c41  Rebase on latest master

The 406 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:
 pkg/apis/camel/v1alpha1/integration_types.go     |  19 +-
 pkg/controller/integrationplatform/initialize.go |   3 +-
 pkg/gzip/compress_test.go                        |   3 +-
 pkg/metadata/metadata.go                         |  24 +++
 pkg/trait/catalog.go                             |  68 +++---
 pkg/trait/deployment.go                          |  10 +-
 pkg/trait/istio.go                               |  14 +-
 pkg/trait/knative.go                             | 172 ---------------
 pkg/trait/knative_service.go                     | 255 +++++++++++++++++++++++
 pkg/trait/knative_test.go                        |   4 +-
 pkg/trait/types.go                               |  31 +++
 11 files changed, 378 insertions(+), 225 deletions(-)
 create mode 100644 pkg/trait/knative_service.go

Reply via email to