This is an automated email from the ASF dual-hosted git repository.
squakez pushed a change to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from c44a51510 chore: nightly automatic updates
new 46b98e7a4 chore(trait): drop maven profile
new f06598224 chore(trait): verify master SA
new 954ff9805 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 | 44 ++++++++----
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 | 24 +++----
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, 137 insertions(+), 248 deletions(-)