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/08/10 10:29:14 UTC

[camel-k] branch main updated (781d776a4 -> 2faae69b7)

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

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


    from 781d776a4 chore: nightly coverage badge update
     new 2bc259828 chore(ci): Upgrade telemetry otlp collector version
     new 26d97477e chore(ci): github action setup-go@v4
     new 2faae69b7 chore(ci): github action checkout@v3

The 3 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-telemetry/action.yml | 2 +-
 .github/workflows/common.yml             | 2 +-
 .github/workflows/coverage.yml           | 2 +-
 .github/workflows/install.yml            | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)


[camel-k] 03/03: chore(ci): github action checkout@v3

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

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

commit 2faae69b759cd2ca583bd18c21631356e0c03b82
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Aug 9 15:54:54 2023 +0200

    chore(ci): github action checkout@v3
---
 .github/workflows/common.yml  | 2 +-
 .github/workflows/install.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml
index 1be486dc5..627ea36e7 100644
--- a/.github/workflows/common.yml
+++ b/.github/workflows/common.yml
@@ -99,7 +99,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 37a8c0ee2..7c1e0c5bd 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -98,7 +98,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive
@@ -122,7 +122,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive


[camel-k] 02/03: chore(ci): github action setup-go@v4

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

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

commit 26d97477ee5982def9176e18608cdaf416d18803
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Aug 9 15:54:22 2023 +0200

    chore(ci): github action setup-go@v4
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 18d54fa65..fd9ee8d93 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
 
       - name: Setup go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
           go-version: '1.20'
           check-latest: true


[camel-k] 01/03: chore(ci): Upgrade telemetry otlp collector version

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

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

commit 2bc259828ba68012e859aa7417275185cb7e039c
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Aug 9 15:53:32 2023 +0200

    chore(ci): Upgrade telemetry otlp collector version
---
 .github/actions/e2e-telemetry/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/e2e-telemetry/action.yml b/.github/actions/e2e-telemetry/action.yml
index b7af6187b..c5909ef0d 100644
--- a/.github/actions/e2e-telemetry/action.yml
+++ b/.github/actions/e2e-telemetry/action.yml
@@ -103,7 +103,7 @@ runs:
     uses: ./.github/actions/kamel-install-otlp-collector
     with:
       otlp-collector-image-name: otel/opentelemetry-collector
-      otlp-collector-image-version: 0.75.0
+      otlp-collector-image-version: 0.82.0
 
   - id: report-problematic
     name: List Tests Marked As Problematic