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/10/18 14:40:29 UTC

[camel-k] branch master updated (120bdea -> 5cfabeb)

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 120bdea  chore(tests): add integration tests for common knative issues
     add 98834cb  chore: Upgrade Operator SDK to version 0.11.0
     add 9ad7d86  chore(SDK): Migrate from deprecated Operator SDK packages
     add 5cfabeb  chore(SDK): Use new SDK client variadic method signatureswq

No new revisions were added by this update.

Summary of changes:
 e2e/test_support.go                                |  61 ++---
 go.mod                                             |  46 ++--
 go.sum                                             | 295 +++++++++++++++------
 pkg/apis/camel/v1alpha1/register.go                |   2 +-
 pkg/builder/builder_steps.go                       |   2 +-
 pkg/cmd/builder/builder.go                         |   5 +-
 pkg/cmd/delete.go                                  |   2 +-
 pkg/cmd/get.go                                     |  18 +-
 pkg/cmd/kit_delete.go                              |   2 +-
 pkg/cmd/kit_get.go                                 |   5 +-
 pkg/cmd/operator/operator.go                       |  15 +-
 pkg/cmd/rebuild.go                                 |   8 +-
 pkg/cmd/reset.go                                   |  12 +-
 pkg/controller/build/schedule_pod.go               |  24 +-
 pkg/controller/build/schedule_routine.go           |   3 +-
 .../integration/integration_controller.go          |   4 +-
 pkg/controller/integration/monitor.go              |  29 +-
 pkg/controller/integration/util.go                 |  10 +-
 .../integrationkit/integrationkit_controller.go    |   2 +-
 pkg/controller/integrationplatform/create_test.go  |   2 +-
 pkg/platform/platform.go                           |   2 +-
 pkg/trait/camel_test.go                            |   2 +-
 pkg/trait/gc.go                                    |  21 +-
 pkg/trait/knative.go                               |   7 +-
 pkg/util/camel/camel_runtime.go                    |   8 +-
 pkg/util/knative/knative.go                        |   2 +-
 pkg/util/log/log.go                                |   5 +-
 pkg/util/minishift/minishift.go                    |  17 +-
 28 files changed, 354 insertions(+), 257 deletions(-)