Skip to content

Commit 5d814b4

Browse files
authored
ci: bump version to 1.0.6-rc0 (#1289)
Signed-off-by: Ning Yu <[email protected]>
1 parent 1c9930f commit 5d814b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
5454
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
5555
stop_grace_period: 2m
56-
image: automqinc/kafka:1.0.5
56+
image: automqinc/kafka:1.0.6-rc0
5757
environment:
5858
- KAFKA_S3_ACCESS_KEY=test
5959
- KAFKA_S3_SECRET_KEY=test
@@ -73,7 +73,7 @@ services:
7373
container_name: "${BROKER1_DOCKER_NAME-broker1}"
7474
hostname: "${BROKER1_DOCKER_NAME-broker1}"
7575
stop_grace_period: 2m
76-
image: automqinc/kafka:1.0.5
76+
image: automqinc/kafka:1.0.6-rc0
7777
ports:
7878
- "9094:9094"
7979
environment:
@@ -103,7 +103,7 @@ services:
103103
container_name: "${BROKER2_DOCKER_NAME-broker2}"
104104
hostname: "${BROKER2_DOCKER_NAME-broker2}"
105105
stop_grace_period: 2m
106-
image: automqinc/kafka:1.0.5
106+
image: automqinc/kafka:1.0.6-rc0
107107
ports:
108108
- "9095:9095"
109109
environment:

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ extLibs += [
250250
]
251251
branchVersions += [
252252
s3stream: {
253-
branch = "main"
253+
require "1.0.6-s3stream-rc0"
254254
}
255255
]

0 commit comments

Comments
 (0)