This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from b680d5dff fix(doc): fix gen-crd-api-reference-docs and regen API doc
with Traits
new d6da80d52 Fix #2177: Cosmetic changes
new ee137fedc Fix #2177: Use operator id by default
new c2302fa9b Fix #2177: Align namespace operator lease with operator id
new 4f48c99ca Fix #2177: Make sure to properly reinitialize integration
new 656bb0672 Fix #2177: Ensure unique operator id during install
new 417b7b873 Fix #2177: Ensure valid operator id when running integrations
new c33e0cc18 Fix #2177: Use operator id in KameletBindings
new 4e6a2db16 Fix #2177: Introduce integration platform viewer role
new a3be4d23b Fix #2177: Create proper integration platform as part of the
operator
new ad6a74900 Fix #2177: Improve operator version lookup
new 734dc8354 Fix #2177: Fix golangci-lint errors
new aadc81640 Fix #2177: Fix e2e tests
new 93245fd35 Fix #2177: Update docs
new 1c2426732 fix(#2177): Reduce duplicate code
new a1f6fc77b fix(#2177): Add `-x` shorthand to `--operator-id` kamel CLI
option
new fb172cc4a fix(#2177): Fix preflight test script and e2e upgrade tests
new 0e51e5bdf fix(#2177): Remove obsolete kamel-install GitHub action
The 17 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-knative-yaks/action.yml | 9 +-
.github/actions/kamel-install-yaks/action.yml | 5 +-
.../actions/kamel-preflight-test/preflight-test.sh | 4 +-
.github/workflows/upgrade.yml | 2 +-
addons/threescale/3scale.go | 12 +-
config/manager/operator-deployment.yaml | 2 +
docs/modules/ROOT/pages/architecture/operator.adoc | 21 ++-
.../ROOT/pages/installation/advanced/multi.adoc | 31 +++--
e2e/global/builder/build_test.go | 4 +-
e2e/global/builder/docker_hub_test.go | 5 +-
e2e/global/builder/github_packages_test.go | 5 +-
e2e/global/common/build/incremental_build_test.go | 7 +-
e2e/global/common/build/maven_ca_secret_test.go | 5 +-
e2e/global/common/build/maven_repository_test.go | 5 +-
e2e/global/common/config/config_test.go | 44 +++---
e2e/global/common/cron_test.go | 13 +-
e2e/global/common/integration_fail_test.go | 5 +-
e2e/global/common/kamelet_binding_test.go | 3 +-
e2e/global/common/kamelet_test.go | 5 +-
e2e/global/common/kamelet_update_test.go | 3 +-
e2e/global/common/languages/groovy_test.go | 5 +-
e2e/global/common/languages/init_test_support.go | 2 +-
e2e/global/common/languages/java_test.go | 7 +-
e2e/global/common/languages/js_test.go | 5 +-
e2e/global/common/languages/kotlin_test.go | 5 +-
e2e/global/common/languages/polyglot_test.go | 5 +-
e2e/global/common/languages/xml_test.go | 5 +-
e2e/global/common/languages/yaml_test.go | 5 +-
e2e/global/common/operator_metrics_test.go | 5 +-
e2e/global/common/platformless_run_test.go | 5 +-
e2e/global/common/promote_test.go | 6 +-
e2e/global/common/reset_test.go | 14 +-
e2e/global/common/rest_test.go | 7 +-
e2e/global/common/scale_binding_test.go | 5 +-
e2e/global/common/scale_integration_test.go | 7 +-
e2e/global/common/secondary_platform_test.go | 9 +-
e2e/global/common/structured_logs_test.go | 5 +-
e2e/global/common/traits/affinity_test.go | 9 +-
e2e/global/common/traits/error_handler_test.go | 5 +-
e2e/global/common/traits/health_test.go | 5 +-
e2e/global/common/traits/istio_test.go | 5 +-
e2e/global/common/traits/jolokia_test.go | 5 +-
e2e/global/common/traits/jvm_test.go | 5 +-
e2e/global/common/traits/master_test.go | 9 +-
e2e/global/common/traits/openapi_test.go | 14 +-
e2e/global/common/traits/pdb_test.go | 5 +-
e2e/global/common/traits/pod_test.go | 5 +-
e2e/global/common/traits/prometheus_test.go | 5 +-
e2e/global/common/traits/pull_secret_test.go | 9 +-
e2e/global/common/traits/route_test.go | 13 +-
e2e/global/common/traits/service_test.go | 7 +-
e2e/global/common/traits/toleration_test.go | 9 +-
e2e/global/knative/kamelet_test.go | 5 +-
e2e/global/knative/knative_platform_test.go | 7 +-
e2e/global/knative/knative_test.go | 49 ++++---
e2e/global/knative/openapi_test.go | 14 +-
e2e/global/knative/pod_test.go | 7 +-
e2e/global/registry/registry_maven_wagon_test.go | 18 +--
.../service_binding_kamelet_test.go | 8 +-
e2e/global/service-binding/service_binding_test.go | 6 +-
e2e/namespace/install/cli/bind_test.go | 11 +-
e2e/namespace/install/cli/delete_test.go | 17 +--
e2e/namespace/install/cli/describe_test.go | 5 +-
e2e/namespace/install/cli/dev_mode_test.go | 48 +++++--
e2e/namespace/install/cli/dump_test.go | 5 +-
e2e/namespace/install/cli/get_test.go | 9 +-
e2e/namespace/install/cli/global_kamelet_test.go | 12 +-
e2e/namespace/install/cli/global_test.go | 26 ++--
e2e/namespace/install/cli/install_test.go | 25 ++--
e2e/namespace/install/cli/log_test.go | 5 +-
e2e/namespace/install/cli/run_test.go | 19 +--
e2e/namespace/install/cli/uninstall_test.go | 22 ++-
e2e/namespace/install/environment_test.go | 9 +-
e2e/namespace/install/maven_http_proxy_test.go | 9 +-
.../install/operator_id_filtering_test.go | 14 +-
e2e/namespace/native/native_test.go | 7 +-
e2e/namespace/upgrade/cli_upgrade_test.go | 8 +-
e2e/namespace/upgrade/olm_upgrade_test.go | 6 +-
e2e/support/test_support.go | 147 +++++++++++++++------
e2e/support/util/dump.go | 8 ++
.../common/apache-kamelet-catalog/yaks-config.yaml | 6 +-
e2e/yaks/common/kamelet-beans/yaks-config.yaml | 6 +-
.../kamelet-binding-autoload/yaks-config.yaml | 6 +-
.../common/kamelet-binding-broker/yaks-config.yaml | 6 +-
.../common/kamelet-binding-http/yaks-config.yaml | 6 +-
.../yaks-config.yaml | 6 +-
e2e/yaks/common/kamelet-binding/yaks-config.yaml | 6 +-
.../kamelet-no-properties/kamelet-no-props.feature | 1 -
.../common/kamelet-no-properties/yaks-config.yaml | 6 +-
e2e/yaks/common/kamelet-steps/yaks-config.yaml | 6 +-
e2e/yaks/common/kamelet/yaks-config.yaml | 6 +-
e2e/yaks/common/knative-broker/yaks-config.yaml | 6 +-
.../common/knative-sinkbinding/yaks-config.yaml | 6 +-
pkg/apis/camel/v1/common_types_support.go | 24 ++++
pkg/apis/camel/v1/integration_types_support.go | 5 +
pkg/apis/camel/v1/integrationkit_types_support.go | 5 +
.../camel/v1/integrationplatform_types_support.go | 5 +
.../v1alpha1/kamelet_binding_types_support.go | 5 +
pkg/cmd/bind.go | 41 ++++++
pkg/cmd/bind_test.go | 19 ++-
pkg/cmd/install.go | 56 +++++++-
pkg/cmd/operator.go | 17 ++-
pkg/cmd/operator/operator.go | 34 +++++
pkg/cmd/root_test.go | 11 +-
pkg/cmd/run.go | 30 ++++-
pkg/cmd/run_test.go | 10 +-
pkg/cmd/uninstall.go | 4 +-
pkg/cmd/util.go | 23 +++-
pkg/cmd/version.go | 24 ++--
pkg/controller/build/build_controller.go | 2 +-
.../integration/integration_controller.go | 14 +-
pkg/controller/integration/monitor.go | 63 +++++++--
.../integrationkit/integrationkit_controller.go | 2 +-
.../integrationplatform_controller.go | 2 +-
pkg/controller/kamelet/kamelet_controller.go | 2 +-
.../kameletbinding/kamelet_binding_controller.go | 2 +-
pkg/controller/kameletbinding/monitor.go | 7 +-
pkg/install/operator.go | 10 +-
pkg/install/platform.go | 32 +++++
pkg/platform/operator.go | 94 +++++++++++--
pkg/platform/platform.go | 33 ++++-
pkg/resources/resources.go | 20 ++-
pkg/trait/container.go | 10 +-
pkg/trait/environment.go | 2 +
pkg/trait/platform.go | 21 ++-
pkg/trait/pod_test.go | 5 +-
pkg/trait/quarkus.go | 7 +-
pkg/util/digest/digest.go | 10 ++
pkg/util/kubernetes/replace.go | 15 +--
... user-global-platform-viewer-role-binding.yaml} | 6 +-
....yaml => user-global-platform-viewer-role.yaml} | 6 +-
131 files changed, 1206 insertions(+), 473 deletions(-)
create mode 100644 pkg/install/platform.go
copy resources/viewer/{user-global-kamelet-viewer-role-binding.yaml =>
user-global-platform-viewer-role-binding.yaml} (91%)
copy resources/viewer/{user-global-kamelet-viewer-role.yaml =>
user-global-platform-viewer-role.yaml} (90%)