File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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/automq:1.2.1
56+ image : automqinc/automq:1.2.2-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/automq:1.2.1
76+ image : automqinc/automq:1.2.2-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/automq:1.2.1
106+ image : automqinc/automq:1.2.2-rc0
107107 ports :
108108 - " 9095:9095"
109109 environment :
Original file line number Diff line number Diff line change 1616 <modelVersion >4.0.0</modelVersion >
1717 <groupId >com.automq.elasticstream</groupId >
1818 <artifactId >s3stream</artifactId >
19- <version >1.2.1-SNAPSHOT </version >
19+ <version >1.2.2-rc0 </version >
2020 <properties >
2121 <mockito-core .version>5.5.0</mockito-core .version>
2222 <junit-jupiter .version>5.10.0</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments