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

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


    from 0feccdb3d Execute Quarkus JVM mode before native mode
     new d9a29ebfc chore: remove deprecated publishing strategies
     new 8fa92096d feat(builder): default from Spectrum to Jib
     new 7b9ed83e7 fix(jib): inherit maven options

The 3 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/builder.yml                      |   2 +-
 config/crd/bases/camel.apache.org_builds.yaml      |   4 +-
 .../bases/camel.apache.org_integrationkits.yaml    |   3 +-
 .../camel.apache.org_integrationplatforms.yaml     |   6 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |   3 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |   3 +-
 config/crd/bases/camel.apache.org_pipes.yaml       |   3 +-
 docs/antora.yml                                    |   2 -
 .../ROOT/pages/contributing/developers.adoc        |   1 -
 .../pages/installation/advanced/build-config.adoc  |   2 -
 .../ROOT/pages/installation/advanced/offline.adoc  |   8 -
 .../ROOT/pages/installation/registry/gcr.adoc      |  15 -
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   5 +-
 .../platform_traits_test.go                        |   3 +
 e2e/install/cli/install_test.go                    |  15 -
 helm/camel-k/crds/crd-build.yaml                   |   4 +-
 helm/camel-k/crds/crd-integration-kit.yaml         |   3 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |   6 +-
 helm/camel-k/crds/crd-integration.yaml             |   3 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |   3 +-
 helm/camel-k/crds/crd-pipe.yaml                    |   3 +-
 pkg/apis/camel/v1/build_types.go                   |   4 +-
 pkg/apis/camel/v1/build_types_support.go           |   6 -
 pkg/apis/camel/v1/integrationplatform_types.go     |  11 +-
 .../camel/v1/integrationplatform_types_support.go  |  15 -
 pkg/apis/camel/v1/trait/builder.go                 |   1 +
 pkg/builder/buildah.go                             |  35 --
 pkg/builder/builder_support.go                     |  69 ----
 pkg/builder/kaniko.go                              |  49 ---
 pkg/builder/tasks.go                               |  22 --
 pkg/cmd/install.go                                 | 130 +++----
 pkg/cmd/install_test.go                            |   8 -
 pkg/controller/build/build_pod.go                  | 419 +--------------------
 pkg/controller/build/monitor_pod.go                |  15 +-
 pkg/controller/integrationplatform/initialize.go   |  70 +---
 .../integrationplatform_controller.go              |   1 -
 pkg/controller/integrationplatform/kaniko_cache.go | 120 ------
 pkg/controller/integrationplatform/warm.go         |  82 ----
 pkg/controller/integrationplatform/warm_test.go    | 138 -------
 pkg/install/operator.go                            |   3 +-
 pkg/platform/defaults.go                           |  44 +--
 pkg/platform/defaults_test.go                      |  20 +-
 pkg/resources/resources.go                         |   4 +-
 pkg/trait/builder.go                               |  67 ----
 pkg/trait/builder_test.go                          |  23 +-
 pkg/util/defaults/defaults.go                      |   6 -
 pkg/util/maven/maven_command.go                    |  15 +-
 .../{maven_log_test.go => maven_command_test.go}   |  23 +-
 script/Makefile                                    |   8 -
 script/update_docs.sh                              |   6 -
 50 files changed, 126 insertions(+), 1385 deletions(-)
 delete mode 100644 pkg/builder/buildah.go
 delete mode 100644 pkg/builder/builder_support.go
 delete mode 100644 pkg/builder/kaniko.go
 delete mode 100644 pkg/controller/integrationplatform/kaniko_cache.go
 delete mode 100644 pkg/controller/integrationplatform/warm.go
 delete mode 100644 pkg/controller/integrationplatform/warm_test.go
 copy pkg/util/maven/{maven_log_test.go => maven_command_test.go} (54%)

Reply via email to