Skip to content

Commit

Permalink
Update changelog for v23.11.1 release (#1839)
Browse files Browse the repository at this point in the history
* update changelog

* chore: update docker-compose.yml
  • Loading branch information
jirevwe authored Nov 20, 2023
1 parent 4e6b718 commit 6aec297
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 23.11.1

- [Feature] add cache to the organisations and api key repositories, add profiling route #1822
- [Feature] Record event delivery latency #1830
- [Enhancement] Improve event deliveries filtering #1824 #1840
- [Enhancement] UI layout redesign #1815
- [Enhancement] Move scheduler functionality into server #1835
- [Bugfix] Fixed endpoint enabling and disabling #1837

## 23.10.1

- [Feature] Added bootstrap cli for user account creation #1773
Expand Down
10 changes: 5 additions & 5 deletions configs/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
web:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.10.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
command: ["/start.sh"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -21,7 +21,7 @@ services:
- typesense

scheduler:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.10.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
command: ["./cmd", "scheduler", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -31,7 +31,7 @@ services:
condition: service_healthy

worker:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.10.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
command: ["./cmd", "worker", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -41,7 +41,7 @@ services:
condition: service_healthy

stream:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.10.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
command: ["./cmd", "stream", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -51,7 +51,7 @@ services:
condition: service_healthy

ingest:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.10.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
command: ["./cmd", "ingest", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand Down

0 comments on commit 6aec297

Please sign in to comment.