This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.10.x by this push: new 197fb11ef fix: correct runtime is 1.15.3-SNAPSHOT 197fb11ef is described below commit 197fb11efea605c69334b8a74629434041996b54 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Mar 8 10:57:03 2023 +0100 fix: correct runtime is 1.15.3-SNAPSHOT --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 20b7e7013..827cdb430 100644 --- a/script/Makefile +++ b/script/Makefile @@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.10.5-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION ?= 1.10.4 -RUNTIME_VERSION := 1.15.4-SNAPSHOT +RUNTIME_VERSION := 1.15.3-SNAPSHOT BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 CONTROLLER_GEN_VERSION := v0.6.1