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 64a410c Updated CHANGELOG.md new 2b63e75 feat: Consistent Integration scale status new b5b8f81 chore: Remove build Pods watch new 1c9e062 chore: Limit Pods caching by Integration label selector new e95c94f fix: Do not use cached client to create and retrieve build Pod new acfd3ec fix: Do not use cached client to get Kaniko warmer Pod new 98a0809 chore(test): Account for platform reconcilation errors in metrics e2e tests The 6 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: e2e/common/operator_metrics_test.go | 18 +- pkg/cmd/operator/operator.go | 57 ++++- pkg/controller/build/build_controller.go | 83 ++----- pkg/controller/build/build_pod.go | 19 +- pkg/controller/build/initialize_pod.go | 11 +- pkg/controller/build/monitor_pod.go | 11 +- .../integration/integration_controller.go | 243 ++++++++------------- pkg/controller/integration/monitor.go | 44 ++-- .../integrationplatform_controller.go | 7 +- pkg/controller/integrationplatform/warm.go | 12 +- pkg/controller/integrationplatform/warm_test.go | 6 +- pkg/platform/operator.go | 22 +- 12 files changed, 246 insertions(+), 287 deletions(-)