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 b7e6b9d  Add missing classpath locations for external kits
     new 58b9141  chore: Upgrade controller-runtime to version 0.7.2
     new 0c24b3f  chore: Remove uneeded DeepCopyObject calls before Update/Patch
     new 2b06b9a  fix: Do not rely on default controller-runtime 
EventBroadcaster
     new 3a3b0bc  fix: Do not sink events when the operator lacks Event 
permissions
     new 629c302  fix: Events sink is already started by controller runtime

The 5 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:
 addons/master/master.go                            |   5 +-
 e2e/common/traits/pdb_test.go                      |   6 +-
 e2e/support/test_support.go                        |  68 ++++++-------
 go.mod                                             |   9 +-
 go.sum                                             |  33 ++++--
 pkg/builder/s2i/publisher.go                       |   8 +-
 pkg/cmd/install.go                                 |   2 +-
 pkg/cmd/kit_create.go                              |   7 +-
 pkg/cmd/operator/operator.go                       |  32 +++---
 pkg/cmd/run.go                                     |  34 +++----
 pkg/controller/build/build_controller.go           |  21 ++--
 .../integration/integration_controller.go          | 112 +++++++++++----------
 .../integrationkit/integrationkit_controller.go    |  58 +++++------
 .../integrationplatform_controller.go              |  39 +++----
 pkg/controller/kamelet/kamelet_controller.go       |  39 +++----
 .../kameletbinding/kamelet_binding_controller.go   |  39 +++----
 pkg/event/broadcaster.go                           |  62 ++++++++++++
 pkg/install/cluster.go                             |  19 ++--
 pkg/install/common.go                              |  33 +++---
 pkg/install/kamelets.go                            |  30 +++---
 pkg/install/operator.go                            |   3 +-
 pkg/install/secret.go                              |   7 +-
 pkg/platform/defaults.go                           |  26 ++---
 pkg/trait/deployer.go                              |  23 ++---
 pkg/trait/trait_types.go                           |   7 +-
 pkg/util/knative/knative.go                        |  42 ++++----
 pkg/util/kubernetes/collection.go                  |  18 ++--
 pkg/util/kubernetes/loader.go                      |  17 +++-
 pkg/util/kubernetes/replace.go                     |  33 ++----
 pkg/util/kubernetes/wait.go                        |  15 ++-
 pkg/util/maven/maven_settings.go                   |  15 ++-
 pkg/util/maven/maven_settings_test.go              |   5 +-
 pkg/util/monitoring/controller.go                  |   9 +-
 pkg/util/patch/patch.go                            |   5 +-
 34 files changed, 464 insertions(+), 417 deletions(-)
 create mode 100644 pkg/event/broadcaster.go

Reply via email to