This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from df638f5ec chore (docs): add a note about security requirements on macOS
new 9083b9c21 fix(controller): camelcatalog default timeout
new 0aadb7e7f chore(api): make catalog timeout a Duration
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:
.../camel.apache.org_integrationplatforms.yaml | 8 ++++++
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 7 +++++
.../catalog_builder_test.go | 31 ++++++++++++++++++++++
e2e/support/test_support.go | 10 +++++++
helm/camel-k/crds/crd-integration-platform.yaml | 8 ++++++
pkg/apis/camel/v1/integrationplatform_types.go | 2 ++
.../camel/v1/integrationplatform_types_support.go | 10 ++++++-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 5 ++++
.../camel/v1/integrationplatformbuildspec.go | 27 ++++++++++++-------
pkg/controller/catalog/initialize.go | 26 +++++++++++++++---
pkg/platform/defaults.go | 28 ++++++++++++++++---
11 files changed, 144 insertions(+), 18 deletions(-)