This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from de123db fix(RBAC): Add permission to send termination signals to builder pods new 0b5c874 Fix #2132: Allow Maven build extensions to be added new 3ec9250 chore #2132: Add unit test new 20f3ed8 chore #2132: Add documentaion The 3 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: config/crd/bases/camel.apache.org_builds.yaml | 16 ++ .../camel.apache.org_integrationplatforms.yaml | 32 ++++ .../1.5.0-snapshot/camel.apache.org_builds.yaml | 16 ++ .../camel.apache.org_integrationplatforms.yaml | 32 ++++ docs/modules/ROOT/pages/configuration/maven.adoc | 168 +++++++++++++++++++++ helm/camel-k/crds/crd-build.yaml | 16 ++ helm/camel-k/crds/crd-integration-platform.yaml | 32 ++++ pkg/apis/camel/v1/common_types.go | 8 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 5 + pkg/builder/quarkus.go | 3 + pkg/cmd/install.go | 22 +++ pkg/cmd/install_test.go | 8 + pkg/resources/resources.go | 8 +- pkg/util/maven/maven_types.go | 5 +- 14 files changed, 362 insertions(+), 9 deletions(-)