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 1bb415b01 Updated CHANGELOG.md
     new 379c681fe chore: remove deprecated code
     new de4f44519 fix: lint warnings
     new 6822ea897 fix(e2e): debug test

The 3 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:
 config/crd/bases/camel.apache.org_builds.yaml      | 137 -----------
 .../crd/bases/camel.apache.org_camelcatalogs.yaml  |  11 -
 .../bases/camel.apache.org_integrationkits.yaml    |  15 +-
 .../camel.apache.org_integrationplatforms.yaml     | 262 ++-------------------
 .../crd/bases/camel.apache.org_integrations.yaml   | 178 --------------
 .../bases/camel.apache.org_kameletbindings.yaml    | 131 -----------
 config/crd/bases/camel.apache.org_kamelets.yaml    |   8 -
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 257 ++------------------
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc |  26 --
 helm/camel-k/crds/crd-build.yaml                   | 137 -----------
 helm/camel-k/crds/crd-camel-catalog.yaml           |  11 -
 helm/camel-k/crds/crd-integration-kit.yaml         |  15 +-
 helm/camel-k/crds/crd-integration-platform.yaml    | 262 ++-------------------
 helm/camel-k/crds/crd-integration.yaml             | 178 --------------
 helm/camel-k/crds/crd-kamelet-binding.yaml         | 131 -----------
 helm/camel-k/crds/crd-kamelet.yaml                 |   8 -
 pkg/apis/camel/v1/build_types.go                   |   5 -
 pkg/apis/camel/v1/camelcatalog_types.go            |   3 -
 pkg/apis/camel/v1/common_types.go                  |   8 -
 pkg/apis/camel/v1/integration_types.go             |   7 -
 pkg/apis/camel/v1/integration_types_support.go     |  32 ---
 pkg/apis/camel/v1/integrationkit_types.go          |   6 +-
 pkg/apis/camel/v1/integrationplatform_types.go     |  20 +-
 pkg/apis/camel/v1/maven_types.go                   |   8 -
 pkg/apis/camel/v1/trait/container.go               |  44 ----
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |   5 -
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  78 +-----
 pkg/apis/camel/v1alpha1/error_handler_types.go     |   3 -
 pkg/apis/camel/v1alpha1/kamelet_types.go           |  10 -
 pkg/apis/camel/v1alpha1/kamelet_types_support.go   |  10 -
 pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go   |  25 --
 pkg/builder/builder.go                             |  25 --
 pkg/builder/project.go                             |  15 +-
 pkg/cmd/describe_integration.go                    |  10 -
 pkg/cmd/run_test.go                                |   4 +-
 pkg/controller/integrationplatform/initialize.go   |  11 +-
 pkg/controller/integrationplatform/kaniko_cache.go |   6 +-
 pkg/controller/kameletbinding/error_handler.go     |   3 -
 pkg/kamelet/initialize.go                          |   9 -
 pkg/resources/resources.go                         |  28 +--
 pkg/trait/builder.go                               |  12 +-
 pkg/trait/builder_test.go                          |   2 -
 pkg/trait/camel.go                                 |  48 ----
 pkg/trait/container.go                             |  11 +-
 pkg/trait/container_probes_test.go                 |  43 ++--
 pkg/trait/cron_test.go                             |   6 +-
 pkg/trait/health.go                                |  20 --
 pkg/trait/kamelets.go                              |  11 +-
 pkg/trait/knative_service_test.go                  |  17 +-
 pkg/trait/knative_test.go                          |   7 +-
 pkg/trait/openapi.go                               |  43 +---
 pkg/trait/openapi_test.go                          |   8 +-
 pkg/trait/trait_test.go                            | 159 +------------
 pkg/trait/trait_types.go                           |  41 ----
 pkg/trait/util.go                                  |   4 -
 pkg/util/camel/catalog.go                          |  17 +-
 pkg/util/digest/digest.go                          |   7 -
 pkg/util/kubernetes/resolver.go                    |  26 --
 58 files changed, 143 insertions(+), 2481 deletions(-)

Reply via email to