From 73b54adfcd8b71d687b4df9b9007e2dfaefd829a Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Wed, 2 May 2018 13:50:48 -0700 Subject: [PATCH] v1.14.2, "bork bork bork" - fix regression in 1.14.1 around bootstrapping host detection - fix heartbeating code around table includes --- Dockerfile | 2 +- README.md | 2 +- docs/docs/quickstart.md | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d232a1da0..ee38703c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.5-jdk-8 -ENV MAXWELL_VERSION=1.14.1 KAFKA_VERSION=0.11.0.1 +ENV MAXWELL_VERSION=1.14.2 KAFKA_VERSION=0.11.0.1 COPY . /workspace diff --git a/README.md b/README.md index 148fe9135..cc2f4786b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ metrics collection, search indexing and inter-service communication. parser for create/alter/drop statements (nope, there was no other way). → Download: -[https://github.com/zendesk/maxwell/releases/download/v1.14.1/maxwell-1.14.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.1/maxwell-1.14.1.tar.gz) +[https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz)
→ Source: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index d451ccd75..c61a954cf 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.14.1/maxwell-1.14.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.1/maxwell-1.14.1.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz) - Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) - Obligatory copy/paste to terminal: ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.1/maxwell-1.14.1.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz \ | tar zxvf - -cd maxwell-1.14.1 +cd maxwell-1.14.2 ``` or get the docker image: diff --git a/pom.xml b/pom.xml index 060630bd8..210ed8b77 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.14.1 + 1.14.2 jar maxwell