This is an automated email from the ASF dual-hosted git repository.
squakez pushed a change to branch release-2.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from d3e8133c8 chore: nightly automatic updates
new 047e35916 chore(trait): drop maven profile
new 021f4baa7 chore(trait): verify master SA
new 42b4573a7 feat(platform): provide maven repo allow list
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:
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 8 +--
docs/modules/traits/pages/builder.adoc | 5 +-
e2e/common/misc/maven_repository_test.go | 7 +-
helm/camel-k/crds/camel-k-crds.yaml | 78 +++++-----------------
pkg/apis/camel/v1/maven_types.go | 5 +-
pkg/apis/camel/v1/trait/builder.go | 7 +-
pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 4 +-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 4 +-
pkg/builder/project.go | 24 -------
.../applyconfiguration/camel/v1/mavenbuildspec.go | 10 +--
.../camel/applyconfiguration/camel/v1/mavenspec.go | 15 ++---
pkg/platform/platform.go | 21 ++++++
.../config/crd/bases/camel.apache.org_builds.yaml | 8 +--
.../bases/camel.apache.org_integrationkits.yaml | 6 +-
.../camel.apache.org_integrationplatforms.yaml | 20 ++----
.../camel.apache.org_integrationprofiles.yaml | 20 ++----
.../crd/bases/camel.apache.org_integrations.yaml | 12 +---
.../config/crd/bases/camel.apache.org_pipes.yaml | 12 +---
pkg/trait/builder.go | 22 ++----
pkg/trait/builder_test.go | 41 ------------
pkg/trait/camel.go | 8 +++
pkg/trait/master.go | 7 ++
pkg/trait/master_test.go | 10 +++
23 files changed, 112 insertions(+), 242 deletions(-)