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/03/01 05:34:01 UTC

[camel-kamelets] branch main updated: fix(ci): Bump Camel K version to 1.7.0

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


The following commit(s) were added to refs/heads/main by this push:
     new 462e40f  fix(ci): Bump Camel K version to 1.7.0
462e40f is described below

commit 462e40f0eeb1a0f84e3f3a6cdffcd44ee65fe6f9
Author: Christoph Deppisch <cd...@redhat.com>
AuthorDate: Mon Feb 28 19:52:51 2022 +0100

    fix(ci): Bump Camel K version to 1.7.0
---
 .github/workflows/test.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 3b3f3a4..b381171 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -41,8 +41,8 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  CAMEL_K_VERSION: 1.5.0
-  YAKS_VERSION: 0.7.0
+  CAMEL_K_VERSION: 1.7.0
+  YAKS_VERSION: 0.8.0
   YAKS_IMAGE_NAME: "docker.io/citrusframework/yaks"
 
 jobs: