Skip to content

Commit a09b711

Browse files
committed
v1.44.0, "mmmm yeah so i'm gonna ned you to go ahead and do a relase,mmmmk"
- Quite a few dependency upgrades
1 parent 423225b commit a09b711

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM maven:3.9.9-eclipse-temurin-23 AS builder
2-
ENV MAXWELL_VERSION=1.43.2 KAFKA_VERSION=1.0.0
2+
ENV MAXWELL_VERSION=1.44.0 KAFKA_VERSION=1.0.0
33

44

55
RUN apt-get update \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ that reads MySQL binlogs and writes data changes as JSON to Kafka, Kinesis, and
33

44

55

6-
[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.43.2/maxwell-1.43.2.tar.gz) \|
6+
[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.0.tar.gz) \|
77
[⚝ Source / Community](https://github.com/zendesk/maxwell) \|
88
[☝ Getting Started](/quickstart) \|
99
[☷ Reference](/config)

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.43.2/maxwell-1.43.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.43.2/maxwell-1.43.2.tar.gz)
3+
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.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.43.2/maxwell-1.43.2.tar.gz \
8+
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.0.tar.gz \
99
| tar zxvf -
10-
cd maxwell-1.43.2
10+
cd maxwell-1.44.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.43.2</version>
7+
<version>1.44.0</version>
88
<packaging>jar</packaging>
99

1010
<name>maxwell</name>

0 commit comments

Comments
 (0)