Skip to content

Commit 4002d90

Browse files
Bump Temporal version to v1.21.1 (#179)
1 parent c66f523 commit 4002d90

7 files changed

+13
-13
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ CASSANDRA_VERSION=3.11.9
33
ELASTICSEARCH_VERSION=7.16.2
44
MYSQL_VERSION=8
55
POSTGRESQL_VERSION=13
6-
TEMPORAL_VERSION=1.21.0
6+
TEMPORAL_VERSION=1.21.1
77
TEMPORAL_UI_VERSION=2.16.1
88
OPENSEARCH_VERSION=2.5.0

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.0
220+
image: temporalio/auto-setup:1.21.1
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.0
327+
image: temporalio/admin-tools:1.21.1
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.0
145+
image: temporalio/auto-setup:1.21.1
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.0
252+
image: temporalio/admin-tools:1.21.1
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.0
229+
image: temporalio/auto-setup:1.21.1
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.0
336+
image: temporalio/admin-tools:1.21.1
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.0
156+
image: temporalio/auto-setup:1.21.1
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.0
263+
image: temporalio/admin-tools:1.21.1
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.0
158+
image: temporalio/auto-setup:1.21.1
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.0
265+
image: temporalio/admin-tools:1.21.1
266266
name: temporal-admin-tools
267267
resources: {}
268268
stdin: true

k8s/temporal.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ items:
249249
value: postgresql
250250
- name: POSTGRES_USER
251251
value: temporal
252-
image: temporalio/auto-setup:1.21.0
252+
image: temporalio/auto-setup:1.21.1
253253
name: temporal
254254
ports:
255255
- containerPort: 7233
@@ -356,7 +356,7 @@ items:
356356
value: temporal:7233
357357
- name: TEMPORAL_CLI_ADDRESS
358358
value: temporal:7233
359-
image: temporalio/admin-tools:1.21.0
359+
image: temporalio/admin-tools:1.21.1
360360
name: temporal-admin-tools
361361
resources: {}
362362
stdin: true

0 commit comments

Comments
 (0)