This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch align-for-1.12.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit edb9d82e38b832e50b1fc36a14ce15bd70c77b4e Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 20 10:28:01 2023 +0100 Camel-K-runtime: Point to 1.17.0 staging Signed-off-by: Andrea Cosentino <[email protected]> --- script/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Makefile b/script/Makefile index 3e0f88ac6..9977846ca 100644 --- a/script/Makefile +++ b/script/Makefile @@ -23,7 +23,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.12.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION ?= 1.11.1 -RUNTIME_VERSION := 1.17.0-SNAPSHOT +RUNTIME_VERSION := 1.17.0 BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 CONTROLLER_GEN_VERSION := v0.6.1 @@ -79,7 +79,7 @@ OPM := opm # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := +STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1528/ # Kamelets options INSTALL_DEFAULT_KAMELETS ?= true
