You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/05/05 12:39:05 UTC

[camel-kamelets] branch main updated (e5ce53f -> 960358a)

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

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


    from e5ce53f  Add group label to all kamelets - Regen catalog for AWS Groups
     new efcf46e  Add group label to all kamelets - Azure Eventhubs
     new 1bb4d04  Add group label to all kamelets - Azure Storage Blob
     new 6ce920f  Add group label to all kamelets - Azure Storage Queue
     new 79eb965  Add group label to all kamelets - Azure Storage Queue
     new 960358a  Add group label to all kamelets - Regen catalog for Azure Groups

The 5 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:
 azure-eventhubs-sink.kamelet.yaml                                        | 1 +
 azure-eventhubs-source.kamelet.yaml                                      | 1 +
 azure-storage-blob-sink.kamelet.yaml                                     | 1 +
 azure-storage-blob-source.kamelet.yaml                                   | 1 +
 azure-storage-queue-sink.kamelet.yaml                                    | 1 +
 .../src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml        | 1 +
 .../src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml      | 1 +
 .../src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml     | 1 +
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml   | 1 +
 .../src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml    | 1 +
 10 files changed, 10 insertions(+)

[camel-kamelets] 01/05: Add group label to all kamelets - Azure Eventhubs

Posted by ac...@apache.org.
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-kamelets.git

commit efcf46eda40dac7cc54b2bb9dc6ea5848f5c869f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:34:32 2021 +0200

    Add group label to all kamelets - Azure Eventhubs
---
 azure-eventhubs-sink.kamelet.yaml   | 1 +
 azure-eventhubs-source.kamelet.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/azure-eventhubs-sink.kamelet.yaml b/azure-eventhubs-sink.kamelet.yaml
index 3b9a2d9..e6e9ca4 100644
--- a/azure-eventhubs-sink.kamelet.yaml
+++ b/azure-eventhubs-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Eventhubs"
 spec:
   definition:
     title: "Azure Eventhubs Sink"
diff --git a/azure-eventhubs-source.kamelet.yaml b/azure-eventhubs-source.kamelet.yaml
index bb7b2cf..cd516db 100644
--- a/azure-eventhubs-source.kamelet.yaml
+++ b/azure-eventhubs-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Azure Eventhubs"
 spec:
   definition:
     title: "Azure Eventhubs Source"

[camel-kamelets] 04/05: Add group label to all kamelets - Azure Storage Queue

Posted by ac...@apache.org.
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-kamelets.git

commit 79eb965ca4981798baa5f367c058953061d98972
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:37:40 2021 +0200

    Add group label to all kamelets - Azure Storage Queue
---
 azure-storage-queue-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-storage-queue-sink.kamelet.yaml b/azure-storage-queue-sink.kamelet.yaml
index 22317fd..f831e93 100644
--- a/azure-storage-queue-sink.kamelet.yaml
+++ b/azure-storage-queue-sink.kamelet.yaml
@@ -7,7 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
-    camel.apache.org/kamelet.group: "Azure Queue Sink"
+    camel.apache.org/kamelet.group: "Azure Storage Queue"
 spec:
   definition:
     title: "Azure Storage Queue Sink"

[camel-kamelets] 03/05: Add group label to all kamelets - Azure Storage Queue

Posted by ac...@apache.org.
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-kamelets.git

commit 6ce920f6f54e04fd6d5078911ca032a8926cd372
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:37:17 2021 +0200

    Add group label to all kamelets - Azure Storage Queue
---
 azure-storage-queue-sink.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/azure-storage-queue-sink.kamelet.yaml b/azure-storage-queue-sink.kamelet.yaml
index 0c4015a..22317fd 100644
--- a/azure-storage-queue-sink.kamelet.yaml
+++ b/azure-storage-queue-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Queue Sink"
 spec:
   definition:
     title: "Azure Storage Queue Sink"

[camel-kamelets] 05/05: Add group label to all kamelets - Regen catalog for Azure Groups

Posted by ac...@apache.org.
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-kamelets.git

commit 960358a6cd77a973b0ccf2ce528060025a0b1147
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:38:03 2021 +0200

    Add group label to all kamelets - Regen catalog for Azure Groups
---
 .../src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml        | 1 +
 .../src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml      | 1 +
 .../src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml     | 1 +
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml   | 1 +
 .../src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
index 3b9a2d9..e6e9ca4 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Eventhubs"
 spec:
   definition:
     title: "Azure Eventhubs Sink"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
index bb7b2cf..cd516db 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Azure Eventhubs"
 spec:
   definition:
     title: "Azure Eventhubs Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
index fa3b4e8..a55fde8 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Storage Blob"
 spec:
   definition:
     title: "Azure Storage Blob Sink"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index 0620208..59e6026 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Azure Storage Blob"
 spec:
   definition:
     title: "Azure Storage Blob Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml
index 0c4015a..f831e93 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-queue-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Storage Queue"
 spec:
   definition:
     title: "Azure Storage Queue Sink"

[camel-kamelets] 02/05: Add group label to all kamelets - Azure Storage Blob

Posted by ac...@apache.org.
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-kamelets.git

commit 1bb4d042f6a85d152065f7f8394bd3925b84d775
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:36:19 2021 +0200

    Add group label to all kamelets - Azure Storage Blob
---
 azure-storage-blob-sink.kamelet.yaml   | 1 +
 azure-storage-blob-source.kamelet.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/azure-storage-blob-sink.kamelet.yaml b/azure-storage-blob-sink.kamelet.yaml
index fa3b4e8..a55fde8 100644
--- a/azure-storage-blob-sink.kamelet.yaml
+++ b/azure-storage-blob-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "sink"
+    camel.apache.org/kamelet.group: "Azure Storage Blob"
 spec:
   definition:
     title: "Azure Storage Blob Sink"
diff --git a/azure-storage-blob-source.kamelet.yaml b/azure-storage-blob-source.kamelet.yaml
index 0620208..59e6026 100644
--- a/azure-storage-blob-source.kamelet.yaml
+++ b/azure-storage-blob-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Azure Storage Blob"
 spec:
   definition:
     title: "Azure Storage Blob Source"