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

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


    from 620778fe1 fix(#3956): Add maven settings-security to maven command
     new e3de5f972 feat: Add path option to ingress trait
     new cd3833e40 feat: Add annotations option to ingress trait
     new 982a5f867 feat: Add path type option to ingress trait
     new 80eca6192 chore: Regen CRDs with ingress trait new options
     new 17ca9be57 chore: Run codegen with ingress trait new options
     new afb032bfb chore: Regen docs with ingress trait new options
     new ff186cb08 chore: Rebuild resources
     new 6573ebed1 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