You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/11/08 15:19:59 UTC

[camel-k] branch main updated: fix(e2e): Update latest released version to fix upgrade tests

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 447c81b  fix(e2e): Update latest released version to fix upgrade tests
447c81b is described below

commit 447c81b095874f134fefc3a70ca0d33f9a3bdeb7
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Nov 8 11:07:50 2021 +0100

    fix(e2e): Update latest released version to fix upgrade tests
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 3a584cb..efe62d9 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 1.7.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.6.0
+LAST_RELEASED_VERSION := 1.6.1
 RUNTIME_VERSION := 1.10.0-SNAPSHOT
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1