This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from bc832247f Fix CLI test - update file name path
new bd88d4ad6 fix(olm): fix profile name: Openshift -> OpenShift
new 603fa2c9c fix(trait): more robust, case-insensitive trait profile
comparison
The 2 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:
.../camel.apache.org_integrationplatforms.yaml | 4 +-
config/samples/patch-integration-platform.yaml | 2 +-
docs/modules/ROOT/pages/architecture/traits.adoc | 4 +-
.../pages/contributing/local-deployment-olm.adoc | 2 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 89 +++++++++++++++++++++-
docs/modules/traits/pages/route.adoc | 8 +-
e2e/yaks/openshift/monitoring/alerting.feature | 2 +-
helm/camel-k/crds/crd-integration-platform.yaml | 4 +-
install/Makefile | 2 +-
pkg/apis/camel/v1/common_types.go | 17 +++++
pkg/apis/camel/v1/common_types_support.go | 25 +++---
pkg/apis/camel/v1/integrationplatform_types.go | 23 +-----
.../camel/v1/integrationplatform_types_support.go | 11 ---
pkg/apis/camel/v1/maven_types_support.go | 9 +++
pkg/trait/ingress.go | 2 +-
pkg/trait/knative.go | 2 +-
pkg/trait/knative_service.go | 2 +-
pkg/trait/pull_secret.go | 6 +-
pkg/trait/route.go | 4 +-
pkg/trait/service.go | 4 +-
pkg/trait/trait_types.go | 2 +-
release.adoc | 2 +-
resources/traits.yaml | 2 +-
23 files changed, 157 insertions(+), 71 deletions(-)