You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/01/18 14:07:16 UTC

[camel-k] branch master updated (4f3393d -> 92362f3)

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

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 4f3393d  Upgrade Jackson to version 2.9.8 (#339)
     new cab8231  chore(catalog): regenerate catalog after updating camel to 2.23.1
     new 92362f3  Allow to configure the base image used to run integrations #340

The 409 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:
 deploy/camel-catalog.yaml                          | 490 ++++++++++----------
 deploy/platform-cr.yaml                            |   1 +
 deploy/resources.go                                | 493 +++++++++++----------
 .../camel/v1alpha1/integrationcontext_types.go     |   1 +
 .../camel/v1alpha1/integrationplatform_types.go    |   1 +
 pkg/builder/builder.go                             |  38 +-
 pkg/builder/builder_steps.go                       |   1 +
 pkg/builder/builder_types.go                       |   2 +
 pkg/cmd/install.go                                 |   5 +
 pkg/controller/integrationcontext/build.go         |   1 +
 test/build_manager_integration_test.go             |   6 +-
 11 files changed, 536 insertions(+), 503 deletions(-)