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 df59096ab chore(e2e): added observed generation check new 2b0a4348a chore(api): Add validation to trait enum parameters in CRDs new 4a12ebc1d fix(api): Quarkus package type validation should not apply to array 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: .../bases/camel.apache.org_integrationkits.yaml | 3 + .../camel.apache.org_integrationplatforms.yaml | 92 +++++++++++++++++++++- .../crd/bases/camel.apache.org_integrations.yaml | 46 ++++++++++- .../bases/camel.apache.org_kameletbindings.yaml | 46 ++++++++++- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 4 +- docs/modules/traits/pages/cron.adoc | 2 +- docs/modules/traits/pages/knative-service.adoc | 2 +- helm/camel-k/crds/crd-integration-kit.yaml | 3 + helm/camel-k/crds/crd-integration-platform.yaml | 92 +++++++++++++++++++++- helm/camel-k/crds/crd-integration.yaml | 46 ++++++++++- helm/camel-k/crds/crd-kamelet-binding.yaml | 46 ++++++++++- pkg/apis/camel/v1/trait/container.go | 1 + pkg/apis/camel/v1/trait/cron.go | 3 +- pkg/apis/camel/v1/trait/deployer.go | 1 + pkg/apis/camel/v1/trait/gc.go | 1 + pkg/apis/camel/v1/trait/knative_service.go | 4 +- pkg/apis/camel/v1/trait/logging.go | 1 + pkg/apis/camel/v1/trait/quarkus.go | 1 + pkg/apis/camel/v1/trait/route.go | 2 + pkg/apis/camel/v1/trait/service.go | 1 + pkg/resources/resources.go | 20 ++--- resources/traits.yaml | 4 +- 22 files changed, 387 insertions(+), 34 deletions(-)