Skip to content

Commit e19a136

Browse files
committed
Preparing for next release 1.11.0
Signed-off-by: Andrea Cosentino <[email protected]>
1 parent eb4e029 commit e19a136

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/modules/traits/pages/service.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Service trait exposes the integration with a Service resource so that it can
77
It's enabled by default if the integration depends on a Camel component that can expose a HTTP endpoint.
88

99

10-
This trait is available in the following profiles: **Kubernetes, OpenShift**.
10+
This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.
1111

1212
// End of autogenerated code - DO NOT EDIT! (description)
1313
// Start of autogenerated code - DO NOT EDIT! (configuration)

pkg/resources/resources.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/traits.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ traits:
12501250
platform: false
12511251
profiles:
12521252
- Kubernetes
1253+
- Knative
12531254
- OpenShift
12541255
description: The Service trait exposes the integration with a Service resource so
12551256
that it can be accessed by other applications (or integrations) in the same namespace.

0 commit comments

Comments
 (0)