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 2022/12/16 09:00:54 UTC

[camel-k] 02/03: chore: run `make bump`

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 2ae6e6a141c51ac2e1c800d2971fa8ff81ec9962
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Dec 15 16:53:04 2022 +0100

    chore: run `make bump`
---
 .github/workflows/automatic-updates.yml | 6 +++---
 .github/workflows/release.yml           | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/automatic-updates.yml b/.github/workflows/automatic-updates.yml
index 98c331b8e..49fe5bc1e 100644
--- a/.github/workflows/automatic-updates.yml
+++ b/.github/workflows/automatic-updates.yml
@@ -42,11 +42,11 @@ jobs:
       with:
         branch-ref: "release-1.10.x"
 
-  v1_8_x:
+  v1_11_x:
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-20.04
     steps:
-    - name: Automatic updates on release-1.8.x
+    - name: Automatic updates on release-1.11.x
       uses: ./.github/actions/automatic-updates
       with:
-        branch-ref: "release-1.8.x"
+        branch-ref: "release-1.11.x"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 125670859..8e9db0a54 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,15 +57,15 @@ jobs:
         secretDockerHubPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
 
-  v1_8_x:
+  v1_11_x:
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-20.04
     steps:
-    - name: release-1.8.x nightly
+    - name: release-1.11.x nightly
       uses: ./.github/actions/release-nightly
       with:
-        branch-ref: "release-1.8.x"
-        goVersion: "1.16.x"
+        branch-ref: "release-1.11.x"
+        goVersion: "1.17.x"
         javaVersion: "11"
         secretE2ECluster: ${{ secrets.E2E_CLUSTER_CONFIG }}
         secretE2EKube: ${{ secrets.E2E_KUBE_CONFIG }}