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 8143b8a65 fix(jvm): secure JVM truststore password handling via secret 
reference
     new a54f806e0 feat(trait): Add KEDA auto-discovery for Camel component URIs
     new d998dd96f feat(keda): refactor auto-discovery with interface-based 
scalers

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:
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  20 ++-
 docs/modules/traits/pages/keda.adoc                |  14 +-
 ...og.yaml => keda-it-kafkatopic-to-log-auto.yaml} |  25 ++--
 ... => keda-kafka-auto-discovery-with-manual.yaml} |  34 +++--
 ...c-to-log.yaml => keda-kafka-auto-metadata.yaml} |  32 ++--
 e2e/kafka/kafka_autoscale_keda_test.go             |  84 +++++++++++
 e2e/support/test_support.go                        |  18 +++
 helm/camel-k/crds/camel-k-crds.yaml                | 160 ++++++++++++++++----
 pkg/apis/camel/v1/trait/keda.go                    |   7 +
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  23 +++
 .../camel.apache.org_integrationplatforms.yaml     |  40 ++++-
 .../camel.apache.org_integrationprofiles.yaml      |  40 ++++-
 .../crd/bases/camel.apache.org_integrations.yaml   |  40 ++++-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  40 ++++-
 pkg/trait/keda.go                                  |  44 ++++++
 pkg/trait/keda/mapper.go                           |  60 ++++++++
 pkg/trait/keda/mapper_test.go                      |  81 ++++++++++
 .../keda/scalers/kafka.go}                         |  26 +++-
 pkg/trait/keda/scalers/kafka_test.go               | 108 ++++++++++++++
 pkg/trait/keda/uri_parser.go                       |  57 +++++++
 pkg/trait/keda_test.go                             | 166 +++++++++++++++++++++
 21 files changed, 998 insertions(+), 121 deletions(-)
 copy e2e/kafka/files/{keda-it-kafkatopic-to-log.yaml => 
keda-it-kafkatopic-to-log-auto.yaml} (71%)
 copy e2e/kafka/files/{keda-it-kafkatopic-to-log.yaml => 
keda-kafka-auto-discovery-with-manual.yaml} (62%)
 copy e2e/kafka/files/{keda-it-kafkatopic-to-log.yaml => 
keda-kafka-auto-metadata.yaml} (66%)
 create mode 100644 pkg/trait/keda/mapper.go
 create mode 100644 pkg/trait/keda/mapper_test.go
 copy pkg/{apis/addtoscheme_keda_duck_v1alpha1.go => 
trait/keda/scalers/kafka.go} (58%)
 create mode 100644 pkg/trait/keda/scalers/kafka_test.go
 create mode 100644 pkg/trait/keda/uri_parser.go

Reply via email to