This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from a6f223656 Fix grammar in integration-kit.adoc
new b1b70e0fb fix: camel-k ignores changes to traits configured using
annotations #3479
new beff4641a fix: resolve pr review findings #3479
new e7bc5ecca fix: KameletBinding vs Integration traits comparison shouyld
be based on the traits configured on the KameletBinding only #3479
The 3 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:
.../common/kamelet_binding_with_image_test.go | 116 +++++++++++
e2e/support/test_support.go | 44 ++++
.../integration/integration_controller.go | 203 ++++++++++--------
pkg/controller/integration/kits.go | 69 ++++---
pkg/controller/integration/kits_test.go | 10 +-
.../kameletbinding/kamelet_binding_controller.go | 15 ++
pkg/controller/kameletbinding/monitor.go | 16 +-
pkg/trait/util.go | 228 ++++++++++++++++++++-
pkg/trait/util_test.go | 177 +++++++++++++++-
pkg/util/digest/digest.go | 4 +
pkg/util/kubernetes/util.go | 3 +-
11 files changed, 757 insertions(+), 128 deletions(-)
create mode 100644 e2e/global/common/kamelet_binding_with_image_test.go