This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch prepar-1.10.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8382a12a5af0cf976255ef20c1085cf74b8a54f9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 3 11:47:48 2022 +0200

    Align to Camel-k-runtime 1.15.0 and camel-kamelets 0.9.1 tag
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 2cc246a15..bdc103167 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
        Version = "1.10.1-SNAPSHOT"
 
        // DefaultRuntimeVersion --
-       DefaultRuntimeVersion = "1.14.0"
+       DefaultRuntimeVersion = "1.15.0"
 
        // BuildahVersion --
        BuildahVersion = "1.23.3"
diff --git a/script/Makefile b/script/Makefile
index df9bdea7d..c779bc85a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -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-1472
 
 # 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.9.1
 
 # 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.

Reply via email to