This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch release-1.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 12056d9 Fix a little typo good for testing backport action new d146369 Fix #1928: use "id" property in kamelet binding for adding specific configuration new 94f604b Fix #1939: workaround for catalogs with duplicate entries new 06fd19f Fix #1986: use properties instead of URL encoding for Kamelets in bindings new 3c2074a chore(test): remove old test The 4 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: .../kamelet-autoload-specific.feature | 23 +++++++++++++++++ .../kamelet-autoload.feature | 21 ++++++++++++++++ .../kamelet-binding-autoload/secret-default.yaml | 10 ++++++++ .../kamelet-binding-autoload/secret-specific.yaml | 11 ++++++++ .../timer-source.kamelet.yaml | 8 +----- .../yaks-config.yaml | 6 ++--- pkg/apis/camel/v1alpha1/kamelet_types.go | 7 ++++-- pkg/apis/camel/v1alpha1/kamelet_types_support.go | 10 ++++++++ pkg/controller/kameletbinding/common.go | 19 ++++++++++++++ pkg/kamelet/initialize.go | 18 ++++++++++++-- pkg/util/bindings/api.go | 2 ++ pkg/util/bindings/bindings_test.go | 29 ++++++++++++++++++++-- pkg/util/bindings/kamelet.go | 26 ++++++++++++++++--- pkg/util/camel/camel_runtime_catalog.go | 9 +++++++ script/gen_release_notes.sh | 4 +-- 15 files changed, 181 insertions(+), 22 deletions(-) create mode 100644 e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature create mode 100644 e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload.feature create mode 100644 e2e/yaks/common/kamelet-binding-autoload/secret-default.yaml create mode 100644 e2e/yaks/common/kamelet-binding-autoload/secret-specific.yaml copy e2e/yaks/common/{kamelet-binding => kamelet-binding-autoload}/timer-source.kamelet.yaml (92%) copy e2e/yaks/common/{kamelet => kamelet-binding-autoload}/yaks-config.yaml (90%)