This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1.11.0-prepare in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 1a19682c63558080600ae5b69ed5ab8c9ebe8e57 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Dec 6 09:46:01 2022 +0100 Prepare for release 1.11.0: Aligning to Camel Kamelets 0.10.0 and camel-k-runtime 1.16.0 Signed-off-by: Andrea Cosentino <[email protected]> --- script/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/Makefile b/script/Makefile index 3b3ebb06d..e1f3a174c 100644 --- a/script/Makefile +++ b/script/Makefile @@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.11.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION ?= 1.10.3 -RUNTIME_VERSION := 1.16.0-SNAPSHOT +RUNTIME_VERSION := 1.16.0 BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 INSTALL_DEFAULT_KAMELETS := true @@ -75,12 +75,12 @@ 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-1499 # Define here the repo containing the default Kamelet catalog (if any) KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git # Optional branch for the default Kamelet catalog (change this to a tag before release) -KAMELET_CATALOG_REPO_BRANCH := v0.9.0 +KAMELET_CATALOG_REPO_BRANCH := v0.10.0 # When performing integration tests, it is not necessary to always execute build, especially # in e2e tests when lots of tests are being executed sequentially & the build has already taken place.
