This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch groups-aws in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5f3b55cddbd134409e362dfa2121c47fa71a2a4e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 5 14:01:33 2021 +0200 Add group label to all kamelets - AWS SNS --- aws-sns-fifo-sink.kamelet.yaml | 1 + aws-sns-sink.kamelet.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/aws-sns-fifo-sink.kamelet.yaml b/aws-sns-fifo-sink.kamelet.yaml index 251cbe9..bfa0ec8 100644 --- a/aws-sns-fifo-sink.kamelet.yaml +++ b/aws-sns-fifo-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: "AWS SNS" spec: definition: title: AWS SNS FIFO Sink diff --git a/aws-sns-sink.kamelet.yaml b/aws-sns-sink.kamelet.yaml index 88c3b81..2cc0e9f 100644 --- a/aws-sns-sink.kamelet.yaml +++ b/aws-sns-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: "AWS SNS" spec: definition: title: AWS SNS Sink
