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 2022/11/22 11:22:11 UTC

[camel-kamelets] branch 0.9.x updated (d2a4d555 -> f25e8580)

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

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


    from d2a4d555 FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink
     new 0197cec7 JSLT Action - Fix too many slashes in example of template
     new f25e8580 Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests

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:
 .github/workflows/yaks-tests.yaml                                   | 6 +++---
 kamelets/jslt-action.kamelet.yaml                                   | 2 +-
 .../src/main/resources/kamelets/jslt-action.kamelet.yaml            | 2 +-
 test/aws-ddb-sink/aws-ddb-sink-binding.yaml                         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)


[camel-kamelets] 02/02: Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f25e85800809417583100bdffe17f8cca2ee9a2f
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Tue Nov 22 19:33:25 2022 +0900

    Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests
---
 .github/workflows/yaks-tests.yaml           | 6 +++---
 test/aws-ddb-sink/aws-ddb-sink-binding.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/yaks-tests.yaml b/.github/workflows/yaks-tests.yaml
index 8dd7007d..46acc626 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -41,8 +41,8 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  CAMEL_K_VERSION: 1.8.2
-  YAKS_VERSION: 0.9.0-202203140033
+  CAMEL_K_VERSION: 1.10.3
+  YAKS_VERSION: 0.11.0
   YAKS_IMAGE_NAME: "docker.io/yaks/yaks"
   YAKS_RUN_OPTIONS: "--timeout=15m"
 
@@ -75,7 +75,7 @@ jobs:
         rm -r _kamel
     - name: Get YAKS CLI
       run: |
-        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
+        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
         mkdir -p _yaks
         tar -zxf yaks.tar.gz --directory ./_yaks
         sudo mv ./_yaks/yaks /usr/local/bin/
diff --git a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
index dd048560..2f5d75fb 100644
--- a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
+++ b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
@@ -33,7 +33,7 @@ spec:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: log-sink
-        propeties:
+        properties:
           showHeaders: true
   sink:
     ref:


[camel-kamelets] 01/02: JSLT Action - Fix too many slashes in example of template

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0197cec722cfab566f45cb06b39bcebd6466e463
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Mon Nov 21 18:49:22 2022 +0900

    JSLT Action - Fix too many slashes in example of template
---
 kamelets/jslt-action.kamelet.yaml                                       | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/jslt-action.kamelet.yaml b/kamelets/jslt-action.kamelet.yaml
index ebd84fe8..b255c213 100644
--- a/kamelets/jslt-action.kamelet.yaml
+++ b/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
index ebd84fe8..b255c213 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"