This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 951158b06bf5c0d60a25cab59006fd02552dabc9 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 5 07:06:17 2022 +0200 Next is 1.10.1-SNAPSHOT --- script/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/Makefile b/script/Makefile index 8f3a4e555..32ec90aed 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,9 +14,9 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION ?= 1.10.0 +VERSION ?= 1.10.1-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION := 1.9.2 +LAST_RELEASED_VERSION := 1.10.0 RUNTIME_VERSION := 1.14.0 BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 @@ -75,7 +75,7 @@ OPM := opm # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1465/ +STAGING_RUNTIME_REPO := # Define here the repo containing the default Kamelet catalog (if any) KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
