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 2023/03/03 17:16:20 UTC

[camel-kamelets] branch main updated (a109bb7c -> 8d0da4aa)

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 a109bb7c chore: Run deploy GitHub workflow job on main repo only
     new 6e9eed72 Issue-1336: DynamoDB Sink - use enum for available operations
     new 8d0da4aa Remove spurious description.

The 2 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:
 kamelets/aws-ddb-sink.kamelet.yaml                                     | 3 ++-
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml              | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


[camel-kamelets] 01/02: Issue-1336: DynamoDB Sink - use enum for available operations

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 6e9eed72672d905f0df8e172fad76d51ce922470
Author: Michael Anstis <ma...@redhat.com>
AuthorDate: Fri Mar 3 16:16:58 2023 +0000

    Issue-1336: DynamoDB Sink - use enum for available operations
---
 kamelets/aws-ddb-sink.kamelet.yaml                                       | 1 +
 .../camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml
index 07a7c3cb..f93d4617 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -73,6 +73,7 @@ spec:
         title: Operation
         description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
         type: string
+        enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
       writeCapacity:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index 07a7c3cb..f93d4617 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
@@ -73,6 +73,7 @@ spec:
         title: Operation
         description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
         type: string
+        enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
       writeCapacity:


[camel-kamelets] 02/02: Remove spurious description.

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 8d0da4aaedfcce28e15d8982193c5e4739271590
Author: Michael Anstis <ma...@redhat.com>
AuthorDate: Fri Mar 3 16:54:59 2023 +0000

    Remove spurious description.
---
 kamelets/aws-ddb-sink.kamelet.yaml                                      | 2 +-
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml
index f93d4617..639a6437 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", "ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", "af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", "ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", "sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", "ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", "cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       operation:
         title: Operation
-        description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
+        description: "The operation to perform."
         type: string
         enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index f93d4617..639a6437 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", "ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", "af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", "ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", "sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", "ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", "cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       operation:
         title: Operation
-        description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
+        description: "The operation to perform."
         type: string
         enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem