Skip to content

Commit 8c25fc0

Browse files
authored
Bump Temporal Server to v1.21.5 (#186)
1 parent 8611816 commit 8c25fc0

6 files changed

+11
-11
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=temporal
22
CASSANDRA_VERSION=3.11.9
33
ELASTICSEARCH_VERSION=7.16.2
44
MYSQL_VERSION=8
5-
TEMPORAL_VERSION=1.21.3
5+
TEMPORAL_VERSION=1.21.5
66
TEMPORAL_UI_VERSION=2.17.1
77
POSTGRESQL_VERSION=13
88
POSTGRES_PASSWORD=temporal

k8s/temporal-cass-es.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ items:
217217
value: elasticsearch
218218
- name: ES_VERSION
219219
value: v7
220-
image: temporalio/auto-setup:1.21.3
220+
image: temporalio/auto-setup:1.21.5
221221
name: temporal
222222
ports:
223223
- containerPort: 7233
@@ -324,7 +324,7 @@ items:
324324
value: temporal:7233
325325
- name: TEMPORAL_CLI_ADDRESS
326326
value: temporal:7233
327-
image: temporalio/admin-tools:1.21.3
327+
image: temporalio/admin-tools:1.21.5
328328
name: temporal-admin-tools
329329
resources: {}
330330
stdin: true

k8s/temporal-cass.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ items:
142142
value: cassandra
143143
- name: DYNAMIC_CONFIG_FILE_PATH
144144
value: config/dynamicconfig/development-cass.yaml
145-
image: temporalio/auto-setup:1.21.3
145+
image: temporalio/auto-setup:1.21.5
146146
name: temporal
147147
ports:
148148
- containerPort: 7233
@@ -249,7 +249,7 @@ items:
249249
value: temporal:7233
250250
- name: TEMPORAL_CLI_ADDRESS
251251
value: temporal:7233
252-
image: temporalio/admin-tools:1.21.3
252+
image: temporalio/admin-tools:1.21.5
253253
name: temporal-admin-tools
254254
resources: {}
255255
stdin: true

k8s/temporal-mysql-es.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ items:
226226
value: mysql
227227
- name: MYSQL_USER
228228
value: root
229-
image: temporalio/auto-setup:1.21.3
229+
image: temporalio/auto-setup:1.21.5
230230
name: temporal
231231
ports:
232232
- containerPort: 7233
@@ -333,7 +333,7 @@ items:
333333
value: temporal:7233
334334
- name: TEMPORAL_CLI_ADDRESS
335335
value: temporal:7233
336-
image: temporalio/admin-tools:1.21.3
336+
image: temporalio/admin-tools:1.21.5
337337
name: temporal-admin-tools
338338
resources: {}
339339
stdin: true

k8s/temporal-mysql.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ items:
153153
value: mysql
154154
- name: MYSQL_USER
155155
value: root
156-
image: temporalio/auto-setup:1.21.3
156+
image: temporalio/auto-setup:1.21.5
157157
name: temporal
158158
ports:
159159
- containerPort: 7233
@@ -260,7 +260,7 @@ items:
260260
value: temporal:7233
261261
- name: TEMPORAL_CLI_ADDRESS
262262
value: temporal:7233
263-
image: temporalio/admin-tools:1.21.3
263+
image: temporalio/admin-tools:1.21.5
264264
name: temporal-admin-tools
265265
resources: {}
266266
stdin: true

k8s/temporal-postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ items:
155155
value: postgresql
156156
- name: POSTGRES_USER
157157
value: temporal
158-
image: temporalio/auto-setup:1.21.3
158+
image: temporalio/auto-setup:1.21.5
159159
name: temporal
160160
ports:
161161
- containerPort: 7233
@@ -262,7 +262,7 @@ items:
262262
value: temporal:7233
263263
- name: TEMPORAL_CLI_ADDRESS
264264
value: temporal:7233
265-
image: temporalio/admin-tools:1.21.3
265+
image: temporalio/admin-tools:1.21.5
266266
name: temporal-admin-tools
267267
resources: {}
268268
stdin: true

0 commit comments

Comments
 (0)