Skip to content

Commit caaa417

Browse files
authored
feat(release): 1.5.3 (#2663)
Signed-off-by: Robin Han <[email protected]>
1 parent 8d624da commit caaa417

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

chart/bitnami/demo-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
image:
55
registry: automqinc
66
repository: automq
7-
tag: 1.5.3-rc0-bitnami
7+
tag: 1.5.3-bitnami
88
pullPolicy: Always
99
extraEnvVars:
1010
- name: AWS_ACCESS_KEY_ID

docker/docker-compose-cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
# Three nodes for AutoMQ cluster
6969
server1:
7070
container_name: "automq-server1"
71-
image: automqinc/automq:1.5.3-rc0
71+
image: automqinc/automq:1.5.3
7272
stop_grace_period: 1m
7373
environment:
7474
<<: *common-env
@@ -94,7 +94,7 @@ services:
9494

9595
server2:
9696
container_name: "automq-server2"
97-
image: automqinc/automq:1.5.3-rc0
97+
image: automqinc/automq:1.5.3
9898
stop_grace_period: 1m
9999
environment:
100100
<<: *common-env
@@ -120,7 +120,7 @@ services:
120120

121121
server3:
122122
container_name: "automq-server3"
123-
image: automqinc/automq:1.5.3-rc0
123+
image: automqinc/automq:1.5.3
124124
stop_grace_period: 1m
125125
environment:
126126
<<: *common-env

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
# Single node with combined controller and broker roles
6262
server1:
6363
container_name: "automq-single-server"
64-
image: automqinc/automq:1.5.3-rc0
64+
image: automqinc/automq:1.5.3
6565
stop_grace_period: 1m
6666
environment:
6767
- KAFKA_S3_ACCESS_KEY=minioadmin

docker/table_topic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
"
7979
automq:
8080
container_name: "automq"
81-
image: automqinc/automq:1.5.3-rc0
81+
image: automqinc/automq:1.5.3
8282
stop_grace_period: 1m
8383
networks:
8484
iceberg_net:

0 commit comments

Comments
 (0)