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 94ee10d  chore(runtime): update to Camel K Runtime 1.10.0-SNAPSHOT
     new b6b6f13  chore(builder): Self-defined Build spec
     new 48422c0  fix(build): Fix client generation

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:
 config/crd/bases/camel.apache.org_builds.yaml      | 21 ++++++++----
 .../bases/camel.apache.org_integrationkits.yaml    |  2 +-
 .../camel.apache.org_integrationplatforms.yaml     | 20 ++++++++----
 .../crd/bases/camel.apache.org_integrations.yaml   |  2 +-
 config/crd/bases/camel.apache.org_kamelets.yaml    |  2 +-
 e2e/common/cli/install_test.go                     |  4 +--
 go.sum                                             |  1 +
 helm/camel-k/crds/crd-build.yaml                   | 21 ++++++++----
 helm/camel-k/crds/crd-integration-kit.yaml         |  2 +-
 helm/camel-k/crds/crd-integration-platform.yaml    | 20 ++++++++----
 helm/camel-k/crds/crd-integration.yaml             |  2 +-
 helm/camel-k/crds/crd-kamelet.yaml                 |  2 +-
 pkg/apis/camel/v1/build_types.go                   | 37 ++++++++++------------
 pkg/apis/camel/v1/build_types_support.go           | 11 -------
 pkg/apis/camel/v1/common_types.go                  | 32 +++++++++++++++----
 pkg/apis/camel/v1/integration_types.go             |  2 +-
 pkg/apis/camel/v1/integrationkit_types.go          |  2 +-
 pkg/apis/camel/v1/integrationplatform_types.go     | 31 ++----------------
 pkg/apis/camel/v1/zz_generated.deepcopy.go         | 30 +++++++++---------
 pkg/apis/camel/v1alpha1/kamelet_types.go           |  2 +-
 pkg/cmd/install.go                                 |  8 ++---
 pkg/controller/build/build_controller.go           | 31 +++---------------
 pkg/controller/build/initialize_pod.go             |  2 +-
 pkg/controller/build/initialize_routine.go         |  2 +-
 pkg/controller/build/schedule.go                   |  1 -
 pkg/controller/integrationkit/build.go             |  5 +--
 pkg/install/operator.go                            |  2 +-
 pkg/platform/defaults.go                           |  6 ++--
 pkg/resources/resources.go                         | 14 ++++----
 pkg/trait/builder_test.go                          |  2 +-
 pkg/trait/container_test.go                        | 14 ++++----
 pkg/trait/cron_test.go                             |  4 +--
 pkg/trait/knative_service_test.go                  |  6 ++--
 pkg/trait/knative_test.go                          |  6 ++--
 pkg/trait/route_test.go                            |  2 +-
 pkg/trait/service_test.go                          | 18 ++++++-----
 36 files changed, 178 insertions(+), 191 deletions(-)

Reply via email to