This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 6788e24 chore(release): fix helm release new 5f187a7 Add support for capabilities new 6853327 Use env var to enable stagin profile The 2 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. Summary of changes: build/maven/pom-runtime.xml | 8 +-- ...yaml => camel-catalog-1.1.1-SNAPSHOT-main.yaml} | 21 ++++++-- ...l => camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml} | 21 ++++++-- deploy/resources.go | 16 ++++++ examples/greetings.groovy | 2 +- pkg/apis/camel/v1/common_types.go | 17 +++++-- pkg/apis/camel/v1/zz_generated.deepcopy.go | 28 ++++++++++ pkg/trait/dependencies.go | 8 +-- pkg/trait/probes.go | 39 +++++++++----- pkg/trait/probes_test.go | 46 ++++++++++++++++- pkg/trait/rest-dsl.go | 26 ++++++++++ pkg/trait/rest-dsl_test.go | 59 +++++++++++++++++++++- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 9 ++-- 14 files changed, 257 insertions(+), 45 deletions(-) copy deploy/{camel-catalog-1.1.0-main.yaml => camel-catalog-1.1.1-SNAPSHOT-main.yaml} (99%) copy deploy/{camel-catalog-1.1.0-quarkus.yaml => camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml} (97%)