Skip to content

RELEASE 2.11.0

Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 03 Apr 12:35
· 163 commits to master since this release

Features

Improvements & Bugfixes

Docs

Sub-Tasks

  • build(deps): bump commons-compress from 1.22 to 1.23.0 by @dependabot in #429
  • build(deps): bump slf4j.version from 1.7.32 to 2.0.7 by @dependabot in #430
  • build(deps): bump actions/stale from 7 to 8 by @dependabot in #423
  • build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #409
  • build(deps): bump maven-checkstyle-plugin from 3.1.0 to 3.2.1 by @dependabot in #425

Docker Images

$ docker pull streamthoughts/kafka-connect-file-pulse:2.11.0

For verifying distirbution zip file

$ curl -L -o streamthoughts-kafka-connect-file-pulse-2.11.0.zip https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v2.11.0/streamthoughts-kafka-connect-file-pulse-2.11.0.zip
$ curl -L -o streamthoughts-kafka-connect-file-pulse-2.11.0.zip.asc https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v2.11.0/streamthoughts-kafka-connect-file-pulse-2.11.0.zip.asc
$ gpg --keyserver keyserver.ubuntu.com --recv-keys D12696955654914F
$ gpg --verify streamthoughts-kafka-connect-file-pulse-2.11.0.zip.asc streamthoughts-kafka-connect-file-pulse-2.11.0

Full Changelog: v2.10.0...v2.11.0