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 2023/06/28 13:37:39 UTC

[camel-k] branch 4236/refresh-kind-doc updated (702444101 -> 77710285e)

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

nfilotto pushed a change to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    omit 702444101 Ref #4236: Describe how to install kind with a local registry
     add 18edaa554 chore(ci): Update github/non github actions
     add 294ffca19 chore: changelog automatic update
     add c1ead634f chore: nightly SBOM refresh
     add 0dcf48672 feat: remove the need for a storage
     add f6fa287c6 doc: maven proxy configuration
     add 5e83a2541 fix: temporary switch to root
     add 14f0040eb chore(deps): align spectrum
     add 3ec31d49e feat: user 1001
     add d61f7da7b fix(traits): set native build also when Kit native
     add e45d26b3d fix(builder): fallback to strategy to pod when Buildah/Kaniko
     add 63cecc2ba fix(doc): correct xref path
     add 437e503e7 feat/coverage report workflow (#4495)
     add 77710285e Ref #4236: Describe how to install kind with a local registry

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (702444101)
            \
             N -- N -- N   refs/heads/4236/refresh-kind-doc (77710285e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/actions/automatic-updates/action.yml       |   2 +-
 .github/actions/e2e-build/action.yml               |   2 +-
 .github/actions/kamel-prepare-env/action.yml       |   2 +-
 .github/actions/release-nightly/action.yml         |   8 +-
 .github/workflows/backport.yml                     |   2 +-
 .github/workflows/build.yml                        |   2 +-
 .github/workflows/builder.yml                      |   2 +-
 .github/workflows/common.yml                       |   2 +-
 .github/workflows/coverage-report.yml              | 150 +++++++++++++++++++++
 .github/workflows/install.yml                      |   2 +-
 .github/workflows/knative.yml                      |   4 +-
 .github/workflows/native.yml                       |   4 +-
 .github/workflows/nightly-automatic-updates.yml    |   4 +-
 .github/workflows/nightly-native-test.yml          |   2 +-
 .github/workflows/nightly-release.yml              |   4 +-
 .github/workflows/telemetry.yml                    |   2 +-
 .github/workflows/validate.yml                     |   4 +-
 CHANGELOG.md                                       |  11 ++
 build/Dockerfile                                   |  17 ++-
 camel-k-sbom/camel-k-sbom.json                     |  54 ++++----
 config/manager/kustomization.yaml                  |   4 -
 config/manager/operator-pvc.yaml                   |  30 -----
 config/manager/patch-install-default-pvc.yaml      |  28 ----
 .../bases/camel_v1_integrationplatform.yaml        |   3 -
 .../ROOT/pages/installation/advanced/advanced.adoc |  35 ++---
 .../pages/installation/advanced/maven-proxy.adoc   |  66 +++++++++
 .../ROOT/pages/installation/advanced/maven.adoc    |  55 ++++++--
 e2e/common/traits/builder_test.go                  |   9 +-
 e2e/commonwithcustominstall/builder_test.go        |  22 +--
 .../incremental_build_test.go                      |  54 +++++++-
 e2e/commonwithcustominstall/tekton_test.go         |   2 +-
 e2e/install/cli/install_test.go                    |  13 --
 e2e/install/kustomize/operator_test.go             |   2 -
 e2e/install/kustomize/uninstall_test.go            |   3 +-
 e2e/install/olm/olm_install_test.go                |  86 ------------
 e2e/support/test_support.go                        |  19 ---
 go.mod                                             |   3 +-
 go.sum                                             |   3 -
 install/Makefile                                   |   7 -
 pkg/apis/camel/v1/common_types.go                  |   9 +-
 pkg/cmd/install.go                                 |  18 ---
 pkg/cmd/install_test.go                            |  39 ------
 pkg/controller/build/build_pod.go                  |  37 ++---
 pkg/controller/catalog/initialize.go               |  28 ++--
 pkg/controller/integrationkit/build.go             |  15 +--
 pkg/install/operator.go                            |  81 -----------
 pkg/install/optional.go                            |  11 --
 pkg/platform/defaults.go                           |  13 +-
 pkg/resources/resources.go                         |  33 ++---
 pkg/trait/builder.go                               |   8 +-
 pkg/util/defaults/defaults.go                      |   5 +-
 script/Makefile                                    |   8 +-
 52 files changed, 484 insertions(+), 545 deletions(-)
 create mode 100644 .github/workflows/coverage-report.yml
 delete mode 100644 config/manager/operator-pvc.yaml
 delete mode 100644 config/manager/patch-install-default-pvc.yaml
 create mode 100644 docs/modules/ROOT/pages/installation/advanced/maven-proxy.adoc