Skip to content

Commit 8b0cdec

Browse files
committed
v1.33.0, "tradegy of birds and windows"
- Add HTTP endpoint for runtime reconfiguration
1 parent f0b2517 commit 8b0cdec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM maven:3.6-jdk-11
2-
ENV MAXWELL_VERSION=1.32.0 KAFKA_VERSION=1.0.0
2+
ENV MAXWELL_VERSION=1.33.0 KAFKA_VERSION=1.0.0
33

44
RUN apt-get update \
55
&& apt-get -y upgrade \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the
99
benefits of event sourcing without having to re-architect your entire platform.
1010

1111
<b>Download:</b><br>
12-
[https://github.com/zendesk/maxwell/releases/download/v1.32.0/maxwell-1.32.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.32.0/maxwell-1.32.0.tar.gz)
12+
[https://github.com/zendesk/maxwell/releases/download/v1.33.0/maxwell-1.33.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.33.0/maxwell-1.33.0.tar.gz)
1313
<br/>
1414
<b>Source:</b><br>
1515
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)

docs/docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Download
22
***
3-
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.32.0/maxwell-1.32.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.32.0/maxwell-1.32.0.tar.gz)
3+
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.33.0/maxwell-1.33.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.33.0/maxwell-1.33.0.tar.gz)
44
- Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
55

66
**curl**:
77
```
8-
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.32.0/maxwell-1.32.0.tar.gz \
8+
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.33.0/maxwell-1.33.0.tar.gz \
99
| tar zxvf -
10-
cd maxwell-1.32.0
10+
cd maxwell-1.33.0
1111
```
1212

1313
**docker**:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.zendesk</groupId>
66
<artifactId>maxwell</artifactId>
7-
<version>1.32.0</version>
7+
<version>1.33.0</version>
88
<packaging>jar</packaging>
99

1010
<name>maxwell</name>

0 commit comments

Comments
 (0)