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

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


    from 6eb9f94  Make test timeouts configurable
     new 7df4638  Fix #1305: add spectrum builder
     new b2d1be0  Fix #1305: add build-publish-strategy flag
     new fd4891f  Fix #1305: use spectrum by default on minikube
     new 967e0b7  Fix #1305: add Spectrum to job matrix
     new 113aa76  Fix #1305: fix lint
     new ebf00c6  Fix #1305: fix workflow definition
     new 23f1263  Fix #1305: fix bug in publish strategy initialization
     new 15f6d0e  Fix #1305: fix case of transitive equality between images
     new cd0e84b  Fix #1305: fix test to check kit instead of image

The 9 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:
 .github/workflows/knative.yml                    |  6 ++
 .github/workflows/kubernetes.yml                 |  6 ++
 deploy/resources.go                              |  8 +-
 e2e/test_support.go                              | 10 +++
 e2e/upgrade_test.go                              |  4 +-
 go.mod                                           | 10 +--
 go.sum                                           | 60 +++++++++++----
 pkg/apis/camel/v1/integrationplatform_types.go   | 32 ++++++--
 pkg/builder/spectrum/publisher.go                | 82 ++++++++++++++++++++
 pkg/builder/{s2i/s2i.go => spectrum/spectrum.go} |  6 +-
 pkg/cmd/install.go                               | 96 ++++++++++++++++--------
 pkg/install/operator.go                          |  4 +
 pkg/platform/defaults.go                         |  4 +-
 pkg/trait/builder.go                             |  3 +
 14 files changed, 259 insertions(+), 72 deletions(-)
 create mode 100644 pkg/builder/spectrum/publisher.go
 copy pkg/builder/{s2i/s2i.go => spectrum/spectrum.go} (93%)

Reply via email to