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 a0286f4b1 migrate and improve http example
new 9b8588b58 fix(olm): fix profile name: Openshift -> OpenShift
new 16caeaf2d 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 | 4 ++--
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/apis/camel/v1/trait/route.go | 2 +-
pkg/resources/resources.go | 6 +++---
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 | 2 +-
pkg/trait/service.go | 4 ++--
pkg/trait/trait_types.go | 2 +-
release.adoc | 2 +-
resources/traits.yaml | 2 +-
25 files changed, 77 insertions(+), 72 deletions(-)