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

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


    from 45c22057a fix(ci): pass token via inputs
     new fd0250649 (e2e): Extend timeout for uninstall test
     new e3958ef5f (e2e): Prepares environment for windows OS support
     new b8a2d90bb (e2e): Fixes error in kustomize removal check
     new 0b8a1fe6a (e2e): make the use of paths os independent
     new 0df10f38d (e2e): replaces deprecated set-output command

The 5 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/actions/e2e-builder/action.yml             |  1 -
 .github/actions/e2e-common/action.yml              |  1 -
 .github/actions/e2e-install-native/action.yml      |  1 -
 .github/actions/e2e-install/action.yml             |  1 -
 .github/actions/e2e-knative-yaks/action.yml        |  1 -
 .github/actions/e2e-knative/action.yml             |  1 -
 .github/actions/e2e-upgrade/action.yml             |  3 +-
 .github/actions/kamel-build-binary/build-binary.sh |  9 +--
 .../kamel-build-bundle/build-bundle-image.sh       |  2 +-
 .../kamel-build-bundle/build-index-image.sh        |  4 +-
 .../kamel-config-cluster-custom/connect-cluster.sh | 20 +++---
 .../kamel-config-cluster-kind/extract-config.sh    | 14 ++--
 .../actions/kamel-config-cluster-ocp3/action.yml   | 42 ++++++------
 .github/actions/kamel-config-cluster/action.yaml   | 26 +++++---
 .../actions/kamel-config-cluster/output-config.sh  | 20 +++---
 .../kamel-install-knative/install-knative.sh       |  2 +-
 .github/actions/kamel-install-yaks/action.yml      |  2 +-
 .github/actions/kamel-prepare-env/action.yml       | 49 +++++++++-----
 .github/workflows/builder.yml                      |  3 -
 .github/workflows/common.yml                       |  3 -
 .github/workflows/install.yml                      |  3 -
 .github/workflows/knative.yml                      |  3 -
 .github/workflows/release.yml                      |  3 -
 .github/workflows/upgrade.yml                      |  3 -
 .gitmodules                                        |  1 -
 cmd/util/vfs-gen/main.go                           |  2 +-
 e2e/namespace/install/cli/uninstall_test.go        |  2 +-
 pkg/builder/image.go                               | 13 ++--
 pkg/builder/quarkus.go                             | 15 ++---
 pkg/builder/s2i.go                                 |  5 +-
 pkg/builder/spectrum.go                            |  5 +-
 pkg/cmd/config_test.go                             |  9 +--
 pkg/cmd/local/local.go                             | 30 ++++-----
 pkg/cmd/local/workdir.go                           | 25 +++----
 pkg/cmd/modeline.go                                |  5 +-
 pkg/cmd/modeline_test.go                           | 78 +++++++++++-----------
 pkg/cmd/run_support.go                             |  7 +-
 pkg/cmd/source/source.go                           |  4 +-
 pkg/cmd/source/util.go                             |  8 +++
 pkg/cmd/source/util_test.go                        | 26 +++++++-
 pkg/controller/build/build_pod.go                  | 14 ++--
 pkg/controller/build/monitor_routine.go            |  6 +-
 pkg/install/kamelets.go                            |  3 +-
 pkg/resources/resources_support.go                 |  5 +-
 pkg/trait/container.go                             |  4 +-
 pkg/trait/jvm.go                                   |  8 +--
 pkg/trait/jvm_test.go                              | 16 +++--
 pkg/trait/knative_service_test.go                  |  5 +-
 pkg/trait/openapi.go                               |  7 +-
 pkg/trait/trait_test.go                            |  6 +-
 pkg/trait/trait_types.go                           | 17 ++---
 pkg/util/camel/camel_dependencies.go               |  3 +-
 pkg/util/camel/camel_util.go                       | 16 ++---
 pkg/util/camel/catalog.go                          |  4 +-
 pkg/util/digest/digest.go                          |  4 +-
 pkg/util/docker/docker.go                          | 10 +--
 pkg/util/docker/docker_base.go                     |  4 +-
 pkg/util/jvm/keystore.go                           |  4 +-
 pkg/util/maven/maven_command.go                    | 14 ++--
 pkg/util/util.go                                   |  2 +-
 60 files changed, 320 insertions(+), 284 deletions(-)

Reply via email to