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

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


The following commit(s) were added to refs/heads/main by this push:
     new 409b355  chore(ci): upgrade Knative versions in CI to latest possible
409b355 is described below

commit 409b35512ecaf3e849ddd1861380184d9679b0a2
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Mon Jun 21 15:50:50 2021 +0900

    chore(ci): upgrade Knative versions in CI to latest possible
    
    Due to #2195 and #2343, eventing is still required to stay lower than
    v0.18.0.
---
 .github/workflows/knative.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index f2a1386..7ad1b0a 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -94,10 +94,10 @@ jobs:
         # Prerequisites
         sudo pip install yq
 
-        export SERVING_VERSION=v0.16.0
-        export EVENTING_VERSION=v0.16.2
-        export KOURIER_VERSION=v0.16.0
-        export SOURCES_VERSION=v0.16.0
+        export SERVING_VERSION=v0.23.1
+        export EVENTING_VERSION=v0.17.9
+        export KOURIER_VERSION=v0.23.0
+        export SOURCES_VERSION=v0.17.8
 
         # Serving
         kubectl apply --filename 
https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml
@@ -218,10 +218,10 @@ jobs:
           # Prerequisites
           sudo pip install yq
 
-          export SERVING_VERSION=v0.16.0
-          export EVENTING_VERSION=v0.16.2
-          export KOURIER_VERSION=v0.16.0
-          export SOURCES_VERSION=v0.16.0
+          export SERVING_VERSION=v0.23.1
+          export EVENTING_VERSION=v0.17.9
+          export KOURIER_VERSION=v0.23.0
+          export SOURCES_VERSION=v0.17.8
 
           # Serving
           kubectl apply --filename 
https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml

Reply via email to