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 <[email protected]> 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:
