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 0a12fb4a1 chore: add test-fmt make target
new d9ad23dce fix(bundle-index-gen): Improves generation of bundle index
new 11ea8f616 fix(platform) Incorrect order of parameters
new eed9cbeab fix(bundle): Small fixes for bundle generation
new 53e6ceee0 (e2e): Improvements for testing
new f9637d675 (e2e): Mark KameletClasspathLoading test as temporarily
problematic
new 62dee44e4 (e2e): Refactor config test
new 7591e0fb7 (e2e): check if namespace already exists
new 70e731405 (e2e): Modify error of operator uninstall to warning
new ef5c8f598 (e2e): Exposes maven-cli-options to allow maven build
debugging
new 9257d478c (e2e): Increases the download dependency timeout
new 667d4c1c0 (e2e): Splits the TestKamelCLIRun tests
new 69ded0727 fix(e2e): Replaces update scale with patch scale
new d82ae431e fix(e2e): Stop go panic if pod or pod status is not
initialised
The 13 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-builder/exec-tests.sh | 9 +-
.github/actions/e2e-common/action.yml | 1 +
.github/actions/e2e-common/exec-tests.sh | 9 +-
.github/actions/e2e-install/action.yml | 1 +
.github/actions/e2e-install/exec-tests.sh | 9 +-
.github/actions/e2e-knative-yaks/action.yml | 1 +
.github/actions/e2e-knative-yaks/exec-tests.sh | 9 +-
.github/actions/e2e-knative/action.yml | 1 +
.github/actions/e2e-knative/exec-tests.sh | 9 +-
.github/actions/e2e-upgrade/action.yml | 1 +
.github/actions/e2e-upgrade/exec-tests.sh | 9 +-
.../kamel-build-bundle/build-bundle-image.sh | 12 +-
.../kamel-build-bundle/build-index-image.sh | 2 +-
.../kamel-cleanup/uninstall-global-operator.sh | 4 +-
.../kamel-install-global-operator/action.yml | 1 +
.../install-global-operator.sh | 12 +-
.../actions/kamel-preflight-test/preflight-test.sh | 2 +
.github/workflows/builder.yml | 4 +
.github/workflows/common.yml | 4 +
.github/workflows/install.yml | 4 +
.github/workflows/knative.yml | 4 +
.github/workflows/manual-exec-process-inputs.sh | 9 +-
.github/workflows/upgrade.yml | 4 +
.../bases/camel-k.clusterserviceversion.yaml | 2 +-
e2e/global/common/config/config_test.go | 616 ++++++++++++---------
e2e/global/common/kamelet_test.go | 12 +-
e2e/global/common/operator_metrics_test.go | 7 +-
e2e/global/common/scale_integration_test.go | 12 +-
e2e/global/common/structured_logs_test.go | 8 +-
e2e/global/knative/knative_test.go | 2 +-
e2e/namespace/install/cli/debug_test.go | 2 +-
e2e/namespace/install/cli/delete_test.go | 14 +-
e2e/namespace/install/cli/install_test.go | 9 +-
e2e/namespace/install/cli/run_test.go | 267 +++++----
e2e/namespace/install/cli/uninstall_test.go | 18 +-
e2e/namespace/install/kustomize/common.go | 2 +-
e2e/namespace/upgrade/olm_install_test.go | 16 +-
e2e/namespace/upgrade/olm_upgrade_test.go | 13 +
e2e/namespace/upgrade/util.go | 49 ++
e2e/support/test_support.go | 131 ++++-
e2e/support/util/dump.go | 18 +-
.../typed/camel/v1/fake/fake_integration.go | 10 +
.../versioned/typed/camel/v1/integration.go | 16 +
pkg/cmd/run_support.go | 6 +-
pkg/cmd/version.go | 5 +-
.../integrationkit/integrationkit_controller.go | 3 +
pkg/platform/defaults.go | 20 +
pkg/platform/operator.go | 8 +
pkg/platform/platform.go | 8 +-
pkg/util/kubernetes/client.go | 7 +
script/Makefile | 36 +-
script/build_bundle_index.sh | 93 +++-
53 files changed, 1050 insertions(+), 482 deletions(-)