Skip to content

Commit 6b27db3

Browse files
authored
doc: add v24.1.2 changelog (frain-dev#1908)
1 parent a49e8ca commit 6b27db3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 24.1.2
2+
3+
### Bug Fixes
4+
- fixed sync bug in oss telemetry library #1906
5+
16
# 24.1.1
27

38
### API Changes

configs/local/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
web:
5-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
5+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.2
66
command: ["/start.sh"]
77
volumes:
88
- ./convoy.json:/convoy.json
@@ -20,7 +20,7 @@ services:
2020
- redis_server
2121

2222
worker:
23-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
23+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.2
2424
command: ["./cmd", "worker", "--config", "convoy.json"]
2525
volumes:
2626
- ./convoy.json:/convoy.json
@@ -30,7 +30,7 @@ services:
3030
condition: service_healthy
3131

3232
stream:
33-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
33+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.2
3434
command: ["./cmd", "stream", "--config", "convoy.json"]
3535
volumes:
3636
- ./convoy.json:/convoy.json
@@ -40,7 +40,7 @@ services:
4040
condition: service_healthy
4141

4242
ingest:
43-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
43+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.2
4444
command: ["./cmd", "ingest", "--config", "convoy.json"]
4545
volumes:
4646
- ./convoy.json:/convoy.json

docs/docs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)