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 b122d7ec1 chore: changelog automatic update
     new 0ff65da4e feat: Add path option to ingress trait
     new 6edfeaf42 feat: Add annotations option to ingress trait
     new 6c158fd4d feat: Add path type option to ingress trait
     new 27a082581 chore: Regen CRDs with ingress trait new options
     new d69e4abb8 chore: Run codegen with ingress trait new options
     new af0a87235 chore: Regen docs with ingress trait new options
     new dcdbfbb3c chore: Rebuild resources
     new d1e9687f7 feat(cli): Support setting maps in traits API

The 8 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:
 .../camel.apache.org_integrationplatforms.yaml     | 40 ++++++++++++++++++++++
 .../crd/bases/camel.apache.org_integrations.yaml   | 20 +++++++++++
 .../bases/camel.apache.org_kameletbindings.yaml    | 20 +++++++++++
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 24 +++++++++++++
 docs/modules/traits/pages/ingress.adoc             | 15 ++++++++
 helm/camel-k/crds/crd-integration-platform.yaml    | 40 ++++++++++++++++++++++
 helm/camel-k/crds/crd-integration.yaml             | 20 +++++++++++
 helm/camel-k/crds/crd-kamelet-binding.yaml         | 20 +++++++++++
 pkg/apis/camel/v1/trait/ingress.go                 | 12 +++++++
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   | 16 ++++++++-
 .../camel/clientset/versioned/fake/register.go     | 14 ++++----
 .../camel/clientset/versioned/scheme/register.go   | 14 ++++----
 pkg/cmd/trait_support.go                           | 24 ++++++++++---
 pkg/resources/resources.go                         | 16 ++++-----
 pkg/trait/ingress.go                               | 21 ++++++------
 pkg/trait/trait_catalog.go                         |  6 +++-
 pkg/trait/util.go                                  | 11 ++++++
 pkg/util/util.go                                   | 19 +++++++---
 resources/traits.yaml                              | 11 ++++++
 19 files changed, 321 insertions(+), 42 deletions(-)

Reply via email to