diff --git a/Dockerfile b/Dockerfile index ad2788f22..0c28ee779 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.8-jdk-11 as builder -ENV MAXWELL_VERSION=1.40.2 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.40.3 KAFKA_VERSION=1.0.0 RUN apt-get update \ && apt-get -y upgrade \ diff --git a/README.md b/README.md index 7589ef2ee..6e84eecfa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ that reads MySQL binlogs and writes data changes as JSON to Kafka, Kinesis, and -[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.40.2/maxwell-1.40.2.tar.gz) \| +[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.40.3/maxwell-1.40.3.tar.gz) \| [⚝ Source / Community](https://github.com/zendesk/maxwell) \| [☝ Getting Started](/quickstart) \| [☷ Reference](/config) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 3da518f96..216c1896d 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -1,13 +1,13 @@ # Download *** -- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.40.2/maxwell-1.40.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.40.2/maxwell-1.40.2.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.40.3/maxwell-1.40.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.40.3/maxwell-1.40.3.tar.gz) - Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) **curl**: ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.40.2/maxwell-1.40.2.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.40.3/maxwell-1.40.3.tar.gz \ | tar zxvf - -cd maxwell-1.40.2 +cd maxwell-1.40.3 ``` **docker**: diff --git a/pom.xml b/pom.xml index 94461782c..0c5d22076 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.40.2 + 1.40.3 jar maxwell