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

[camel-k] 01/01: Bump Camel K Runtime to 1.9.x

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

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

commit 8e0e810c4ede20744a658b450f4b2813c05906f6
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Tue Aug 31 17:54:47 2021 +0200

    Bump Camel K Runtime to 1.9.x
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 6f5369a..7f76b74 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
 	Version = "1.6.0-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
-	DefaultRuntimeVersion = "1.8.0"
+	DefaultRuntimeVersion = "1.9.0-SNAPSHOT"
 
 	// BuildahVersion --
 	BuildahVersion = "1.14.0"
diff --git a/script/Makefile b/script/Makefile
index b4b3a1b..701cf0c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 1.6.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
 LAST_RELEASED_VERSION := 1.5.0
-RUNTIME_VERSION := 1.8.0
+RUNTIME_VERSION := 1.9.0-SNAPSHOT
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1
 INSTALL_DEFAULT_KAMELETS := true