From b8590f8f8c9f8b5dc903d50c3b07b52c7625c71d Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 21 May 2025 10:35:19 -0400 Subject: [PATCH] * 2.5.0 -- 2025-05-21 - istio update to 1.26.0 --- CHANGELOG.md | 3 +++ .../variables.common-services.auto.tfvars | 3 ++- examples/full-cluster-tf-upgrade/1.31/images.yml | 9 ++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30b837..3debee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,3 +89,6 @@ * 2.4.4 -- 2025-05-05 - remove a-ashle001 from aws-auth in 1.31 + +* 2.5.0 -- 2025-05-21 + - istio update to 1.26.0 diff --git a/examples/full-cluster-tf-upgrade/1.31/common-services/variables.common-services.auto.tfvars b/examples/full-cluster-tf-upgrade/1.31/common-services/variables.common-services.auto.tfvars index 8286659..da9513b 100644 --- a/examples/full-cluster-tf-upgrade/1.31/common-services/variables.common-services.auto.tfvars +++ b/examples/full-cluster-tf-upgrade/1.31/common-services/variables.common-services.auto.tfvars @@ -1,4 +1,5 @@ -istio_tag = "1.23.4" +#istio_tag = "1.23.4" +istio_tag = "1.26.0" tls_crt_b64 = "" tls_crt_contents = "" tls_crt_file = "" diff --git a/examples/full-cluster-tf-upgrade/1.31/images.yml b/examples/full-cluster-tf-upgrade/1.31/images.yml index 93498f1..c8de82e 100644 --- a/examples/full-cluster-tf-upgrade/1.31/images.yml +++ b/examples/full-cluster-tf-upgrade/1.31/images.yml @@ -78,7 +78,8 @@ istio-operator: source_image: "istio/operator" source_tag: null enabled: true - tag: "1.23.4" + # tag: "1.25.3" + tag: "1.26.0" istio-pilot: documentation: "https://istio.io/latest/docs/releases/supported-releases" name: "istio/pilot" @@ -88,7 +89,8 @@ istio-pilot: source_image: "istio/pilot" source_tag: null enabled: true - tag: "1.23.4" + # tag: "1.25.3" + tag: "1.26.0" istio-proxyv2: documentation: "https://istio.io/latest/docs/releases/supported-releases" name: "istio/proxyv2" @@ -98,7 +100,8 @@ istio-proxyv2: source_image: "istio/proxyv2" source_tag: null enabled: true - tag: "1.23.4" + # tag: "1.25.3" + tag: "1.26.0" prometheus: documentation: "https://hub.docker.com/r/bitnami/prometheus/tags" name: "prometheus"