Skip to content

Commit

Permalink
feat: bump version to 1.1.1 (#1568)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <[email protected]>
  • Loading branch information
superhx committed Jul 15, 2024
1 parent de93bb4 commit c8d5149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
stop_grace_period: 2m
image: automqinc/automq:1.1.1-rc0
image: automqinc/automq:1.1.1
environment:
- KAFKA_S3_ACCESS_KEY=test
- KAFKA_S3_SECRET_KEY=test
Expand All @@ -73,7 +73,7 @@ services:
container_name: "${BROKER1_DOCKER_NAME-broker1}"
hostname: "${BROKER1_DOCKER_NAME-broker1}"
stop_grace_period: 2m
image: automqinc/automq:1.1.1-rc0
image: automqinc/automq:1.1.1
ports:
- "9094:9094"
environment:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
container_name: "${BROKER2_DOCKER_NAME-broker2}"
hostname: "${BROKER2_DOCKER_NAME-broker2}"
stop_grace_period: 2m
image: automqinc/automq:1.1.1-rc0
image: automqinc/automq:1.1.1
ports:
- "9095:9095"
environment:
Expand Down

0 comments on commit c8d5149

Please sign in to comment.