Skip to content

Commit

Permalink
v1.37.6
Browse files Browse the repository at this point in the history
- In non-GTID mode, Verify that the master's server hasn't changed out
  from underneath us.  thanks Tamin Khan
  • Loading branch information
osheroff committed May 12, 2022
1 parent 31f3e94 commit 2e9d7d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM maven:3.6-jdk-11 as builder
ENV MAXWELL_VERSION=1.37.5 KAFKA_VERSION=1.0.0
ENV MAXWELL_VERSION=1.37.6 KAFKA_VERSION=1.0.0

RUN apt-get update \
&& apt-get -y upgrade \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the
benefits of event sourcing without having to re-architect your entire platform.

<b>Download:</b><br>
[https://github.com/zendesk/maxwell/releases/download/v1.37.5/maxwell-1.37.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.37.5/maxwell-1.37.5.tar.gz)
[https://github.com/zendesk/maxwell/releases/download/v1.37.6/maxwell-1.37.6.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.37.6/maxwell-1.37.6.tar.gz)
<br/>
<b>Source:</b><br>
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Download
***
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.37.5/maxwell-1.37.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.37.5/maxwell-1.37.5.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.37.6/maxwell-1.37.6.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.37.6/maxwell-1.37.6.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.37.5/maxwell-1.37.5.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.37.6/maxwell-1.37.6.tar.gz \
| tar zxvf -
cd maxwell-1.37.5
cd maxwell-1.37.6
```

**docker**:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>1.37.5</version>
<version>1.37.6</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 2e9d7d9

Please sign in to comment.