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
The following commit(s) were added to refs/heads/release-1.10.x by this push: new 3dd13cd0d Point to Kamelets catalog v0.9.4 3dd13cd0d is described below commit 3dd13cd0d405c8717f34ce9651c54489faa64a66 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 24 18:18:26 2023 +0100 Point to Kamelets catalog v0.9.4 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 57fa3a32d..403b54eca 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 := v0.9.3 +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.