This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 2b6cf2ca5 test(e2e): add test for 'kamel run --dev' in a warmed-up
environment
new 769ac1a6d fix(olm): fix profile name: Openshift -> OpenShift
new 7eb88efe7 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:
config/samples/patch-integration-platform.yaml | 2 +-
docs/modules/ROOT/pages/architecture/traits.adoc | 4 ++--
.../ROOT/pages/contributing/local-deployment-olm.adoc | 2 +-
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 11 +++++------
docs/modules/traits/pages/route.adoc | 8 ++++----
e2e/yaks/openshift/monitoring/alerting.feature | 4 ++--
install/Makefile | 2 +-
pkg/apis/camel/v1/common_types.go | 17 +++++++++++++++++
pkg/apis/camel/v1/common_types_support.go | 16 ++++++++++++++++
pkg/apis/camel/v1/integrationplatform_types.go | 19 +------------------
.../camel/v1/integrationplatform_types_support.go | 12 ------------
pkg/resources/resources.go | 4 ++--
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 +-
21 files changed, 65 insertions(+), 62 deletions(-)