This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new e19a13668 Preparing for next release 1.11.0
e19a13668 is described below

commit e19a13668a3634519a8f77d3075f6570f03e3051
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Dec 7 10:56:36 2022 +0100

    Preparing for next release 1.11.0
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 docs/modules/traits/pages/service.adoc | 2 +-
 pkg/resources/resources.go             | 4 ++--
 resources/traits.yaml                  | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/modules/traits/pages/service.adoc 
b/docs/modules/traits/pages/service.adoc
index 896f6d67d..e1752bcf5 100755
--- a/docs/modules/traits/pages/service.adoc
+++ b/docs/modules/traits/pages/service.adoc
@@ -7,7 +7,7 @@ The Service trait exposes the integration with a Service 
resource so that it can
 It's enabled by default if the integration depends on a Camel component that 
can expose a HTTP endpoint.
 
 
-This trait is available in the following profiles: **Kubernetes, OpenShift**.
+This trait is available in the following profiles: **Kubernetes, Knative, 
OpenShift**.
 
 // End of autogenerated code - DO NOT EDIT! (description)
 // Start of autogenerated code - DO NOT EDIT! (configuration)
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 2d415721a..093f55b28 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -604,9 +604,9 @@ var assets = func() http.FileSystem {
                "/traits.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "traits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 56636,
+                       uncompressedSize: 56648,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\x39\x92\x20\xfe\x7f\x7f\x0a\x84\xf6\xb7\x21\xc9\x41\x52\xee\x9e\x9d\xd9\x5e\xfd\xce\x3b\xa7\xb6\xdd\x33\xea\xf6\x43\x67\xa9\x7b\x76\xc2\xe7\x18\x82\x55\x20\x09\xb3\x0a\xa8\x06\x50\x92\xd8\x37\xf7\xdd\x2f\x90\x99\x78\x54\xb1\x28\x52\xb6\xd5\x31\xba\xb9\xe9\x88\xb1\x48\x56\x25\x12\x89\x44\x22\x91\x4f\x67\xb8\x74\xf6\xf4\xab\x31\x53\xbc\x16\xa7\xec\x77\xb6\xe0\x95\xf8\x8a\xb1\xa6\xe2\x6e\xae\x4d\x7d\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\x39\x92\x20\xfe\x7f\x7f\x0a\x84\xf6\xb7\x21\xc9\x41\x52\xee\x9e\x9d\xd9\x5e\xfd\xce\x3b\xa7\xb6\xdd\x33\xea\xf6\x43\x67\xa9\x7b\x76\xc2\xe7\x18\x82\x55\x20\x09\xb3\x0a\xa8\x06\x50\x92\xd8\x37\xf7\xdd\x2f\x90\x99\x78\x54\xb1\x28\x52\xb6\xd5\x31\xba\xb9\xe9\x88\xb1\x48\x56\x25\x12\x89\x44\x22\x91\x4f\x67\xb8\x74\xf6\xf4\xab\x31\x53\xbc\x16\xa7\xec\x77\xb6\xe0\x95\xf8\x8a\xb1\xa6\xe2\x6e\xae\x4d\x7d\x
 [...]
                },
        }
        fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 88f29b99e..156bf380a 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -1250,6 +1250,7 @@ traits:
   platform: false
   profiles:
   - Kubernetes
+  - Knative
   - OpenShift
   description: The Service trait exposes the integration with a Service 
resource so
     that it can be accessed by other applications (or integrations) in the 
same namespace.

Reply via email to