Skip to content

Commit 712dedf

Browse files
authoredMay 8, 2023
feat: update changelog (frain-dev#1577)
1 parent 9e7580f commit 712dedf

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 23.05.1
2+
3+
- [Enhancement] Add prompt for disabling endpoints #1556
4+
- [Enhancement] Extend subscription filter capabilities #1545 #1566
5+
- [Enhancement] Improved logging for all workers #1560
6+
- [Feature] Add support for on the fly events #1558
7+
18
## 0.9.2
29

310
- [Documentation] Fix noun/verb agreement #1504

‎ENT-CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 23.05.1
2+
3+
- [Feature] Add support for Role Based Access Control #1551 #1552

‎configs/local/docker-compose.yml

+5-5
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:v0.9.2
5+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.05.1
66
command: ["/start.sh"]
77
volumes:
88
- ./convoy.json:/convoy.json
@@ -15,7 +15,7 @@ services:
1515
- typesense
1616

1717
scheduler:
18-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v0.9.2
18+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.05.1
1919
command: ["./cmd", "scheduler", "--config", "convoy.json"]
2020
volumes:
2121
- ./convoy.json:/convoy.json
@@ -26,7 +26,7 @@ services:
2626
- typesense
2727

2828
worker:
29-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v0.9.2
29+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.05.1
3030
command: ["./cmd", "worker", "--config", "convoy.json"]
3131
volumes:
3232
- ./convoy.json:/convoy.json
@@ -37,7 +37,7 @@ services:
3737
- typesense
3838

3939
stream:
40-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v0.9.2
40+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.05.1
4141
command: ["./cmd", "stream", "--config", "convoy.json"]
4242
volumes:
4343
- ./convoy.json:/convoy.json
@@ -47,7 +47,7 @@ services:
4747
- redis_server
4848

4949
ingest:
50-
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v0.9.2
50+
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.05.1
5151
command: ["./cmd", "ingest", "--config", "convoy.json"]
5252
volumes:
5353
- ./convoy.json:/convoy.json

0 commit comments

Comments
 (0)