This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
from b834ff921 [TEST] Add kamel reset test new b5dab9b69 feat(gc): Use SelfSubjectRulesReview to scan for garbage collectable resources new 66ff9e59d feat(gc): Rate limit Discovery and SelfSubjectRulesReview requests new 4e73aaee9 chore(gc): Fix lint errors new 9d094d71c feat(gc): Skip GC for first integration generation new 22f4fed6a fix: Use status change predicate to filter updates on owned resources new 33d84e528 chore(trait): Add an option to disable SSA in deployer trait 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: docs/modules/traits/pages/deployer.adoc | 5 + go.mod | 1 + .../integration/integration_controller.go | 7 +- pkg/controller/integration/predicate.go | 57 +++++++ pkg/resources/resources.go | 4 +- pkg/trait/deployer.go | 5 +- pkg/trait/gc.go | 183 ++++++++++++--------- pkg/trait/gc_test.go | 16 +- resources/traits.yaml | 5 + 9 files changed, 197 insertions(+), 86 deletions(-) create mode 100644 pkg/controller/integration/predicate.go