From 99349185265da0cca41652af206ec4c1b75a9b1f Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Wed, 5 Mar 2025 18:20:28 +0000 Subject: [PATCH] v1.43.1, "one little thing" - fix kafka breakage --- 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 b281f0c5e..1f6a989db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.9.9-eclipse-temurin-23 AS builder -ENV MAXWELL_VERSION=1.43.0 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.43.1 KAFKA_VERSION=1.0.0 RUN apt-get update \ diff --git a/README.md b/README.md index 1b0a18214..ed6145f56 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.43.0/maxwell-1.43.0.tar.gz) \| +[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.43.1/maxwell-1.43.1.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 741d304b1..b837fc186 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.43.0/maxwell-1.43.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.43.0/maxwell-1.43.0.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.43.1/maxwell-1.43.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.43.1/maxwell-1.43.1.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.43.0/maxwell-1.43.0.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.43.1/maxwell-1.43.1.tar.gz \ | tar zxvf - -cd maxwell-1.43.0 +cd maxwell-1.43.1 ``` **docker**: diff --git a/pom.xml b/pom.xml index 3fb1c5cb5..09bb30e75 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.43.0 + 1.43.1 jar maxwell