From f4a5ac3b23189f7854dd0f0de81769eb3437b680 Mon Sep 17 00:00:00 2001 From: Temporal Data Date: Wed, 6 Mar 2024 17:46:02 +0000 Subject: [PATCH] Bump Server version to 1.22.6 --- .env | 2 +- k8s/temporal-cass-es.yaml | 4 ++-- k8s/temporal-cass.yaml | 4 ++-- k8s/temporal-mysql-es.yaml | 4 ++-- k8s/temporal-mysql.yaml | 4 ++-- k8s/temporal-postgres.yaml | 4 ++-- k8s/temporal.yaml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.env b/.env index 86d19d4..4e97bda 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=temporal CASSANDRA_VERSION=3.11.9 ELASTICSEARCH_VERSION=7.16.2 MYSQL_VERSION=8 -TEMPORAL_VERSION=1.22.5 +TEMPORAL_VERSION=1.22.6 TEMPORAL_UI_VERSION=2.22.3 POSTGRESQL_VERSION=13 POSTGRES_PASSWORD=temporal diff --git a/k8s/temporal-cass-es.yaml b/k8s/temporal-cass-es.yaml index 5886cf4..6f79516 100644 --- a/k8s/temporal-cass-es.yaml +++ b/k8s/temporal-cass-es.yaml @@ -217,7 +217,7 @@ items: value: elasticsearch - name: ES_VERSION value: v7 - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -324,7 +324,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true diff --git a/k8s/temporal-cass.yaml b/k8s/temporal-cass.yaml index 6b586ef..9b17738 100644 --- a/k8s/temporal-cass.yaml +++ b/k8s/temporal-cass.yaml @@ -142,7 +142,7 @@ items: value: cassandra - name: DYNAMIC_CONFIG_FILE_PATH value: config/dynamicconfig/development-cass.yaml - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -249,7 +249,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true diff --git a/k8s/temporal-mysql-es.yaml b/k8s/temporal-mysql-es.yaml index 92406ba..51ea2cf 100644 --- a/k8s/temporal-mysql-es.yaml +++ b/k8s/temporal-mysql-es.yaml @@ -226,7 +226,7 @@ items: value: mysql - name: MYSQL_USER value: root - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -333,7 +333,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true diff --git a/k8s/temporal-mysql.yaml b/k8s/temporal-mysql.yaml index eec8f15..e01fd70 100644 --- a/k8s/temporal-mysql.yaml +++ b/k8s/temporal-mysql.yaml @@ -153,7 +153,7 @@ items: value: mysql - name: MYSQL_USER value: root - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -260,7 +260,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true diff --git a/k8s/temporal-postgres.yaml b/k8s/temporal-postgres.yaml index cf1cd2e..9971dd3 100644 --- a/k8s/temporal-postgres.yaml +++ b/k8s/temporal-postgres.yaml @@ -155,7 +155,7 @@ items: value: postgresql - name: POSTGRES_USER value: temporal - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -262,7 +262,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true diff --git a/k8s/temporal.yaml b/k8s/temporal.yaml index 9579f7f..76adc94 100644 --- a/k8s/temporal.yaml +++ b/k8s/temporal.yaml @@ -249,7 +249,7 @@ items: value: postgresql - name: POSTGRES_USER value: temporal - image: temporalio/auto-setup:1.22.5 + image: temporalio/auto-setup:1.22.6 name: temporal ports: - containerPort: 7233 @@ -356,7 +356,7 @@ items: value: temporal:7233 - name: TEMPORAL_CLI_ADDRESS value: temporal:7233 - image: temporalio/admin-tools:1.22.5 + image: temporalio/admin-tools:1.22.6 name: temporal-admin-tools resources: {} stdin: true