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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e8f9df  fix: Regenerate catalogs with Camel version 3.3.0
1e8f9df is described below

commit 1e8f9df8d3bf94a4f4f7a7b9806e75ac87fcce75
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Wed Jun 3 17:32:03 2020 +0200

    fix: Regenerate catalogs with Camel version 3.3.0
---
 deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml    | 46 +++++++++++++++++++++---
 deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml | 10 +++---
 deploy/resources.go                              |  8 ++---
 3 files changed, 50 insertions(+), 14 deletions(-)

diff --git a/deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml 
b/deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml
index fcd877b..3e7880d 100644
--- a/deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml
+++ b/deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml
@@ -21,8 +21,8 @@ metadata:
   name: camel-catalog-1.3.0-snapshot-main
   labels:
     app: camel-k
-    camel.apache.org/catalog.version: 3.2.0
-    camel.apache.org/catalog.loader.version: 3.2.0
+    camel.apache.org/catalog.version: 3.3.0
+    camel.apache.org/catalog.loader.version: 3.3.0
     camel.apache.org/runtime.version: 1.3.0-SNAPSHOT
     camel.apache.org/runtime.provider: main
 spec:
@@ -31,9 +31,9 @@ spec:
     provider: main
     applicationClass: org.apache.camel.k.main.Application
     metadata:
-      camel.version: 3.2.0
-      quarkus.version: 1.4.1.Final
-      camel-quarkus.version: 1.0.0-M7
+      camel.version: 3.3.0
+      quarkus.version: 1.5.0.Final
+      camel-quarkus.version: 1.0.0-CR2
     dependencies:
     - groupId: org.apache.camel.k
       artifactId: camel-k-runtime-main
@@ -325,6 +325,15 @@ spec:
       - lzf
       javaTypes:
       - org.apache.camel.dataformat.lzf.LZFDataFormat
+    camel-splunk-hec:
+      groupId: org.apache.camel
+      artifactId: camel-splunk-hec
+      schemes:
+      - id: splunk-hec
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.splunkhec.SplunkHECComponent
     camel-aws2-translate:
       groupId: org.apache.camel
       artifactId: camel-aws2-translate
@@ -369,6 +378,15 @@ spec:
         passive: false
       javaTypes:
       - org.apache.camel.component.cometd.CometdComponent
+    camel-djl:
+      groupId: org.apache.camel
+      artifactId: camel-djl
+      schemes:
+      - id: djl
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.djl.DJLComponent
     camel-bean-validator:
       groupId: org.apache.camel
       artifactId: camel-bean-validator
@@ -2266,6 +2284,15 @@ spec:
         passive: false
       javaTypes:
       - org.apache.camel.component.jira.JiraComponent
+    camel-azure-storage-blob:
+      groupId: org.apache.camel
+      artifactId: camel-azure-storage-blob
+      schemes:
+      - id: azure-storage-blob
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.storage.blob.BlobComponent
     camel-asterisk:
       groupId: org.apache.camel
       artifactId: camel-asterisk
@@ -2818,6 +2845,15 @@ spec:
         passive: true
       javaTypes:
       - org.apache.camel.component.ref.RefComponent
+    camel-azure-storage-queue:
+      groupId: org.apache.camel
+      artifactId: camel-azure-storage-queue
+      schemes:
+      - id: azure-storage-queue
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.storage.queue.QueueComponent
     camel-stomp:
       groupId: org.apache.camel
       artifactId: camel-stomp
diff --git a/deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml 
b/deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml
index abd1b1b..c7d8f60 100644
--- a/deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml
+++ b/deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml
@@ -21,8 +21,8 @@ metadata:
   name: camel-catalog-1.3.0-snapshot-quarkus
   labels:
     app: camel-k
-    camel.apache.org/catalog.version: 3.2.0
-    camel.apache.org/catalog.loader.version: 3.2.0
+    camel.apache.org/catalog.version: 3.3.0
+    camel.apache.org/catalog.loader.version: 3.3.0
     camel.apache.org/runtime.version: 1.3.0-SNAPSHOT
     camel.apache.org/runtime.provider: quarkus
 spec:
@@ -31,9 +31,9 @@ spec:
     provider: quarkus
     applicationClass: io.quarkus.runner.GeneratedMain
     metadata:
-      camel.version: 3.2.0
-      quarkus.version: 1.4.1.Final
-      camel-quarkus.version: 1.0.0-M7
+      camel.version: 3.3.0
+      quarkus.version: 1.5.0.Final
+      camel-quarkus.version: 1.0.0-CR2
     dependencies:
     - groupId: org.apache.camel.k
       artifactId: camel-k-runtime-quarkus
diff --git a/deploy/resources.go b/deploy/resources.go
index 45906b5..4d0d5bd 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -91,16 +91,16 @@ var assets = func() http.FileSystem {
                "/camel-catalog-1.3.0-SNAPSHOT-main.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel-catalog-1.3.0-SNAPSHOT-main.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 87389,
+                       uncompressedSize: 88422,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\x5b\x77\xdb\x38\xb2\x2f\xfe\x9e\x4f\xc1\x35\x79\xd9\x7b\xfd\x47\x35\xdd\xce\xec\xe9\xff\xee\xf3\x64\xcb\x71\x62\xc7\x76\xdc\xa1\x27\xc9\xf4\x4b\x2f\x88\x84\x24\x58\x24\x41\x03\x90\x2c\xfb\xd3\x9f\x85\x0b\xaf\x82\x20\x91\x30\xbc\x8e\x1f\x4c\x8a\xa8\xfa\x15\x8a\x00\x71\x2d\x54\xbd\x8f\x26\xaf\xf7\xf7\xee\x7d\x74\x4d\x12\x5c\x70\x9c\x46\x82\x46\x62\x89\xa3\xd3\x12\x25\x4b\x1c\xc5\x74\x2e\x9e\x10\xc3\xd1\x05\x5d\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x35\x3d\xce\xcc\xf4\xd9\x7d\x9e\x6c\x39\x4e\xec\xd8\x8e\x3b\xf2\x24\x99\x7e\xe9\x05\x91\x90\x04\x89\x24\x68\x00\xba\xd8\xbf\xfe\x2c\x5c\x78\x15\x04\x89\x84\xe1\xb5\xfd\x60\x52\x44\xd5\x57\x2c\x82\xc4\xa5\x50\xa8\x7a\x1f\x8d\x5e\xef\xef\xdd\xfb\xe8\x96\xc4\x38\xe7\x38\x89\x04\x8d\xc4\x02\x47\xe7\x05\x8a\x17\x38\x9a\xd0\x99\xd8\x22\x86\xa3\x2b\xba\xce\x
 [...]
                },
                "/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 47185,
+                       uncompressedSize: 47186,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x5d\x73\xdc\x2a\xf2\xf7\xbd\x3f\x05\x15\xdf\xec\x56\x1d\x71\xce\x3a\xbb\xfb\x54\xe5\xb9\xb2\x9d\x38\xb1\x13\x3b\x4e\xc6\x7b\x92\x73\x6e\x52\x8c\xc4\xcc\xe0\x91\x40\x06\x34\x33\xf6\xa7\xff\x17\x08\xbd\x8d\xe5\xd6\x8b\xd1\xf8\xc2\xd2\x88\xe6\xd7\xd0\x20\x68\x75\x37\x70\x8c\x02\x7f\x7f\x47\xc7\xe8\x0b\x0b\x29\x57\x34\x42\x5a\x20\xbd\xa2\xe8\x34\x25\xe1\x8a\xa2\x99\x58\xe8\x2d\x91\x14\x5d\x88\x8c\x47\x44\x33\xc1\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x4d\x77\xdc\xa8\xf2\xf7\xde\x9f\x82\x13\x6f\xee\x3d\x67\xc4\xcc\x75\x9e\x3b\x8b\x3c\x2b\xdb\x89\x13\x3b\xb1\xe3\xa4\x7d\x27\x99\xd9\xe4\xd0\x12\xdd\x8d\x5b\x02\x19\x50\x77\xdb\x9f\xfe\x7f\x40\xe8\xad\x2d\x97\x5e\x8c\xda\x0b\x4b\x2d\x8a\x5f\x41\x81\xa0\x54\x55\xc0\x31\x0a\xfc\xfd\x1d\x1d\xa3\x2f\x2c\xa4\x5c\xd1\x08\x69\x81\xf4\x8a\xa2\xd3\x94\x84\x2b\x8a\x66\x62\xa1\xb7\x44\x52\x74\x21\x32\x1e\x11\xcd\x04\x47\x
 [...]
                },
                "/cr-example.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "cr-example.yaml",

Reply via email to