This is an automated email from the ASF dual-hosted git repository.
astefanutti 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 bbb9374 chore: Update embedded camel-catalog-1.8.0-SNAPSHOT.yaml
bbb9374 is described below
commit bbb937429efce91855cd2ef24897bcdac509093e
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Mon Jun 28 15:28:27 2021 +0200
chore: Update embedded camel-catalog-1.8.0-SNAPSHOT.yaml
---
....7.0.yaml => camel-catalog-1.8.0-SNAPSHOT.yaml} | 106 +++++++++++++++++----
pkg/resources/resources.go | 12 +--
2 files changed, 89 insertions(+), 29 deletions(-)
diff --git a/deploy/camel-catalog-1.7.0.yaml
b/deploy/camel-catalog-1.8.0-SNAPSHOT.yaml
similarity index 96%
rename from deploy/camel-catalog-1.7.0.yaml
rename to deploy/camel-catalog-1.8.0-SNAPSHOT.yaml
index a0a291e..a023156 100644
--- a/deploy/camel-catalog-1.7.0.yaml
+++ b/deploy/camel-catalog-1.8.0-SNAPSHOT.yaml
@@ -18,21 +18,21 @@
apiVersion: camel.apache.org/v1
kind: CamelCatalog
metadata:
- name: camel-catalog-1.7.0
+ name: camel-catalog-1.8.0-snapshot
labels:
app: camel-k
- camel.apache.org/catalog.loader.version: 3.9.0
- camel.apache.org/catalog.version: 3.9.0
- camel.apache.org/runtime.version: 1.7.0
+ camel.apache.org/catalog.loader.version: 3.10.0
+ camel.apache.org/catalog.version: 3.10.0
+ camel.apache.org/runtime.version: 1.8.0-SNAPSHOT
spec:
runtime:
- version: 1.7.0
+ version: 1.8.0-SNAPSHOT
provider: quarkus
applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
metadata:
- camel-quarkus.version: 1.8.1
- camel.version: 3.9.0
- quarkus.version: 1.13.0.Final
+ camel-quarkus.version: 2.0.0-M2
+ camel.version: 3.10.0
+ quarkus.version: 2.0.0.CR3
dependencies:
- groupId: org.apache.camel.k
artifactId: camel-k-runtime
@@ -71,13 +71,6 @@ spec:
camel-k-cron:
groupId: org.apache.camel.k
artifactId: camel-k-cron
- camel-k-kamelet-reify:
- groupId: org.apache.camel.k
- artifactId: camel-k-kamelet-reify
- schemes:
- - id: kamelet-reify
- http: false
- passive: false
camel-k-knative:
groupId: org.apache.camel.k
artifactId: camel-k-knative
@@ -253,6 +246,15 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.avro.AvroComponent
+ camel-quarkus-aws-secrets-manager:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-aws-secrets-manager
+ schemes:
+ - id: aws-secrets-manager
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.aws.secretsmanager.SecretsManagerComponent
camel-quarkus-aws2-athena:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-aws2-athena
@@ -432,6 +434,15 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.aws2.translate.Translate2Component
+ camel-quarkus-azure-cosmosdb:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-azure-cosmosdb
+ schemes:
+ - id: azure-cosmosdb
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.azure.cosmosdb.CosmosDbComponent
camel-quarkus-azure-eventhubs:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-azure-eventhubs
@@ -1115,6 +1126,15 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.google.drive.GoogleDriveComponent
+ camel-quarkus-google-functions:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-google-functions
+ schemes:
+ - id: google-functions
+ http: false
+ passive: false
+ javaTypes:
+ -
org.apache.camel.component.google.functions.GoogleCloudFunctionsComponent
camel-quarkus-google-mail:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-google-mail
@@ -1150,6 +1170,15 @@ spec:
javaTypes:
- org.apache.camel.component.google.sheets.GoogleSheetsComponent
-
org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent
+ camel-quarkus-google-storage:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-google-storage
+ schemes:
+ - id: google-storage
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.google.storage.GoogleCloudStorageComponent
camel-quarkus-graphql:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-graphql
@@ -1401,6 +1430,20 @@ spec:
- json-jackson
javaTypes:
- org.apache.camel.component.jackson.JacksonDataFormat
+ camel-quarkus-jackson-avro:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-jackson-avro
+ dataformats:
+ - avro-jackson
+ javaTypes:
+ - org.apache.camel.component.jackson.avro.JacksonAvroDataFormat
+ camel-quarkus-jackson-protobuf:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-jackson-protobuf
+ dataformats:
+ - protobuf-jackson
+ javaTypes:
+ - org.apache.camel.component.jackson.protobuf.JacksonProtobufDataFormat
camel-quarkus-jacksonxml:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-jacksonxml
@@ -1530,6 +1573,13 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.jooq.JooqComponent
+ camel-quarkus-joor:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-joor
+ languages:
+ - joor
+ javaTypes:
+ - org.apache.camel.language.joor.JoorLanguage
camel-quarkus-jpa:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-jpa
@@ -1623,6 +1673,15 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.kamelet.KameletComponent
+ camel-quarkus-kamelet-reify:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-kamelet-reify
+ schemes:
+ - id: kamelet-reify
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.kameletreify.KameletReifyComponent
camel-quarkus-kubernetes:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-kubernetes
@@ -2144,6 +2203,15 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.quickfixj.QuickfixjComponent
+ camel-quarkus-qute:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-qute
+ schemes:
+ - id: qute
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.qute.QuteComponent
camel-quarkus-rabbitmq:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-rabbitmq
@@ -2851,8 +2919,8 @@ spec:
- org.apache.camel.component.zookeepermaster.MasterComponent
loaders:
groovy:
- groupId: org.apache.camel.k
- artifactId: camel-k-loader-groovy
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-groovy-dsl
languages:
- groovy
metadata:
@@ -2893,8 +2961,8 @@ spec:
metadata:
native: "true"
yaml:
- groupId: org.apache.camel.k
- artifactId: camel-k-loader-yaml
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-yaml-dsl
languages:
- yaml
metadata:
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 0a07280..eb6a2b6 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -457,19 +457,12 @@ var assets = func() http.FileSystem {
compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x8e\x31\x4e\x04\x31\x0c\x45\xfb\x9c\xe2\x2b\xdb\x32\xd2\xd0\x5a\xa2\xa2\x41\xe2\x00\xd4\x66\xd7\x33\x44\x24\x71\xe4\x38\x12\x73\x7b\x94\x1d\xc1\xba\xfc\x7e\xf6\x7f\x17\x5c\xb9\x48\x5e\xbe\x09\x99\xeb\x3e\x78\x97\x97\x83\x4b\x0e\xe1\x82\x0f\x4b\x2e\x38\x74\x18\x4c\x87\x4b\xc7\x97\x98\x3c\x61\x53\x83\xfc\x70\x69\x59\x28\x2c\xd8\x4c\x0b\x05\x00\x18\x96\x08\xd1\x53\x11\xa3\xf9\x24\xde\xd3\xc6\xc6\x45\x5c\xac\x9f\x14\x
[...]
},
- "/camel-catalog-1.7.0.yaml": &vfsgen۰CompressedFileInfo{
- name: "camel-catalog-1.7.0.yaml",
- modTime: time.Time{},
- uncompressedSize: 87648,
-
- compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x3a\x96\xee\x3c\xbf\x82\xeb\x64\xd2\xbd\x6e\x09\x75\x4e\x52\xb7\x4f\xdf\xdc\x91\x2d\xc7\x89\x1d\xcb\x71\x22\x57\x92\xaa\xc9\x59\x10\x09\x51\xb0\x48\x82\x06\x40\x59\xce\xaf\xef\x85\x07\x9f\x52\x36\x1f\x06\xd4\x1a\x88\x20\xb1\xf1\x6d\xec\x0f\x0f\x12\xef\xd7\xc1\xcc\xdd\xef\xd5\xeb\xe0\x86\x86\x24\x13\x24\x0a\x24\x0b\xe4\x86\x04\x67\x39\x0e\x37\x24\x58\xb2\xb5\x7c\xc2\x9c\x04\x97\xac\xc8\x22\x2c\x29\x
[...]
- },
"/camel-catalog-1.8.0-SNAPSHOT.yaml":
&vfsgen۰CompressedFileInfo{
name: "camel-catalog-1.8.0-SNAPSHOT.yaml",
modTime: time.Time{},
- uncompressedSize: 89728,
+ uncompressedSize: 89975,
- compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb6\xee\x3c\xbf\x82\xab\x32\x39\x67\xdd\x16\xba\x2a\xd5\xf7\xd4\x59\x75\x47\x8e\x1c\x27\x76\x2c\xc7\x89\xdc\x49\xba\x27\xb5\x20\x12\x92\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x7f\x17\x40\xf0\x29\x65\xf3\xe1\x0d\xb7\x06\xe2\x03\x1b\xdf\xc6\xfe\xf0\x20\xde\x78\x1d\xcc\xf0\x7e\xaf\x5e\x07\xd7\x3c\x64\xa9\x62\x51\xa0\x45\xa0\xb7\x2c\x38\xcb\x68\xb8\x65\xc1\x52\xac\xf5\x23\x95\x2c\xb8\x10\x79\x1a\x51\xcd\x
[...]
+ compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb6\xee\x3c\xbf\x82\xab\x32\x39\x67\xdd\x16\xba\x2a\xd5\xf7\xd4\x59\x75\x47\x8e\x1c\x27\x76\x2c\xc7\x89\xdc\x49\xba\x27\xb5\x20\x12\x92\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x7f\x17\x40\xf0\x29\x65\xf3\xe1\x0d\xb7\x06\xe2\x03\x1b\xdf\xc6\xfe\xf0\x20\xde\x78\x1d\xcc\xf0\x7e\xaf\x5e\x07\xd7\x3c\x64\xa9\x62\x51\xa0\x45\xa0\xb7\x2c\x38\xcb\x68\xb8\x65\xc1\x52\xac\xf5\x23\x95\x2c\xb8\x10\x79\x1a\x51\xcd\x
[...]
},
"/traits.yaml": &vfsgen۰CompressedFileInfo{
name: "traits.yaml",
@@ -481,7 +474,6 @@ var assets = func() http.FileSystem {
}
fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/addons"].(os.FileInfo),
- fs["/camel-catalog-1.7.0.yaml"].(os.FileInfo),
fs["/camel-catalog-1.8.0-SNAPSHOT.yaml"].(os.FileInfo),
fs["/crd"].(os.FileInfo),
fs["/default"].(os.FileInfo),