You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/25 10:03:50 UTC

[camel-k] branch release-2.0.x updated (7effed3d8 -> 44aeb223d)

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

pcongiusti pushed a change to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 7effed3d8 chore: bump next version to 2.0.1-SNAPSHOT
     new 49d55a9d9 fix(ci): run coverage only on golang code changes
     new b435584b3 chore(ci): validate only pkg changes
     new 60c93431c chore(ci): bump Tekton task
     new 44aeb223d fix(ci): update CLIs URL

The 4 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/actions/e2e-install-olm/action.yml             | 2 +-
 .github/actions/e2e-install-upgrade/action.yml         | 2 +-
 .github/workflows/coverage.yml                         | 2 ++
 .github/workflows/validate.yml                         | 4 ++++
 cicd/tekton/kamel-run/0.1/kamel-run.yaml               | 2 +-
 cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh | 4 ++--
 6 files changed, 11 insertions(+), 5 deletions(-)


[camel-k] 01/04: fix(ci): run coverage only on golang code changes

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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 49d55a9d9d2c486677635736af7af0c2a34ccdba
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:55:19 2023 +0200

    fix(ci): run coverage only on golang code changes
    
    Closes #4571
---
 .github/workflows/coverage.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index aaa3d0fb1..311386d0b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -19,6 +19,8 @@ name: Coverage report
 
 on:
   pull_request_target:
+    paths:
+      - 'pkg/**'
 
 jobs:
   report:


[camel-k] 03/04: chore(ci): bump Tekton task

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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 60c93431ce56e9d112e4a8350258eb602ab87bb0
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:15:43 2023 +0200

    chore(ci): bump Tekton task
---
 cicd/tekton/kamel-run/0.1/kamel-run.yaml               | 2 +-
 cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cicd/tekton/kamel-run/0.1/kamel-run.yaml b/cicd/tekton/kamel-run/0.1/kamel-run.yaml
index f6056c921..1c6c148da 100644
--- a/cicd/tekton/kamel-run/0.1/kamel-run.yaml
+++ b/cicd/tekton/kamel-run/0.1/kamel-run.yaml
@@ -19,7 +19,7 @@ spec:
   params:
     - name: camel-k-image
       description: The location of Camel K CLI image.
-      default: docker.io/apache/camel-k:1.12.0
+      default: docker.io/apache/camel-k:2.0.0
     - name: filename
       description: the Integration source we want to run
     - name: namespace
diff --git a/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh b/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
index 4fa768dde..10588d96a 100755
--- a/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
+++ b/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
@@ -20,8 +20,8 @@
 add_sidecar_registry ${TMPF}
 
 # Install Camel K operator
-wget https://github.com/apache/camel-k/releases/download/v1.12.0/camel-k-client-1.12.0-linux-64bit.tar.gz
-tar -xvf camel-k-client-1.12.0-linux-64bit.tar.gz
+wget https://github.com/apache/camel-k/releases/download/v2.0.0/camel-k-client-2.0.0-linux-amd64.tar.gz
+tar -xvf camel-k-client-2.0.0-linux-amd64.tar.gz
 ./kamel install --registry localhost:5000 --registry-insecure --wait
 
 # Add git-clone


[camel-k] 04/04: fix(ci): update CLIs URL

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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 44aeb223dbe1ea23bbb501562f6e5550e889e1cd
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:19:11 2023 +0200

    fix(ci): update CLIs URL
    
    Closes #4597
---
 .github/actions/e2e-install-olm/action.yml     | 2 +-
 .github/actions/e2e-install-upgrade/action.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/e2e-install-olm/action.yml b/.github/actions/e2e-install-olm/action.yml
index aa58d6046..a302a480e 100644
--- a/.github/actions/e2e-install-olm/action.yml
+++ b/.github/actions/e2e-install-olm/action.yml
@@ -61,7 +61,7 @@ runs:
     shell: bash
     run: |
       export KAMEL_VERSION=$(make get-last-released-version)
-      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz -o /tmp/kamel.tar.gz
+      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-amd64.tar.gz -o /tmp/kamel.tar.gz
       pushd /tmp && tar -zxf kamel.tar.gz && popd > /dev/null
       if [ ! -x /tmp/kamel ]; then
         echo "Error: No ${KAMEL_VERSION} downloaded correctly"
diff --git a/.github/actions/e2e-install-upgrade/action.yml b/.github/actions/e2e-install-upgrade/action.yml
index b80959e38..ec7610b0e 100644
--- a/.github/actions/e2e-install-upgrade/action.yml
+++ b/.github/actions/e2e-install-upgrade/action.yml
@@ -61,7 +61,7 @@ runs:
     shell: bash
     run: |
       export KAMEL_VERSION=$(make get-last-released-version)
-      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz -o /tmp/kamel.tar.gz
+      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-amd64.tar.gz -o /tmp/kamel.tar.gz
       pushd /tmp && tar -zxf kamel.tar.gz && popd > /dev/null
       if [ ! -x /tmp/kamel ]; then
         echo "Error: No ${KAMEL_VERSION} downloaded correctly"


[camel-k] 02/04: chore(ci): validate only pkg changes

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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b435584b3eb154b6559f8f579471353e55aa4876
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 11:27:05 2023 +0200

    chore(ci): validate only pkg changes
---
 .github/workflows/validate.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index e934d8062..abfb30782 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -22,10 +22,14 @@ on:
     branches:
       - main
       - "release-*"
+    paths:
+      - 'pkg/**'
   push:
     branches:
       - main
       - "release-*"
+    paths:
+      - 'pkg/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}