Skip to content

Commit

Permalink
v1.14.3, "what's for lunch?"
Browse files Browse the repository at this point in the history
 Enable jvm metrics
  • Loading branch information
ericwush committed May 4, 2018
1 parent a996e3e commit 7c5161f
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.5-jdk-8
ENV MAXWELL_VERSION=1.14.2 KAFKA_VERSION=0.11.0.1
ENV MAXWELL_VERSION=1.14.3 KAFKA_VERSION=0.11.0.1

COPY . /workspace

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 @@ 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.2/maxwell-1.14.2.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.3/maxwell-1.14.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.3/maxwell-1.14.3.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.14.2/maxwell-1.14.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.2/maxwell-1.14.2.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.14.3/maxwell-1.14.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.3/maxwell-1.14.3.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.2/maxwell-1.14.2.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.3/maxwell-1.14.3.tar.gz \
| tar zxvf -
cd maxwell-1.14.2
cd maxwell-1.14.3
```

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.14.2</version>
<version>1.14.3</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 7c5161f

Please sign in to comment.