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 97219422 chore: Improve AWS DDB E2E tests add c1d82fc9 Updated CHANGELOG.md add c396496e chore: Add Slack Kamelets E2E tests No new revisions were added by this update. Summary of changes: CHANGELOG.md | 52 +++++++- kamelets/slack-source.kamelet.yaml | 9 +- .../resources/kamelets/slack-source.kamelet.yaml | 9 +- .../src/test/resources/avro/README.md | 2 +- .../src/test/resources/aws/s3/README.md | 10 +- .../src/test/resources/aws/sqs/README.md | 8 +- .../src/test/resources/protobuf/README.md | 2 +- .../src/test/resources/slack/README.md | 43 +++++++ .../slack-sink-pipe.yaml} | 18 +-- .../slack-sink.feature} | 47 +++++--- .../slack-source-pipe.yaml} | 16 +-- .../src/test/resources/slack/slack-source.feature | 132 +++++++++++++++++++++ .../resources/{kafka => slack}/yaks-config.yaml | 24 ++-- .../src/test/resources/transformation/README.md | 2 +- 14 files changed, 311 insertions(+), 63 deletions(-) create mode 100644 tests/camel-kamelets-itest/src/test/resources/slack/README.md copy tests/camel-kamelets-itest/src/test/resources/{openapi/rest-openapi-sink-pipe.yaml => slack/slack-sink-pipe.yaml} (81%) copy tests/camel-kamelets-itest/src/test/resources/{transformation/extract-field-action.feature => slack/slack-sink.feature} (50%) copy tests/camel-kamelets-itest/src/test/resources/{aws/s3/knative-to-log.yaml => slack/slack-source-pipe.yaml} (81%) create mode 100644 tests/camel-kamelets-itest/src/test/resources/slack/slack-source.feature copy tests/camel-kamelets-itest/src/test/resources/{kafka => slack}/yaks-config.yaml (83%)