Skip to content

Commit

Permalink
v1.10.5, "half asleep on her couch"
Browse files Browse the repository at this point in the history
- Shyko's binlog-connector is now the default and only replication
backend available for maxwell.
  • Loading branch information
Ben Osheroff committed Jul 25, 2017
1 parent 7fc7c67 commit 542b87c
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 java:openjdk-7
ENV MAXWELL_VERSION 1.10.4
ENV MAXWELL_VERSION 1.10.5
ENV KAFKA_VERSION 0.10.1.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 @@ -16,7 +16,7 @@ inter-service communication.
parser for create/alter/drop statements (nope, there was no other way).

→ Download:
[https://github.com/zendesk/maxwell/releases/download/v1.10.4/maxwell-1.10.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.4/maxwell-1.10.4.tar.gz)
[https://github.com/zendesk/maxwell/releases/download/v1.10.5/maxwell-1.10.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.5/maxwell-1.10.5.tar.gz)
<br/>
&rarr; Source:
[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.10.4/maxwell-1.10.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.4/maxwell-1.10.4.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.10.5/maxwell-1.10.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.5/maxwell-1.10.5.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.10.4/maxwell-1.10.4.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.10.5/maxwell-1.10.5.tar.gz \
| tar zxvf -
cd maxwell-1.10.4
cd maxwell-1.10.5
```

or get the docker image:
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.10.4</version>
<version>1.10.5</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 542b87c

Please sign in to comment.