This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 46fa770 Fix #613: Fix doc formatting new 231b109 chore: Migrate from OpenShift deprecated API new 940746c chore(replicas): Use JSON merge patch to update deployment replicas new 7e6d00e feat: Generic patching of integration resources in running phase new c4c00d6 fix: Add missing labels to route resources new f797de8 feat: Patch generation labels of integration resources used by GC trait new f758178 chore: Rely on generic patching to reconcile deployment replicas for running integrations new 7e97939 chore: Rely on generic patching to reconcile Knative service scaling annotations for running integrations new 38f5b5f chore: fix typo new a3c3cf4 chore: Remove conflict checking as patch is now used instead of update new 755d061 feat: Use JSON merge patch to update integration status new 6cf412a chore: Use reflection to compute positive JSON merge patch new 57f5d83 chore: Remove empty maps recursively from JSON merge patch new 93c3d2b chore(patch): Skip patch requests for empty JSON merge patches The 13 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: .../integration/integration_controller.go | 30 +---- pkg/controller/integration/monitor.go | 3 +- pkg/trait/affinity.go | 2 +- pkg/trait/classpath.go | 3 +- pkg/trait/container.go | 2 +- pkg/trait/debug.go | 2 +- pkg/trait/deployer.go | 130 ++++++++++++++++++++- pkg/trait/deployment.go | 46 +++----- pkg/trait/deployment_test.go | 10 +- pkg/trait/environment.go | 2 +- pkg/trait/gc.go | 36 +++--- pkg/trait/gc_test.go | 2 +- pkg/trait/ingress.go | 2 +- pkg/trait/istio.go | 6 +- pkg/trait/jolokia.go | 2 +- pkg/trait/jolokia_test.go | 2 +- pkg/trait/knative.go | 2 +- pkg/trait/knative_service.go | 58 ++++----- pkg/trait/owner.go | 2 +- pkg/trait/probes.go | 8 +- pkg/trait/prometheus.go | 2 +- pkg/trait/route.go | 14 ++- pkg/trait/service.go | 4 +- pkg/trait/trait.go | 7 -- pkg/trait/trait_catalog.go | 6 +- pkg/util/kubernetes/collection.go | 6 +- 26 files changed, 232 insertions(+), 157 deletions(-)