This is an automated email from the ASF dual-hosted git repository.

tsato pushed a change to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 2d8ba4839 [TEST] Add kamel reset test
     new f841aa6d9 feat(gc): Use SelfSubjectRulesReview to scan for garbage 
collectable resources
     new 92ef377dc feat(gc): Rate limit Discovery and SelfSubjectRulesReview 
requests
     new d5711f644 chore(gc): Fix lint errors
     new 3b5d83595 feat(gc): Skip GC for first integration generation
     new 7cdb9220b fix: Use status change predicate to filter updates on owned 
resources
     new 8f64c6b53 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 +
 go.sum                                             |   3 +-
 pkg/cmd/run_test.go                                |   4 +-
 .../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 +
 11 files changed, 201 insertions(+), 89 deletions(-)
 create mode 100644 pkg/controller/integration/predicate.go

Reply via email to