This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 2d9eb17 Updated CHANGELOG.md 2d9eb17 is described below commit 2d9eb179ca5a8b3c37ed9e50e9186a88635a96d7 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Feb 13 03:06:47 2021 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfda60..3dcd01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,11 @@ **Merged pull requests:** +- Cleanup the check state logic on the KafkaConnectEmbeddedService [\#1006](https://github.com/apache/camel-kafka-connector/pull/1006) ([orpiske](https://github.com/orpiske)) +- Rework the syslog integration tests to let JUnit handle camel's lifecycle in the test [\#1005](https://github.com/apache/camel-kafka-connector/pull/1005) ([orpiske](https://github.com/orpiske)) +- Avoid blocking connector initialization on SSH tests as it leads to failures on GH actions [\#1004](https://github.com/apache/camel-kafka-connector/pull/1004) ([orpiske](https://github.com/orpiske)) +- Re run failed tests automatically [\#1003](https://github.com/apache/camel-kafka-connector/pull/1003) ([orpiske](https://github.com/orpiske)) +- Bump Testcontainers to version 1.15.2 [\#1002](https://github.com/apache/camel-kafka-connector/pull/1002) ([oscerd](https://github.com/oscerd)) - Avoid creating everything from scratch for every Cassandra sink test [\#999](https://github.com/apache/camel-kafka-connector/pull/999) ([orpiske](https://github.com/orpiske)) - Regen connectors with descriptions [\#995](https://github.com/apache/camel-kafka-connector/pull/995) ([oscerd](https://github.com/oscerd)) - Improve description of connector in documentation [\#993](https://github.com/apache/camel-kafka-connector/pull/993) ([oscerd](https://github.com/oscerd)) @@ -809,7 +814,6 @@ - Release0.1.0 [\#154](https://github.com/apache/camel-kafka-connector/pull/154) ([valdar](https://github.com/valdar)) - Fixed github action issue with never released builts. [\#153](https://github.com/apache/camel-kafka-connector/pull/153) ([valdar](https://github.com/valdar)) - Upgrade testcontainers to version 1.14.1 [\#152](https://github.com/apache/camel-kafka-connector/pull/152) ([oscerd](https://github.com/oscerd)) -- Added gpg key for valdar. [\#139](https://github.com/apache/camel-kafka-connector/pull/139) ([valdar](https://github.com/valdar)) ## [camel-kafka-connector-0.1.0](https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-0.1.0) (2020-04-25) @@ -855,6 +859,7 @@ **Merged pull requests:** - Moved from camel-core to camel-core-engine as a dependecnies. [\#140](https://github.com/apache/camel-kafka-connector/pull/140) ([valdar](https://github.com/valdar)) +- Added gpg key for valdar. [\#139](https://github.com/apache/camel-kafka-connector/pull/139) ([valdar](https://github.com/valdar)) - Test code fixes for the auto-generated connectors [\#138](https://github.com/apache/camel-kafka-connector/pull/138) ([orpiske](https://github.com/orpiske)) - Misc [\#133](https://github.com/apache/camel-kafka-connector/pull/133) ([valdar](https://github.com/valdar)) - Packaging the connectors as zip and tar.gz [\#131](https://github.com/apache/camel-kafka-connector/pull/131) ([oscerd](https://github.com/oscerd))