Skip to content

Commit

Permalink
ci: bump version to 1.0.4 (#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
Co-authored-by: Ning Yu <[email protected]>
  • Loading branch information
superhx and Chillax-0v0 authored Apr 2, 2024
1 parent 676cec6 commit ee42987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/kafka:1.0.4-rc0
image: automqinc/kafka:1.0.4
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/kafka:1.0.4-rc0
image: automqinc/kafka:1.0.4
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/kafka:1.0.4-rc0
image: automqinc/kafka:1.0.4
ports:
- "9095:9095"
environment:
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ extLibs += [
]
branchVersions += [
s3stream: {
branch = "main"
require "1.0.4-s3stream"
}
]

0 comments on commit ee42987

Please sign in to comment.