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

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


    from 0908a2949 chore(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0
     new ffa53139c fix(#592): Introduce build order strategy
     new 21b968948 fix(#592): Introduce "dependencies" build order strategy

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      |  14 +
 .../bases/camel.apache.org_integrationkits.yaml    |   4 +
 .../camel.apache.org_integrationplatforms.yaml     |  22 ++
 .../crd/bases/camel.apache.org_integrations.yaml   |   4 +
 .../bases/camel.apache.org_kameletbindings.yaml    |   4 +
 config/crd/bases/camel.apache.org_pipes.yaml       |   4 +
 docs/modules/ROOT/pages/architecture/cr/build.adoc |  10 +
 .../ROOT/pages/installation/advanced/advanced.adoc |   1 +
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  24 ++
 docs/modules/traits/pages/builder.adoc             |   4 +
 e2e/builder/build_test.go                          | 151 +++++++-
 e2e/common/traits/builder_test.go                  |  61 +++-
 .../build_order_strategy_test.go                   | 175 +++++++++
 ...er-kamelet-usage.groovy => timer-source.groovy} |   3 +-
 e2e/commonwithcustominstall/local_platform_test.go |   1 +
 helm/camel-k/crds/crd-build.yaml                   |  14 +
 helm/camel-k/crds/crd-integration-kit.yaml         |   4 +
 helm/camel-k/crds/crd-integration-platform.yaml    |  22 ++
 helm/camel-k/crds/crd-integration.yaml             |   4 +
 helm/camel-k/crds/crd-kamelet-binding.yaml         |   4 +
 helm/camel-k/crds/crd-pipe.yaml                    |   4 +
 pkg/apis/camel/v1/build_types_support.go           | 105 ++++++
 pkg/apis/camel/v1/common_types.go                  |  23 ++
 pkg/apis/camel/v1/common_types_support.go          |   1 +
 pkg/apis/camel/v1/trait/builder.go                 |   2 +
 .../camel/v1/buildconfiguration.go                 |  23 +-
 pkg/cmd/install.go                                 |  22 ++
 pkg/cmd/install_test.go                            |   7 +
 pkg/controller/build/build_controller.go           |   3 +-
 pkg/controller/build/build_monitor.go              |  62 +++-
 pkg/controller/build/build_monitor_test.go         | 405 ++++++++++++++++++++-
 pkg/controller/integrationkit/build.go             |  13 +-
 pkg/platform/defaults.go                           |   9 +
 pkg/platform/defaults_test.go                      |  37 +-
 pkg/resources/resources.go                         |  28 +-
 pkg/trait/builder.go                               |  43 ++-
 resources/traits.yaml                              |   4 +
 37 files changed, 1247 insertions(+), 74 deletions(-)
 create mode 100644 e2e/commonwithcustominstall/build_order_strategy_test.go
 copy e2e/commonwithcustominstall/files/{timer-kamelet-usage.groovy => 
timer-source.groovy} (90%)

Reply via email to