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 61ae909d64d4b5c5b87546f7078610141565e83d Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu May 5 15:07:27 2022 +0200 Updated camel-k-runtime version to the latest snapshot --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 878e90025..c29c87949 100644 --- a/script/Makefile +++ b/script/Makefile @@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.10.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION := 1.9.2 -RUNTIME_VERSION := 1.13.0 +RUNTIME_VERSION := 1.14.0-SNAPSHOT BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 INSTALL_DEFAULT_KAMELETS := true
