This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from 48ad553b Kafka secured kamelets: Fixed description add e2d3b014 Updated CHANGELOG.md add 28f4ddc9 Updated CHANGELOG.md add ff8914ea Added ssl support to mongodb kamelets. No new revisions were added by this update. Summary of changes: CHANGELOG.md | 9 + .../mongodb-changes-stream-source.kamelet.yaml | 26 ++- kamelets/mongodb-sink.kamelet.yaml | 26 ++- kamelets/mongodb-source.kamelet.yaml | 26 ++- library/camel-kamelets-utils/pom.xml | 7 + .../utils/mongodb/SslAwareMongoClient.java | 245 +++++++++++++++++++++ .../mongodb-changes-stream-source.kamelet.yaml | 26 ++- .../resources/kamelets/mongodb-sink.kamelet.yaml | 26 ++- .../resources/kamelets/mongodb-source.kamelet.yaml | 26 ++- 9 files changed, 399 insertions(+), 18 deletions(-) create mode 100644 library/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/mongodb/SslAwareMongoClient.java