You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/02/01 10:35:35 UTC

[camel-k] branch squakez-patch-1 created (now 956ee3c23)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 956ee3c23 chore: move back to proper kamelet tag

This branch includes the following new commits:

     new 956ee3c23 chore: move back to proper kamelet tag

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: chore: move back to proper kamelet tag

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 956ee3c23a9c759c4989ec667c22328828014cda
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Feb 1 11:35:28 2023 +0100

    chore: move back to proper kamelet tag
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 79d38a6d0..d6c1c5d86 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -80,7 +80,7 @@ STAGING_RUNTIME_REPO :=
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Optional tag for the default Kamelet catalog (change this to a tag before release)
-KAMELET_CATALOG_REPO_TAG := main
+KAMELET_CATALOG_REPO_TAG := v0.9.4
 
 # 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.